128752c7893d397db193c1ea1a84b3627c9c91ba
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-04-23  David Schleef  <ds@schleef.org>
2
3         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
4         in gst-plugins in a long time, and properly belongs in liboil.
5         * gst-libs/gst/idct/Makefile.am:
6         * gst-libs/gst/idct/README:
7         * gst-libs/gst/idct/dct.h:
8         * gst-libs/gst/idct/doieee:
9         * gst-libs/gst/idct/fastintidct.c:
10         * gst-libs/gst/idct/floatidct.c:
11         * gst-libs/gst/idct/idct.c:
12         * gst-libs/gst/idct/idct.h:
13         * gst-libs/gst/idct/idtc.vcproj:
14         * gst-libs/gst/idct/ieeetest.c:
15         * gst-libs/gst/idct/intidct.c:
16
17 2005-04-20  Wim Taymans  <wim@fluendo.com>
18
19         * docs/design-audiosinks.txt:
20         * gst-libs/gst/audio/Makefile.am:
21         * gst-libs/gst/audio/TODO:
22         * gst-libs/gst/audio/gstaudiosink.c:
23         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
26         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
27         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
28         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
29         (gst_audiosink_class_init), (gst_audiosink_init),
30         (gst_audiosink_create_ringbuffer):
31         * gst-libs/gst/audio/gstaudiosink.h:
32         * gst-libs/gst/audio/gstbaseaudiosink.c:
33         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
34         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
35         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
36         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
37         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
38         (gst_baseaudiosink_create_ringbuffer),
39         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
40         * gst-libs/gst/audio/gstbaseaudiosink.h:
41         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
42         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
43         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
44         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
45         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
46         (gst_ringbuffer_play), (gst_ringbuffer_pause),
47         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
48         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
49         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
50         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
51         * gst-libs/gst/audio/gstringbuffer.h:
52         An attempt at a set of audio base classes together with some
53         design docs.
54
55 2005-04-20  Wim Taymans  <wim@fluendo.com>
56
57         * gst/audioconvert/Makefile.am:
58         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
59         (gst_audio_convert_caps_remove_format_info),
60         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
61         (gst_audio_convert_channels):
62         Link against audio libs.
63         Fix audio convert plugin.
64
65 2005-04-20  Wim Taymans  <wim@fluendo.com>
66
67         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
68         (gst_ogg_demux_sink_activate):
69         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
70         (theora_set_header_on_caps), (theora_enc_sink_event),
71         (theora_enc_chain):
72         Fix theora encoder.
73
74 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
75
76         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
77         * gst/playback/gstdecodebin.c: (find_compatibles):
78           Work with staticpadtemplates in elementfactories.
79
80 2005-04-12  Wim Taymans  <wim@fluendo.com>
81
82         * gst/playback/README:
83         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
84         (compare_ranks), (print_feature), (gst_decode_bin_init),
85         (dynamic_create), (dynamic_free), (find_compatibles),
86         (mimetype_is_raw), (close_pad_link), (got_redirect),
87         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
88         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
89         (gst_decode_bin_change_state):
90         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
91         (gst_play_base_bin_init), (group_destroy), (group_commit),
92         (check_queue), (queue_overrun), (queue_threshold_reached),
93         (queue_out_of_data), (gen_preroll_element), (unknown_type),
94         (new_decoded_pad), (setup_subtitle), (gen_source_element),
95         (got_redirect), (setup_source), (play_base_eos),
96         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
97         (gst_play_base_bin_remove_element):
98         * gst/playback/gstplaybasebin.h:
99         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
100         (gst_play_bin_init), (gst_play_bin_dispose),
101         (gst_play_bin_set_property), (gen_video_element),
102         (gen_text_element), (gen_audio_element), (remove_sinks),
103         (gst_play_bin_send_event):
104         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
105         (stream_info_change_state), (gst_stream_info_set_mute):
106         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
107         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
108         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
109         (gst_stream_selector_chain):
110         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
111         (main):
112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
113         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
114         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
115         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
116         Raw and crude port of decodebin. 
117         Make playbin compile.
118
119 2005-04-06  Wim Taymans  <wim@fluendo.com>
120
121         * ext/gnomevfs/Makefile.am:
122         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
123         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
124         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
125         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
126         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
127         (gst_gnomevfssrc_stop):
128         * ext/ogg/Makefile.am:
129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
130         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
131         * ext/theora/Makefile.am:
132         * ext/theora/theoradec.c: (_inc_granulepos),
133         (theora_dec_sink_event), (theora_dec_chain):
134         * ext/vorbis/Makefile.am:
135         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
136         (vorbis_dec_sink_event), (vorbis_dec_chain):
137         * gst-libs/gst/audio/Makefile.am:
138         * sys/xvimage/Makefile.am:
139         Make gnomevfssrc extend the source base class.
140         Fix linking against libs in various plugins.
141
142 2005-04-06  Andy Wingo  <wingo@pobox.com>
143
144         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
145         GST_BASE_LIBS.
146
147         * configure.ac: Add check and AC_SUBST for libgstbase.
148
149 2005-03-31  Wim Taymans  <wim@fluendo.com>
150
151         * examples/seeking/Makefile.am:
152         * examples/seeking/cdparanoia.c: (main):
153         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
154         (play_cb), (pause_cb), (stop_cb), (main):
155         * examples/seeking/playbin.c:
156         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
157         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
158         (make_sid_pipeline), (make_vorbis_pipeline),
159         (make_theora_pipeline), (make_vorbis_theora_pipeline),
160         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
161         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
162         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
163         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
164         (stop_cb), (main):
165         * examples/seeking/spider_seek.c:
166         * examples/seeking/vorbisfile.c:
167         * ext/gnomevfs/Makefile.am:
168         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
169         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
170         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
171         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
172         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
173         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
174         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
175         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
176         * ext/ogg/README:
177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
178         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
179         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
180         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
181         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
182         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
183         (gst_ogg_pad_event), (gst_ogg_pad_reset),
184         (gst_ogg_demux_factory_filter), (compare_ranks),
185         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
186         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
187         (gst_ogg_chain_new), (gst_ogg_chain_free),
188         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
189         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
190         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
191         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
192         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
193         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
194         (gst_ogg_demux_get_prev_page),
195         (gst_ogg_demux_deactivate_current_chain),
196         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
197         (gst_ogg_demux_bisect_forward_serialno),
198         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
199         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
200         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
201         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
202         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
203         (gst_ogg_demux_change_state), (gst_ogg_print):
204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
205         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
206         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
207         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
208         (gst_ogg_mux_loop):
209         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
210         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
211         (theora_dec_src_convert), (theora_dec_sink_convert),
212         (theora_dec_src_query), (theora_dec_src_event),
213         (theora_dec_sink_event), (theora_dec_chain),
214         (theora_dec_change_state):
215         * ext/theora/theoraenc.c: (gst_theora_enc_init),
216         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
217         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
218         (theora_enc_change_state):
219         * ext/vorbis/Makefile.am:
220         * ext/vorbis/oggvorbisenc.c:
221         * ext/vorbis/oggvorbisenc.h:
222         * ext/vorbis/vorbis.c: (plugin_init):
223         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
224         (vorbis_dec_src_query), (vorbis_dec_src_event),
225         (vorbis_dec_sink_event), (vorbis_dec_chain),
226         (vorbis_dec_change_state):
227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
228         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
229         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
230         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
231         (gst_vorbisenc_change_state):
232         * ext/vorbis/vorbisenc.h:
233         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
234         * gst-libs/gst/audio/audioclock.c:
235         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
236         (gst_audiofilter_init), (gst_audiofilter_chain):
237         * gst-libs/gst/audio/testchannels.c: (main):
238         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
239         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
240         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
241         (gmip_find_track_streaminfo), (gmip_find_track_format):
242         * gst-libs/gst/media-info/media-info.c:
243         (gst_media_info_read_idler):
244         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
245         (gst_play_get_all_by_interface):
246         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
247         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
248         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
249         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
250         (gst_riff_parse_info):
251         * gst-libs/gst/riff/riff-read.h:
252         * gst-libs/gst/riff/riff.c: (plugin_init):
253         * gst-libs/gst/video/Makefile.am:
254         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
255         (gst_videosink_class_init), (gst_videosink_get_type):
256         * gst-libs/gst/video/videosink.h:
257         * gst/audioconvert/bufferframesconvert.c:
258         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
259         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
260         * gst/audioconvert/channelmixtest.c: (main):
261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
262         (gst_audio_convert_chain),
263         (gst_audio_convert_caps_remove_format_info),
264         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
265         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
266         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
267         (gst_audio_convert_buffer_to_default_format),
268         (gst_audio_convert_buffer_from_default_format),
269         (gst_audio_convert_channels):
270         * gst/audioconvert/gstchannelmix.h:
271         * gst/ffmpegcolorspace/avcodec.h:
272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
273         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
274         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
275         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
276         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
277         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
278         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
279         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
280         (mpeg_video_type_find), (mpeg_video_stream_type_find),
281         (dv_type_find):
282         * gst/videotestsrc/gstvideotestsrc.c:
283         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
284         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
285         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
286         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
287         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
288         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
289         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
291         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
292         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
293         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
294         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
295         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
296         (gst_xvimagesink_navigation_send_event),
297         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
298         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
299         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
300         * sys/xvimage/xvimagesink.h:
301         Plugin port to 0.9, ogg/theora playback should work in the seek
302         example now.
303         Removed old examples.
304         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
305         explained in 0.9 TODO doc.
306
307
308 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
309
310         * autogen.sh:
311         * configure.ac:
312         * ext/Makefile.am:
313         * gst/Makefile.am:
314         * po/POTFILES.in:
315         * po/af.po:
316         * po/az.po:
317         * po/cs.po:
318         * po/en_GB.po:
319         * po/hu.po:
320         * po/it.po:
321         * po/nb.po:
322         * po/nl.po:
323         * po/or.po:
324         * po/sq.po:
325         * po/sr.po:
326         * po/sv.po:
327         * po/uk.po:
328         * po/vi.po:
329         * sys/Makefile.am:
330         * testsuite/Makefile.am:
331           remove a whole bunch of plugins.  This module now contains a set
332           of free reference plugins/elements as agreed.
333
334 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
335
336         * configure.ac:
337           hunting season on 0.9 is now OPEN
338
339 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
340
341         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
342           Kick the hell out of gcc for not warning me about a symbol conflict.
343
344 2005-02-22  Luca Ognibene  <luogni@tin.it>
345
346         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
347
348         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
349           Don't leak caps string (fixes #168134)
350
351         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
352         (gst_jpegenc_init), (gst_jpegenc_finalize),
353         (gst_jpegenc_change_state):
354           Don't leak line buffers and context struct (fixes #168133).
355
356 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * configure.ac:
359         * ext/dirac/gstdiracdec.cc:
360         (gst_diracdec_chain):
361           Since dirac 0.5.0 the framerate in dirac is expressed as a
362           rational number. Fix build and up requirement to 0.5.0, and
363           also pass parameters to gst_diracdec_link in the right order
364           (fixes #167959).
365
366 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
367
368         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
369         * ext/faad/gstfaad.h:
370         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
371         certain invalid muxed streams, where some packets will contain 
372         junk after decoder data. Partially fixes #149158.
373
374 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
375         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
376           Make sure we only write to writable buffers
377
378 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
379
380         * gst-libs/gst/riff/riff-media.c:
381         (gst_riff_create_audio_caps_with_data):
382           Do actually fix invalid RIFF fmt header values for alaw
383           and mulaw audio instead of just saying so.
384
385         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
386           Give gst_riff_create_audio_caps_with_data() a chance to
387           fix up broken format header fields before extracting any
388           parameters from the header. (fixes #167633)
389
390 2005-02-19  Martin Holters  <martin.holters@gmx.de>
391
392         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
393
394         * gst/audioconvert/bufferframesconvert.c:
395         (buffer_frames_convert_link):
396           Don't leak othercaps. (fixes #167878)
397
398 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>>
399
400         * configure.ac:
401         * ext/libvisual/visual.c: (gst_visual_srclink),
402         (gst_visual_change_state):
403           Support libvisual 0.2.0.
404
405 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
408         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
409           Use same rowstrides for I420 as used everywhere else.
410
411 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
414           Declare variables at beginning of block and make gcc-2.95 happy
415           (fixes # 167482, patch by Gergely Nagy).
416           
417         * gst/tcp/gsttcpclientsrc.c:
418         * gst/tcp/gsttcpclientsrc.h:
419           Move some includes into the header, so that struct sockaddr_in is
420           defined when it should be defined on FreeBSD as well (fixes
421           #167483).
422           
423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
424           Don't pass uninitialised values to setsockopt() here either.
425
426 2005-02-17  Luca Ognibene  <luogni at tin dot it>
427
428         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
429
430         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
431           Don't pass uninitialised values to setsockopt(). (fixes #167704)
432
433 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
434
435         * gst/playback/gstplaybin.c: (add_sink):
436           Invert bin_add/link order to workaround deadlock in opt.
437
438 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
439
440         * gst/modplug/gstmodplug.cc:
441           Add missing break causing position queries to fail.
442
443 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
444
445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
446           Granpos can apparently be -1, which screws up calculations...
447
448 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
449
450         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
451         (gst_ximagesink_send_pending_navigation),
452         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
453         (gst_ximagesink_init):
454         * sys/ximage/ximagesink.h:
455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
456         (gst_xvimagesink_send_pending_navigation),
457         (gst_xvimagesink_navigation_send_event),
458         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
459         * sys/xvimage/xvimagesink.h:
460           Use a mutex protected list to marshal navigation
461           events into the stream thread from whichever thread
462           sends them.
463
464 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
467           Display current position and track length; misc. clean-ups.
468           
469         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
470         (speed_init), (speed_chain):
471           Add query function, so that the stream length and current position
472           get adjusted when queried (note that current position queries may
473           still be wrong if the audio sink returns values based on buffer
474           timestamps instead of passing on the query).
475
476 2005-02-13  Benjamin Otte  <otte@gnome.org>
477
478         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
479         (gst_audio_convert_channels):
480           create channel conversion matrix when linking
481         * gst/audioconvert/.cvsignore:
482         * gst/audioconvert/Makefile.am:
483         * gst/audioconvert/channelmixtest.c: (main):
484           add (ugly) test that ensures stereo <=> mono conversion works
485           correctly
486
487 2005-02-13  Benjamin Otte  <otte@gnome.org>
488
489         * gst/audioconvert/gstchannelmix.h:
490           include missing header file
491         * gst/audioconvert/gstchannelmix.c:
492         (gst_audio_convert_fill_compatible):
493           use same sign for both channels when converting to/from compatible
494           channel. Previously used different signs made the signals cancel
495           each other out and appear like silence. (fixes #167269)
496
497 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * gst/ffmpegcolorspace/avcodec.h:
500         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
501         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
502         (gst_ffmpegcsp_avpicture_fill):
503         * gst/ffmpegcolorspace/imgconvert.c:
504           Convert to and from YV12 (fixes #156379).
505
506 2005-02-12  Julien MOUTTE  <julien@moutte.net>
507
508         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
509         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
510         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
511         (gst_ximagesink_expose), (gst_ximagesink_set_property),
512         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
513         methods from chain and negotiation and vice versa (Fixes #166142).
514         * sys/ximage/ximagesink.h: Add stream_lock.
515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
516         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
517         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
518         (gst_xvimagesink_expose): Check for xcontext before trying to link.
519
520 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
521
522         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
523           Don't send "Hey! You gave me a NULL pointer you naughty person" as
524           error message when we can't open the DVD device (when dvdnav_open()
525           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
526           the above). Send something more useful instead (fixes #167117).
527
528 2005-02-11  Julien MOUTTE  <julien@moutte.net>
529
530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
531         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
532         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
533         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
534         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
535         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
536         methods from chain and negotiation and vice versa (Fixes #166142).
537         Fix a possible bug of images in the buffer pool being discarded because
538         we are looking at the wrong geometry.
539         * sys/xvimage/xvimagesink.h: Add stream_lock.
540
541 2005-02-11  David Schleef  <ds@schleef.org>
542
543         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
544         unsigned int. (fixes #167128)
545
546 2005-02-11  David Schleef  <ds@schleef.org>
547
548         * gst/librfb/Makefile.am: Testing stuff before committing is
549           for wimps... and people with fast machines.  Fix stupid
550           mistake.
551
552 2005-02-11  David Schleef  <ds@schleef.org>
553
554         * configure.ac: Pull in librfb from my CVS tree, because it is
555           too small and annoying to be separate.  Move rfbsrc plugin
556           to gst/.
557         * ext/Makefile.am:
558         * ext/librfb/Makefile.am:
559         * ext/librfb/gstrfbsrc.c:
560         * gst/librfb/Makefile.am:
561         * gst/librfb/gstrfbsrc.c:
562         * gst/librfb/rfb.c:
563         * gst/librfb/rfb.h:
564         * gst/librfb/rfbbuffer.c:
565         * gst/librfb/rfbbuffer.h:
566         * gst/librfb/rfbbytestream.c:
567         * gst/librfb/rfbbytestream.h:
568         * gst/librfb/rfbcontext.h:
569         * gst/librfb/rfbdecoder.c:
570         * gst/librfb/rfbdecoder.h:
571         * gst/librfb/rfbutil.h:
572
573 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
574
575         * gst/speed/Makefile.am:
576         * gst/speed/demo-mp3.c: (main):
577         * gst/speed/filter.func:
578         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
579         (speed_class_init), (speed_init), (speed_chain_int16),
580         (speed_chain_float32), (speed_chain), (speed_set_property),
581         (speed_get_property), (speed_change_state):
582         * gst/speed/gstspeed.h:
583           Fix speed element and make it chain-based (fixes #156467),
584           and make it handle more than one channel.
585
586 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
587
588         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
589         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
590         (gst_dtsdec_chain), (gst_dtsdec_change_state):
591         * ext/dts/gstdtsdec.h:
592           Don't clobber the stack constructing the channels array.
593           Make the element chain-based. DTS tracks can now be played.
594           
595 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
596
597         * gst-libs/gst/audio/multichannel.h:
598         * gst-libs/gst/gconf/gconf.h:
599         * gst-libs/gst/idct/idct.h:
600         * gst-libs/gst/media-info/media-info-priv.h:
601         * gst-libs/gst/play/play.h:
602         * gst-libs/gst/resample/private.h:
603         * gst-libs/gst/resample/resample.h:
604         * gst-libs/gst/riff/riff-ids.h:
605         * gst-libs/gst/video/video.h:
606         * gst-libs/gst/video/videosink.h:
607           Add G_BEGIN_DECLS and G_END_DECLS around headers where
608           missing, so that they work when included from C++ code.
609
610 2005-02-09  David Schleef  <ds@schleef.org>
611
612         * testsuite/gst-lint: Check for non-statically scoped
613           parent_class variables.  This won't be a problem once
614           plugins are loaded with RTLD_LOCAL.
615
616 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
617
618         * ext/mplex/gstmplexibitstream.cc:
619           gcc madness.
620
621 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
622
623         * ext/ogg/gstogmparse.c:
624         * gst/debug/gstnavigationtest.c:
625           Die, thou faulty symbol pollutors (non-static parent_class).
626
627 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
628
629         * ext/mplex/gstmplexibitstream.cc:
630           Fix event handling (#165525).
631
632 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
633
634         * ext/mikmod/gstmikmod.c:
635         * gst/modplug/gstmodplug.cc:
636           Add missing endianness to template (fixes #165509).
637
638 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
639
640         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
641           Fix wrong order of reading of optional bytes (#165290).
642
643 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
644
645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
646           Implement FILLER event awareness.
647
648 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
649
650         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
651           Fix track calculations (#166208).
652
653 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
654
655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
656
657         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
658         * ext/libpng/gstpngenc.c:
659           Fix byte-order, use proper fixed caps. Fixes #164197.
660
661 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
662
663         * configure.ac:
664           Add dvdlpcmdec 
665
666         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
667         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
668           Don't push buffers if the src pad isn't negotiated yet.
669           
670         * gst/audioconvert/gstaudioconvert.c:
671         (gst_audio_convert_buffer_to_default_format),
672         (gst_audio_convert_buffer_from_default_format):
673           Add support for 24-bit width.
674
675         * gst/dvdlpcmdec/.cvsignore:
676         * gst/dvdlpcmdec/Makefile.am:
677         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
678         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
679         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
680         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
681         (plugin_init):
682         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
683           New decoder for rearranging DVD LPCM into our audio/x-raw-int
684           format. Needs support for the channels maps if someone can find 
685           a DVD LPCM track with > 2 channels.
686
687         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
688         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
689         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
690         * gst/mpegstream/gstdvddemux.h:
691         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
692         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
693         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
694         * gst/mpegstream/gstmpegdemux.h:
695         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
696         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
697         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
698         (gst_mpeg_parse_handle_src_query),
699         (gst_mpeg_parse_handle_src_event):
700           Use audio/x-dvd-lpcm for LPCM output.
701           Add DTS output.
702
703 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
704
705         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
706
707         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
708         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
709           Add BGRA handling (#165736).
710
711 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
712
713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
714
715         * gst/law/alaw-decode.c: (alawdec_link):
716         * gst/law/alaw-encode.c: (alawenc_link):
717         * gst/law/mulaw-decode.c: (mulawdec_link):
718         * gst/law/mulaw-encode.c: (mulawenc_link):
719           Fix caps memleaks (#166600).
720
721 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
722
723         * ext/tarkin/mem.h:
724         * ext/tarkin/wavelet.h:
725         * ext/tarkin/yuv.h:
726         * gst/ffmpegcolorspace/avcodec.h:
727           Include "_stdint.h" instead of <stdint.h>. Fixes build on
728           systems that don't have stdint.h, like Solaris9 (fixes #166631).
729
730 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
731
732         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
734         (gst_xvimagesink_change_state):
735           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
736           Xv video (and thereby regenerate Xv colourkey) in clear() so
737           that PLAY -> READY -> PLAY works (fixes #162504).
738
739 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
740
741         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
742           Switch to list instead of range, since MJPEG-devices really just
743           support decimations, not any size.
744
745 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
746         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
747         (gst_mpeg2dec_reset), (free_all_buffers),
748         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
749         * ext/mpeg2dec/gstmpeg2dec.h:
750           The libmpeg2 user-allocated buffer management is awkward, 
751           to say the least. Hopefully this fixes things.
752
753 2005-02-04  Andy Wingo  <wingo@pobox.com>
754
755         * gst/audioconvert/bufferframesconvert.c
756         (buffer_frames_convert_fixate): New function, fixates to 256
757         frames per buffer by default. (Much better than 1.)
758         (buffer_frames_convert_init): Set the fixate function for both src
759         and sink pad.
760         (buffer_frames_convert_link): After success setting nonfixed caps,
761         get the negotiated caps so we can know how many buffer-frames it
762         will be. No idea how this worked at all before.
763
764 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
765
766         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
767         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
768         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
769         (handle_sequence), (handle_picture):
770         * ext/mpeg2dec/gstmpeg2dec.h:
771           Rearrange buffer tracking and refcounting and refactor
772           a little for readability. 
773
774 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
775         * sys/v4l/gstv4l.c: (plugin_init):
776         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
777         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
778         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
779         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
780         * sys/v4l/gstv4ljpegsrc.h:
781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
782         * sys/v4l/v4l_calls.h:
783         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
784         (gst_v4lsrc_get_fps):
785         * sys/v4l/v4lsrc_calls.h:
786           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
787           you jpeg inside rgb frames" driver.
788           Don't error in the v4lsrc link function, just return 
789           REFUSED.
790
791 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
792
793         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
794         (gst_qcamsrc_open):
795           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
796
797 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
798
799         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
800           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
801
802 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
803
804         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
805           Reset negotiated state on PAUSED->READY.
806
807 2005-02-02  David Schleef  <ds@schleef.org>
808
809         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
810         whereever possible.  (Fixes #165997)
811         * examples/capsfilter/capsfilter1.c: (main):
812         * examples/dynparams/filter.c: (create_ui):
813         * examples/seeking/cdparanoia.c: (get_track_info), (main):
814         * examples/seeking/chained.c: (main):
815         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
816         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
817         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
818         (make_mpeg_pipeline), (make_mpegnt_pipeline):
819         * examples/seeking/spider_seek.c: (make_spider_pipeline):
820         * examples/switch/switcher.c: (main):
821         * ext/dv/demo-play.c: (main):
822         * ext/faad/gstfaad.c: (gst_faad_change_state):
823         * ext/mad/gstmad.c: (gst_mad_chain):
824         * ext/smoothwave/demo-osssrc.c: (main):
825         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
826         (gst_gconf_render_bin_from_description),
827         (gst_gconf_get_default_audio_sink),
828         (gst_gconf_get_default_video_sink),
829         (gst_gconf_get_default_audio_src),
830         (gst_gconf_get_default_video_src),
831         (gst_gconf_get_default_visualization_element):
832         * gst/level/demo.c: (main):
833         * gst/level/plot.c: (main):
834         * gst/playback/gstplaybin.c: (gen_video_element),
835         (gen_audio_element):
836         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
837         * gst/playondemand/demo-mp3.c: (setup_pipeline):
838         * gst/sine/demo-dparams.c: (main):
839         * gst/spectrum/demo-osssrc.c: (main):
840         * gst/speed/demo-mp3.c: (main):
841         * gst/volume/demo.c: (main):
842         * testsuite/embed/embed.c: (main):
843
844 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
845
846         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
847         (gst_tcpclientsink_finalize):
848         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
849         (gst_tcpclientsrc_finalize):
850         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
851         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
852         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
853         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
854           Don't leak the hostname when shutting down.
855           In tcpserversrc, take a copy of the default hostname.
856
857 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
858
859         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
860           Set caps to systemstream=TRUE.
861
862 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
863
864         * testsuite/Makefile.am:
865           Fix more OSX buildbots.
866
867 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
868
869         * ext/mpeg2dec/gstmpeg2dec.c:
870           Don't send things to NULL PAD_PEERs
871
872         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
873           Copy-on-write the incoming buffer.
874
875         * gst/mpegstream/gstdvddemux.h:
876         * gst/mpegstream/gstmpegclock.h:
877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
878         (normal_seek), (gst_mpeg_demux_handle_src_event):
879         * gst/mpegstream/gstmpegdemux.h:
880         * gst/mpegstream/gstmpegpacketize.h:
881         * gst/mpegstream/gstmpegparse.c:
882         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
883         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
884         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
885         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
886         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
887         * gst/mpegstream/gstmpegparse.h:
888         * gst/mpegstream/gstrfc2250enc.h:
889           Various changes to the way time is computed that make seeking and
890           total time estimation much better here.
891           Use G_BEGIN/END_DECLS instead of __cplusplus
892
893         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
894           Use gst_buffer_stamp instead of only copying the TIMESTAMP
895
896 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
897
898         * gst/subparse/gstsubparse.c:
899           Fix OSX buildbot.
900
901 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
904         (theora_enc_chain), (theora_enc_change_state):
905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
906         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
907         (gst_vorbisenc_change_state):
908         * ext/vorbis/vorbisenc.h:
909           Set granulepos and timestamp correctly for streams not
910           starting at 0, taking into account the initial delay.
911
912 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
913
914         * gst/mpegstream/gstdvddemux.c:
915           Add audio/x-dts to audio pad template caps
916
917 2005-01-30  David Schleef  <ds@schleef.org>
918
919         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
920         (create_context), (gst_polypsink_link): Fix silly endianness
921         bug.  Add some debugging.  Remove float from caps; it doesn't
922         work.  Attempt to get remote audio working.
923
924 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
925
926         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
927           Add 3IV2 fourcc.
928
929 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
930
931         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
932         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
933         (gst_avi_demux_stream_data):
934         * gst/avi/gstavidemux.h:
935           Invert DIB images. Fixes #132341.
936
937 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
938
939         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
940         (gst_ffmpegcsp_chain):
941           D'oh, reference the palette data, not the palette structure.
942           Fixes color distortion in #132341.
943
944 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
945
946         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
947           PAR can be non-fixed when not provided as argument (#162626).
948
949 2005-01-29  David Moore  <dcm@acm.org>
950
951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
952
953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
954         (gst_qtdemux_loop_header):
955           Re-apply patch from #142272 that allows non-seekable sources,
956           re-proposed by Daniel Drake <dsd@gentoo.org>.
957
958 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
959
960         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
961           Use the src template for creating the src pad (#162330).
962
963 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
964
965         * configure.ac:
966         * ext/musepack/Makefile.am:
967         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
968         (gst_musepackdec_init), (gst_musepackdec_dispose),
969         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
970         (gst_musepack_stream_init), (gst_musepackdec_loop),
971         (gst_musepackdec_change_state):
972         * ext/musepack/gstmusepackdec.cpp:
973         * ext/musepack/gstmusepackdec.h:
974         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
975         (gst_musepack_reader_read), (gst_musepack_reader_seek),
976         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
977         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
978         * ext/musepack/gstmusepackreader.cpp:
979         * ext/musepack/gstmusepackreader.h:
980           Update to 1.1 API (#165446).
981
982 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
983
984         * ext/Makefile.am:
985           Unbreak buildbot.
986
987 2005-01-28  Andy Wingo  <wingo@pobox.com>
988
989         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
990         to reflect a different dubious internet source. Add a reference
991         and some commentary.
992
993 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
994
995         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
996         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
997         * gst/playback/gststreamselector.h:
998           Be more selective when we're redoing caps negotiation from
999           within the chain function on a stream change.
1000
1001 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1002
1003         * configure.ac:
1004         * ext/Makefile.am:
1005         * ext/amrnb/Makefile.am:
1006         * ext/amrnb/amrnb.c: (plugin_init):
1007         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
1008         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
1009         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
1010         (gst_amrnbdec_state_change):
1011         * ext/amrnb/amrnbdec.h:
1012         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
1013         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
1014         (gst_amrnbparse_init), (gst_amrnbparse_formats),
1015         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
1016         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
1017         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
1018         * ext/amrnb/amrnbparse.h:
1019           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
1020         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1021           Add AMR-NB/-WB raw formats.
1022         * ext/alsa/gstalsa.c: (gst_alsa_link):
1023           Keep valid time when changing format.
1024         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1025         (qtdemux_parse_trak):
1026           Add some more format-specific options (#140141, #143555, #155163).
1027
1028 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1029
1030         * gst/matroska/matroska-demux.c:
1031         (gst_matroska_demux_parse_blockgroup):
1032           Fix logic error in timing of subtitle stream synchronization.
1033         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1034           Add skip-chunk, which is found in kodak-camera streams.
1035
1036 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1037
1038         * po/LINGUAS:
1039         * po/vi.po:
1040           Adding Vietnamese translation (submitted by Clytie Siddall)
1041
1042 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1043
1044         * gst/playback/gstdecodebin.c: (try_to_link_1):
1045           Use realpad for signal.
1046
1047 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1048
1049         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
1050           Fix category so decodebin picks it up.
1051
1052 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1053
1054         * ext/mad/Makefile.am:
1055         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
1056         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
1057         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
1058         (found_type), (gst_id3demux_bin_change_state):
1059         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
1060         (gst_id3_tag_init), (gst_id3_tag_handle_event),
1061         (gst_id3_tag_src_link), (gst_id3_tag_chain),
1062         (gst_id3_tag_change_state), (plugin_init):
1063         * ext/mad/gstmad.h:
1064           Add id3demuxbin (which is a simple bin consisting of id3demux
1065           and typefind), take over rank from id3demux, remove typefind
1066           code from id3demux. Makes all broken mp3s that I know of work,
1067           and thereby fixes #152688.
1068
1069 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
1070
1071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1072
1073         * ext/mad/gstmad.c: (gst_mad_src_event):
1074         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
1075           Allow seeks on audio pad, make mad forward those (#164826).
1076         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1077           Set duration (#165335).
1078
1079 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1080
1081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
1082         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
1083         (gst_asf_demux_process_ext_content_desc),
1084         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
1085         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
1086         * gst/asfdemux/gstasfdemux.h:
1087           Improve metadata display, e.g. if the metadata comes before the
1088           streams are loaded (which is perfectly valid).
1089
1090 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1091
1092         * tools/gst-launch-ext-m.m:
1093           Fix AVI/ASF pipelines (#165340).
1094
1095 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
1096         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
1097         build failure on amd64
1098
1099 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
1102         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
1103           Check environment variables GST_ID3V2_TAG_ENCODING,
1104           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
1105           list of character encodings to force interpretation of non-unicode
1106           strings stored in an ID3v2 tag to a particular encoding. If none
1107           is specified, try to use current locale's encoding, then fall back
1108           to ISO-8859-1 (which will always succeed). (Resolves #149274)
1109         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
1110         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
1111           Check environment variables GST_ID3V1_TAG_ENCODING,
1112           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
1113           list of character encodings to use in case a string encountered
1114           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
1115           specified, try to use the current locale's encoding, then fall
1116           back to ISO-8859-1 (which will always succeed).
1117
1118 2005-01-25  Benjamin Otte  <otte@gnome.org>
1119
1120         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
1121           - on half framerate, compute the rate in advance so the comparisons
1122             don't compare wrong values
1123           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
1124             behaviour
1125           - don't use mad_header_decode anymore, mad_frame_decode does that
1126             automatically
1127           - when getting rid of consumed bytes, reset the stream's skiplen
1128           (fixes #163867)
1129
1130 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
1131
1132         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
1133           Use 1/2 a second for default max_discont, as PES streams from DVB
1134           seem to have larger spacings in the SCR. 
1135           Fix a typo.
1136
1137 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1138
1139         * gst/playback/gstplaybasebin.c: (group_commit):
1140           Notify delayed stream-info availability.
1141
1142 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
1143         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
1144         (gst_a52dec_handle_event), (gst_a52dec_chain):
1145         Add some debug output. Check that a discont has a valid
1146         time associated.
1147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1148         (gst_alsa_sink_loop):
1149         Ignore TAG events. A little extra debug for broken timestamps.
1150         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
1151         (dvdnavsrc_change_state):
1152         Ensure we send a discont to engage the link before we send any
1153         other events.
1154         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
1155         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
1156         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
1157         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
1158         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
1159         dvd://title works in totem because typefinding sends a seek that ends
1160         up going back to chapter 1 regardless.
1161         * ext/mpeg2dec/gstmpeg2dec.c:
1162         * ext/mpeg2dec/gstmpeg2dec.h:
1163         Output correct timestamps and handle disconts.
1164         * ext/ogg/gstoggdemux.c: (get_relative):
1165         Small guard against a null dereference.
1166         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
1167         (gst_textoverlay_set_property):
1168         Free memory when done. Don't call gst_event_filler_get_duration on
1169         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
1170         g_warning.
1171         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
1172         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
1173         (gst_sw_srclink), (gst_smoothwave_chain):
1174         Draw solid lines, prettier colours.
1175         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
1176         Add a default palette that'll work for some movies.
1177         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
1178         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
1179         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
1180         * gst/mpegstream/gstdvddemux.h:
1181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
1182         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
1183         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
1184         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
1185         * gst/mpegstream/gstmpegparse.h:
1186         Use PTM/NAV events when for timestamp adjustment when connected to 
1187         dvdnavsrc. Don't use many discont events where one suffices.
1188         * gst/playback/gstplaybasebin.c: (group_destroy),
1189         (gen_preroll_element), (gst_play_base_bin_add_element):
1190         * gst/playback/gstplaybasebin.h:
1191         Make sure we remove subtitles from the same bin we put them in.
1192         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
1193         (gst_subparse_buffer_format_autodetect),
1194         (gst_subparse_change_state):
1195         Fix some memleaks and invalid accesses.
1196         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
1197         (oggskel_type_find), (cmml_type_find), (plugin_init):
1198         Some typefind functions for Annodex v3.0 files
1199         * gst/wavparse/gstwavparse.h:
1200         GstRiffReadClass is the correct parent class.
1201
1202 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1203
1204         * gst-libs/gst/riff/riff-media.c:
1205         (gst_riff_create_video_caps_with_data):
1206           Add extradata to huffyuv (fixes #165013).
1207         * gst-libs/gst/riff/riff-read.c:
1208         (gst_riff_read_strf_vids_with_data):
1209           Fix extradata extraction if it is in the chunk size.
1210
1211 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
1212
1213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1214
1215         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
1216         (gst_quarktv_change_state), (gst_quarktv_dispose):
1217           Memory free'ing location fix (#164708).
1218
1219 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1220
1221         * gst/playback/gstplaybasebin.c: (group_commit),
1222         (gen_preroll_element), (probe_triggered), (gen_source_element),
1223         (setup_source), (gst_play_base_bin_change_state),
1224         (gst_play_base_bin_add_element):
1225           Don't block for streams.
1226         * gst/playback/gststreaminfo.c: (stream_info_change_state),
1227         (gst_stream_info_set_mute):
1228           Use gst_pad_set_active_recursive.
1229
1230 2005-01-25  Andy Wingo  <wingo@pobox.com>
1231
1232         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
1233         for #ifndef HAVE_XVIDEO.
1234
1235 2005-01-24  Jeffrey C. Ollie
1236
1237         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
1238
1239         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
1240         * ext/gsm/gstgsmdec.h:
1241         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
1242         * ext/gsm/gstgsmenc.h:
1243         Fix rate to 8kHz as per spec, removes obscure errors when no rate
1244         was given by property. Add proper buffer timestamps and offsets.
1245
1246 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1247
1248         * gst-libs/gst/riff/riff-media.c:
1249         (gst_riff_create_audio_caps_with_data):
1250           Audio can be <8000Hz.
1251
1252 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1253
1254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1255           Explicit state change to workaround refcount bugs.
1256
1257 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1258
1259         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
1260         (gst_avimux_riff_get_avi_header):
1261           Fix...
1262
1263 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1264
1265         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
1266         (gst_riff_read_element_data):
1267         * gst-libs/gst/riff/riff-read.h:
1268           Add _peek version (req'ed in CDXA).
1269         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
1270         (gst_cdxaparse_loop):
1271           Fix parsing in playbin.
1272         * gst/playback/gstdecodebin.c: (close_pad_link):
1273           Ignore current_ pads, they cause major annoyance.
1274
1275 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1276
1277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1278           Safety guard.
1279
1280 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1281
1282         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
1283           Fix padding...
1284
1285 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1286
1287         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
1288           Allow for 0-sized buffers. Fixes length query problems in
1289           starwars.mkv from the testsuite.
1290
1291 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
1294         (gst_video_box_i420), (gst_video_box_chain):
1295           Fix row strides for I420 (fixes #163159)
1296           
1297 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1298
1299         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1300           MPEG2 has a useful rate property, so we can actually use that.
1301           For MPEG-1, continue using the bytes/time properties.
1302
1303 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1304
1305         * gst-libs/gst/riff/riff-media.c:
1306         (gst_riff_create_video_caps_with_data),
1307         (gst_riff_create_video_template_caps):
1308           Add intel-h263.
1309
1310 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1311
1312         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
1313           Fail if caps negotiation fails. Should fix #162184, and should
1314           definately be in there regardless of it fixing the actual bug.
1315         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
1316         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
1317         (gst_avimux_riff_get_avix_header),
1318         (gst_avimux_riff_get_video_header),
1319         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
1320         (gst_avimux_start_file), (gst_avimux_handle_event),
1321         (gst_avimux_change_state):
1322         * gst/avi/gstavimux.h:
1323           Refactor structure writing to use GST_WRITE_UINT macros, add
1324           metadata writing support.
1325
1326 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1327
1328         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
1329           Elements may already be destroyed when this function is called.
1330
1331 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1332
1333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1334         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
1335           More memory leak fixes (#149162).
1336
1337 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1338
1339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1340         (gst_qtdemux_add_stream):
1341           Fix two memleaks.
1342
1343 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1344
1345         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
1346           Argh...
1347
1348 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1349
1350         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
1351           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
1352           when fixating to six channels in Totem.
1353
1354 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
1357           Fix compile warnings on Solaris 10 buildbot
1358
1359 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         * ext/dvdread/dvdreadsrc.c: (_read):
1362           Don't read beyond the last cell in a chapter (fixes 
1363           invalid memory access)
1364
1365 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1366
1367         * ext/dvdread/stream_labels.c:
1368         (dvdreadsrc_get_audio_stream_labels):
1369           Use NULL for an empty GList instead of g_list_alloc(); fix 
1370           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
1371           of GString (easier to bulk free later)
1372
1373 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
1374
1375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1376
1377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1378         (gst_ffmpeg_pixfmt_to_caps):
1379           Fix BGRA32 caps (#164209).
1380
1381 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
1382
1383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1384
1385         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1386         (gst_ffmpeg_caps_to_pixfmt):
1387           alpha_mask can be RGBA/ABGR. Fixes #164265.
1388
1389 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
1390
1391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1392
1393         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
1394         (gst_mpeg2dec_alloc_buffer):
1395         * ext/mpeg2dec/gstmpeg2dec.h:
1396           Crop if decoding size is not the actual image size (#163676).
1397
1398 2005-01-17  Steve Baker  <steve@stevebaker.org>
1399
1400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1401
1402         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
1403         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
1404           Add libsndfile typefind functions (#163309).
1405
1406 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1407
1408         * tools/gst-launch-ext-m.m:
1409           Add .aac, fix .m1v/.m2v (#163891).
1410
1411 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1412
1413         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
1414           Sanity check, don't wait endlessly since the clock might not
1415           actually run at this point (which is a deadlock). Fixes #164069.
1416
1417 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1418
1419         * gst/playback/gstplaybasebin.c: (probe_triggered):
1420           Of course, only pause if group is done...
1421
1422 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1423
1424         * gst/playback/gstplaybasebin.c: (probe_triggered):
1425           Thread safety.
1426
1427 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1428
1429         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
1430           Don't return state change success when the parent
1431           failed.
1432
1433 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1434
1435         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
1436           Free events (fix memleak in #162905).
1437
1438 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
1439
1440         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1441
1442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1443         (gst_ffmpeg_caps_to_pixfmt):
1444           Fix for depth = 15. Fixes #161675.
1445
1446 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1447
1448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1449           Set FPS correctly, even for webcams and the like.
1450         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
1451           Don error on setting while capturing.
1452
1453 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1454
1455         * ext/dv/gstdvdec.c:
1456         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1457         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
1458           I'm a bad boy. using /1001. to force C to do float division
1459           and not integer division (as it did in my last commit)
1460           Thanks to David I. Lehn for pointing this mistake.
1461
1462 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1463
1464         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
1465           Revert Johan´s 1.35->1.36 since it breaks compat.
1466
1467 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1468
1469         * ext/dv/gstdvdec.c:
1470         * ext/libfame/gstlibfame.c:
1471         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1472         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
1473           replace framerate aproximations by their real value
1474           (24000/1001, 30000/1001, 60000/1001)
1475           Finish fixing bug #164049
1476
1477 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1478
1479         * ext/ogg/gstoggmux.c:
1480           eos/bos debugging
1481         * gst/tcp/gstmultifdsink.c:
1482         * gst/tcp/gstmultifdsink.h:
1483         * gst/tcp/gsttcp.c:
1484         * gst/tcp/gsttcp.h:
1485         * gst/tcp/gsttcpclientsink.c:
1486         * gst/tcp/gsttcpclientsrc.c:
1487         * gst/tcp/gsttcpserversink.c:
1488         * gst/tcp/gsttcpserversrc.c:
1489           improve reusability of elements after state changes and errors
1490           make multifdsink throw away streamheaders when receiving new ones
1491
1492 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1493
1494         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
1495           Fix for if items are already in list...
1496
1497 2005-01-12  Benjamin Otte  <otte@gnome.org>
1498
1499         * gst/adder/gstadder.c: (gst_adder_loop):
1500           fix adder a bit so it doesn't screw up with events as much anymore
1501
1502 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
1503
1504         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
1505         (pixbufscale_scale), (gst_pixbufscale_chain):
1506         * ext/gdk_pixbuf/pixbufscale.h:
1507           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
1508           to ensure rowstrides are calculated the same way as 
1509           ffmpegcolorspace
1510           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
1511           that we pick up duration and offset also.
1512
1513 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1514
1515         * gst/avi/gstavimux.c: (gst_avimux_class_init),
1516         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
1517           Reusability fixes.
1518
1519 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1520
1521         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1522         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1523         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1524         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1525           Update flags when requested.
1526
1527 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1528
1529         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
1530           Fix dmix.
1531
1532 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1533
1534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1535         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
1536         (probe_triggered), (new_decoded_pad), (gen_source_element),
1537         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
1538         * gst/playback/gstplaybasebin.h:
1539         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1540         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
1541         (gst_play_bin_change_state):
1542           Implement group-switch signal for use in apps to clear metadata
1543           cache, clean up subtitle, add suburi property instead of # hack,
1544           some error-out fixes.
1545
1546 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1547
1548         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1549           Debug.
1550         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
1551           If we got a state change in the _get handler, don't return success.
1552
1553 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1554
1555         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
1556         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
1557           Make jpegdec quiet on MJPEG decoding
1558         * gst/asfdemux/README:
1559           Fix mimetypes for MJPEG and H263
1560
1561 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1562
1563         * ext/theora/theoradec.c: (theora_dec_chain):
1564           Fix broken code generation by gcc by swapping arguments.
1565         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1566           Fix \n in debug.
1567
1568 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1569
1570         * TODO:
1571           delete this file, it is by far outdated
1572         * ext/alsa/gstalsa.1: remove
1573         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
1574         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
1575         (gst_alsa_get_caps):
1576           Add HW probing for supported sample rates. Fixes #161704
1577
1578 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1579
1580         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1581           Don't crash, biatch! :).
1582
1583 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1584
1585         * ext/musepack/gstmusepackreader.cpp:
1586         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
1587           Some work on tags - still doesn't work in playbin...
1588         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1589           Handle events...
1590
1591 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1592
1593         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
1594           Also shove tags on kid pads.
1595
1596 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1597
1598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
1599           Don't bail on unknown events.
1600         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1601           Don't crash on events before negotiation.
1602         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1603           Send tags on pads, too.
1604         * gst/playback/gststreamselector.c:
1605         (gst_stream_selector_request_new_pad):
1606           Forward events on first pad if no input was selected yet.
1607
1608 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1609
1610         * gst/playback/gstplaybasebin.c: (setup_substreams):
1611           Don't disable streamtype if the stream doesn't exist, since
1612           then playing a video after audio will disable both and nothing
1613           will happen. Fixes the testsuite.
1614
1615 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1616
1617         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
1618         (gst_v4l_xoverlay_set_xwindow_id):
1619         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
1620         (gst_v4l2_xoverlay_set_xwindow_id):
1621           Add debug categories, fix overlay disabling.
1622
1623 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1624
1625         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
1626         * ext/alsa/gstalsa.h:
1627           Add HW probing for period_count/size and buffer_size MIX/MAX
1628           Adjust default/user defined value if out of bounds
1629           Should fix bug #162024
1630
1631 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1632
1633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
1634           Fix warning (#161191).
1635
1636 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1637
1638         * ext/dvdread/stream_labels.c:
1639         (dvdreadsrc_get_audio_stream_labels):
1640           Fix warning (init the good variable in switch default)
1641
1642 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
1643
1644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1645
1646         * gst/tta/gstttaparse.c: (gst_tta_src_event):
1647           Fix gcc-2.95 compile (#163485).
1648
1649 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1650
1651         * configure.ac:
1652         * ext/flac/gstflacenc.c: (gst_flacenc_init),
1653         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
1654         (gst_flacenc_tell_callback), (gst_flacenc_chain),
1655         (gst_flacenc_change_state):
1656         * ext/flac/gstflacenc.h:
1657           Update for API change in flac-1.1.1. Update requirement in
1658           configure.ac. Fixes #162974.
1659
1660 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1661
1662         * gst/playback/gstplaybasebin.c: (group_destroy):
1663           Remove hack to get rid of assert and get rid of unlinked
1664           signals properly.
1665
1666 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1667
1668         * gst/playback/gstplaybasebin.c: (setup_source):
1669           Set source to NULL so that resources are free'ed. Fixes issues
1670           with playback of CDDA and similar device-accessing things.
1671
1672 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1673
1674         * testsuite/embed/Makefile.am:
1675           test->noinst, fix make test in buildbot.
1676
1677 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1678
1679         * ext/dvdread/stream_labels.c: new file
1680         * ext/dvdread/stream_labels.h: new file
1681         * ext/dvdread/Makefile.am:
1682         * ext/dvdread/dvdreadsrc.c: (_seek_title):
1683           Extract audio stream label from DVD IFO files.
1684           It only dump them on the console for now, still have to
1685           make playbin aware of them.
1686
1687 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1688
1689         * gst/playback/gstplaybasebin.c: (setup_source):
1690           Fix hanging subs.
1691
1692 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1693
1694         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1695         (gen_preroll_element), (remove_groups), (setup_subtitle),
1696         (gen_source_element), (setup_source):
1697         * gst/playback/gstplaybasebin.h:
1698           Multiple .sub files is just a stupid idea... Fix some threading
1699           mistakes. Interestingly, external .sub files cause playbin to
1700           hang, I don't know why... Parsing fixes contributed by François
1701           Kooman <fkooman@tuxed.net>.
1702
1703 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1704
1705         * testsuite/embed/Makefile.am:
1706           Fix buildbot.
1707
1708 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
1709
1710         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1711
1712         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
1713         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
1714         (gst_pngenc_set_property):
1715         * ext/libpng/gstpngenc.h:
1716           Add compression level property (#163323).
1717
1718 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1719
1720         * configure.ac:
1721         * examples/capsfilter/capsfilter1.c: (main):
1722         * examples/seeking/spider_seek.c: (make_spider_pipeline):
1723         * ext/dvdread/Makefile.am:
1724         * ext/dvdread/demo-play:
1725         * ext/dvdread/demo-play.c:
1726         * gconf/gstreamer.schemas.in:
1727         * gst-libs/gst/gconf/gconf.c:
1728         * sys/v4l/TODO:
1729         * testsuite/Makefile.am:
1730         * testsuite/embed/Makefile.am:
1731         * testsuite/embed/embed.c: (cb_expose), (main):
1732           Remove all references to xvideosink, fix examples (#140845).
1733         * gst/playback/gstplaybasebin.c: (group_destroy):
1734           Apparently, disposal does not unlink - so do explicitely.
1735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1736           Add debug.
1737
1738 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
1739
1740         * README: fix PKG_CONFIG_PATH instructions, what was there
1741         previously was breaking default search path, not nice. 
1742         Fixes #163358
1743
1744 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1745
1746         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
1747         (gst_audioscale_chain):
1748           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
1749           when resampling - how the ^@$^!@^! is this possible?!?
1750
1751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1752
1753         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1754           Reset variables on READY.
1755         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
1756         (gst_matroska_mux_loop):
1757           Require data before writing header.
1758
1759 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
1760
1761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1762
1763         * ext/mad/gstmad.c: (gst_mad_chain):
1764           Don't call mad_stream_sync() directly after recovering sync.
1765           Fixes #151661.
1766
1767 2005-01-09  Martin Eikermann  <meiker@upb.de>
1768
1769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1770
1771         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
1772         (snapshot_handler), (gst_snapshot_sinkconnect),
1773         (gst_snapshot_chain):
1774           Allocate resources when required, fix recursive signal emission
1775           and fix caps. Fixes #161667.
1776
1777 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
1778
1779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1780
1781         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
1782         (gst_pngdec_chain):
1783           Handle only 8-bppc (bits-per-pixel-component) images, better
1784           error handling and correct strides. Fixes #163177.
1785         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
1786         (gst_pngenc_chain):
1787           Better error handling. Fixes #163348.
1788
1789 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1790
1791         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
1792         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
1793         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
1794         (dvdnavsrc_uri_handler_init):
1795           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
1796         * gst/playback/gstplaybasebin.c: (gen_source_element):
1797           Add MMS to streaming URIs.
1798
1799 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1800
1801         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
1802         * sys/xvimage/xvimagesink.c:
1803         (gst_xvimagesink_navigation_send_event):
1804           Check for pad availability before sending event.
1805
1806 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1807
1808         * gst-plugins.spec.in:
1809           Add subparse.
1810
1811 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1812
1813         * configure.ac:
1814           Since we use functions from CVS, up requirement.
1815
1816 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1817
1818         * gst/playback/Makefile.am:
1819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1820         (group_destroy), (group_commit), (group_is_muted),
1821         (gen_preroll_element), (add_stream), (unknown_type),
1822         (probe_triggered), (preroll_unlinked), (mute_stream),
1823         (silence_stream), (new_decoded_pad), (setup_substreams),
1824         (setup_source), (get_active_source), (mute_group_type),
1825         (muted_group_change_state), (set_active_source),
1826         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1827         (play_base_eos), (gst_play_base_bin_change_state):
1828         * gst/playback/gstplaybasebin.h:
1829         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
1830         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
1831         (gst_stream_info_dispose), (stream_info_mute_pad),
1832         (stream_info_change_state), (gst_stream_info_set_mute):
1833         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
1834         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
1835         (gst_stream_selector_init), (gst_stream_selector_dispose),
1836         (gst_stream_selector_get_linked_pad),
1837         (gst_stream_selector_get_caps), (gst_stream_selector_link),
1838         (gst_stream_selector_get_linked_pads),
1839         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1840         * gst/playback/gststreamselector.h:
1841           Adding stream selection support plus required properties for
1842           applications to use this. Fully fixes #100931.
1843
1844 2005-01-08  Benjamin Otte  <otte@gnome.org>
1845
1846         * gst/games/gstpuzzle.c: (nav_event_handler):
1847           - handle nav events differently: forward every event no matter if it
1848             was handled or not.
1849           - translate events
1850           You can now cheat by using navigationtest ! puzzle and moving the
1851           mouse close to the edge of a tile. ;)
1852
1853 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1854
1855         * configure.ac:
1856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
1857         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
1858         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
1859         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
1860         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
1861         (gst_ogm_parse_plugin_init):
1862         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
1863         (gst_textoverlay_link), (gst_textoverlay_getcaps),
1864         (gst_textoverlay_event), (gst_textoverlay_video_chain),
1865         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
1866         * ext/pango/gsttextoverlay.h:
1867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1868         (gst_matroska_demux_handle_seek_event),
1869         (gst_matroska_demux_sync_streams),
1870         (gst_matroska_demux_parse_blockgroup),
1871         (gst_matroska_demux_subtitle_caps),
1872         (gst_matroska_demux_plugin_init):
1873         * gst/matroska/matroska-ids.h:
1874         * gst/playback/gstdecodebin.c: (close_pad_link):
1875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1876         (gen_preroll_element), (remove_groups), (add_stream),
1877         (new_decoded_pad), (setup_subtitles), (gen_source_element),
1878         (setup_source):
1879         * gst/playback/gstplaybasebin.h:
1880         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
1881         * gst/subparse/Makefile.am:
1882         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
1883         (gst_subparse_base_init), (gst_subparse_class_init),
1884         (gst_subparse_init), (gst_subparse_formats),
1885         (gst_subparse_eventmask), (gst_subparse_event),
1886         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
1887         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
1888         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
1889         (parse_mpsub_deinit), (parse_mpsub_init),
1890         (gst_subparse_buffer_format_autodetect),
1891         (gst_subparse_format_autodetect), (gst_subparse_loop),
1892         (gst_subparse_change_state), (gst_subparse_type_find),
1893         (plugin_init):
1894         * gst/subparse/gstsubparse.h:
1895         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
1896         (plugin_init):
1897           Add subtitle support, .sub parser (supports SRT and MPsub),
1898           OGM text support, Matroska UTF-8 text support, deadlock fixes
1899           all over the place, subtitle awareness in decodebin/playbin
1900           and some fixes to textoverlay to handle subtitles in a stream
1901           correctly. Fixes #100931.
1902
1903 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1904
1905         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1906           Check for pad availability before doing a query on it.
1907
1908 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1909
1910         * ext/dv/gstdvdec.c:
1911           really fix bpp24/32 dvdec caps (classic rgba indeed)
1912         * gst/asfdemux/gstasfdemux.c:
1913         (gst_asf_demux_process_ext_content_desc):
1914           don't send text tags if they are empty (bis repetita)
1915
1916 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1917
1918         * ext/dv/gstdvdec.c:
1919          remove unneeded comment from dvdec
1920           (related to DV 4CC codes in AVI files)
1921           moved them in gstreamer/docs/random/mimetypes
1922         * gst/asfdemux/gstasfdemux.c:
1923         (gst_asf_demux_process_ext_content_desc):
1924          don't send text tags if they are empty
1925          fix mem leak on error path
1926         * gst/ffmpegcolorspace/avcodec.h:
1927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1928         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1929         (gst_ffmpegcsp_avpicture_fill):
1930         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
1931         * gst/ffmpegcolorspace/imgconvert_template.h:
1932          adds BGR32 and BGRA32 to ffmpegcolorspace
1933           (still bad colors, fixing it on next commit)
1934           helps with dvdec outputing BGR32
1935
1936 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1937
1938         * ext/dv/gstdvdec.c:
1939          Fix audio caps i just broke (missing ',')
1940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
1941         (gst_matroska_mux_reset):
1942          Fix typo + add FIXME about old "x-gst-metadata" crap
1943
1944 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1945
1946         * ext/dv/demo-play.c: (main):
1947          xvideosink -> xvimagesink
1948         * ext/dv/gstdvdec.c:
1949          change rgb 32/32 caps to 24/32 (no alpha)
1950          change nb of channels to be a list (2 or 4, not 2)
1951          change sample rate to be a list (32, 44.1, 48 kHz) not a range
1952         * gst/asfdemux/gstasfdemux.c:
1953         (gst_asf_demux_process_ext_content_desc):
1954          Add 'date/year' to extracted metadata list
1955
1956 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1957
1958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
1959           The return value of fixate_to does not imply that the requested
1960           value was set, so don't assume.
1961
1962 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
1963
1964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1965
1966         * ext/libpng/gstpngdec.c:
1967         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
1968         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
1969         * ext/libpng/gstpngenc.h:
1970           Alpha support (encoder; #163161), mime fixage.
1971
1972 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
1973
1974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1975
1976         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
1977         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
1978         (gst_faac_set_property), (gst_faac_get_property):
1979         * ext/faac/gstfaac.h:
1980           Allow for ADTS output (#153434).
1981
1982 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1983
1984         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1985           Fix against template (#150576).
1986
1987 2005-01-06  Benjamin Otte  <otte@gnome.org>
1988
1989         * gst/games/gstpuzzle.c: (draw_puzzle):
1990           don't draw a puzzle if either width or height of tiles would be 0.
1991
1992 2005-01-06  Benjamin Otte  <otte@gnome.org>
1993
1994         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
1995         (gst_puzzle_class_init), (gst_puzzle_finalize):
1996           no memleaks, please
1997         (gst_puzzle_create), (gst_puzzle_init),
1998         (gst_puzzle_set_property), (gst_puzzle_setup):
1999           change initialization code around so we don't reshuffle on resize
2000         (draw_puzzle):
2001           fix another stupid typo
2002
2003 2005-01-06  Benjamin Otte  <otte@gnome.org>
2004
2005         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
2006           fix stupid typo that borked copying on YUY2
2007
2008 2005-01-06  Benjamin Otte  <otte@gnome.org>
2009
2010         * gst/games/gstpuzzle.c: (draw_puzzle):
2011           fix edges when image sizes aren't multiples of tile sizes
2012
2013 2005-01-06  Benjamin Otte  <otte@gnome.org>
2014
2015         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
2016           make RGB endianness work correctly
2017         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
2018           refactor and fix race with initial shuffling
2019         (nav_event_handler):
2020           allow using the mouse to puzzle
2021         (draw_puzzle):
2022           insist on tiles having width and height as multiples of 4 to get
2023           clean YUV image handling
2024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2025         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
2026           s/DEBUG/LOG/ for common messages
2027         (gst_xvimagesink_navigation_send_event):
2028           fix mouse event translation to not include screen PAR
2029         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
2030           fix mouse event translation to actually work
2031
2032 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2033
2034         * gst/asfdemux/gstasfdemux.c:
2035         (gst_asf_demux_process_ext_content_desc):
2036          Extract TrackNumber metadata + clean up code
2037         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
2038          Hope this is the good fix (var used unitialised)
2039
2040 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2041
2042         * ext/faad/gstfaad.c: (gst_faad_chain):
2043           Only increment timestamp if it's valid. Fixes raw AAC streams.
2044
2045 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2046
2047         * configure.ac:
2048         * gst/games/Makefile.am:
2049         * gst/games/gstpuzzle.c:
2050           add a puzzle game with...
2051         * gst/games/gstvideoimage.c:
2052         * gst/games/gstvideoimage.h:
2053           ... full colorspace support (that includes YUV9 and RGB16)) stolen
2054           from videotestsrc and made into something that would be a nice
2055           library for a lot of other plugins.
2056
2057 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2058
2059         * configure.ac:
2060          don't compile faad plugin if a RC of 2.0 is found
2061          Fixes #155346 (and FC1 buildbot)
2062         * gst/asfdemux/gstasfdemux.c:
2063         (gst_asf_demux_process_ext_content_desc):
2064          try to make Solaris compiler happier
2065
2066 2005-01-06  Paul Jack  <pjack@sfaf.org>
2067
2068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2069
2070         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
2071           Fix segfault (#161667).
2072
2073 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2074
2075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
2076           Fix framerate reporting.
2077
2078 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2079
2080         * gst-libs/gst/riff/riff-ids.h:
2081         * gst/wavenc/riff.h:
2082          Add AMR (VBR and CBR) ids to riff.h audio codec list
2083         * gst/asfdemux/gstasfdemux.c:
2084         (gst_asf_demux_process_ext_content_desc),
2085         (gst_asf_demux_process_object):
2086           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
2087
2088 2005-01-05  Martin Eikermann  <meiker@upb.de>
2089
2090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2091
2092         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2093         (gst_dvd_demux_handle_discont):
2094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
2095         (gst_mpeg_demux_handle_discont):
2096           Recreate pads on new-media (#160730).
2097         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
2098           Send discont even if manager changes timestamps (#161929).
2099
2100 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
2101
2102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2103
2104         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
2105           Fix invalid memory access (#159211).
2106
2107 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2108
2109         * examples/gstplay/player.c: (main):
2110           Don't iterate.
2111         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
2112           Add visualizations.
2113         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
2114         (gst_a52dec_handle_frame):
2115           Set duration.
2116         * ext/dvdnav/gst-dvd:
2117           Add audioconvert. Fixes #161325.
2118         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
2119           Explicitely case to gint64. Possible valgrind error.
2120         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
2121         (gst_play_tick_callback), (gst_play_change_state),
2122         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
2123         (gst_play_set_location), (gst_play_get_location),
2124         (gst_play_seek_to_time), (gst_play_set_data_src),
2125         (gst_play_set_video_sink), (gst_play_set_audio_sink),
2126         (gst_play_set_visualization), (gst_play_connect_visualization),
2127         (gst_play_get_framerate), (gst_play_get_all_by_interface),
2128         (gst_play_new):
2129           Use playbin. Fixes #139749 and #147744.
2130         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
2131           Add genre tag.
2132         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
2133         (audioscale_get_type), (gst_audioscale_base_init),
2134         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
2135         (gst_audioscale_getcaps), (gst_audioscale_fixate),
2136         (gst_audioscale_link), (gst_audioscale_get_buffer),
2137         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
2138         (gst_audioscale_init), (gst_audioscale_dispose),
2139         (gst_audioscale_chain), (gst_audioscale_set_property),
2140         (gst_audioscale_get_property), (plugin_init):
2141           Indent properly.
2142         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
2143           Fix LPCM.
2144         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
2145         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
2146         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
2147           Add more metadata (fixes #162656).
2148
2149 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2150
2151         * configure.ac:
2152           back to cvs
2153
2154 === release 0.8.7 ===
2155
2156 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2157
2158         * NEWS:
2159         * RELEASE:
2160         * configure.ac:
2161           releasing 0.8.7, "Hyperspace"
2162
2163 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2164
2165         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
2166
2167         * gst/playback/gstplaybasebin.c:
2168          Fix for #162924 - free caps after use, not before
2169
2170 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2171
2172         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2173
2174         * gst/playback/gstplaybasebin.c:
2175         * gst/wavparse/gstwavparse.c:
2176           Fix for #154773 - fixes playback of small .wav files
2177
2178 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2179
2180         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2181
2182         * gst/audioscale/gstaudioscale.c:
2183           Fix for #162819 - make audioscale reusable
2184           Fixes playback of more than one file with playbin/totem
2185
2186 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2187
2188         * gst/ffmpegcolorspace/avcodec.h:
2189         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2190         * gst/ffmpegcolorspace/imgconvert.c:
2191           clean up the mess that made me cry and avoid needless duplication
2192
2193 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2194
2195         * gst/ffmpegcolorspace/imgconvert.c:
2196           give some indication of why we're segfaulting
2197
2198 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2199
2200         * configure.ac:
2201           Fix indentation, fix v4l2 plugin detection.
2202         * ext/Makefile.am:
2203           Fix libmms location (Maciej, use diff -u!).
2204         * ext/alsa/gstalsa.c: (gst_alsa_init):
2205           Initialize caps cache to NULL.
2206         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
2207           Only change state on audiosink if it exists.
2208
2209 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
2210
2211         * gst/matroska/matroska-demux.c:
2212         * gst/matroska/matroska-ids.h:
2213         * gst/matroska/matroska-demux.h:
2214         Fix Vorbis streams failing to decode in some files, where cluster_time
2215         isn't 0, because then it doesn't send codec_priv before actual data.
2216         Remove time-based test and replace it with marker set on beginning of
2217         new stream
2218
2219 2004-12-28  David Schleef  <ds@schleef.org>
2220
2221         Merge patch from Ronald fixing problems with streaming
2222         text.
2223         * ext/cairo/gstcairo.c: (plugin_init):
2224         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
2225         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
2226         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
2227         (gst_textoverlay_font_init), (gst_textoverlay_init),
2228         (gst_textoverlay_set_property):
2229         * ext/cairo/gsttextoverlay.h:
2230
2231 2004-12-27  David Schleef  <ds@schleef.org>
2232
2233         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
2234         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
2235         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
2236         (gst_textoverlay_font_init), (gst_textoverlay_init),
2237         (gst_textoverlay_set_property): Improvements to actually
2238         render text as white on black outline on video, including
2239         font selection and horizontal/vertical alignment.  (Ronald's
2240         christmas present)
2241         * ext/cairo/gsttextoverlay.h:
2242
2243 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2244
2245         * ext/ogg/gstogg.c:
2246         * ext/ogg/gstogmparse.c:
2247           fix ogm[audio/video]parse plugin registration
2248           (riff won't load if bytestream is already loaded)
2249
2250 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2251
2252         * gst/audioconvert/gstchannelmix.c:
2253           fix for GLIB < 2.4
2254
2255 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2256
2257         * Makefile.am:
2258         * configure.ac:
2259           disable docs again until it actually passes make distcheck.
2260
2261 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2262
2263         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
2264         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2265         (plugin_init):
2266           Add 3GP (variables name Q3GP because they can't start with a
2267           number). Add samr audio fourcc (used in .3gp files), decoder
2268           is work in progress. Also do a GST_WARNING instead of ERROR
2269           in case of unknown nodes, to decrease output.
2270
2271 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2272
2273         * Makefile.am:
2274           really fix dist
2275
2276 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2277
2278         * configure.ac:
2279         * ext/speex/gstspeexdec.h:
2280         * ext/speex/gstspeexenc.h:
2281           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
2282           Fix detection code in configure.ac
2283
2284 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2285
2286         * gst/matroska/matroska-demux.c:
2287         (gst_matroska_demux_parse_blockgroup):
2288           Save position, so that queries give proper return values. Don't
2289           know how this could ever have worked before...
2290
2291 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2292
2293         * configure.ac:
2294           Put additional LAME check inside the conditional.  Fixes #152339
2295
2296 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2297
2298         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2299         (gst_avi_demux_stream_scan):
2300           Add some more debug. Fix logic error when setting movi offset
2301           while reading index.
2302
2303 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2304
2305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2306         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
2307         (gst_avi_demux_process_next_entry):
2308           Add some debugging. Better detection of broken indexes and the
2309           accompanying index recovery. No infinite loops on state changes
2310           when we're still in our loopfunction.
2311
2312 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2313
2314         * configure.ac:
2315           Fix up.
2316
2317 2004-12-22  Archana Shah  <archana.shah@wipro.com>
2318
2319         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2320
2321         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
2322           Normalizing the value before setting
2323         (gst_sunaudiomixer_get_volume):
2324           Normalizing the value after getting. Fixes bug# 161980
2325
2326 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2327
2328         * Makefile.am: Make sure docs gets disted
2329         * docs/Makefile.am: Make sure all needed files get disted
2330         * gst-plugins.spec.in: latest updates
2331
2332 2004-12-22  Wim Taymans  <wim@fluendo.com>
2333
2334         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
2335         Revert patch 1.38 as clock distribution over schedulers does
2336         not work correcly in the core yet.
2337
2338 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2339
2340         * sys/oss/README: remove this file, which predates my birth
2341           (and which content is by far outdated)
2342
2343 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
2344
2345         * Makefile.am:
2346         * configure.ac:
2347         * docs/Makefile.am:
2348         * docs/libs/Makefile.am:
2349         * docs/libs/gst-plugins-libs-docs.sgml:
2350         * docs/libs/gst-plugins-libs-sections.txt:
2351         * docs/libs/tmpl/gstgconf.sgml:
2352         * docs/upload.mak:
2353         * docs/version.entities.in:
2354           Added boilerplate gtk-doc files for plugin-libs documentation.
2355
2356 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2357
2358         * gst/auparse/gstauparse.c: fix int and float audio caps
2359
2360 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2361
2362         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
2363         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
2364           g_assert() can be a macro, don't use #ifdef inside it.
2365
2366 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
2367
2368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2369
2370         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2371         (gst_videorate_init), (gst_videorate_chain),
2372         (gst_videorate_change_state):
2373           Event handling (fixes #159986).
2374
2375 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2376
2377         * gst-libs/gst/riff/riff-media.c:
2378         (gst_riff_create_video_caps_with_data):
2379           Add BLZ0 (Blizzard's version of DivX) fourcc.
2380
2381 2004-12-18  David Schleef  <ds@schleef.org>
2382
2383         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
2384         portability fix.
2385
2386 2004-12-18  David Schleef  <ds@schleef.org>
2387
2388         * gst/tta/ttadec.h: Disable some header code that isn't used
2389         and clearly isn't portable.
2390
2391 2004-12-18  David Schleef  <ds@schleef.org>
2392
2393         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
2394         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
2395         (avcodec_get_pix_fmt), (avpicture_layout),
2396         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
2397         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
2398         Fix code to not use GCC extensions (and c99 extensions that
2399         Forte does not like.)
2400
2401 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2402
2403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2404
2405         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
2406         (gst_deinterlace_chain):
2407           Rowstride fixes. Fixes #161039.
2408         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
2409         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
2410         (gst_video_crop_getcaps), (gst_video_crop_link),
2411         (gst_video_crop_i420), (gst_video_crop_chain),
2412         (gst_video_crop_change_state):
2413           Rework of negotiation. Actually works now. Fixes #158650.
2414
2415 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2416
2417         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
2418           That was very stupid.
2419
2420 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2421
2422         * gst/matroska/matroska-demux.c:
2423         (gst_matroska_demux_parse_blockgroup):
2424           Fix possible crasher.
2425
2426 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2427
2428         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
2429         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
2430           Lace sizes can be zero.
2431
2432 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2433
2434         * ext/musepack/gstmusepackdec.cpp:
2435           Fetch error return values. Fixes #161624.
2436         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
2437           Really EOS.
2438
2439 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2440
2441         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
2442           Work for truncated (unfinished download etc.) files. Fixes #160514.
2443
2444 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2445
2446         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2447           Fix for integer overflow. Makes #156001 not crash. Probably masks
2448           the real bug.
2449
2450 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2451
2452         * gst/ac3parse/gstac3parse.c: (plugin_init):
2453           Parsers never have ranks. Fixes #159651.
2454
2455 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2456
2457         * gst/playback/gstdecodebin.c: (compare_ranks):
2458           make sure the facotries are ordered the same every time even if they
2459           have the same rank by using the name
2460         * gst/playback/gstdecodebin.c: (find_compatibles):
2461           make sure we don't add factories to the list twice
2462
2463 2004-12-16  David Schleef  <ds@schleef.org>
2464
2465         * configure.ac: look for musepack headers as musepack/*.h
2466         (fixes #159847)
2467         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
2468         * ext/musepack/gstmusepackreader.h: same
2469
2470 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2471
2472         * gst-libs/gst/riff/riff-read.c:
2473         (gst_riff_read_strf_auds_with_data):
2474           Read extradata correctly (fixes #155879).
2475
2476 2004-12-16  David Schleef  <ds@schleef.org>
2477
2478         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
2479         audio.  does _not_ attempt or allow conversion unless channels
2480         is 1 or 2.
2481
2482 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2483
2484         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
2485
2486 2004-12-16  David Schleef  <ds@schleef.org>
2487
2488         * gst/audioscale/gstaudioscale.c: the resample library only
2489         handles 1 or 2 channels.  Change caps to compensate.
2490
2491 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2492
2493         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
2494         (gst_matroska_demux_audio_caps):
2495           Some MPEG-AAC hacks, because else it doesn't work...
2496
2497 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2498
2499         * gst-libs/gst/riff/riff-media.c:
2500         (gst_riff_create_video_caps_with_data),
2501         (gst_riff_create_video_template_caps):
2502           Add h264.
2503
2504 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2505
2506         * gst-libs/gst/audio/Makefile.am:
2507           Try to fix buildbot.
2508
2509 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2510
2511         * gst/tcp/gstmultifdsink.c:
2512           Clean up and uniformize debugging.
2513
2514 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
2515
2516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2517
2518         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2519         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
2520         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
2521         (gst_mpeg_demux_change_state):
2522           Reset on ready. Fixes 160276.
2523
2524 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
2525
2526         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2527
2528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2529         (gst_ffmpegcsp_pad_link):
2530           Fix memleak (#154815).
2531
2532 2004-12-16  James Bowes  <bowes@cs.dal.ca>
2533
2534         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2535
2536         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
2537         (gst_musicbrainz_init), (gst_musicbrainz_chain),
2538         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
2539         * ext/musicbrainz/gsttrm.h:
2540           Add support for using a proxy server when getting a trm id from
2541           the MusicBrainz database (#149613).
2542
2543 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
2544
2545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2546
2547         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
2548         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2549           Fix memleaks (#157233).
2550
2551 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
2552
2553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2554
2555         * gst-libs/gst/resample/resample.c: (gst_resample_close):
2556         * gst-libs/gst/resample/resample.h:
2557         * gst/audioscale/gstaudioscale.c:
2558           Fix memleak (#159215).
2559
2560 2004-12-16  Toni Willberg  <toniw@iki.fi>
2561
2562         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2563
2564         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
2565         * sys/oss/oss_probe.c: (main):
2566           Check for mono/stereo support (similar to samplerate probing),
2567           fixes #159433. Also add missing copyright header to oss_probe.c.
2568
2569 2004-12-15  David Schleef  <ds@schleef.org>
2570
2571         * configure.ac: add audioresample and cairo plugins.  Remove
2572         HAVE_MMX stuff, because it's not used.
2573         * ext/Makefile.am: same
2574         * ext/audioresample/Makefile.am: You are not ready for an
2575         audio resampling element based on audioresample.
2576         * ext/audioresample/gstaudioresample.c:
2577         * ext/audioresample/gstaudioresample.h:
2578         * ext/cairo/Makefile.am: You are not ready for overlay elements
2579         based on cairo.  Don't look too closely, these elements kinda
2580         suck right now.
2581         * ext/cairo/gstcairo.c: new
2582         * ext/cairo/gsttextoverlay.c: new
2583         * ext/cairo/gsttextoverlay.h: new
2584         * ext/cairo/gsttimeoverlay.c: new
2585         * ext/cairo/gsttimeoverlay.h: new
2586         * gst-libs/gst/media-info/media-info-priv.h: fix compile
2587         problem with compilers that don't support variadic macros.
2588
2589 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
2590
2591         Reviewed by:  David Schleef  <ds@schleef.org>
2592
2593         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
2594         Bala, registering sunaudiosrc (oops!), and cleaning up code a
2595         bit.  Also ran indent-gst.
2596         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
2597         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
2598         (gst_sunaudiosrc_setparams):
2599
2600 2004-12-14  David Schleef  <ds@schleef.org>
2601
2602         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
2603         output rate to 16000.  Should fix #160235.
2604
2605 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2606
2607         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
2608         Add typefinding for mpeg2 pes streams
2609
2610 2004-12-13  David Schleef  <ds@schleef.org>
2611
2612         * configure.ac:  Applied patch from bug #143659, making default
2613         sources and sinks OS-dependent (for Solaris), and added code
2614         for OS/X.
2615         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
2616
2617 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2618
2619         * gst-libs/gst/riff/riff-media.c:
2620           forgot to add h2.64 to avidemux template caps
2621
2622 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2623
2624         * gst/wavenc/riff.h:
2625         * gst-libs/gst/riff/riff-media.c:
2626         * gst-libs/gst/riff/riff-ids.h:
2627         * gst/avi/gstavimux.c
2628         add 4CC code for VideoSoft h264 in AVI (VSSH)
2629           fixes bug #160655
2630         remove s323 from riff, it's quicktime specific :(
2631
2632 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2633
2634         * gst/asfdemux/README
2635         * gst/wavenc/riff.h
2636         * gst-libs/gst/riff/riff-ids.h
2637         * gst-libs/gst/riff/riff-media.c
2638         * gst/qtdemux/qtdemux.c:
2639           add new 4CC codes for h263 related codecs
2640           fixes partially bug #155163
2641
2642 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
2643
2644         * configure.ac: Update polyaudio requirement to 0.7
2645         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
2646
2647 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2648
2649         * gst/interleave/deinterleave.c:
2650         fix my name's spelling! :)
2651
2652 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2653
2654         * AUTHORS ChangeLog
2655         * gst/auparse/gstauparse.c
2656         * gst/interleave/deinterleave.c
2657         * gst/law/:
2658                 alaw-decode.c alaw-encode.c
2659                 mulaw-decode.c mulaw-encode.c
2660         * gst/oneton/gstoneton.c
2661         * sys/osxaudio/:
2662                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
2663         * sys/osxvideo/:
2664                 cocoawindow.h cocoawindow.m
2665                 osxvideosink.h osxvideosink.m
2666
2667         put the same mail address for Zaheer Abbas Merali everywhere
2668
2669 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2670
2671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
2672           Align by packetsize, and assert that we a packet available before
2673           playing. The first makes webstreams work (they often include
2674           trailing padding data in a packet), the second allows pausing a
2675           ASF stream in totem without getting demux errors afterwards.
2676
2677 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2678
2679         * ext/ogg/gstoggdemux.c: (get_relative):
2680           Check for non-NULL before accessing member (end-of-chain).
2681
2682 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2683
2684         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
2685         (cdparanoia_set_property), (cdparanoia_get_property):
2686         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2687         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
2688         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
2689         (dvdreadsrc_init), (dvdreadsrc_set_property),
2690         (dvdreadsrc_get_property):
2691         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
2692         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
2693           Synchronize property names where not yet the case. Devices are
2694           now device=X, other versions are deprecated (but still exist).
2695           Also use g_free() unconditionally.
2696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2697         (setup_source), (gst_play_base_bin_get_property):
2698           Expose source.
2699
2700 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2701
2702         * configure.ac: move GCONF macro outside conditional for the am
2703           conditional. Fixes #160439
2704
2705 2004-12-08  David Schleef  <ds@schleef.org>
2706
2707         * tools/gst-visualise-m.m: Switch to elements that currently
2708         exist.
2709
2710 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2711
2712         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2713           We love wrong commas.
2714
2715 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2716
2717         * gst/matroska/matroska-demux.c:
2718         (gst_matroska_demux_handle_src_query):
2719           Don't set DEFAULT, unsupported - makes length display incorrectly
2720           in some cases.
2721
2722 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2723
2724         * gst/monoscope/README: remove blurb about files being GPL
2725         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
2726         * gst/monoscope/monoscope.c: Change license to BSD with explanation
2727           monoscope is now effectively LGPL licensed
2728
2729 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2730
2731         * gst/monoscope/README: Update information to be more correct
2732         * gst/monoscope/convolve.c: Relicense to LGPL
2733         * gst/monoscope/convolve.h: Relicense to LGPL
2734
2735 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
2736
2737         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2738           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
2739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
2740           set default_duration for mpeg1 audio
2741
2742 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2743
2744         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
2745         * ext/alsa/gstalsa.h:
2746           refactor big chunks of the core caps negotiation code to make it
2747           a lot faster, because people claim it's really slow
2748           (actually, just cache the getcaps when the device is opened)
2749
2750 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2751
2752         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
2753         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
2754         (gst_a52dec_handle_frame), (gst_a52dec_chain),
2755         (gst_a52dec_change_state), (plugin_init):
2756         * ext/a52dec/gsta52dec.h:
2757           Do something useful with timestamps. Make chain-based (since
2758           there's really no reason to be loopbased).
2759         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
2760           Update current_byte/frame correctly.
2761
2762 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2763
2764         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
2765         (gst_ape_demux_stream_init):
2766           Forward tags, too.
2767
2768 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2769
2770         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
2771           Let's make sure we're done typefinding when detecting tags.
2772
2773 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2774
2775         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2776         (gst_ebml_read_init), (gst_ebml_read_use_event),
2777         (gst_ebml_read_element_id), (gst_ebml_peek_id),
2778         (gst_ebml_read_seek), (gst_ebml_read_skip),
2779         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
2780         (gst_ebml_read_master):
2781         * gst/matroska/ebml-read.h:
2782         * gst/matroska/matroska-demux.c:
2783         (gst_matroska_demux_parse_contents),
2784         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
2785           Disgustingly evil hack for working around INTERRUPT events and
2786           their extremely annoying habit of being a pain in the ass. We
2787           simply peek a cluster before reading any of it.
2788
2789 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2790
2791         * ext/musepack/gstmusepackdec.cpp:
2792           There's also floating point libmusepacks.
2793
2794 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2795
2796         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
2797         (gst_faad_chanpos_to_gst), (gst_faad_chain):
2798           Set DURATION even if source buffer didn't. Also use increasing
2799           timestamps.
2800         * gst-libs/gst/riff/riff-media.c:
2801         (gst_riff_create_audio_caps_with_data):
2802           Block_align can have larger values than 8192.
2803
2804 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2805
2806         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
2807         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
2808         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
2809         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
2810           Fix caps.
2811
2812 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2813
2814         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2815           Fix logic bug.
2816
2817 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2818
2819         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2820           Yay, another one.
2821
2822 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2823
2824         * ext/esd/esdsink.c: (gst_esdsink_chain):
2825           Make error actually say something useful (fixes #156798).
2826         * gst-libs/gst/riff/riff-media.c:
2827         (gst_riff_create_video_caps_with_data),
2828         (gst_riff_create_video_template_caps):
2829           Add Intel Video 5.0 fourcc (IV50).
2830
2831 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
2832
2833         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
2834         detection on mono and stereo mp3 files.
2835
2836 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2837
2838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2839           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
2840           the contained stream).
2841
2842 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2843
2844         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
2845           Oops, remove debug.
2846
2847 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2848
2849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2850
2851         * gst/law/alaw-decode.c: (alawdec_getcaps):
2852         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
2853           Prevent warnings when negotiating caps (fixes #159338).
2854
2855 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2856
2857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2858         (gst_ffmpegcsp_chain):
2859           Remove old leftover that shouldn't be there...
2860
2861 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2862
2863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2864
2865         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
2866           Don't forward DISCONT events (fixes #159684).
2867
2868 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2869
2870         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
2871           Unlink manually since sometimes bin disposal (and therefore
2872           pad unlinking) is delayed, which will cause a new media file
2873           to not be able to start playing instantly.
2874
2875 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2876
2877         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
2878           On mute of an unlinked stream, check for pad availability so
2879           we don't crash on unlinked pad.
2880
2881 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2882
2883         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2884         (gst_avi_demux_massage_index):
2885           Fix quite humiliating bug in omitting 0-sized index chunks but
2886           forgetting to count them for timestamps.
2887
2888 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2889
2890         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
2891           Actually leave the loop if we failed to sync. Don't crash.
2892
2893 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2894
2895         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
2896         (gst_dvd_demux_process_private):
2897         * gst/mpegstream/gstdvddemux.h:
2898           Fix crash (#159759). Doesn't work, though. :-(.
2899
2900 2004-11-28  Benjamin Otte  <otte@gnome.org>
2901
2902         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
2903           more overwriting protection due to modifying channels one by one
2904           instead of all at once
2905
2906 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2907
2908         * gst/audioconvert/gstchannelmix.c:
2909         (gst_audio_convert_fill_normalize):
2910           Normalize using absolute values.
2911
2912 2004-11-28  Julien MOUTTE  <julien@moutte.net>
2913
2914         * configure.ac:
2915         * ext/Makefile.am:
2916         * ext/directfb/Makefile.am:
2917         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
2918         (gst_directfbvideosink_get_pixel_format),
2919         (gst_directfbvideosink_get_format_from_fourcc),
2920         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
2921         (gst_directfbvideosink_sink_link),
2922         (gst_directfbvideosink_change_state),
2923         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
2924         (gst_directfbvideosink_buffer_alloc),
2925         (gst_directfbvideosink_interface_supported),
2926         (gst_directfbvideosink_interface_init),
2927         (gst_directfbvideosink_navigation_send_event),
2928         (gst_directfbvideosink_navigation_init),
2929         (gst_directfbvideosink_set_property),
2930         (gst_directfbvideosink_get_property),
2931         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
2932         (gst_directfbvideosink_base_init),
2933         (gst_directfbvideosink_class_init),
2934         (gst_directfbvideosink_get_type), (plugin_init):
2935         * ext/directfb/directfbvideosink.h: Adding a first version of
2936         directfbvideosink.
2937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
2938         more.
2939
2940 2004-11-28  Benjamin Otte  <otte@gnome.org>
2941
2942         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
2943           walk the samples backwards if out_channels > in_channels so we don't
2944           overwrite data
2945
2946 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2947
2948         * gst/audioconvert/Makefile.am:
2949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2950         (gst_audio_convert_link), (gst_audio_convert_change_state),
2951         (gst_audio_convert_channels):
2952         * gst/audioconvert/gstchannelmix.c:
2953         (gst_audio_convert_unset_matrix),
2954         (gst_audio_convert_fill_identical),
2955         (gst_audio_convert_fill_compatible),
2956         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
2957         (gst_audio_convert_fill_others),
2958         (gst_audio_convert_fill_normalize),
2959         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
2960         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
2961         * gst/audioconvert/gstchannelmix.h:
2962           Implement a channel mixer.
2963
2964 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
2965
2966         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
2967         * ext/alsa/gstalsa.h:
2968         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
2969         Make alsasink actually honor gst_element_set_clock and use that
2970         clock instead of its internal one.
2971
2972 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
2973
2974         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
2975         (gst_play_base_bin_change_state): nullify source and decoder when
2976         going from READY to NULL so that we don't try to do weird stuff with
2977         them when going from NULL to READY
2978         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
2979         instead of g_object_unref
2980         (gen_video_element), (gen_audio_element): more refcounting fixes, now
2981         it should be correct
2982         (gst_play_bin_change_state): don't call remove_sinks if we are
2983         currently disposing the object
2984
2985 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2986
2987         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
2988           Don't forget bass if it's there. Else left channel is silent...
2989
2990 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2991
2992         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
2993         (gst_a52dec_change_state):
2994           Don't do sample adjusting anymore, we use float audio now.
2995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2996           Don't fixate to non-existing properties.
2997
2998 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2999
3000         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
3001         (gst_a52dec_change_state):
3002           Advertise that we can do surround sound.
3003
3004 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3005
3006         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
3007           Add buffer-frames=0.
3008         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
3009         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
3010         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
3011         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
3012         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
3013         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
3014         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
3015         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
3016         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
3017         * ext/dvdread/dvdreadsrc.h:
3018           Add seeking, querying for bytes, sectors, title, angle and
3019           chapter. Handle multiple chapters. Relicense to LGPL because
3020           Billy agreed on that (thanks Billy!).
3021
3022 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
3023
3024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
3025         call parent dispose method
3026
3027 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
3028
3029         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
3030         (gst_audio_clock_get_internal_time):
3031         Fix active <-> inactive transitions: ensure time value always
3032         grows and avoid abrupt value changes.
3033
3034 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
3035
3036         * configure.ac:
3037         * gst/tta/Makefile.am:
3038         * gst/tta/crc32.h:
3039         * gst/tta/filters.h:
3040         * gst/tta/gsttta.c:
3041         * gst/tta/gstttadec.c:
3042         * gst/tta/gstttadec.h:
3043         * gst/tta/gstttaparse.c:
3044         * gst/tta/gstttaparse.h:
3045         * gst/tta/ttadec.h:
3046           added TTA parser and decoder
3047
3048 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3049
3050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3051         (probe_triggered), (check_queue), (buffer_underrun),
3052         (buffer_running), (buffer_overrun), (gen_source_element),
3053         (setup_source):
3054         * gst/playback/gstplaybasebin.h:
3055           Implement buffering. Needs some more work.
3056
3057 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3058
3059         * ext/theora/theoradec.c: (theora_dec_chain):
3060           Fix ilog mask range overflow.
3061
3062 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3063
3064         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
3065           Don't omit the last (which in case of dmix is the only :) )
3066           channel count. Don't set channels if <= 2.
3067
3068 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
3069
3070         * gst/playback/gstplaybin.c: (gen_video_element),
3071         (gen_audio_element): Removed 2 obsolete comments
3072
3073 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3074
3075         * ext/vorbis/oggvorbisenc.c
3076         * ext/vorbis/vorbisenc.c :
3077           change description fields of those plugins to differentiate them
3078           (pitivi show Encoders by description, they had the same one)
3079
3080 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
3081
3082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3083
3084         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3085         (gst_play_bin_set_property), (gen_video_element),
3086         (gen_audio_element):
3087           Refcounting fixes for provided audio-/videosinks.
3088
3089 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3090
3091         * gst/playback/gstplaybin.c: (gen_video_element),
3092         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
3093           Don't reference all sinks, but only the video- and audiosinks.
3094           The vis. element should be disposed when we're done with it.
3095           We don't have any reason to keep it around. This fixes warnings
3096           when reusing playbin for playing multiple audio files with
3097           vis. enabled. Also release audio device on pause - idea stolen
3098           from Rhythmbox.
3099
3100 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3101
3102         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
3103         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
3104         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
3105         * ext/alsa/gstalsaplugin.c: (plugin_init):
3106         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
3107         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
3108         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
3109         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
3110         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
3111         (gst_faad_change_state), (plugin_init):
3112         * ext/faad/gstfaad.h:
3113         * ext/vorbis/vorbis.c: (plugin_init):
3114         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3115         * gst-libs/gst/audio/Makefile.am:
3116         * gst-libs/gst/audio/audio.c: (plugin_init):
3117         * gst-libs/gst/audio/multichannel.c:
3118         (gst_audio_check_channel_positions),
3119         (gst_audio_get_channel_positions),
3120         (gst_audio_set_channel_positions),
3121         (gst_audio_set_structure_channel_positions_list),
3122         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3123         (gst_audio_fixate_channel_positions):
3124         * gst-libs/gst/audio/multichannel.h:
3125         * gst-libs/gst/audio/testchannels.c: (main):
3126         * gst/audioconvert/gstaudioconvert.c:
3127         (gst_audio_convert_class_init), (gst_audio_convert_init),
3128         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
3129         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
3130         (gst_audio_convert_fixate), (gst_audio_convert_channels):
3131         * gst/audioconvert/plugin.c: (plugin_init):
3132           Surround sound support.
3133
3134 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3135
3136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3137           Fix position for discont if we're close as well. Nitpicking, but
3138           saves a few milliseconds of extra waiting or skipping.
3139
3140 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3141
3142         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
3143           We sometimes need parsers for playback, so add those too.
3144
3145 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3146
3147         * configure.ac:
3148         * gst/apetag/Makefile.am:
3149         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
3150         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
3151         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
3152         (gst_ape_demux_get_src_query_types),
3153         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
3154         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
3155         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
3156         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
3157         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
3158         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
3159         (gst_ape_demux_change_state):
3160         * gst/apetag/apedemux.h:
3161         * gst/apetag/apetag.c: (plugin_init):
3162         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
3163         (plugin_init):
3164           APE v1/2 tag reader plus typefind function.
3165
3166 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3167
3168         * configure.ac:
3169         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3170         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3171           Remove hacks for older core. Require newer core version
3172           accordingly.
3173
3174 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3175
3176         * gst/cdxaparse/Makefile.am:
3177         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
3178         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
3179         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
3180         * gst/cdxaparse/gstcdxaparse.h:
3181         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
3182         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
3183         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
3184         (gst_cdxastrip_get_src_query_types),
3185         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
3186         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
3187         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
3188         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
3189         * gst/cdxaparse/gstcdxastrip.h:
3190           SVCD/VCD header stripping separated from CDXA image parsing.
3191         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3192         (plugin_init):
3193           Add VCD/SVCD header typefinding for VCD/SVCD.
3194         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
3195         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
3196         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
3197         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
3198         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
3199         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
3200         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
3201         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
3202         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
3203         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
3204         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
3205         * sys/vcd/vcdsrc.h:
3206           Fix up, add seeking, querying, URI interface. Works in totem now.
3207
3208 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3209
3210         * configure.ac:
3211           back to CVS
3212
3213 === release 0.8.6 ===
3214
3215 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3216
3217         * NEWS:
3218         * RELEASE:
3219         * configure.ac:
3220         * po/af.po:
3221         * po/az.po:
3222         * po/cs.po:
3223         * po/en_GB.po:
3224         * po/hu.po:
3225         * po/it.po:
3226         * po/nb.po:
3227         * po/nl.po:
3228         * po/or.po:
3229         * po/sq.po:
3230         * po/sr.po:
3231         * po/sv.po:
3232         * po/uk.po:
3233           releasing 0.8.6, "IOU Love"
3234
3235 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3236
3237         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3238
3239         * gst/playback/gstplaybasebin.c:
3240           Fix unplayable files error handling.  Fixes #158365
3241
3242 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3243
3244         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3245
3246         * gst/typefind/gsttypefindfunctions.c:
3247           Fix broken mp3 typefinding.  Fixes #158375
3248
3249 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3250
3251         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3252
3253         * ext/ogg/gstoggdemux.c:
3254           Fix sync on broken files.  Fixes #158976
3255
3256 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3257
3258         patch by: Edward Hervey <bilboed@bilboed.com>
3259
3260         * ext/libpng/gstpngenc.c:
3261           Copy over buffer properties.  Fixes #158832
3262
3263 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3264
3265         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
3266
3267         * ext/dvdread/dvdreadsrc.c:
3268           Fixes invalid reads (#158462)
3269
3270 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3271
3272         * sys/v4l/gstv4lsrc.c:
3273         * sys/v4l/gstv4lsrc.h:
3274         * sys/v4l/v4lsrc_calls.c:
3275           Probe less and cache it.  Fixes #159187.
3276
3277 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3278
3279         * gst/videorate/gstvideorate.c:
3280           Handle all video formats. Fixes #159186.
3281
3282 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
3283         * gst/synaesthesia/gstsynaesthesia.c:
3284         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
3285         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
3286         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
3287         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
3288         (gst_synaesthesia_change_state), (plugin_init):
3289         Fix up synaesthesia to work under different samplerates/ buffer sizes.
3290         Force 320x200 output, as that's the only thing the underlying
3291         synaesthesia implementation supports. Still needs to be made
3292         re-entrant.
3293
3294 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3295
3296         * configure.ac:
3297           Fix mpeg2enc configure check (similar to mplex check below).
3298
3299 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
3300
3301         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3302
3303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3304           Fix for gcc-2.95 (fixes #158221).
3305
3306 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3307
3308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3309           Re-add clock distribution hack (until new core is released).
3310           Fixes #158125.
3311
3312 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
3313         * configure.ac:
3314           fix mplex configure check segfaulting on some systems (bug #140994)
3315
3316 2004-11-13  Benjamin Otte  <otte@gnome.org>
3317
3318         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
3319           add debugging
3320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3321           do a wait when we enter the loop func with no data available to
3322           write instead of getting into an 100% CPU loop by just returning and
3323           being called again by the scheduler
3324
3325 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
3326
3327         * configure.ac:
3328         * ext/libvisual/visual.c: (gst_visual_get_type),
3329         (libvisual_log_handler), (gst_visual_getcaps),
3330         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
3331         (plugin_init):
3332           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
3333         * ext/smoothwave/Makefile.am:
3334         * ext/smoothwave/demo-osssrc.c: (main):
3335         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
3336         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
3337         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
3338         (plugin_init):
3339         * ext/smoothwave/gstsmoothwave.h:
3340           Make gstsmoothwave a working element in the 20th century.
3341
3342         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
3343           Fix incorrect link function
3344
3345 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3346
3347         * gst/volume/gstvolume.c:
3348           Allow buffer-frames=0.
3349
3350 2004-11-12 Iain <iaingnome@gmail.com>
3351
3352         * configure.ac: Check for polypaudio
3353
3354         * ext/Makefile.am: Build the polyp dir
3355
3356         * ext/polyp: The polypsink sources.
3357
3358 2004-10-30 Iain <iaingnome@gmail.com>
3359
3360         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
3361         caps to reflect the new number of channels.
3362
3363 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3364
3365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3366           Fix for negotiation order problem. This would show when the
3367           ALSA loopfuction was called before any other function. ALSA
3368           wouldn't do anything because we're not negotiated yet, leading
3369           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
3370
3371 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3372
3373         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3374
3375         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3376           No warnings (#157986).
3377
3378 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3379
3380         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3381           Prefer apev1/2 and id3v1 (at end of file) over musepack.
3382
3383 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3384
3385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
3386           Signal no-more-pads (so it works in playbin).
3387
3388 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3389
3390         * ext/musepack/gstmusepackreader.cpp:
3391           Workaround for older core.
3392
3393 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3394
3395         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
3396           Actually test for odd width/height rather than testing whether
3397           a temporary variable that was 0 before we subtracted 1 is now
3398           not equal to zero (which it always is).
3399
3400 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3401
3402         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
3403         Fix compilation if HAVE_XVIDEO is not defined
3404
3405 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3406
3407         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
3408         Fix compilation if HAVE_XVIDEO is not defined
3409
3410 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
3411
3412         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
3413         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
3414         (gst_goom_change_state), (plugin_init):
3415         Use the bytestream adapter so goom doesn't depend on the input
3416         buffer size.
3417         Add a debug category
3418
3419 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3420
3421         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3422           Only set hardware parameters *after* negotiation. Before
3423           negotiation, it will set ANY and that seems to cause crashes
3424           (see e.g. #151288, #153227).
3425
3426 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3427
3428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3429           This seems to be antique leftover. It needs to pass error
3430           checking.
3431         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
3432         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
3433         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
3434         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
3435           Fix GstXOverlay implementation (#151059).
3436
3437 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3438
3439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3440           Don't assert (#157853).
3441
3442 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3443
3444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3445           Fix bytes/samples confustion.
3446         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
3447           Fix for underrun (#144389).
3448
3449 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3450
3451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3452           Disable halfway-seek for pending release (since it needs a new
3453           core release).
3454
3455 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3456
3457         * sys/v4l/gstv4lsrc.c:
3458         * sys/v4l/gstv4lsrc.h:
3459         * sys/v4l/v4lsrc_calls.c:
3460           add autoprobe-fps property so we can separate autoprobing parts
3461
3462 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3463
3464         * sys/v4l/gstv4lsrc.c:
3465         * sys/v4l/v4lsrc_calls.c:
3466         initialise fourcc to catch unset fourcc's, and debug
3467
3468 2004-11-09  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst/playback/README:
3471         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
3472         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3473         (gst_play_bin_dispose), (gst_play_bin_set_property),
3474         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
3475         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3476         (gst_play_bin_get_formats), (gst_play_bin_convert),
3477         (gst_play_bin_get_query_types), (gst_play_bin_query):
3478         Cleanups and some more documentation.
3479
3480 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
3481
3482         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
3483         (gst_cacasink_init), (gst_cacasink_chain):
3484         * ext/libcaca/gstcacasink.h:
3485         Cacasink inherits from VideoSink, so let that store the clock.
3486
3487 2004-11-09  Wim Taymans  <wim@fluendo.com>
3488
3489         * gst/playback/README:
3490         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
3491         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
3492         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
3493         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
3494         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
3495         (setup_sinks):
3496         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
3497         (gst_stream_info_is_mute), (gst_stream_info_set_property):
3498         * gst/playback/gststreaminfo.h:
3499         Updated README.
3500         Only switch groups if all streams have muted (EOSed).
3501         Send Tags in sync with the stream playback instead of in
3502         the playback/preroll phase.
3503         Some cleanups, free the fakesrc elements.
3504
3505 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3506
3507         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
3508           buffer-frames property was missing
3509         * ext/arts/gst_arts.c:
3510           rate missing from sinkcaps
3511         * ext/audiofile/gstafparse.c:
3512         * ext/audiofile/gstafsink.c:
3513         * ext/audiofile/gstafsrc.c:
3514         * ext/swfdec/gstswfdec.c:
3515           int audio doesn't know buffer-frames
3516         * ext/cdparanoia/gstcdparanoia.c:
3517           int audio doesn't know chunksize either
3518         * ext/nas/nassink.c:
3519           it's endianness, not endianess
3520         * gst-libs/gst/audio/audio.h:
3521           make float standard pad template caps really describe float
3522         * gst/law/mulaw.c: (linear_factory):
3523           signed only, please
3524         * gst/mpegstream/gstdvddemux.c:
3525           widths of 20 are not valid
3526
3527 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3528
3529         Submitted by: Luca Ferretti <elle.uca@infinito.it>
3530
3531         * po/LINGUAS:
3532         * po/it.po:
3533           Add Italian
3534
3535 2004-11-08  Wim Taymans  <wim@fluendo.com>
3536
3537         * gst/playback/README:
3538         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
3539         * gst/playback/gstplaybasebin.c: (probe_triggered),
3540         (gst_play_base_bin_change_state):
3541         Updated README, added more comments for fixmes etc..
3542
3543 2004-11-08  Wim Taymans  <wim@fluendo.com>
3544
3545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3546         We can remove this hack now.
3547
3548 2004-11-08  Wim Taymans  <wim@fluendo.com>
3549
3550         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3551         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3552         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
3553         Only mix AYUV for maximum quality.
3554
3555 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3556
3557         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
3558         (gst_ogg_demux_push), (gst_ogg_pad_push):
3559           Let's act as if we're synchronized now! :).
3560         * ext/theora/theoradec.c: (theora_dec_chain):
3561           Add some debug.
3562
3563 2004-11-08  Wim Taymans  <wim@fluendo.com>
3564
3565         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3566         (gst_alpha_set_property), (gst_alpha_sink_link),
3567         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
3568         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
3569         (gst_alpha_init_params), (gst_alpha_chain):
3570         Implement alpha functions for AYUV too, this increases
3571         accuracy quite a bit.
3572
3573 2004-11-08  Wim Taymans  <wim@fluendo.com>
3574
3575         * gst/ffmpegcolorspace/avcodec.h:
3576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3577         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3578         (gst_ffmpegcsp_avpicture_fill):
3579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3580         (gst_ffmpegcsp_caps_remove_format_info):
3581         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3582         (shrink12), (img_get_alpha_info), (deinterlace_line),
3583         (deinterlace_line_inplace):
3584         * gst/ffmpegcolorspace/imgconvert_template.h:
3585         Added AYUV colorspace and handle RGBA a bit more respectful.
3586
3587 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3588
3589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3590           Actually always send a discont (cornercase when resending the
3591           same serial-tagged chain twice).
3592
3593 2004-11-08  Julien MOUTTE  <julien@moutte.net>
3594
3595         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3596         (gst_ximagesink_finalize):
3597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
3598         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
3599
3600 2004-11-08  Wim Taymans  <wim@fluendo.com>
3601
3602         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3603         Don't segfault on NULL data.
3604
3605 2004-11-08  Wim Taymans  <wim@fluendo.com>
3606
3607         * gst/playback/gstdecodebin.c: (unlinked):
3608         * gst/playback/gstplay-marshal.list:
3609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3610         (gst_play_base_bin_init), (group_create), (get_active_group),
3611         (get_building_group), (group_destroy), (group_commit),
3612         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
3613         (add_element_stream), (no_more_pads), (probe_triggered),
3614         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
3615         (state_change), (setup_source), (gst_play_base_bin_get_property),
3616         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3617         (gst_play_base_bin_link_stream),
3618         (gst_play_base_bin_get_streaminfo):
3619         * gst/playback/gstplaybasebin.h:
3620         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3621         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
3622         Add support for chained ogg files. Prepare for playlist
3623         support. This patch introduces the concept of pad groups, which
3624         together compose one playable media file.
3625
3626 2004-11-07  David Schleef  <ds@schleef.org>
3627
3628         * testsuite/gst-lint: Check for pad templates that aren't statically
3629         scoped.
3630
3631 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3632
3633         * configure.ac:
3634         * ext/Makefile.am:
3635         * ext/musepack/Makefile.am:
3636         * ext/musepack/gstmusepackdec.cpp:
3637         * ext/musepack/gstmusepackdec.h:
3638         * ext/musepack/gstmusepackreader.cpp:
3639         * ext/musepack/gstmusepackreader.h:
3640           Add musepack decoder.
3641         * ext/faad/gstfaad.c: (gst_faad_base_init):
3642           Make pad templates static.
3643         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3644         (plugin_init):
3645           Add musepack typefinder, make mp3 typefinding work halfway stream,
3646           which doesn't actually work yet because id3demux doesn't implement
3647           _get_length().
3648
3649 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3650
3651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3652         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
3653           Fix interrupt event handling (#144436).
3654
3655 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3656
3657         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
3658           Hide unused glory.
3659
3660 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3661
3662         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3663
3664         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3665           Fix weird caps (#157548).
3666
3667 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3668
3669         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3670
3671         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
3672           Add missing NULL terminator (#157543).
3673
3674 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3675
3676         * gst/tcp/gsttcp.h:
3677         * gst/tcp/gsttcpclientsink.c:
3678         * gst/tcp/gsttcpclientsrc.c:
3679         * gst/tcp/gsttcpserversink.c:
3680         * gst/tcp/gsttcpserversrc.c:
3681           ports can go up to 65535.  Move common defines to gsttcp.h
3682
3683 2004-11-05  Wim Taymans  <wim@fluendo.com>
3684
3685         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
3686         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
3687         Added two more colorspaces.
3688
3689 2004-11-05  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3692         (gst_ffmpegcsp_avpicture_fill):
3693         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3694         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
3695         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
3696         More stride fixes.
3697
3698 2004-11-05  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
3701         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
3702         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
3703         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
3704         (gst_videomixer_loop):
3705         More stride fixes.
3706
3707 2004-11-05  Benjamin Otte  <otte@gnome.org>
3708
3709         * ext/mad/gstmad.c: (gst_mad_chain):
3710           don't overflow data buffer. Flush not needed sync data when syncing
3711           failed.
3712
3713 2004-11-04  Wim Taymans  <wim@fluendo.com>
3714
3715         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3716         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
3717         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
3718         (gst_alpha_init_params), (gst_alpha_chain),
3719         (gst_alpha_change_state):
3720         Updated the chroma keying algorithm with something more
3721         sophisticated.
3722
3723 2004-11-03  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
3726         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3727         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
3728         Fix stride issues. Does not completely work for odd
3729         heights.
3730
3731 2004-11-03  Wim Taymans  <wim@fluendo.com>
3732
3733         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3734         (gst_alpha_chroma_key), (gst_alpha_chain):
3735         Fix stride issues. Does not completely work for odd
3736         heights.
3737
3738 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
3739
3740         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
3741         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
3742         leak fixes
3743
3744 2004-11-03  Wim Taymans  <wim@fluendo.com>
3745
3746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3747         (gst_ffmpegcsp_avpicture_fill):
3748         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3749         (avpicture_alloc):
3750         * gst/ffmpegcolorspace/imgconvert_template.h:
3751         Use correct _fill function to get correct strides.
3752
3753 2004-11-02  David Schleef  <ds@schleef.org>
3754
3755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3756         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
3757         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
3758         Change all g_print()s to debugging.  Add a bunch of consistency
3759         checks.
3760
3761 2004-11-02  Wim Taymans  <wim@fluendo.com>
3762
3763         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3764         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3765         (unlinked), (no_more_pads), (close_link):
3766         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3767         (unknown_type), (add_element_stream), (new_decoded_pad),
3768         (removed_decoded_pad), (setup_source):
3769         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
3770         (gst_stream_info_class_init), (gst_stream_info_init),
3771         (gst_stream_info_new), (gst_stream_info_dispose),
3772         (stream_info_mute_pad), (gst_stream_info_set_property),
3773         (gst_stream_info_get_property):
3774         * gst/playback/gststreaminfo.h:
3775         Fix playback of multiple files.
3776         a slightly different approach to handling dynamic pad removals.
3777         This one only looks at pads that we have linked.
3778
3779 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
3780
3781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
3782         free" warning from libc.
3783
3784 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3785
3786         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3787         (get_unconnected_element), (remove_starting_from), (pad_removed),
3788         (close_link):
3789           Implement support for dynamic pad changing. We listen to "live"
3790           pad removals (i.e. while playing) and re-setup autoplugging
3791           after that. Playbasebin/playbin need some more work for this
3792           to finally work, but decodebin supports (and replugs) chained
3793           ogg now.
3794
3795 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
3796
3797         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
3798         (gst_alsa_finalize):
3799         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
3800         (gst_cdaudio_finalize):
3801         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
3802         (cdparanoia_finalize):
3803         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
3804         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
3805         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
3806         (dvdreadsrc_finalize):
3807         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
3808         (gst_flacdec_finalize):
3809         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
3810         (gst_flacenc_finalize):
3811         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
3812         (gst_gnomevfssink_finalize):
3813         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
3814         (gst_gnomevfssrc_finalize):
3815         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
3816         (gst_fameenc_finalize):
3817         * ext/nas/nassink.c: (gst_nassink_class_init),
3818         (gst_nassink_finalize):
3819         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
3820         (gst_sdlvideosink_class_init):
3821         * ext/sndfile/gstsf.c: (gst_sf_dispose):
3822         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
3823         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
3824         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
3825         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3826         (gst_x_window_listener_dispose):
3827         * gst/audioscale/gstaudioscale.c:
3828         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
3829         (play_on_demand_finalize):
3830         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
3831         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
3832         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
3833         (cdplayer_finalize):
3834         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
3835         (gst_glimagesink_class_init):
3836         * sys/oss/gstosselement.c: (gst_osselement_class_init),
3837         (gst_osselement_finalize):
3838         * sys/oss/gstosssink.c: (gst_osssink_dispose):
3839         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
3840         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
3841           Fixes a bunch of problems with finalize and dispose functions,
3842           either assumptions that dispose is only called once, or not calling
3843           the parent class dispose/finalize function
3844
3845 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
3846
3847         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
3848           added two api precondition guards
3849           use g_strdup with getenv to fix crash when using ENVVAR
3850
3851 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
3852         * ext/esd/esdsink.c: (gst_esdsink_class_init),
3853         (gst_esdsink_finalize):
3854         Use a finalize function, not dispose, and more importantly,
3855         call the parent class finalize function too
3856
3857 2004-11-01  Johan Dahlin  <johan@gnome.org>
3858
3859         * ext/ogg/gstoggdemux.c:
3860         * gst/tags/gstvorbistag.c:
3861         Plug leaks.
3862
3863 2004-10-31  Benjamin Otte  <otte@gnome.org>
3864
3865         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3866           lotsa memleaks today. But they're all small...
3867
3868 2004-10-31  Benjamin Otte  <otte@gnome.org>
3869
3870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3871           another memleak crushed
3872
3873 2004-10-31  Benjamin Otte  <otte@gnome.org>
3874
3875         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
3876           fix memleak
3877
3878 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3879
3880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3881           Hack to prevent crash when going to READY inside signal handler
3882           while this function is active.
3883
3884 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3885
3886         * gst/ffmpegcolorspace/Makefile.am:
3887         * gst/ffmpegcolorspace/avcodec.h:
3888         * gst/ffmpegcolorspace/common.h:
3889         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
3890         * gst/ffmpegcolorspace/dsputil.h:
3891         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
3892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3893         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3894         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
3895         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
3896         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
3897         (gst_ffmpegcsp_avpicture_fill):
3898         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3900         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3901         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
3902         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
3903         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
3904         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
3905         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
3906         * gst/ffmpegcolorspace/imgconvert.c:
3907         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3908         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
3909         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
3910         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
3911         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
3912         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
3913         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
3914         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
3915         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
3916         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
3917         (grow21), (grow22), (grow41), (grow44), (conv411),
3918         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
3919         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
3920         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
3921         (avpicture_free), (is_yuv_planar), (img_convert),
3922         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
3923         (deinterlace_line_inplace), (deinterlace_bottom_field),
3924         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
3925         * gst/ffmpegcolorspace/imgconvert_template.h:
3926         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
3927         * gst/ffmpegcolorspace/mmx.h:
3928         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
3929         (av_fast_realloc), (av_mallocz_static), (av_free_static),
3930         (av_freep), (avcodec_get_context_defaults),
3931         (avcodec_alloc_context), (avcodec_init):
3932           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
3933           handling plus update from ffmpeg CVS. Large clean-up.
3934
3935 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3936
3937         * gst/playback/Makefile.am:
3938           We need the marshallers for decodebin, too.
3939
3940 2004-10-30  David Schleef  <ds@schleef.org>
3941
3942         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
3943           quicktime typefinding work with 64-bit offsets.
3944
3945 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
3946
3947         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
3948           Set EOS on the element when processing an EOS event.
3949         * ext/speex/gstspeexdec.h:
3950         * ext/speex/gstspeexenc.h:
3951           Only keep a const ptr to the mode
3952         * gst-libs/gst/riff/riff-media.c:
3953         (gst_riff_create_audio_caps_with_data),
3954         (gst_riff_create_audio_template_caps):
3955           Allow WMAV3, with up to 6 channels.
3956         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
3957           Don't call gst_pad_set_event_function on a sink pad.
3958         * gst/mpegstream/gstdvddemux.c:
3959         (gst_dvd_demux_get_subpicture_stream),
3960         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
3961           Copy the explicit caps that were set across to the cur_* pads,
3962           instead of trying to use a possibly non-existent negotiated caps.
3963           Reset the type of subpicture pads to UNKNOWN after calling
3964           init_stream, so that the caps get set.
3965
3966 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
3967
3968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3969
3970         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3971           Don't touch buffer if it is of size 0 (fixes #151064).
3972
3973 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3974
3975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
3976           Synchronized discont handling.
3977
3978 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3979
3980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3981         (gst_ogg_demux_push):
3982           Make seeking sort-of exact again (fixes #156387).
3983
3984 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3985
3986         * gst/playback/gstplaybasebin.c: (unknown_type),
3987         (add_element_stream), (new_decoded_pad),
3988         (gst_play_base_bin_change_state):
3989         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3990         (gst_stream_info_init), (gst_stream_info_new),
3991         (gst_stream_info_dispose), (gst_stream_info_get_property):
3992         * gst/playback/gststreaminfo.h:
3993           Make caps explicitely available. Makes testing for unsupported
3994           types possible. Improves error reporting.
3995
3996 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3997
3998         * gst/audioconvert/gstaudioconvert.c:
3999         (gst_audio_convert_buffer_to_default_format):
4000           Really don't touch read-only buffers (#156563).
4001
4002 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
4003
4004         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4005
4006         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4007           Fix memleak (#155223).
4008
4009 2004-10-29  Wim Taymans  <wim@fluendo.com>
4010
4011         * gst/tcp/.cvsignore:
4012         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4013         (gst_multifdsink_class_init), (gst_multifdsink_init),
4014         (gst_multifdsink_add), (gst_multifdsink_remove),
4015         (gst_multifdsink_remove_client_link), (is_sync_frame),
4016         (gst_multifdsink_new_client),
4017         (gst_multifdsink_handle_client_write),
4018         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4019         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
4020         (gst_multifdsink_get_property):
4021         * gst/tcp/gstmultifdsink.h:
4022         Added burst on connect sync_method, deprecated sync_clients,
4023         streamlined the sync code some more.
4024
4025 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4026
4027         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
4028         (gst_play_base_bin_change_state):
4029           Improve error reporting.
4030
4031 2004-10-28  Wim Taymans  <wim@fluendo.com>
4032
4033         * gst/tcp/Makefile.am:
4034         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
4035         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
4036         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
4037         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
4038         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
4039         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
4040         (gst_fdset_wait):
4041         Added more locks around fdset structures. Fixed/reworked
4042         the poll array resizing code.
4043         Added stress test for fdset.
4044
4045 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4046
4047         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
4048         fix build
4049
4050 2004-10-28  Benjamin Otte  <otte@gnome.org>
4051
4052         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
4053           fix link function to always query channels and query width for
4054           floats
4055         * configure.ac:
4056           add equalizer dir
4057         * gst/equalizer/Makefile.am:
4058         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
4059         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
4060         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
4061         (arg_to_scale), (setup_filter),
4062         (gst_iir_equalizer_compute_frequencies),
4063         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
4064         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
4065         (plugin_init):
4066           add an equalizer
4067
4068 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4069
4070         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
4071
4072         * po/LINGUAS:
4073         * po/nb.po:
4074           Added Norwegian Bokmaal translation
4075
4076 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4077
4078         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4079           Don't break on options (fixes #156488).
4080
4081 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4082
4083         * configure.ac:
4084         * ext/cdaudio/Makefile.am:
4085         * sys/Makefile.am:
4086           fix build on older automake
4087
4088 2004-10-26  Wim Taymans  <wim@fluendo.com>
4089
4090         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
4091         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
4092         Allow a little margin when negotiating the framerate.
4093
4094 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
4095
4096         * gst/level/gstlevel.c:
4097           synchonised naming of pads and pad-templates
4098
4099 2004-10-26  Wim Taymans  <wim@fluendo.com>
4100
4101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
4102         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
4103         (_find_streams_check), (gst_ogg_demux_push):
4104         Fix EOS again. Needs to be done in a better way. We should not
4105         remove the pad if there is no new chained stream.
4106
4107 2004-10-26 Iain <iaingnome@gmail.com>
4108
4109         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
4110         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
4111         of the caps.
4112         * gst/interleave/interleave.c (interleave_class_init): Hook up release
4113         pad.
4114         (interleave_release_pad): Remove the pad.
4115         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
4116         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
4117         the set device.
4118         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
4119         attrs
4120         (gst_xvimagesink_xcontext_clear): Free the xcontext.
4121         (gst_xvimagesink_finalize): Free the par.
4122
4123 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4124
4125         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
4126         (gst_avimux_stop_file):
4127           First calculate the rate, and only then use it. Hdr.rate is a
4128           multiple and not a derivative of hdr.scale. Scale is not the
4129           same as blockalign but is solely related to rate.
4130
4131 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4132
4133         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4134         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
4135           Implement seeking.
4136
4137 2004-10-25  James Henstridge  <james@jamesh.id.au>
4138
4139         Reviewed by:  David Schleef  <ds@schleef.org>
4140
4141         * examples/gstplay/player.c: (got_stream_length), (main):
4142         * examples/seeking/cdplayer.c: (update_scale):
4143         * examples/seeking/seek.c: (format_value), (update_scale):
4144         * examples/seeking/spider_seek.c: (format_value), (update_scale),
4145         (stop_seek):
4146         Build fixes on AMD64.
4147
4148 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4149
4150         reviewed by: Ronald Bultje <rbultje at gnome dot org>
4151
4152         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
4153         Fix for some v4l cards which hang in v4lsrc
4154
4155 2004-10-25  Wim Taymans  <wim@fluendo.com>
4156
4157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
4158         (gst_ogg_demux_push), (gst_ogg_chains_clear):
4159         Make sure to remove the pad when a new chain is
4160         encountered. Set some vars to NULL so we don't try
4161         to reference freed memory.
4162
4163 2004-10-25  Wim Taymans  <wim@fluendo.com>
4164
4165         * examples/seeking/Makefile.am:
4166         * examples/seeking/cdplayer.c: (update_scale):
4167         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
4168         * examples/seeking/playbin.c: (make_playerbin_pipeline),
4169         (format_value), (update_scale), (iterate), (start_seek),
4170         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
4171         (print_usage), (main):
4172         Added some more examples, update others.
4173
4174 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4175
4176         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
4177         * ext/speex/gstspeexdec.c: (speex_dec_chain):
4178         * ext/theora/theoradec.c: (theora_dec_chain):
4179         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4180           Add codec-name metadata.
4181
4182 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
4183
4184         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4185
4186         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4187         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4188         * ext/alsa/gstalsamixertrack.h:
4189         * po/POTFILES.in:
4190           ALSA mixer track label internationalization (#154054).
4191
4192 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4193
4194         * ext/theora/theoradec.c: (theora_dec_chain):
4195           Export bitrate as metadata.
4196
4197 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4198
4199         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4200         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4201         * ext/alsa/gstalsamixertrack.h:
4202           Fix names, fix loop.
4203
4204 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4205
4206         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
4207         (speex_dec_convert):
4208           sinkconvert function so oggdemux can get the file length (totem).
4209
4210 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
4211
4212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4213
4214         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
4215           Don't push incomplete packets.
4216         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
4217           Fix MPEG-4 audio typefinding.
4218
4219 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4220
4221         * sys/v4l/Makefile.am:
4222         * sys/v4l/gstv4l.c: (plugin_init):
4223         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
4224         (gst_v4lelement_init), (gst_v4lelement_dispose),
4225         (gst_v4lelement_change_state):
4226         * sys/v4l/gstv4lelement.h:
4227         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
4228         (gst_v4l_xoverlay_close), (idle_refresh),
4229         (gst_v4l_xoverlay_set_xwindow_id):
4230         * sys/v4l/gstv4lxoverlay.h:
4231         * sys/v4l/v4l-overlay_calls.c:
4232         * sys/v4l/v4l_calls.h:
4233         * sys/v4l2/Makefile.am:
4234         * sys/v4l2/gstv4l2.c: (plugin_init):
4235         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
4236         (gst_v4l2element_init), (gst_v4l2element_dispose),
4237         (gst_v4l2element_change_state):
4238         * sys/v4l2/gstv4l2element.h:
4239         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
4240         (gst_v4l2_xoverlay_close), (idle_refresh),
4241         (gst_v4l2_xoverlay_set_xwindow_id):
4242         * sys/v4l2/gstv4l2xoverlay.h:
4243         * sys/v4l2/v4l2-overlay_calls.c:
4244         * sys/v4l2/v4l2_calls.h:
4245           Remove client-side overlay handling, use the X-server v4l plugin
4246           for that. Nicer overlay, less code. Also make the plugin
4247           compileable without X (but then without overlay, obviously).
4248           Makes xwindowlistener obsolete, should we remove that?
4249
4250 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4251
4252         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
4253         (gst_osssrc_src_query):
4254         * sys/oss/gstosssrc.h:
4255           OK, so people want offset in DEFAULT. This time, actually fix all
4256           cases.
4257         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
4258           Add FPS properly.
4259
4260 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4261
4262         * gst/asfdemux/gstasfmux.c:
4263         * gst/avi/gstavimux.c:
4264           Framerate.
4265
4266 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4267
4268         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
4269           Fix properties (channel, norm, frequency).
4270
4271 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4272
4273         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
4274           Flag typo.
4275         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
4276           No warnings.
4277
4278 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4279
4280         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
4281           Fix hang.
4282
4283 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4284
4285         * sys/v4l2/gstv4l2element.h:
4286           Yet Another Hack (tm) for kernel header borkedness.
4287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
4288         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
4289         (gst_v4l2src_link), (gst_v4l2src_getcaps),
4290         (gst_v4l2src_change_state):
4291         * sys/v4l2/gstv4l2src.h:
4292         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
4293         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
4294           Fix caps, keep track of state, work.
4295
4296 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4297
4298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
4299           Quiet.
4300
4301 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4302
4303         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4304           Don't mix bytes and samples.
4305
4306 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4307
4308         * ext/ogg/gstoggmux.c:
4309           Basic pad template which accepts OGM tracks, speex, flac, vorbis
4310           and theora. Any is incorrect.
4311         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
4312           Fix caps.
4313         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4315         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
4316         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
4317         * sys/v4l/gstv4lmjpegsrc.h:
4318         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4319         (gst_v4lsrc_change_state):
4320         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
4321         (gst_v4lmjpegsrc_capture_stop):
4322           Fix caps. Keep track of internal state. Work.
4323
4324 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4325
4326         * ext/Makefile.am:
4327           Fix the build fixes.
4328
4329 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4330
4331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4332         (gst_ogg_demux_src_event), (_find_chain_seek),
4333         (gst_ogg_pad_push):
4334           Check for pad availability before using it.
4335         * ext/ogg/gstoggdemux.c: (_find_chain_process):
4336           Fix parsing of chained ogg. Needs more work on the decoder side.
4337
4338 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4339
4340         * gst/spectrum/Makefile.am:
4341         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
4342         (idle_func):
4343           Fix demo and reenable it. Yes, I'm currently playing with audio
4344           analysis tools
4345
4346 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4347
4348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4349           We love it if files that start at zero work too...
4350
4351 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4352
4353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4354           Handle files with missing EOS headers.
4355
4356 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4357
4358         * gst/tcp/gsttcpserversink.c:
4359         (gst_tcpserversink_handle_server_read),
4360         (gst_tcpserversink_init_send):
4361         Zero some variables first (need for accept not to return EINVAL)
4362
4363 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4364
4365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4366         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
4367         * ext/theora/theoradec.c: (theora_dec_sink_convert),
4368         (theora_dec_chain):
4369         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4370         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
4371           Seeking and querying finetune.
4372
4373 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4374
4375         * configure.ac:
4376         * ext/Makefile.am:
4377         * ext/raw1394/Makefile.am:
4378           fix the build
4379
4380 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4381
4382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4383           Wrong return.
4384         * gst/playback/Makefile.am:
4385         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4386         * gst/playback/gstplay-marshal.list:
4387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
4388           Fix marshallers.
4389
4390 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4391
4392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
4393           Silence.
4394
4395 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4396
4397         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4398         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
4399         (gst_ogg_pad_push):
4400           Yay for non-lineair granulepos in theora.
4401
4402 2004-10-18  Wim Taymans  <wim@fluendo.com>
4403
4404         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
4405         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
4406         * ext/dv/gstdvdec.h:
4407         Make sure we renegotiate aspect ratio when the camera switches.
4408
4409 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4410
4411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4412         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
4413           Start at zero.
4414         * ext/theora/theoradec.c: (theora_dec_chain):
4415           Skip headers. Bad idea for chained ogg, but fixes seeking.
4416
4417 2004-10-18  Wim Taymans  <wim@fluendo.com>
4418
4419         * configure.ac:
4420         I swear, this is the last time I touch this.
4421
4422 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4423
4424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4425         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
4426         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
4427           Faster seeking.
4428         * ext/theora/theoradec.c: (theora_dec_sink_convert):
4429           Time-to-default conversion.
4430         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4431           Don't error on unknown packets, just skip. We should probably
4432           read them if we want to support chained ogg.
4433
4434 2004-10-18  Wim Taymans  <wim@fluendo.com>
4435
4436         * configure.ac:
4437         Added cdaudio to wrong list.
4438
4439 2004-10-18  Wim Taymans  <wim@fluendo.com>
4440
4441         * configure.ac:
4442         Revive cdaudio.
4443
4444 2004-10-18  Wim Taymans  <wim@fluendo.com>
4445
4446         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
4447         (gst_dvdec_video_link), (gst_dvdec_push):
4448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4449         (gst_smokeenc_resync), (gst_smokeenc_chain):
4450         Fix mimetype on smoke encoder.
4451         Add aspect ratio to dvdec. Not sure if these
4452         values are correct though....
4453
4454 2004-10-18  Wim Taymans  <wim@fluendo.com>
4455
4456         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4457         Fix vorbis property descriptions and ranges.
4458
4459 2004-10-18  Wim Taymans  <wim@fluendo.com>
4460
4461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4462         Really do nothing when no data is available.
4463         Go to the playing state when the stream is not seekable
4464         instead of failing.
4465
4466 2004-10-18  Wim Taymans  <wim@fluendo.com>
4467
4468         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
4469         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
4470         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
4471         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
4472         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
4473         Added uri handler for cd://
4474         Port to new API.
4475
4476 2004-10-18  Wim Taymans  <wim@fluendo.com>
4477
4478         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4479         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
4480         (try_to_link_1), (no_more_pads), (close_link), (type_found):
4481         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
4482         (remove_prerolls), (unknown_type), (add_element_stream),
4483         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
4484         (gst_play_base_bin_remove_element),
4485         (gst_play_base_bin_link_stream):
4486         * gst/playback/gstplaybin.c: (gen_video_element),
4487         (gen_vis_element), (remove_sinks), (setup_sinks):
4488         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4489         (gst_stream_info_get_type), (gst_stream_info_class_init),
4490         (gst_stream_info_init), (gst_stream_info_new),
4491         (gst_stream_info_dispose), (stream_info_mute_pad),
4492         (gst_stream_info_set_property), (gst_stream_info_get_property):
4493         * gst/playback/gststreaminfo.h:
4494         Add sink padtemplate to decodebin.
4495         Added some more comments.
4496         Make queue size configurable in playbasebin.
4497         Added possibility to use elements as sinks (ex cdaudio).
4498
4499 2004-10-15  Wim Taymans  <wim@fluendo.com>
4500
4501         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
4502         (gst_speexenc_chain):
4503         Fix speex timestamps so that it gets muxed properly.
4504
4505 2004-10-15  Wim Taymans  <wim@fluendo.com>
4506
4507         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
4508         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
4509         (gst_dv1394src_init), (gst_dv1394src_dispose),
4510         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
4511         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
4512         (gst_dv1394src_event), (gst_dv1394src_get_formats),
4513         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
4514         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
4515         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
4516         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
4517         * ext/raw1394/gstdv1394src.h:
4518         Added conversion/query functions.
4519         Update buffer timestamps,
4520         Added signals.
4521         Added uri dv:// so it might play from the firewire in playbin.
4522         Fix a possible leak.
4523         Added debugging.
4524
4525 2004-10-15  Wim Taymans  <wim@fluendo.com>
4526
4527         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
4528         (gst_dv1394src_init), (gst_dv1394src_set_property),
4529         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
4530         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
4531         * ext/raw1394/gstdv1394src.h:
4532         Added AV/C VTR control support needed for some cameras.
4533         Added automatic port detection.
4534         Added properties for selecting the channel.
4535         The configure.ac script is not yet updated to reflect the
4536         new libavc1394 and librom1394 dependencies.
4537
4538 2004-10-15  Wim Taymans  <wim@fluendo.com>
4539
4540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4541         (qtdemux_parse), (gst_qtdemux_handle_esds):
4542         An esds box is not a container.
4543         Fix parsing of mp4v boxes.
4544         Do not try to renegotiate fps for each frame. Need to
4545         find a better method. This should fix mp4 playback.
4546
4547 2004-10-14  David Schleef  <ds@schleef.org>
4548
4549         * configure.ac: update for swfdec-0.3 and liboil-0.2
4550         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
4551         * ext/swfdec/gstswfdec.h: same
4552         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
4553         * gst/videotestsrc/videotestsrc.c: same
4554
4555 2004-10-14  Wim Taymans  <wim@fluendo.com>
4556
4557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
4558         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
4559         (is_sync_frame), (gst_multifdsink_new_client),
4560         (gst_multifdsink_handle_client_write),
4561         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4562         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
4563         Turn warnings into info.
4564         Don't allow a state change in the streaming thread.
4565
4566 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4567
4568         * ext/vorbis/oggvorbisenc.c:
4569         * ext/vorbis/vorbisdec.c:
4570           fix template sample rate
4571
4572 2004-10-13  Wim Taymans  <wim@fluendo.com>
4573
4574         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4575         Decoding the header first fixes some problems in resyncing
4576         in more mp3s.
4577
4578 2004-10-12  Wim Taymans  <wim@fluendo.com>
4579
4580         * gst/playback/gstplaybin.c: (gen_video_element),
4581         (gen_vis_element), (remove_sinks), (setup_sinks):
4582         Added vis plugin support, need to configure the vis
4583         element to activate it.
4584
4585 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4586
4587         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
4588         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
4589           Some debug.
4590         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4591         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
4592         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
4593         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
4594         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
4595         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
4596         * gst/avi/gstavidemux.h:
4597           Support for openDML-2.0 indx/ix## chunks. Support for broken index
4598           recovery (where, if part of the index is broken, we will still read
4599           the rest of the index and recover the broken part by stream
4600           scanning). More broken media support. EOS workarounds. General AVI
4601           braindamage headache recovery. Aspirin included.
4602
4603 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4604
4605         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
4606         (cdparanoia_event), (cdparanoia_query):
4607           Get rid of hideous lead-in.
4608
4609 2004-10-11  Wim Taymans  <wim@fluendo.com>
4610
4611         * gst/playback/gstplaybasebin.c: (setup_source):
4612         Wrong var used to get g_list_next.
4613
4614 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4615
4616         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
4617         (cdparanoia_get), (cdparanoia_open):
4618           Report discid as metadata, add duration.
4619
4620 2004-10-11  Wim Taymans  <wim@fluendo.com>
4621
4622         * gst/playback/gstplaybasebin.c: (setup_source):
4623         Cleanup the previous pipeline a little earlier for the
4624         case that a source element provides raw data.
4625
4626 2004-10-11  Benjamin Otte  <otte@gnome.org>
4627
4628         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4629           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
4630           consuming the last 128 bytes, even though it was valid mp3 data.
4631
4632 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4633
4634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
4635         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4636         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4637         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
4638
4639 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4640
4641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
4642         Fix for webcams that support only specific width or height
4643
4644 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4645
4646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4647
4648         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
4649           Fix wrong discont event setup (fixes #154967).
4650
4651 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
4652
4653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4654
4655         * gst/auparse/gstauparse.c: (gst_auparse_chain):
4656           Error out on invalid data (fixes #154807).
4657
4658 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4659
4660         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4661
4662         * ext/dvdread/dvdreadsrc.c: (_read):
4663           Make titles > 0 work again (fixes #154834).
4664
4665 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4666
4667         * gst-libs/gst/riff/riff-media.c:
4668         (gst_riff_create_video_template_caps):
4669           WMV3 missing in template caps.
4670
4671 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4672
4673         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4674           OK, so the original code was too strict. It makes random AVI files
4675           hang for seconds upon opening, which is unacceptable and is far
4676           beyond the original goal of getting multiple chunks for one-chunk
4677           sounc stream files. So now do just that.
4678
4679 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4680
4681         * gst/playback/gstplaybasebin.c: (setup_source),
4682         (gst_play_base_bin_change_state):
4683           Actually clean up streaminfo if output fails. This would trigger
4684           if, for example, there was no CD in the drive. No preroll, so
4685           a streaminfo structure is created, but the subsequent state change
4686           of the thread fails.
4687         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4688           Don't change state if parent failed.
4689
4690 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4691
4692         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4693         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
4694         (gen_video_element), (remove_sinks):
4695           Add small bits of code for screenshot handling.
4696
4697 2004-10-08  Wim Taymans  <wim@fluendo.com>
4698
4699         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
4700         (gen_video_element), (gen_audio_element), (setup_sinks):
4701         Don't assume the user provided sinks are named "sink"...
4702
4703 2004-10-08  Wim Taymans  <wim@fluendo.com>
4704
4705         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
4706         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
4707         (gst_play_base_bin_link_stream):
4708         Do not try to autoplug sources that generate raw streams like
4709         cdparanoia.
4710         disconnect the preroll overrun signal when we don't need it anymore.
4711
4712 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
4713
4714         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
4715         Added reworked patch from #154903 from milosz derezynski (deadchip).
4716
4717 2004-10-08  Wim Taymans  <wim@fluendo.com>
4718
4719         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
4720         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
4721         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
4722         (cdparanoia_convert), (cdparanoia_uri_get_type),
4723         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
4724         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
4725         * ext/cdparanoia/gstcdparanoia.h:
4726         This adds the cdda://<tracknum> uri.
4727
4728 2004-10-08  Wim Taymans  <wim@fluendo.com>
4729
4730         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4731         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
4732         (try_to_link_1), (no_more_pads), (close_link), (type_found):
4733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4734         (unknown_type), (gst_play_base_bin_remove_element),
4735         (gst_play_base_bin_link_stream):
4736         * gst/playback/gstplaybasebin.h:
4737         * gst/playback/gstplaybin.c: (gst_play_bin_init),
4738         (gst_play_bin_set_property), (gen_video_element),
4739         (gen_audio_element), (setup_sinks):
4740         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4741         (gst_stream_info_get_type), (gst_stream_info_class_init),
4742         (gst_stream_info_init), (gst_stream_info_new),
4743         (gst_stream_info_dispose), (stream_info_mute_pad),
4744         (gst_stream_info_set_property), (gst_stream_info_get_property):
4745         * gst/playback/gststreaminfo.h:
4746         Reuse the audio and video bins.
4747         Some internal cleanups in the stream selection code.
4748
4749 2004-10-08  Julien MOUTTE  <julien@moutte.net>
4750
4751         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4752         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
4753         * sys/ximage/ximagesink.h:
4754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4755         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
4756         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
4757         not coming from those elements. Moreover these elements should not keep
4758         the xid they have been given when in NULL state.
4759
4760 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4761
4762         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4763         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
4764         * sys/ximage/ximagesink.h:
4765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4766         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
4767         * sys/xvimage/xvimagesink.h:
4768           Actually only create a new toplevel window if we're not gonna
4769           embed it right after.
4770
4771 2004-10-07  Wim Taymans  <wim@fluendo.com>
4772
4773         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
4774         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
4775         * gst/playback/gstplaybin.c: (setup_sinks):
4776         Implement muting/unmuting of streams, mute streams that are not
4777         used.
4778
4779 2004-10-07  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
4782         (plugin_init):
4783         Added lame audio/x-ac3 typefind function.
4784
4785 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4786
4787         * configure.ac:
4788           bump nano to cvs
4789
4790 === release 0.8.5 ===
4791
4792 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4793
4794         * NEWS:
4795         * RELEASE:
4796         * configure.ac:
4797           releasing 0.8.5, "Take You On"
4798
4799 2004-10-06  Wim Taymans  <wim@fluendo.com>
4800
4801         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4802         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4803         (no_more_pads), (close_link), (type_found):
4804         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
4805         * gst/playback/gstplaybin.c: (gen_video_element):
4806         Do not signal the no_more_pads after the first pad when
4807         we are plugging a non dynamic element with multiple
4808         output pads (like swfdec, dvdec, ...).
4809
4810 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4811
4812         * configure.ac:
4813           bump for prerelease
4814
4815 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4816
4817         * gst/wavparse/gstwavparse.c:
4818           add ATRAC3 to STATIC CAPS to fix a warning
4819
4820         * gst/matroska/ebml-read.c:
4821         * gst-libs/gst/riff/riff-read.c:
4822           fix typos
4823
4824 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4825
4826         * gst-libs/gst/riff/riff-media.c:
4827           generate caps for ATRAC3 audio streams
4828
4829         * gst/realmedia/rmdemux.c:
4830           generate caps for ATRAC3 audio streams
4831
4832 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4833
4834         * gst/wavparse/Makefile.am
4835         * gst/wavparse/riff.h
4836         * gst/wavparse/wavparse.vcproj
4837           riff.h removal (unused and duplication with riff-ids.h)
4838
4839 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4840
4841         * gst/wavparse/gstwavparse.h
4842           remove duplicated defines for audio codec codes
4843
4844         * gst-libs/gst/riff/riff-ids.h
4845         * gst/wavenc/riff.h:
4846           add "4CC" code for ATRAC3 audio streams
4847           add "4CC" code for ITU_G721_ADPCM (unused for now)
4848
4849 2004-10-06  Wim Taymans  <wim@fluendo.com>
4850
4851         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
4852         Actually _do_ negotiation. Pass gdouble as arg instead
4853         of guint64 for the framerate.
4854
4855 2004-10-06  Wim Taymans  <wim@fluendo.com>
4856
4857         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4858         (find_compatibles), (close_pad_link), (try_to_link_1),
4859         (no_more_pads), (close_link), (type_found):
4860         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
4861         * gst/playback/gstplaybin.c: (gen_video_element),
4862         (gen_audio_element):
4863         Set state on newly added element to READY so that negotiation
4864         can happen ASAP.
4865         Addes some more debug info.
4866         Do not try to plug pads with multiple caps structures or ANY
4867         because it is too dangerous since we do not do dynamic
4868         replugging.
4869
4870 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4871
4872         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
4873
4874         * po/LINGUAS:
4875         * po/or.po:
4876           add Oriya translation
4877
4878 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4879
4880         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4881           Prevent overwrite of size member. Makes audio sound crappy.
4882
4883 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4884
4885         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4886         Add rmvb to the list of known RealMedia extensions
4887
4888 2004-10-05  Wim Taymans  <wim@fluendo.com>
4889
4890         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
4891         (mngdec_openstream), (mngdec_closestream),
4892         (mngdec_handle_sink_event), (mngdec_readdata),
4893         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
4894         (mngdec_getcanvasline), (mngdec_refresh),
4895         (gst_mngdec_change_state):
4896         Set the framerate correctly.
4897
4898 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4899
4900         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4901           There was something wrong with the index massaging.
4902
4903 2004-10-04  Wim Taymans  <wim@fluendo.com>
4904
4905         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
4906         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
4907         (gst_smokedec_chain):
4908         * ext/jpeg/gstsmokedec.h:
4909         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4910         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
4911         * ext/jpeg/gstsmokeenc.h:
4912         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
4913         (smokecodec_decode_new), (smokecodec_info_free),
4914         (smokecodec_set_quality), (smokecodec_get_quality),
4915         (smokecodec_set_threshold), (smokecodec_get_threshold),
4916         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
4917         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
4918         (smokecodec_encode), (smokecodec_parse_id),
4919         (smokecodec_parse_header), (smokecodec_decode):
4920         * ext/jpeg/smokecodec.h:
4921         * ext/jpeg/smokeformat.h:
4922         Updated smoke, new bitstream, allows embedding in ogg.
4923
4924 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4925
4926         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4927           Fix seeking in some files. All this code is no longer needed (and
4928           actually breaks stuff) because we now synchronize the full index
4929           right when reading the header.
4930
4931 2004-10-04  Wim Taymans  <wim@fluendo.com>
4932
4933         * configure.ac:
4934         configure update for libmng.
4935
4936 2004-10-04  Wim Taymans  <wim@fluendo.com>
4937
4938         * ext/libmng/Makefile.am:
4939         * ext/libmng/gstmng.c: (plugin_init):
4940         * ext/libmng/gstmng.h:
4941         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
4942         (gst_mngdec_base_init), (gst_mngdec_class_init),
4943         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
4944         (gst_mngdec_loop), (gst_mngdec_get_property),
4945         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
4946         (mngdec_closestream), (mngdec_handle_sink_event),
4947         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
4948         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
4949         (gst_mngdec_change_state):
4950         * ext/libmng/gstmngdec.h:
4951         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
4952         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
4953         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
4954         (gst_mngenc_chain), (gst_mngenc_get_property),
4955         (gst_mngenc_set_property):
4956         * ext/libmng/gstmngenc.h:
4957         Added basic MNG decoder. Needs more work. The encoder does
4958         not work yet.
4959
4960 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4961
4962         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
4963         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
4964         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
4965           Don't hang on length=0 chunks. Some negotiation fixes. Signal
4966           no-more-pads.
4967
4968 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4969
4970         * configure.ac:
4971           you need at least 1.0.4 of speex
4972
4973 2004-10-04 Iain <iaingnome@gmail.com>
4974
4975         * ext/speex/gstspeexdec.h: Revert the includes changes.
4976
4977         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
4978
4979 2004-09-30 Iain <iaingnome@gmail.com>
4980
4981         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
4982         found during init or set as a property instead of hardcoding /dev/audio
4983
4984 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4985
4986         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
4987         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
4988         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
4989         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
4990         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
4991         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
4992         (gst_rmdemux_dump_data):
4993           Use debug category, fix EOS handling. filesrc ! rmdemux now
4994           works.
4995
4996 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4997
4998         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4999         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
5000         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
5001           Improve allocation, cutting and sorting of the index. How takes a
5002           few seconds instead of minutes.
5003
5004 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
5005
5006         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
5007           fixed compilation
5008
5009 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5010
5011         * gst-libs/gst/riff/riff-media.c:
5012         (gst_riff_create_video_caps_with_data),
5013         (gst_riff_create_video_template_caps):
5014           Add wing commander format mimetype/fourccs.
5015         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5016           Don't crash if some value is 0.
5017
5018 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5019
5020         * gst-libs/gst/riff/riff-media.c:
5021         (gst_riff_create_video_caps_with_data),
5022         (gst_riff_create_video_template_caps):
5023           Add DIB fourcc (raw, palettized 8-bit RGB).
5024         * gst-libs/gst/riff/riff-read.c:
5025         (gst_riff_read_strf_vids_with_data):
5026           Oops, fix strf_data reading bug.
5027         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
5028           Use a non-NULL tag.
5029         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5030           Time for hacks. Sorry Dave. At least one quicktime movie (a
5031           trailer) that I've encountered contains multiple video tracks.
5032           One of those is the actual video track, the other are one-frame
5033           tracks (images). Unfortunately, the number of frames according
5034           to the trak header is 1 for each, so that doesn't help. So
5035           instead, I look at the duration and discard tracks with a
5036           duration shorter than 20% of the length of the stream. Better
5037           than nothing.
5038
5039 2004-10-01  Christian Schaller <christian@fluendo.com>
5040
5041         * ext/ivorbis/vorbis.c:
5042           Patch from Phil Blundell (Bug 152341)
5043
5044 2004-10-01  Wim Taymans  <wim@fluendo.com>
5045
5046         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
5047         (speex_dec_get_formats), (speex_dec_convert),
5048         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
5049         (speex_dec_chain), (gst_speexdec_get_property),
5050         (gst_speexdec_set_property):
5051         Small cleanups.
5052
5053 2004-10-01  Wim Taymans  <wim@fluendo.com>
5054
5055         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5056         (gst_wavparse_stream_init), (gst_wavparse_fmt),
5057         (gst_wavparse_other), (gst_wavparse_loop),
5058         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5059         (gst_wavparse_srcpad_event):
5060         * gst/wavparse/gstwavparse.h:
5061         Added some more debugging info.
5062         Fix the case where the length of the file is 0.
5063         Make sure we seek to sample borders.
5064
5065 2004-10-01  Wim Taymans  <wim@fluendo.com>
5066
5067         * gst/playback/README:
5068         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5069         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
5070         (try_to_link_1), (no_more_pads), (close_link), (type_found):
5071         Add some debug info to decodebin, update README
5072
5073 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5074
5075         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
5076           Don't use g_print(); use GST_DEBUG().
5077
5078 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5079
5080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5081         (gst_ogg_mux_queue_pads):
5082           Handle EOS properly.
5083
5084 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
5085
5086         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5087
5088         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
5089         (gst_faad_chain), (gst_faad_change_state):
5090         * ext/faad/gstfaad.h:
5091           Allow playback of raw (unframed) MPEG AAC files (#148993).
5092
5093 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
5094
5095         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5096
5097         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5098           Throw error if we didn't recognize the stream. Fixes #152289.
5099
5100 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5101
5102         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
5103           Fix negotiation.
5104
5105 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
5106
5107         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5108
5109         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5110           Fix memleak.
5111
5112 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
5113
5114         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5115
5116         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
5117           Solve #152805.
5118         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
5119           Solve 152806.
5120
5121 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5122
5123         * gst-libs/gst/riff/riff-media.c:
5124         (gst_riff_create_video_caps_with_data),
5125         (gst_riff_create_audio_caps_with_data):
5126           Add codec_data handling (like asfdemux used to do).
5127         * gst/asfdemux/gstasf.c: (plugin_init):
5128         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
5129         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
5130           Use riff-media for caps creation instead of our own (mostly
5131           broken) copy of its functions.
5132
5133 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5134
5135         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
5136           Don't actually error out if we get another return value than
5137           -EINVAL. Opposite to what I first thought, drivers have random
5138           return values for this, although -EINVAL is the expected return
5139           value. Since this is not fatal, we shouldn't use
5140           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
5141
5142 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5143
5144         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5145         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
5146         (dvdreadsrc_get_property), (_open), (_seek), (_read),
5147         (dvdreadsrc_get), (dvdreadsrc_open_file),
5148         (dvdreadsrc_change_state):
5149           Fix. Don't do one big huge loop around the whole DVD, that will
5150           cache all data and thus eat sizeof(dvd) (several GB) before we
5151           see something.
5152         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5153           Actually NULL'ify event after using it.
5154         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
5155         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
5156         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
5157         (gst_ebml_read_seek), (gst_ebml_read_skip):
5158           Handle events.
5159         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
5160         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
5161         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
5162           Fix timing (this will probably break if I seek using menus, but
5163           I didn't get there yet). VOBs and normal DVDs should now work.
5164           Add a mpeg2-only pad with high rank so this get autoplugged for
5165           MPEG-2 movies.
5166         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
5167         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
5168         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
5169         (gst_mpeg_demux_get_audio_stream),
5170         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
5171         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
5172           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
5173           MPEG-1 but use dvddemux for MPEG-2.
5174         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
5175         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
5176         (gst_mpeg_parse_parse_packhead):
5177           Timing. Only add pad template if it exists. Add sink template from
5178           class and not from ourselves. This means we will always use the
5179           correct sink template even if it is not the one defined in this
5180           file.
5181
5182 2004-09-29  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
5185         (gst_mpeg_demux_parse_pes):
5186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5187         Fix playback of mpeg again, timestamps where screwed up by
5188         patch 1.61.
5189
5190 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5191
5192         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
5193           Only return true if we actually filled something in. Prevents
5194           player applications from showing a random length for flac files.
5195         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
5196         (gst_riff_read_use_event), (gst_riff_read_handle_event),
5197         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
5198         (gst_riff_read_strf_vids_with_data),
5199         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
5200           OK, ok, so I implemented event handling. Apparently it's normal
5201           that we receive random events at random points without asking
5202           for it.
5203         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5204         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5205         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
5206         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
5207         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
5208         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5209         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5210         * gst/avi/gstavidemux.h:
5211           Implement non-lineair chunk handling and subchunk processing.
5212           The first solves playback of AVI files where the audio and video
5213           data of individual buffers that we read are not synchronized.
5214           This should not happen according to the wonderful AVI specs, but
5215           of course it does happen in reality. It is also a prerequisite for
5216           the second. Subchunk processing allows us to cut chunks in small
5217           pieces and process each of these pieces separately. This is
5218           required because I've seen several AVI files with incredibly large
5219           audio chunks, even some files with only one audio chunk for the
5220           whole file. This allows for proper playback including seeking.
5221           This patch is supposed to fix all AVI A/V sync issues.
5222         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5223         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
5224           Work.
5225         * gst/modplug/gstmodplug.cc:
5226           Proper return value setting for the query() function.
5227         * gst/playback/gstplaybasebin.c: (setup_source):
5228           Being in non-playing state (after, e.g., EOS) is not necessarily
5229           a bad thing. Allow for that. This fixes playback of short files.
5230           They don't actually playback fully now, because the clock already
5231           runs. This means that small files (<500kB) with a small length
5232           (<2sec) will still not or barely play. Other files, such as mod
5233           or flx, will work correctly, however.
5234
5235 2004-09-28  Wim Taymans  <wim@fluendo.com>
5236
5237         * ext/speex/gstspeex.c: (plugin_init):
5238         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
5239         (gst_speex_dec_class_init), (speex_dec_get_formats),
5240         (speex_get_event_masks), (speex_get_query_types),
5241         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
5242         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
5243         (gst_speexdec_get_property), (gst_speexdec_set_property),
5244         (speex_dec_change_state):
5245         * ext/speex/gstspeexdec.h:
5246         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
5247         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
5248         (gst_speexenc_base_init), (gst_speexenc_class_init),
5249         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
5250         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
5251         (gst_speexenc_src_query), (gst_speexenc_init),
5252         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
5253         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
5254         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
5255         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
5256         (gst_speexenc_chain), (gst_speexenc_get_property),
5257         (gst_speexenc_set_property), (gst_speexenc_change_state):
5258         * ext/speex/gstspeexenc.h:
5259         Rewrote speex encoder, make sure it can be embedded in ogg.
5260         Implemented speex decoder.
5261
5262 2004-09-28  Christian Schaller <christian@fluendo.com>
5263
5264         * configure.ac:
5265         Remove kioslave plugin. Markey is brewing a new working one
5266         * ext/Makefile.am: Remove kioslave plugin
5267         * ext/kio: remove
5268         * gst-plugins.spec.in: remove kio plugin from spec
5269
5270 2004-09-27  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5273         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
5274         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
5275         (gst_multifdsink_new_client),
5276         (gst_multifdsink_handle_client_write),
5277         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5278         (gst_multifdsink_handle_clients):
5279         * gst/tcp/gstmultifdsink.h:
5280         Make syncing to keyframes actually work for new clients and lagging
5281         clients.
5282
5283 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5284
5285         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
5286         (gst_navigationtest_handle_src_event), (draw_box_planar411),
5287         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
5288         * gst/debug/gstnavigationtest.h:
5289           make navigationtest display button-press and button-release events
5290
5291 2004-09-26 Iain <iaingnome@gmail.com>
5292
5293         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
5294         the channels have received a new media event.
5295         (interleave_buffered_loop): Compresses a new media event on all
5296         channels into one.
5297
5298 2004-09-26 Iain <iaingnome@gmail.com>
5299
5300         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
5301         call the sinkpad's default event handler and not the srcpads. He also
5302         says this is confusing :)
5303         (gst_wavenc_stop_file): Company says that seek events only go upstream
5304         we should send a discontinuous downstream instead.
5305
5306 2004-09-25  Christian Schaller <christian@fluendo.com>
5307
5308         * Update SPEC file to be usable in conjunction with Fedora Core,
5309           Fedora.us and freshrpms packages
5310         * Fix typo in multifilesrc test Makefile
5311
5312 2004-09-24  Wim Taymans  <wim@fluendo.com>
5313
5314         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5315         Only signal the no_more_pads signal when we have
5316         added the stream to our list.
5317
5318 2004-09-24  Wim Taymans  <wim@fluendo.com>
5319
5320         * gst/playback/gstplaybasebin.c: (remove_prerolls),
5321         (new_decoded_pad):
5322         * gst/playback/gstplaybasebin.h:
5323         * gst/playback/gstplaybin.c: (setup_sinks):
5324         Don't try to preroll or decode more than one audio/video
5325         track.
5326
5327 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5328
5329         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5330           Throw error if we failed to find a suitable output. This should
5331           throw an error if we successfully set up a pipeline (e.g. because
5332           we recognized a media file) but found no decodable streams in it
5333           (e.g. because it contains only media stream types for which we
5334           have no decoders, or because it's not a media type).
5335
5336 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5337
5338         * ext/dirac/Makefile.am:
5339         * ext/dirac/gstdirac.cc:
5340         * ext/dirac/gstdiracdec.cc:
5341         * ext/dirac/gstdiracdec.h:
5342           Do something. Don't actually know if this works because I don't
5343           have a demuxer yet.
5344         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
5345           Add channels=1 to caps returned from _getcaps().
5346         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
5347         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
5348         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
5349         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
5350         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
5351         (gst_ogm_parse_change_state):
5352           Separate between audio/video so ogmaudioparse actually uses the
5353           audio pad templates. Both audio and video work now, including
5354           autoplugging. Also use sometimes-srcpad hack.
5355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5356           Handle events better. Don't hang on infinite loops.
5357         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5358         (gst_avi_demux_init), (gst_avi_demux_reset),
5359         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5360         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
5361         (gst_avi_demux_change_state):
5362         * gst/avi/gstavidemux.h:
5363           Improve A/V sync. Still not perfect.
5364         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
5365         (gst_ebml_read_skip):
5366           Handle events better.
5367         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5368         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
5369         (qtdemux_audio_caps):
5370           Add IMA4. Improve event handling. Save offset after a seek when
5371           the headers are at the end of the file so that we don't end up in
5372           an infinite loop.
5373         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5374           Add low-priority typefind support for files with no length.
5375
5376 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5377
5378         * testsuite/multifilesink/Makefile.am:
5379         fix typo
5380
5381 2004-09-22  Julien MOUTTE  <julien@moutte.net>
5382
5383         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
5385         mistakes from thaytan's patches.
5386
5387 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
5388
5389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5390           For completeness, XSync in the destroy function as xvimage does.
5391
5392 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
5393
5394         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
5395            Correct caps negotiation
5396         * gst/volume/gstvolume.c: (volume_chain_float),
5397         (volume_chain_int16):
5398            Modify debug output to be little more informative
5399         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
5400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5401         (gst_xvimagesink_xvimage_destroy):
5402           Add XSync calls after detaching from the shared memory segment to
5403           avoid a crash.
5404
5405 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5406
5407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5408         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
5409         * ext/vorbis/vorbis.c: (plugin_init):
5410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5411         (gst_vorbisenc_chain):
5412         * ext/vorbis/vorbisenc.h:
5413         remove explicit newmedia support from oggmux and vorbisenc
5414         add debug category to vorbisenc
5415         * gst/multifilesink/gstmultifilesink.c:
5416         (gst_multifilesink_class_init), (gst_multifilesink_init),
5417         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
5418         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
5419         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
5420         (plugin_init):
5421         * gst/multifilesink/gstmultifilesink.h:
5422         add support for streamheader in multifilesink
5423
5424 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5425
5426         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
5427         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
5428         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
5429           Prevent infinite loops. More correct error reporting.
5430         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5431           Error out if negotiation fails.
5432         * gst/playback/gstplaybasebin.c: (setup_source),
5433         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
5434         (gst_play_base_bin_found_tag):
5435           Error/tag forwarding. Pre-roll fixes for source errors on state
5436           changes (e.g. "file does not exist") to prevent hangs.
5437
5438 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5439
5440         * testsuite/multifilesink/Makefile.am:
5441         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
5442         (gst_newmedia_class_init), (gst_newmedia_init),
5443         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
5444         (newfile_signal), (test_signal), (main):
5445         * testsuite/multifilesink/multifilesrc_test.c: (main):
5446         * testsuite/multifilesink/oggtheora_test.c:
5447         (gst_newmedia_base_init), (gst_newmedia_class_init),
5448         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
5449         (test_format), (newfile_signal), (test_signal), (main):
5450         * testsuite/multifilesink/oggvorbis_test.c:
5451         (gst_newmedia_base_init), (gst_newmedia_class_init),
5452         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
5453         (test_format), (newfile_signal), (test_signal), (main):
5454         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
5455         (gst_newmedia_class_init), (gst_newmedia_init),
5456         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
5457         (newfile_signal), (test_signal), (main):
5458         New media tests
5459
5460 2004-09-20  Christian Schaller <christian@fluendo.com>
5461
5462         * Fix mikmod license to LGPL as they have relicensed
5463         * Move Dirac and Effectv into LGPL section of README_license
5464
5465 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5466
5467         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
5468         (gst_mad_change_state):
5469           Allow for mp3 rate/channels changes. However, only very
5470           conservatively. Reason that we *have* to enable this is smiply
5471           because the mad find_sync() function is not good enough, it will
5472           regularly sync on random data as valid frames and therefore make
5473           us provide random caps as *final* caps of the stream. The best fix
5474           I could think of is to simply require several of the same stream
5475           changes in a row before we change caps.
5476           The actual testcase that works now is #
5477         * ext/ogg/Makefile.am:
5478         * ext/ogg/gstogg.c: (plugin_init):
5479         * ext/ogg/gstogmparse.c:
5480           OGM support (video only for now; I need an audio sample file).
5481         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
5482         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
5483         (gst_asf_demux_add_video_stream):
5484           WMV extradata.
5485         * gst/playback/gstplaybasebin.c: (unknown_type):
5486           Don't error out on single unknown-types after all. It's wrong.
5487           If we found type of video and audio but not of a subtitle stream,
5488           it will still error out (which is unwanted). Will find a better fix
5489           later on.
5490         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
5491         (ogmaudio_type_find), (plugin_init):
5492           OGM support.
5493
5494 2004-09-20  Johan Dahlin  <johan@gnome.org>
5495
5496         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
5497         after setting caps.
5498
5499 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5500
5501         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
5502         * gst/wavenc/gstwavenc.h:
5503         Added newmedia support to wavenc
5504
5505 2004-09-17  Wim Taymans  <wim@fluendo.com>
5506
5507         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
5508         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
5509         (gst_fdset_fd_can_write), (gst_fdset_wait):
5510         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
5511         (gst_multifdsink_init), (gst_multifdsink_add),
5512         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
5513         (gst_multifdsink_remove_client_link),
5514         (gst_multifdsink_client_queue_buffer),
5515         (gst_multifdsink_handle_client_write),
5516         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
5517         (gst_multifdsink_close), (gst_multifdsink_change_state):
5518         * gst/tcp/gstmultifdsink.h:
5519         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5520         (gst_tcpserversink_removed):
5521         Small cleanups in fdset.c
5522         Use a hastable to map fd to the client structure for faster
5523         lookup in _remove and get_stats.
5524         Added virtual function to close the fds.
5525         Handle clients even when the select/poll call was unblocked because
5526         of a command.
5527         Implement syncing to keyframe in the recovery procedure.
5528
5529 2004-09-16 Iain <iaingnome@gmail.com>
5530
5531         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
5532         try caps.
5533
5534 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5535
5536         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
5537           Caps are only set if the type of the stream is unknown, but this
5538           is initialized in ->init_stream(), so set to UNKNOWN after calling
5539           ->init_stream() so that capsnego starts.
5540
5541 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5542
5543         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5544         (gst_avi_demux_stream_data):
5545           Just hardcode for raw audio then. AVI audio sucks.
5546
5547 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
5548
5549         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
5550         * gst/matroska/matroska-mux.c: (audiosink_templ),
5551         (gst_matroska_mux_audio_pad_link):
5552         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
5553         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
5554
5555 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5556
5557         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5558         (gst_avi_demux_stream_data):
5559           Try to fix a/v sync issues.
5560
5561 2004-09-15  David Schleef  <ds@schleef.org>
5562
5563         * configure.ac: remove NASM check, since we don't use it.  Update
5564         dirac check to 0.4
5565         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
5566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5567         Initialized variables.
5568         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5569         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
5570         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
5571         SVQ3 format
5572
5573 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5574
5575         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5576         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
5577         * gst/avi/gstavidemux.h:
5578           Fix for compressed audio (mp3) timestamp generation. How did this
5579           ever work?
5580
5581 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5582
5583         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5584           Volume is a double not a float.
5585
5586 2004-09-15  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
5589         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
5590         Don't close the fd in multifdsink as we didn't open it in the
5591         first place. Some cleanups.
5592
5593 2004-09-15  Wim Taymans  <wim@fluendo.com>
5594
5595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5597         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5598         Fix the case where the muxer would mark pages as delta
5599         frames when they are not (vorbis only ogg).
5600
5601 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5602
5603         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
5604         (gst_play_base_bin_change_state):
5605           Handle the case where we failed to setup a clear pipeline. This
5606           will throw an error (or EOS, another nice case) and if you don't
5607           catch that, the app will wait for the signal forever (and thus
5608           hang).
5609
5610 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5611
5612         * ext/gnomevfs/gstgnomevfssink.c:
5613         (gst_gnomevfssink_uri_get_protocols):
5614         * ext/gnomevfs/gstgnomevfssrc.c:
5615         (gst_gnomevfssrc_uri_get_protocols):
5616         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5617         * ext/gnomevfs/gstgnomevfsuri.h:
5618           Use _uri_new() instead of _open(), so it doesn't take as long and
5619           Christophe's computer won't hang.
5620         * gst/playback/gstplaybasebin.c: (unknown_type):
5621           Throw error on unknown media type, so apps actually display it.
5622
5623 2004-09-14  Brian Cameron  <brian.cameron@sun.com
5624
5625         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
5626           this script to work on Solaris since bash shell handles echo
5627           differenly than bash.
5628
5629 2004-09-17  Wim Taymans  <wim@fluendo.com>
5630
5631         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
5632         (setup_source), (gst_play_base_bin_set_property),
5633         (gst_play_base_bin_add_element):
5634         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5635         Some more work on making sure seeking pauses the pipeline and
5636         that changing the uri actually does something.
5637
5638 2004-09-17  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/tcp/gstfdset.c: (gst_fdset_wait):
5641         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
5642         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
5643         (gst_tcpserversink_close):
5644         Be a bit more paranoid when freeing memory.
5645
5646 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5647
5648         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5649         (qtdemux_parse_trak):
5650           Don't crash by dividing by zero (see sample movie in #126922).
5651
5652 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5653
5654         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
5655           Don't touch non-existing data (fixes crash on file in #140147).
5656
5657 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5658
5659         * gst/playback/gstplaybasebin.c:
5660         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
5661           Handle double disposals, and proper change of URIs.
5662
5663 2004-09-13  Martin Eikermann <meiker@upb.de>
5664
5665         * gst/mpegstream/gstmpegparse.c:
5666           fix synchronistation for streams recorded from digital PCR
5667           fixes bug #119376
5668
5669 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5670
5671         * ext/gnomevfs/Makefile.am:
5672         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
5674         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
5675         (gst_gnomevfssink_uri_get_type),
5676         (gst_gnomevfssink_uri_get_protocols),
5677         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
5678         (gst_gnomevfssink_uri_handler_init),
5679         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
5680         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
5681         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5682         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
5683         (gst_gnomevfssrc_uri_get_type),
5684         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
5685         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
5686         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5687         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
5688         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5689         * ext/gnomevfs/gstgnomevfsuri.h:
5690           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
5691           of fake URIs to see which this version of Gnome-VFS likes, and
5692           uses that for the Gst-URI interface. Makes playbin support http://
5693           streams. Also fix up some stupid behaviour in gnomevfssrc.
5694
5695 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5696
5697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
5698         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5699         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
5700         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
5701           Update mixer (to sync with other sessions) if we try to obtain
5702           a new value. This makes alsamixer work accross applications.
5703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5704           Only call sync functions if we're running, else alsalib asserts.
5705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
5706           Sometimes fails to compile. Possibly a gcc bug.
5707         * gst/playback/gstplaybin.c: (gen_video_element),
5708         (gen_audio_element):
5709           Add a reference to an application-provided object, because we lose
5710           this same reference if we add it to the bin. If we don't do this,
5711           we can only use this object once and thus crash if we go from
5712           ready to playing, back to ready and back to playing again.
5713           Also add an audioscale element because several cheap soundcards -
5714           like mine - don't support all samplerates.
5715         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5716         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
5717           Fix wrong order or PAR calls. Makes automatically obtained PAR
5718           from the X server atually being used.
5719
5720 2004-09-12  David Schleef  <ds@schleef.org>
5721
5722         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
5723         #151887, #152102, #152247.
5724         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
5725         * examples/seeking/cdparanoia.c: same
5726         * examples/seeking/cdplayer.c: same
5727         * examples/seeking/seek.c: same
5728         * examples/seeking/spider_seek.c: same
5729         * examples/seeking/vorbisfile.c: same
5730         * examples/stats/mp2ogg.c: same
5731         * ext/esd/esdsink.c: (gst_esdsink_class_init),
5732         (gst_esdsink_dispose): Dispose of element properly.
5733         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
5734         fixes.
5735         * ext/nas/nassink.c: (gst_nassink_class_init),
5736         (gst_nassink_dispose): Dispose of element correctly.
5737         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
5738         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5739         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
5740         Fix 64-bit warning.
5741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5742         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
5743         Fix 64-bit warning.
5744
5745 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5746
5747         * configure.ac : change speex detection as 1.1.6 now uses
5748           .pc/pkg-config and they changed their headers location.
5749
5750 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
5751
5752         * gst/matroska/matroska-mux.h:
5753         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
5754         (gst_matroska_mux_start), (gst_matroska_mux_finish),
5755         (gst_matroska_mux_write_data):
5756           Write multiple blocks/frames per cluster.
5757                 Write meta-seek information (seek heads).
5758
5759 2004-09-09  Scott Wheeler <wheeler@kde.org>
5760
5761         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
5762         (gst_play_bin_set_property), (gst_play_bin_get_property),
5763         (gen_audio_element), (gen_audio_element):
5764           Add a volume element / property to the pipeline.
5765
5766 2004-09-07  Wim Taymans  <wim@fluendo.com>
5767
5768         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5769         Copy timestamps from the master pad to the output buffers.
5770
5771 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5772
5773         * ext/raw1394/gstdv1394src.c:
5774           throw errors when applicable
5775
5776 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
5777
5778         * gst/matroska/ebml-ids.h:
5779         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
5780         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
5781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
5782           automatically convert unix time <-> ebml time when reading/writing
5783           a date, use gst_ebml_write_uint to write CUETIME,
5784           not gst_ebml_write_date.
5785         * gst/matroska/matroska-ids.h:
5786         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
5787         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
5788         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
5789         (gst_matroska_mux_write_data):
5790           Write track and segment UIDs, write muxing date, write
5791           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
5792           Create cues for audio only files.
5793
5794 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5795
5796         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5797         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5798           Re-commit ALSA switches.
5799         * gst/adder/gstadder.c: (gst_adder_loop):
5800           64-bit fix (#151416).
5801         * gst/debug/progressreport.c: (gst_progressreport_report):
5802           64-bit fix (#151419).
5803         * gst/matroska/matroska-demux.c:
5804         (gst_matroska_demux_parse_contents):
5805           64-bit fix (#151420).
5806         * gst/playback/test3.c: (update_scale):
5807           64-bit fix (#151421).
5808
5809 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5810
5811         * configure.ac:
5812           bump nano to cvs
5813
5814 === release 0.8.4 ===
5815
5816 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5817
5818         * configure.ac: releasing 0.8.4, "Alias"
5819
5820 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5821
5822         * ext/theora/Makefile.am:
5823           fix makefile.  Fixes #151462.
5824
5825 2004-08-30  Wim Taymans  <wim@fluendo.com>
5826
5827         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
5828         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5829         (gst_multifdsink_remove_client_link),
5830         (gst_multifdsink_client_queue_buffer),
5831         (gst_multifdsink_handle_client_write):
5832         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
5833         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
5834         Fix some memory leaks.
5835
5836 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5837
5838         Patch by: David Schleef
5839
5840         * configure.ac:
5841         * sys/Makefile.am:
5842           rename our detection macro for V4L2.  Fixes #151236.
5843
5844 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5845
5846         Patch by: David Schleef
5847
5848         * configure.ac:
5849           check to define LAMEPRESET.  Fixes #151232.
5850
5851 2004-08-27  David Schleef  <ds@schleef.org>
5852
5853         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
5854         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
5855         (gst_glimagesink_fixate):  Move local variable declarations to
5856         make gcc-2.95 happy.
5857
5858 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5859
5860         * configure.ac:
5861           bump nano for prerelease
5862
5863 2004-08-27  David Schleef  <ds@schleef.org>
5864
5865         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
5866         * sys/sunaudio/gstsunaudiosrc.c:
5867         * sys/sunaudio/gstsunaudiosrc.h:
5868
5869 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
5870
5871         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
5872         handle EOS correctly
5873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
5874         * gst/matroska/matroska-mux.h:
5875         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
5876         VFW compatibility mode
5877
5878 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5879
5880         patch by: Zaheer Abbas Merali
5881
5882         * ext/ogg/gstoggmux.c:
5883         * ext/vorbis/vorbisenc.c:
5884         * ext/vorbis/vorbisenc.h:
5885           handle NEWMEDIA
5886
5887 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
5888
5889         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
5890         fix byte order reversion on little endian machines.
5891         * gst/matroska/matroska-mux.c: (audiosink_templ),
5892         (gst_matroska_mux_audio_pad_link):
5893         add TTA codec to the list of supported codecs.
5894         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
5895         (gst_matroska_mux_start), (gst_matroska_mux_finish),
5896         (gst_matroska_mux_write_data):
5897         * gst/matroska/matroska-mux.h:
5898         write segment duration correctly, write muxing app string, fixes bugs
5899         #140897 and #140898.
5900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
5901         wait for all pads to be negotiated before starting to mux.
5902
5903 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5904
5905         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
5906         * ext/lame/gstlame.h:
5907         Added new media support to lame
5908
5909 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
5910
5911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
5912         send vorbis headers at the beginning of a stream, fixes bug #141554.
5913         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
5914         bug #148950.
5915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
5916         (gst_matroska_demux_plugin_init):
5917         * gst/matroska/matroska-ids.h:
5918         enable demuxing of TTA audio streams, fixes bug #148951.
5919         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
5920         enable typefinding for TTA audio files, fixes bug #148711.
5921         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
5922         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
5923         fixes playback of packed bitstream and xvid with bframes, bug #135407.
5924
5925 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
5926
5927         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5928         (gst_riff_read_element_data), (gst_riff_read_seek),
5929         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
5930         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
5931         <teuf@gnome.org>
5932
5933 2004-08-23 Iain <iaingnome@gmail.com>
5934
5935         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
5936         tags. They appear to be handled differently to normal.
5937         (tag_list_to_id3_tag_foreach): Ditto.
5938
5939 2004-08-22  Wim Taymans  <wim@fluendo.com>
5940
5941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5942         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5943         Make sure we never send -1 granulepos.
5944
5945 2004-08-20  Wim Taymans  <wim@fluendo.com>
5946
5947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5948         (gst_ogg_mux_loop):
5949         I will accept bitchslappings with non sharp objects.
5950
5951 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5952
5953         * configure.ac:
5954         Clean up the test for lame presets
5955
5956 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5957
5958         * configure.ac:
5959         * ext/lame/Makefile.am:
5960         * ext/lame/gstlame.c: (gst_lame_class_init),
5961         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
5962         Only enable lame presets if version of lame has presets in API
5963
5964 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
5965         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
5966         * gst/udp/gstudpsrc.h:
5967           Don't call gst_pad_push in a get function. Fixes #150449
5968
5969 2004-08-18  Wim Taymans  <wim@fluendo.com>
5970
5971         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
5972         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
5973         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5974         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5975         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5976         (gst_fdset_wait):
5977         * gst/tcp/gstfdset.h:
5978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5979         (gst_multifdsink_client_queue_buffer),
5980         (gst_multifdsink_handle_client_write):
5981         * gst/tcp/gstmultifdsink.h:
5982         Some extra checks in gstfdset.
5983         Only use send() when the fd is a socket. Don't try to
5984         read from write only fds.
5985
5986 2004-08-18  Wim Taymans  <wim@fluendo.com>
5987
5988         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
5989         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5990         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5991         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5992         (gst_fdset_wait):
5993         Add more locking and bounds checking.
5994
5995 2004-08-18  Wim Taymans  <wim@fluendo.com>
5996
5997         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
5998         Realloc test fdset in the lock and right before starting
5999         the poll call. Bump the limit to 4096.
6000
6001 2004-08-17  David Schleef  <ds@schleef.org>
6002
6003         * sys/sunaudio/Makefile.am:
6004         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
6005         of rates and channels.  Make debugging less obnoxious.
6006
6007         Patch from Balamurali Viswanathan implementing a mixer for
6008         Sun audio.  (bug #144091):
6009         * sys/sunaudio/gstsunelement.c:
6010         * sys/sunaudio/gstsunelement.h:
6011         * sys/sunaudio/gstsunmixer.c:
6012         * sys/sunaudio/gstsunmixer.h:
6013
6014 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6015
6016         * gst/audioscale/gstaudioscale.c:
6017         * gst/audioscale/gstaudioscale.h:
6018         made audioscale resample from any sample rate to any sample rate
6019
6020 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6021
6022         * ext/libpng/gstpngdec.c:
6023           error out on unsupported types
6024
6025 2004-08-17  Iain <iaingnome@gmail.com>
6026
6027         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
6028         mid_side and loose_mid_side properties if its a stereo stream.
6029
6030 2004-08-17  Wim Taymans  <wim@fluendo.com>
6031
6032         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
6033         (theora_get_formats), (theora_dec_src_convert),
6034         (theora_dec_sink_convert), (theora_dec_src_query),
6035         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
6036         Add a debug line.
6037
6038 2004-08-17  Wim Taymans  <wim@fluendo.com>
6039
6040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
6041         (gst_ogg_pad_push):
6042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6043         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
6044         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
6045         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6046         Mark delta units in the muxer.
6047         Try to decode the packet after an out-of-sync error from
6048         libogg.
6049
6050 2004-08-17  Wim Taymans  <wim@fluendo.com>
6051
6052         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6053         (gst_multifdsink_init), (gst_multifdsink_add),
6054         (gst_multifdsink_client_queue_buffer),
6055         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
6056         * gst/tcp/gstmultifdsink.h:
6057         Added option to send a keyframe to clients as the first buffer.
6058         Make timeout property writable.
6059
6060 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6061
6062         patch by: Wim Taymans
6063
6064         * gst/tcp/gstfdset.c:
6065         * gst/tcp/gstmultifdsink.c:
6066           fix index comparison, should include 0
6067
6068 2004-08-16  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
6071         (gst_fdset_add_fd), (gst_fdset_remove_fd),
6072         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
6073         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
6074         (gst_fdset_wait):
6075           copy when reallocing for poll so the select arguments don't get
6076           changed during the call
6077
6078 2004-08-16  Wim Taymans  <wim@fluendo.com>
6079
6080         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6081         (gst_theora_enc_class_init), (theora_enc_sink_link),
6082         (theora_buffer_from_packet), (theora_enc_chain):
6083         Fix bug where buffers were not marked as keyframes
6084         correctly.
6085
6086 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6087
6088         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
6089         (gst_lame_preset_get_type), (gst_lame_class_init):
6090         describe the enum values for vbr mode and presets more verbosely
6091
6092 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6093
6094         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
6095         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
6096         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
6097         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
6098         * ext/lame/gstlame.h:
6099         add preset property to lame so it can use lame presets
6100
6101 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6102
6103         * ext/lame/gstlame.c: (gst_lame_get_property):
6104         whoops forgot break, thanks teuf
6105
6106 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6107
6108         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
6109         (gst_lame_class_init), (gst_lame_src_getcaps),
6110         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
6111         (gst_lame_get_property), (gst_lame_setup):
6112         * ext/lame/gstlame.h:
6113         fix lame's broken vbr stuff, allow it to resample if need be, and also
6114         make xing header optional
6115
6116 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6117
6118         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
6119         added getcaps function so samplerate doesnt get fixated to silly values
6120
6121 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6122
6123         * ext/lame/gstlame.c: (gst_lame_src_link):
6124         revert previous fix
6125
6126 2004-08-12  Johan Dahlin  <johan@gnome.org>
6127
6128         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
6129         checks. Doesn't matter what state we are in. Interfaces are a
6130         compile time thing, not runtime. It also broke the python bindings.
6131
6132 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6133
6134         * ext/lame/gstlame.c: (gst_lame_src_link):
6135         made source pad link function check if sinkpad is ok..fixes the problem
6136         where core fixates the output rate of lame stupidly
6137
6138 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6139
6140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
6141         * sys/v4l/v4l_calls.c:
6142         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
6143           fix fixate function to handle nonsimple caps.
6144           remove bogus check in _link
6145           cleanups
6146
6147 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6148
6149         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
6150         set default compression ratio parameter to 0.0 so bitrate parameter
6151         works :)
6152
6153 2004-08-11  David Schleef  <ds@schleef.org>
6154
6155         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
6156
6157 2004-08-11  David Schleef  <ds@schleef.org>
6158
6159         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
6160         before.
6161
6162 2004-08-11  David Schleef  <ds@schleef.org>
6163
6164         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
6165
6166 2004-08-11  David Schleef  <ds@schleef.org>
6167
6168         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
6169           license field
6170         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
6171         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
6172           LGPL.
6173         * gst/auparse/gstauparse.c: Fix plugin license field.
6174         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
6175         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
6176         * gst/rtp/gstrtp.c: Fix plugin license field.
6177
6178 2004-08-11  Wim Taymans  <wim@fluendo.com>
6179
6180         * gst/tcp/Makefile.am:
6181         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
6182         (ensure_size), (gst_fdset_new), (gst_fdset_free),
6183         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
6184         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
6185         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
6186         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
6187         (gst_fdset_fd_can_write), (gst_fdset_wait):
6188         * gst/tcp/gstfdset.h:
6189         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
6190         (gst_multifdsink_class_init), (gst_multifdsink_init),
6191         (gst_multifdsink_add), (gst_multifdsink_remove),
6192         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6193         (gst_multifdsink_remove_client_link),
6194         (gst_multifdsink_handle_client_read),
6195         (gst_multifdsink_client_queue_data),
6196         (gst_multifdsink_client_queue_caps),
6197         (gst_multifdsink_client_queue_buffer),
6198         (gst_multifdsink_handle_client_write),
6199         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6200         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
6201         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
6202         (gst_multifdsink_close):
6203         * gst/tcp/gstmultifdsink.h:
6204         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6205         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
6206         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
6207         (gst_tcpserversink_close):
6208         * gst/tcp/gsttcpserversink.h:
6209         Abstracted away the select call, implemented poll (yes we ran into
6210         the 1024 limit in production).
6211
6212 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6213
6214         * gst/tcp/gsttcp.c:
6215         * gst/tcp/gsttcpplugin.c:
6216           improve debuggging, remove assert
6217
6218 2004-08-10  Wim Taymans  <wim@fluendo.com>
6219
6220         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
6221         (gst_client_status_get_type), (gst_multifdsink_class_init),
6222         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6223         (gst_multifdsink_handle_client_read),
6224         (gst_multifdsink_handle_client_write),
6225         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6226         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
6227         (gst_multifdsink_get_property):
6228         * gst/tcp/gstmultifdsink.h:
6229         * gst/tcp/gsttcp-marshal.list:
6230         Starting to prepare for specifying buffer time in other units
6231         than buffers. Expose remove reason in signal.
6232
6233 2004-08-10  Wim Taymans  <wim@fluendo.com>
6234
6235         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6236         (gst_multifdsink_remove), (gst_multifdsink_clear),
6237         (gst_multifdsink_remove_client_link),
6238         (gst_multifdsink_handle_client_read),
6239         (gst_multifdsink_client_queue_data),
6240         (gst_multifdsink_client_queue_buffer),
6241         (gst_multifdsink_handle_client_write),
6242         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6243         (gst_multifdsink_chain), (gst_multifdsink_close):
6244         * gst/tcp/gstmultifdsink.h:
6245         Added more debugging info. Changed the way clients are
6246         removed from the lists. Fixed a bug where a bad file descriptor
6247         could cause many clients to be removed.
6248
6249 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6250
6251         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
6252           allow all pixel-aspect-ratios, not just 1:1
6253
6254 2004-08-09  David Schleef  <ds@schleef.org>
6255
6256         * sys/glsink/ARB_multitexture.h:  Remove old files.
6257         * sys/glsink/EXT_paletted_texture.h:
6258         * sys/glsink/NV_register_combiners.h:
6259         * sys/glsink/gstgl_nvimage.c:
6260         * sys/glsink/gstgl_pdrimage.c:
6261         * sys/glsink/gstgl_rgbimage.c:
6262         * sys/glsink/gstglsink.c:
6263         * sys/glsink/gstglsink.h:
6264         * sys/glsink/gstglxwindow.c:
6265         * sys/glsink/regcomb_yuvrgb.c:
6266
6267 2004-08-09  David Schleef  <ds@schleef.org>
6268
6269         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
6270         GL sink plugin.  (Bug #147302)
6271
6272         * configure.ac: Test for OpenGL
6273         * sys/Makefile.am: Use test for OpenGL
6274         * sys/glsink/Makefile.am:
6275         * sys/glsink/glimagesink.c: rewrite
6276         * sys/glsink/glimagesink.h: rewrite
6277
6278 2004-08-09  David Schleef  <ds@schleef.org>
6279
6280         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
6281         sane framerates.
6282         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
6283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
6284         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
6285
6286 2004-08-09  Wim Taymans  <wim@fluendo.com>
6287
6288         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6289         (gst_multifdsink_add), (gst_multifdsink_get_stats),
6290         (gst_multifdsink_client_remove),
6291         (gst_multifdsink_handle_client_read),
6292         (gst_multifdsink_handle_client_write),
6293         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6294         Do a bit more logging, make the client_read code more robust.
6295
6296 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6297
6298         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
6299         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
6300         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
6301         (gst_jpegdec_init), (gst_jpegdec_chain):
6302         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6303         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
6304           cleanups, debugging fixes and memleak plugging
6305
6306 2004-08-09  Wim Taymans  <wim@fluendo.com>
6307
6308         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
6309         (theora_get_formats), (theora_dec_src_convert),
6310         (theora_dec_sink_convert), (theora_dec_src_query),
6311         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
6312         (theora_dec_change_state):
6313         Don't crash on missing header packets.
6314
6315 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6316
6317         * po/LINGUAS:
6318         * po/sq.po:
6319           Added Albanian translation (Laurent Dhima)
6320         * po/cs.po:
6321           updated
6322
6323 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6324
6325         * ext/lame/gstlame.c:
6326           fix/add debugging
6327
6328 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6329
6330         * sys/ximage/ximagesink.c:
6331         * sys/xvimage/xvimagesink.c:
6332           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
6333
6334 2004-08-06  Wim Taymans  <wim@fluendo.com>
6335
6336         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6337         (gst_multifdsink_add), (gst_multifdsink_get_stats),
6338         (gst_multifdsink_client_remove),
6339         (gst_multifdsink_handle_client_read),
6340         (gst_multifdsink_handle_client_write),
6341         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6342         Make sure we don't try to read more from a client that what
6343         ioctl says us or we deadlock.
6344
6345 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6346
6347         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
6348         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
6349         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
6350           decouple running_time and n_frames so it can handle changing
6351           framerate while running
6352
6353 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6354
6355         * po/nl.po:
6356         * po/sv.po:
6357           updated translations
6358
6359 2004-08-04  Benjamin Otte  <otte@gnome.org>
6360
6361         * gst/videotestsrc/gstvideotestsrc.c:
6362         (gst_videotestsrc_get_capslist), (generate_capslist),
6363         (plugin_init):
6364           generate the list of supported caps at startup and reuse it instead
6365           of always generating it
6366
6367 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6368
6369         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
6370           whoops, last checkin broke normal build
6371
6372 2004-08-03  Benjamin Otte  <otte@gnome.org>
6373
6374         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
6375         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6376         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
6377         (gst_alsa_mixer_get_option):
6378         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
6379         (dvdnavsrc_print_event):
6380         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
6381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
6382         (gst_ogg_mux_pad_unlink):
6383         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
6384         (gst_multipart_mux_pad_unlink):
6385         * gst/videofilter/gstvideobalance.c:
6386         (gst_videobalance_colorbalance_set_value):
6387         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
6388         (gst_videomixer_pad_unlink):
6389         * po/uk.po:
6390         * sys/oss/gstossmixer.c:
6391         * sys/v4l/gstv4lcolorbalance.c:
6392         * sys/v4l/gstv4ltuner.c:
6393         * sys/v4l/v4lsrc_calls.c:
6394         * sys/v4l2/gstv4l2colorbalance.c:
6395         * sys/v4l2/gstv4l2tuner.c:
6396           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
6397
6398 2004-08-03  Benjamin Otte  <otte@gnome.org>
6399
6400         * examples/dynparams/filter.c: (ui_control_create):
6401         * examples/gstplay/player.c: (print_tag):
6402         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
6403         * ext/gdk_pixbuf/gstgdkanimation.c:
6404         (gst_gdk_animation_iter_may_advance):
6405         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
6406         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
6407         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
6408         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
6409         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
6410         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6411         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
6412         * gst/sine/demo-dparams.c: (main):
6413         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6414         * testsuite/alsa/formats.c: (create_pipeline):
6415         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
6416           fixes for G_DISABLE_ASSERT and friends
6417         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6418         (mp3_type_frame_length_from_header), (mp3_type_find),
6419         (plugin_init):
6420           require mp3 typefinding to have at least MIN_HEADERS valid headers
6421           add typefinding for AAC adts files
6422
6423 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
6424
6425         * sys/ximage/ximagesink.c:
6426         (gst_ximagesink_calculate_pixel_aspect_ratio):
6427         * sys/xvimage/xvimagesink.c:
6428         (gst_xvimagesink_calculate_pixel_aspect_ratio):
6429         Make sure we calculate pixel-aspect-ratio using floating point maths
6430
6431 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6432
6433         * po/uk.po:
6434           updated translation
6435
6436 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6437
6438         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6440           add debugging for display PAR calculation
6441
6442 2004-08-02  David Schleef  <ds@schleef.org>
6443
6444         * configure.ac: Fix mikmod CFLAGS.
6445
6446 2004-07-27  Benjamin Otte  <otte@gnome.org>
6447
6448         * gst/audioscale/gstaudioscale.c:
6449         - fix templates to only support S16, it's the only format that works
6450         - make caps nego code use try_set_caps_nonfixed and fixation instead
6451         of try_set_caps twice, which is not nice for autopluggers
6452         - change rank to secondary, so autopluggers can pick it up after
6453         audioconvert
6454
6455 2004-08-02  Iain <iain@prettypeople.org>
6456
6457         * gst/interleave/interleave.c (interleave_init),
6458         (interleave_request_new_pad),
6459         (interleave_pad_removed),
6460         (interleave_buffered_loop): Use the real pad count, not the artificial
6461         one.
6462
6463 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6464
6465         * configure.ac: bump nano back to development
6466
6467 === release 0.8.3 ===
6468
6469 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6470
6471         * configure.ac: releasing 0.8.3, "Water"
6472
6473 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6474
6475         * sys/xvimage/xvimagesink.c:
6476         (gst_xvimagesink_calculate_pixel_aspect_ratio),
6477         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
6478         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
6479         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6480         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6481         * sys/xvimage/xvimagesink.h:
6482           apply similar PAR fixes as to ximagesink
6483
6484 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6485
6486         patch from: Benjamin Otte
6487
6488         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
6489           add link function to lame.  Fixes #148986.
6490
6491 2004-08-02  Johan Dahlin  <johan@gnome.org>
6492
6493         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
6494         fix debugging log
6495
6496 2004-07-30  David Schleef  <ds@schleef.org>
6497
6498         * gst/videomixer/Makefile.am: Fix things that should have been
6499         fixed in the last checkin.
6500
6501 2004-07-30  David Schleef  <ds@schleef.org>
6502
6503         * gst/multipart/Makefile.am: Fix things that should have been
6504         fixed in the last checkin.
6505
6506 2004-07-30  David Schleef  <ds@schleef.org>
6507
6508         * testsuite/multifilesink/Makefile.am: Fix unused variable.
6509
6510 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6511
6512         * configure.ac:
6513           bump nano for prerelease
6514         * po/af.po:
6515         * po/az.po:
6516         * po/cs.po:
6517         * po/en_GB.po:
6518         * po/hu.po:
6519         * po/nl.po:
6520         * po/sr.po:
6521         * po/sv.po:
6522         * po/uk.po:
6523           updates
6524
6525 2004-07-30  Wim Taymans  <wim@fluendo.com>
6526
6527         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6528         (gst_multifdsink_add), (gst_multifdsink_remove),
6529         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6530         (gst_multifdsink_client_remove),
6531         (gst_multifdsink_handle_client_write),
6532         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6533         * gst/tcp/gstmultifdsink.h:
6534         Recover from a select with a bad file descriptor by removing
6535         the client.
6536
6537 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6538
6539         * configure.ac:
6540           fix requirement of core
6541         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
6542         (gst_play_pipeline_setup):
6543           don't use colorspace element.  do use hermescolorspace element.
6544           make macro to get a colorspace element.
6545           mark strings for translation.
6546         * po/POTFILES.in:
6547           add play.c
6548         * po/af.po:
6549         * po/az.po:
6550         * po/cs.po:
6551         * po/en_GB.po:
6552         * po/hu.po:
6553         * po/nl.po:
6554         * po/sr.po:
6555         * po/sv.po:
6556         * po/uk.po:
6557           update translations
6558
6559 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6560
6561         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
6562         fix default for newmedia flag
6563
6564 2004-07-30  Wim Taymans  <wim@fluendo.com>
6565
6566         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
6567         (gst_theora_dec_init), (theora_get_formats),
6568         (theora_dec_src_convert), (theora_dec_sink_convert),
6569         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6570         (theora_dec_chain), (theora_dec_set_property),
6571         (theora_dec_get_property):
6572         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6573         (gst_theora_enc_class_init), (gst_theora_enc_init),
6574         (theora_enc_sink_link), (theora_enc_chain),
6575         (theora_enc_set_property), (theora_enc_get_property):
6576         Added cropping option to theora decoder.
6577         Added border option to theora encoder.
6578
6579 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6580
6581         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6582         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6583         (gst_pngenc_set_property):
6584         * ext/libpng/gstpngenc.h:
6585         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
6586
6587 2004-07-30  Wim Taymans  <wim@fluendo.com>
6588
6589         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6590         (theora_enc_sink_link), (theora_enc_chain),
6591         (theora_enc_set_property), (theora_enc_get_property):
6592         Fix encoding of non-multiple-of-16 video.
6593
6594 2004-07-29  David Schleef  <ds@schleef.org>
6595
6596         * configure.ac: make test for audiofile more strict
6597
6598 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6599
6600         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6601           give different names to typefind functions
6602
6603 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6604
6605         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6606         (gst_ximagesink_calculate_pixel_aspect_ratio),
6607         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
6608         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6609         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
6610         (gst_ximagesink_get_property), (gst_ximagesink_init):
6611         * sys/ximage/ximagesink.h:
6612           allocate PAR's dynamically.
6613           use autodetected PAR if no object-set PAR is given.
6614           add workaround for directfb's X not setting physical size.
6615           fix to xvimagesink will follow tomorrow.
6616
6617 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6618
6619         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
6620         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6621         (gst_shout2send_get_type), (gst_shout2send_set_clock),
6622         (gst_shout2send_class_init), (gst_shout2send_init),
6623         (set_shout_metadata), (gst_shout2send_set_metadata),
6624         (gst_shout2send_chain), (gst_shout2send_set_property),
6625         (gst_shout2send_get_property), (gst_shout2send_connect),
6626         (gst_shout2send_change_state):
6627         * ext/shout2/gstshout2.h:
6628         - fix for sending mp3 audio to icecast2 server, if pad link function not
6629         called before PAUSED state
6630         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
6631         - added tagging support for mp3 audio broadcasted
6632         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
6633         debug info
6634
6635 2004-07-28  Wim Taymans  <wim@fluendo.com>
6636
6637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
6638         (gst_ogg_demux_push):
6639         Return query failure when we don't know the length of
6640         an ogg stream insteda of returning TRUE with a bogus value.
6641
6642 2004-07-28  Wim Taymans  <wim@fluendo.com>
6643
6644         * ext/theora/theoradec.c: (theora_get_formats),
6645         (theora_dec_src_convert), (theora_dec_sink_convert),
6646         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6647         (theora_dec_chain):
6648         Don't screw up the 1 Chroma for 1 luma sample situation when we
6649         have an odd offset/width by adding a black border in those cases.
6650
6651 2004-07-28  Wim Taymans  <wim@fluendo.com>
6652
6653         * ext/theora/theoradec.c: (theora_get_formats),
6654         (theora_dec_src_convert), (theora_dec_sink_convert),
6655         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6656         (theora_dec_chain):
6657         * ext/theora/theoraenc.c: (theora_enc_sink_link):
6658         Added first attempt at cropping of the image as required by the
6659         theora spec. We need more properties in the caps (offset_x,
6660         offset_y,stride) to implement this correctly.
6661
6662 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6663
6664         * ext/dvdnav/README:
6665           Update the README to use dvddemux
6666         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
6667           Ensure getcaps returns a subset of the template caps
6668         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
6669         (gst_mpeg2subt_init):
6670           Ensure getcaps returns a subset of the template caps
6671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
6672         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
6673         (gst_dvd_demux_get_subpicture_stream),
6674         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
6675         * gst/mpegstream/gstdvddemux.h:
6676           Set the explicit caps on the current_video pad before pushing
6677           anything
6678         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
6679         (gst_mpeg_demux_get_audio_stream):
6680           Free caps used to gst_pad_set_explicit_caps, which takes a const
6681           GstCaps *
6682
6683 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6684
6685         * configure.ac: update GStreamer requirement to 0.8.4 because of
6686           GstFraction.
6687
6688 2004-07-28  Wim Taymans  <wim@fluendo.com>
6689
6690         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
6691         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
6692         Add the pad to the element after setting up the caps. This
6693         makes it a lot easier to autoplug.
6694
6695 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6696
6697         * gst/median/gstmedian.c:
6698         * gst/mpeg2subt/gstmpeg2subt.c:
6699         * gst/mpegaudioparse/gstmpegaudioparse.c:
6700         * gst/mpegstream/gstdvddemux.c:
6701         * gst/mpegstream/gstmpegdemux.c:
6702         * gst/mpegstream/gstmpegpacketize.c:
6703         * gst/rtjpeg/gstrtjpeg.c:
6704         * gst/rtjpeg/gstrtjpegdec.c:
6705         * gst/rtjpeg/gstrtjpegenc.c:
6706         * gst/sine/gstsinesrc.c:
6707         * gst/smooth/gstsmooth.c:
6708         * gst/smpte/gstsmpte.c:
6709         * gst/smpte/gstsmpte.h:
6710         * gst/stereo/gststereo.c:
6711         * gst/videofilter/gstgamma.c:
6712         * gst/videofilter/gstvideobalance.c:
6713         * gst/videofilter/gstvideofilter.c:
6714         * gst/videofilter/gstvideoflip.c:
6715         * gst/videoscale/gstvideoscale.c:
6716         * gst/videoscale/videoscale.c:
6717         * gst/videotestsrc/gstvideotestsrc.c:
6718         * gst/videotestsrc/videotestsrc.c:
6719         * gst/wavenc/gstwavenc.c:
6720         * gst/wavparse/gstwavparse.c:
6721           fix local includes and 64 bits constants
6722
6723 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6724
6725         * win32/gst.sln:
6726         * gst-libs/gst/*/*.vcproj:
6727         * gst/*/*.vcproj:
6728           more working plugins
6729
6730 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6731
6732         * testsuite/alsa/Makefile.am:
6733         * testsuite/alsa/srcstate.c:
6734         add test for alsasrc changing state
6735
6736 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6737
6738         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
6739         (gst_silence_get):
6740         * gst/silence/gstsilence.h:
6741         fix silence generation for 16bit raw audio
6742
6743 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6744
6745         * gst/matroska/matroska-demux.c:
6746         (gst_matroska_demux_parse_metadata),
6747         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
6748         * gst/mpegaudio/common.c:
6749         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6750         (gst_videoscale_getcaps), (gst_videoscale_link),
6751         (gst_videoscale_src_fixate), (gst_videoscale_init),
6752         (gst_videoscale_finalize):
6753         * gst/videoscale/gstvideoscale.h:
6754         * gst/videotestsrc/gstvideotestsrc.c:
6755         (gst_videotestsrc_get_capslist):
6756         * gst/wavenc/gstwavenc.c:
6757         * sys/oss/gstossmixer.c: (fill_labels):
6758         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6759         (gst_ximagesink_handle_xevents),
6760         (gst_ximagesink_calculate_pixel_aspect_ratio),
6761         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
6762         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
6763         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6764         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6765         (gst_ximagesink_init), (gst_ximagesink_class_init):
6766         * sys/ximage/ximagesink.h:
6767         * sys/xvimage/xvimagesink.c:
6768         (gst_xvimagesink_calculate_pixel_aspect_ratio),
6769         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
6770         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
6771         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6772         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6773         * sys/xvimage/xvimagesink.h:
6774           first batch of pixel aspect ratio commits.
6775
6776 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6777
6778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6779         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
6780         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
6781           handle stride, needs work if we want to move stride handling
6782           upstream, but works correctly for our purposes.
6783
6784 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6785
6786         * gst/videoscale/README:
6787           add testing examples
6788         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
6789         (gst_videoscale_chain):
6790         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6791         (gst_videoscale_get_size):
6792           add get_size function that handles stride like videotestsrc.
6793           fixes conversion for YUV formats for as much as I can test them.
6794
6795 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6796
6797         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6798         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
6799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6800         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
6801         (gst_xvimagesink_xvimage_put):
6802           further cleanups, logging, error handling and synchronizing
6803
6804 2004-07-27  Wim Taymans  <wim@fluendo.com>
6805
6806         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
6807         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
6808         (gst_videomixer_pad_set_property),
6809         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
6810         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
6811         (gst_videomixer_class_init), (gst_videomixer_init),
6812         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
6813         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
6814         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
6815         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
6816         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
6817         (gst_videomixer_loop), (plugin_init):
6818         Be a nicer negotiation citizen and provide a getcaps function on
6819         the srcpad. This also fixes a crash when resizing.
6820
6821 2004-07-27  Julien MOUTTE  <julien@moutte.net>
6822
6823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6824         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
6825
6826 2004-07-27  Wim Taymans  <wim@fluendo.com>
6827
6828         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
6829         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6830         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6831         (gst_pngenc_set_property):
6832         * ext/libpng/gstpngenc.h:
6833         Added snapshot property to pngenc.
6834         removed g_print from pngdec
6835
6836 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6837
6838         * gst/ac3parse/ac3parse.vcproj
6839         * gst/adder/adder.vcproj
6840         * gst/alpha/alpha.vcproj
6841         * gst/alpha/alphacolor.vcproj
6842         * gst/asfdemux/asf.vcproj
6843         * gst/audioconvert/audioconvert.vcproj
6844         * gst/audiorate/audiorate.vcproj
6845         * gst/audioscale/audioscale.vcproj
6846         * gst/auparse/auparse.vcproj
6847         * gst/avi/avi.vcproj
6848         * gst/cdxaparse/cdxaparse.vcproj
6849         * gst/chart/chart.vcproj
6850         * gst/colorspace/colorspace.vcproj
6851         * gst/cutter/cutter.vcproj
6852         * gst/debug/debug.vcproj
6853         * gst/debug/efence.vcproj
6854         * gst/debug/navigationtest.vcproj
6855         * gst/deinterlace/deinterlace.vcproj
6856         * gst/effectv/effectv.vcproj
6857         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
6858         * gst/filter/filter.vcproj
6859         * gst/flx/flxdec.vcproj
6860         * gst/goom/goom.vcproj
6861         * gst/interleave/interleave.vcproj
6862         * gst/law/alaw.vcproj
6863         * gst/law/mulaw.vcproj
6864         * gst/matroska/matroska.vcproj
6865         * gst/median/median.vcproj
6866         * gst/mixmatrix/mixmatrix.vcproj
6867         * gst/mpeg1sys/mpeg1systemencode.vcproj
6868         * gst/mpeg1videoparse/mp1videoparse.vcproj
6869         * gst/mpeg2sub/mpeg2subt.vcproj
6870         * gst/mpegaudio/mpegaudio.vcproj
6871         * gst/mpegaudioparse/mpegaudioparse.vcproj
6872         * gst/mpegstream/mpegstream.vcproj
6873         * gst/multifilesink/multifilesink.vcproj
6874         * gst/multipart/multipart.vcproj
6875         * gst/oneton/oneton.vcproj
6876         * gst/overlay/overlay.vcproj
6877         * gst/passthrough/passthrough.vcproj
6878         * gst/qtdemux/qtdemux.vcproj
6879         * gst/realmedia/rmdemux.vcproj
6880         * gst/rtjpeg/rtjpeg.vcproj
6881         * gst/rtp/rtp.vcproj
6882         * gst/silence/silence.vcproj
6883         * gst/sine/sinesrc.vcproj
6884         * gst/smooth/smooth.vcproj
6885         * gst/smpte/smpte.vcproj
6886         * gst/spectrum/spectrum.vcproj
6887         * gst/speed/speed.vcproj
6888         * gst/stereo/stereo.vcproj
6889         * gst/switch/switch.vcproj
6890         * gst/tags/tagedit.vcproj
6891         * gst/tcp/tcp.vcproj
6892         * gst/typefind/typefindfunctions.vcproj
6893         * gst/udp/udp.vcproj
6894         * gst/videobox/videobox.vcproj
6895         * gst/videocrop/videocrop.vcproj
6896         * gst/videodrop/videodrop.vcproj
6897         * gst/videofilter/gamma.vcproj
6898         * gst/videofilter/videobalance.vcproj
6899         * gst/videofilter/videofilter.vcproj
6900         * gst/videofilter/videoflip.vcproj
6901         * gst/videoflip/videoflip.vcproj
6902         * gst/videomixer/videomixer.vcproj
6903         * gst/videorate/videorate.vcproj
6904         * gst/videoscale/videoscale.vcproj
6905         * gst/videotestsrc/videotestsrc.vcproj
6906         * gst/virtualdub/virtualdub.vcproj
6907         * gst/volenv/volenv.vcproj
6908         * gst/volume/volume.vcproj
6909         * gst/wavenc/wavenc.vcproj
6910         * gst/wavparse/wavparse.vcproj
6911         * gst/y4m/y4menc.vcproj
6912         * gst-libs/gst/audio/audio.vcproj
6913         * gst-libs/gst/audio/audiofilter.vcproj
6914         * gst-libs/gst/colorbalance/colorbalance.vcproj
6915         * gst-libs/gst/idct/idtc.vcproj
6916         * gst-libs/gst/media-info/media-info.vcproj
6917         * gst-libs/gst/mixer/mixer.vcproj
6918         * gst-libs/gst/navigation/navigation.vcproj
6919         * gst-libs/gst/play/play.vcproj
6920         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
6921         * gst-libs/gst/resample/resample.vcproj
6922         * gst-libs/gst/riff/riff.vcproj
6923         * gst-libs/gst/tuner/tuner.vcproj
6924         * gst-libs/gst/video/video.vcproj
6925         * gst-libs/gst/xoverlay/xoverlay.vcproj
6926           avoid problems with math.h, fix release dependancy
6927           rename GStreamer-0.8.lib to libgstreamer.lib
6928
6929 2004-07-27  Julien MOUTTE  <julien@moutte.net>
6930
6931         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
6932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
6933         the atom is not available we have to unlock the mutex. Fixes #148023
6934
6935 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6936
6937         * gst-libs/gst/media-info/media-info.h:
6938           issue for a vararg macro with MSVC
6939
6940 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6941
6942         * gst/effectv/effectv.vcproj
6943         * gst-libs/gst/idct/idct.vcproj:
6944         * gst-libs/gst/media-info/media-info.vcproj:
6945         * gst-libs/gst/navigation/navigation.vcproj:
6946         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
6947         * gst-libs/gst/video/video.vcproj:
6948         * gst-libs/gst/xoverlay/xoverlay.vcproj:
6949           fixes for build problems
6950
6951 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6952
6953         * gst-libs/gst/audio/audio.def:
6954         * gst-libs/gst/audio/riff.def:
6955           add some definitions needed by plugins
6956
6957 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6958
6959         * gst/asfdemux/gstasfmux.c
6960           Fix some 64 bits constants to be glib friendly
6961
6962 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6963
6964         * gst/ac3parse/gstac3parse.c
6965         * gst/audioscale/gstaudioscale.c
6966         * gst/auparse/gstauparse.c
6967         * gst/colorspace/gstcolorspace.c
6968         * gst/colorspace/yuv2rgb.h
6969           local include fixes
6970
6971 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6972
6973         * win32/gst.sln
6974           add more plugins to the build
6975
6976 2004-07-26  Julien MOUTTE  <julien@moutte.net>
6977
6978         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6979         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
6980
6981 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6982
6983         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6984         (gst_level_set_property), (gst_level_get_property),
6985         (gst_level_base_init), (gst_level_class_init):
6986           add debugging categories.  cleanups.
6987
6988 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6989
6990         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6991         (gst_videoscale_planar411), (gst_videoscale_planar400),
6992         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
6993         (gst_videoscale_scale_nearest_str1),
6994         (gst_videoscale_scale_nearest_str2),
6995         (gst_videoscale_scale_nearest_str4),
6996         (gst_videoscale_scale_nearest_16bit),
6997         (gst_videoscale_scale_nearest_24bit):
6998           fixed stride issues
6999           tested with 320x240 -> 321, 322, 324 x240
7000           tested with YV12, I420, YUY2, UYVY
7001           fixed packed422rev (don't think it could have worked before)
7002           by testing with UYVY
7003
7004 2004-07-26  Benjamin Otte  <otte@gnome.org>
7005
7006         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
7007         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
7008         (plugin_init):
7009           add debugging category, add error checks like checking return values
7010           of setup calls, make sure it still works after
7011           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
7012
7013 2004-07-26  Wim Taymans  <wim@fluendo.com>
7014
7015         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
7016         (gst_mpeg_demux_get_audio_stream),
7017         (gst_mpeg_demux_process_private):
7018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
7019         Check for error codes from the negotiation functions. Make sure
7020         we really set the pad caps when a new pad is created.
7021
7022 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7023
7024         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7025         (gst_ffmpeg_caps_to_pix_fmt):
7026         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7028         (gst_ffmpegcolorspace_pad_link):
7029           don't make function do two things at the same time without reason.
7030
7031 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7032
7033         * gst/ac3parse/ac3parse.vcproj
7034         * gst/adder/adder.vcproj
7035         * gst/alpha/alpha.vcproj
7036         * gst/alpha/alphacolor.vcproj
7037         * gst/asfdemux/asf.vcproj
7038         * gst/audioconvert/audioconvert.vcproj
7039         * gst/audiorate/audiorate.vcproj
7040         * gst/audioscale/audioscale.vcproj
7041         * gst/auparse/auparse.vcproj
7042         * gst/avi/avi.vcproj
7043         * gst/cdxaparse/cdxaparse.vcproj
7044         * gst/chart/chart.vcproj
7045         * gst/colorspace/colorspace.vcproj
7046         * gst/cutter/cutter.vcproj
7047         * gst/debug/debug.vcproj
7048         * gst/debug/efence.vcproj
7049         * gst/debug/navigationtest.vcproj
7050         * gst/deinterlace/deinterlace.vcproj
7051         * gst/effectv/effectv.vcproj
7052         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
7053         * gst/filter/filter.vcproj
7054         * gst/flx/flxdec.vcproj
7055         * gst/goom/goom.vcproj
7056         * gst/interleave/interleave.vcproj
7057         * gst/law/alaw.vcproj
7058         * gst/law/mulaw.vcproj
7059         * gst/matroska/matroska.vcproj
7060         * gst/median/median.vcproj
7061         * gst/mixmatrix/mixmatrix.vcproj
7062         * gst/mpeg1sys/mpeg1systemencode.vcproj
7063         * gst/mpeg1videoparse/mp1videoparse.vcproj
7064         * gst/mpeg2sub/mpeg2subt.vcproj
7065         * gst/mpegaudio/mpegaudio.vcproj
7066         * gst/mpegaudioparse/mpegaudioparse.vcproj
7067         * gst/mpegstream/mpegstream.vcproj
7068         * gst/multifilesink/multifilesink.vcproj
7069         * gst/multipart/multipart.vcproj
7070         * gst/oneton/oneton.vcproj
7071         * gst/overlay/overlay.vcproj
7072         * gst/passthrough/passthrough.vcproj
7073         * gst/qtdemux/qtdemux.vcproj
7074         * gst/realmedia/rmdemux.vcproj
7075         * gst/rtjpeg/rtjpeg.vcproj
7076         * gst/rtp/rtp.vcproj
7077         * gst/silence/silence.vcproj
7078         * gst/sine/sinesrc.vcproj
7079         * gst/smooth/smooth.vcproj
7080         * gst/smpte/smpte.vcproj
7081         * gst/spectrum/spectrum.vcproj
7082         * gst/speed/speed.vcproj
7083         * gst/stereo/stereo.vcproj
7084         * gst/switch/switch.vcproj
7085         * gst/tags/tagedit.vcproj
7086         * gst/tcp/tcp.vcproj
7087         * gst/typefind/typefindfunctions.vcproj
7088         * gst/udp/udp.vcproj
7089         * gst/videobox/videobox.vcproj
7090         * gst/videocrop/videocrop.vcproj
7091         * gst/videodrop/videodrop.vcproj
7092         * gst/videofilter/gamma.vcproj
7093         * gst/videofilter/videobalance.vcproj
7094         * gst/videofilter/videofilter.vcproj
7095         * gst/videofilter/videoflip.vcproj
7096         * gst/videoflip/videoflip.vcproj
7097         * gst/videomixer/videomixer.vcproj
7098         * gst/videorate/videorate.vcproj
7099         * gst/videoscale/videoscale.vcproj
7100         * gst/videotestsrc/videotestsrc.vcproj
7101         * gst/virtualdub/virtualdub.vcproj
7102         * gst/volenv/volenv.vcproj
7103         * gst/volume/volume.vcproj
7104         * gst/wavenc/wavenc.vcproj
7105         * gst/wavparse/wavparse.vcproj
7106         * gst/y4m/y4menc.vcproj
7107           more plugins supported under windows
7108
7109 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7110
7111         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7112         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
7113         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
7114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7115         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
7116           Add debugging statements.  Use the sizes as returned by the
7117           *CreateImage calls.
7118
7119 2004-07-26  Johan Dahlin  <johan@gnome.org>
7120
7121         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
7122         the pad is negotiated.
7123
7124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
7125
7126 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7127
7128         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7129         * gst-libs/gst/idct/idct.vcproj:
7130         * gst-libs/gst/media-info/media-info.vcproj:
7131         * gst-libs/gst/mixer/mixer.vcproj:
7132         * gst-libs/gst/navigation/navigation.vcproj:
7133         * gst-libs/gst/play/play.vcproj:
7134         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
7135         * gst-libs/gst/resample/resample.vcproj:
7136         * gst-libs/gst/tuner/tuner.vcproj:
7137         * gst-libs/gst/video/video.vcproj:
7138         * gst-libs/gst/xoverlay/xoverlay.vcproj:
7139           more plugins supported under windows
7140
7141 2004-07-25 Iain <iain@prettypeople.org>
7142
7143         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
7144         pad now rather than when the pad is created because state changes wipe
7145         explicit caps (fixes #148043).
7146
7147 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
7148
7149         reviewed by Benjamin Otte  <otte@gnome.org>
7150
7151         * ext/mad/gstmad.c:
7152           fix mad plugin crashing on Sun (fixes #148289)
7153
7154 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
7155
7156         * gst/avi/avi.def:
7157         * gst/avi/avi.vcproj:
7158         * gst/matroska/matroska.def:
7159         * gst/matroska/matroska.vcproj:
7160           remove unused .def files
7161
7162 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
7163
7164         * gst-libs/gst/audio/gstaudiofilter.c:
7165           Clean the local include
7166
7167 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
7168
7169         * win32/gst.sln:
7170         * gst-libs/gst/audio/audio.def:
7171         * gst-libs/gst/audio/audio.vcproj:
7172         * gst-libs/gst/audio/audiofilter.vcproj:
7173         * gst-libs/gst/audio/riff.def:
7174         * gst-libs/gst/audio/riff.vcproj:
7175         * gst-libs/gst/gst-libs.def:
7176         * gst-libs/gst/gst-libs.vcproj:
7177         * gst/avi/avi.vcproj:
7178         * gst/avi/avi.vcproj:
7179           Copy the files where needed after building, cleaner projects
7180
7181 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
7182
7183         * gst/matroska/ebml-write.c:
7184           Fix some 64 bits constants to be glib friendly
7185
7186 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
7187
7188         * win32/gst.sln:
7189         * gst-libs/gst/gst-libs.def:
7190         * gst-libs/gst/gst-libs.vcproj:
7191         * gst/matroska/matroska.def:
7192         * gst/matroska/matroska.vcproj:
7193           Add the preliminary canvas to build plugins on Win32
7194
7195 2004-07-23  Benjamin Otte  <otte@gnome.org>
7196
7197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7198           don't enfore negotiation from source side, it breaks
7199           sinesrc ! audioconvert ! osssink
7200
7201 2004-07-22  David Schleef  <ds@schleef.org>
7202
7203         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
7204         for ELF files, since they can easily be recognized as audio/mpeg.
7205         (bug #147441)
7206
7207 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7208
7209         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
7210         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
7211         (gst_videoscale_scale_nearest_24bit),
7212         (gst_videoscale_scale_nearest_16bit):
7213           fix 16bit and 24bit for stride (24bit might need testing)
7214           don't pretend we do more than one algorithm
7215
7216 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7217
7218         * configure.ac:
7219         * gst/Makefile.am:
7220         * gst/multifilesink/Makefile.am:
7221         * gst/multifilesink/gstmultifilesink.c:
7222         (gst_multifilesink_get_formats),
7223         (gst_multifilesink_get_query_types), (_do_init),
7224         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
7225         (gst_multifilesink_init), (gst_multifilesink_dispose),
7226         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
7227         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
7228         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
7229         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
7230         (gst_multifilesink_chain), (gst_multifilesink_change_state),
7231         (gst_multifilesink_uri_get_type),
7232         (gst_multifilesink_uri_get_protocols),
7233         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
7234         (gst_multifilesink_uri_handler_init), (plugin_init):
7235         * gst/multifilesink/gstmultifilesink.h:
7236         * testsuite/Makefile.am:
7237         * testsuite/multifilesink/Makefile.am:
7238         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
7239         (gst_newmedia_class_init), (gst_newmedia_init),
7240         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
7241         (newfile_signal), (test_signal), (main):
7242         multifilesink plugin for creating new files every time a new media
7243         discontinuity event occurs
7244
7245 2004-07-22  Wim Taymans  <wim@fluendo.com>
7246
7247         * gst/alpha/Makefile.am:
7248         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
7249         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
7250         (gst_alpha_color_init), (gst_alpha_color_set_property),
7251         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
7252         (transform), (gst_alpha_color_chain),
7253         (gst_alpha_color_change_state), (plugin_init):
7254         Stupid plugin to to RGBA to AYUV conversion because none of
7255         the colorspace plugins can handle that yet.
7256
7257 2004-07-22  Wim Taymans  <wim@fluendo.com>
7258
7259         * examples/seeking/seek.c: (update_scale), (main):
7260         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7261         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
7262         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
7263         (gst_decode_bin_init), (gst_decode_bin_dispose),
7264         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7265         (no_more_pads), (close_link), (type_found),
7266         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7267         (plugin_init):
7268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7269         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7270         (gst_play_base_bin_dispose), (queue_overrun),
7271         (gen_preroll_element), (remove_prerolls), (unknown_type),
7272         (no_more_pads), (new_stream), (setup_source),
7273         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7274         (play_base_eos), (gst_play_base_bin_change_state),
7275         (gst_play_base_bin_add_element),
7276         (gst_play_base_bin_remove_element),
7277         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7278         (gst_play_base_bin_unlink_stream),
7279         (gst_play_base_bin_get_streaminfo):
7280         * gst/playback/gstplaybin.c: (gen_video_element),
7281         (gen_audio_element):
7282         * gst/playback/gststreaminfo.h:
7283         More playback updates, attempt to fix things after the state change
7284         breakage.
7285
7286 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7287
7288         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
7289         (gst_videoscale_scale_nearest_16bit):
7290           comment algorithm
7291
7292 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7293
7294         * gst/videotestsrc/gstvideotestsrc.c:
7295         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
7296         (gst_videotestsrc_init), (gst_videotestsrc_get),
7297         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7298         (gst_videotestsrc_get_property):
7299         * gst/videotestsrc/gstvideotestsrc.h:
7300         * gst/videotestsrc/videotestsrc.c:
7301         * gst/videotestsrc/videotestsrc.h:
7302           cleanup and commenting
7303
7304 2004-07-21  Wim Taymans  <wim@fluendo.com>
7305
7306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
7307         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
7308         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
7309         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
7310         (_find_chain_get_unknown_part), (_find_streams_check),
7311         (gst_ogg_demux_push), (gst_ogg_pad_push):
7312         * ext/theora/theoradec.c: (theora_get_formats),
7313         (theora_dec_src_convert), (theora_dec_sink_convert),
7314         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7315         (theora_dec_chain):
7316         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7317         (vorbis_dec_convert), (vorbis_dec_src_query),
7318         (vorbis_dec_src_event), (vorbis_dec_event):
7319         More seeking fixes, oggdemux now supports seeking to time and
7320         uses the downstream element to convert granulepos to time.
7321         Seeking in theora-only ogg files now works.
7322
7323 2004-07-21  Wim Taymans  <wim@fluendo.com>
7324
7325         * ext/theora/theoradec.c: (gst_theora_dec_init),
7326         (theora_get_formats), (theora_get_event_masks),
7327         (theora_get_query_types), (theora_dec_src_convert),
7328         (theora_dec_sink_convert), (theora_dec_src_query),
7329         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
7330         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7331         (vorbis_get_event_masks), (vorbis_get_query_types),
7332         (gst_vorbis_dec_init), (vorbis_dec_convert),
7333         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
7334         Added query/convert/formats functions to vorbis and theora decoders
7335         so that the outside world can use them too. Fixed seeking on an
7336         ogg/theora/vorbis file by disabling the seeking seeking on the
7337         theora srcpad.
7338
7339 2004-07-21  Julien MOUTTE  <julien@moutte.net>
7340
7341         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7342         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
7343         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
7344         images creation for both elements. We don't create the image on caps
7345         nego or renego, we just destroy the internal one if present if it does
7346         not match the needs. The chain function takes care of creating a new
7347         image when needed.
7348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7349         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
7350         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
7351         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
7352         the image format information. The buffer pool checks for the context
7353         image format and discard images with different formats.
7354         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
7355
7356 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7357
7358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7359         (gst_ffmpegcolorspace_chain):
7360           no point in doing any chaining if the pad we want to push from
7361           isn't usable.
7362
7363 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * gst-libs/gst/riff/riff-media.c:
7366         (gst_riff_create_audio_caps_with_data):
7367           Fix double end-to-native symbol conversion (#148021).
7368
7369 2004-07-20  David Schleef  <ds@schleef.org>
7370
7371         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
7372         Don't use an Atom that doesn't exist.
7373
7374 2004-07-20  Wim Taymans  <wim@fluendo.com>
7375
7376         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7377         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7378         (gst_multifdsink_client_remove),
7379         (gst_multifdsink_handle_client_write),
7380         (gst_multifdsink_queue_buffer):
7381         * gst/tcp/gstmultifdsink.h:
7382         More multifdsink stats. Avoid deadlock by releasing locks
7383         before sending out a signal.
7384
7385 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7386
7387         * po/LINGUAS:
7388         * po/hu.po:
7389           added Hungarian translation (Laszlo Dvornik)
7390
7391 2004-07-20  Wim Taymans  <wim@fluendo.com>
7392
7393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7394         (gst_multifdsink_add), (gst_multifdsink_client_remove),
7395         (gst_multifdsink_handle_client_write),
7396         (gst_multifdsink_queue_buffer):
7397         * gst/tcp/gsttcp-marshal.list:
7398         Fixed the stupid marshal definition.
7399
7400 2004-07-20  Wim Taymans  <wim@fluendo.com>
7401
7402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7403         (gst_multifdsink_init), (gst_multifdsink_add),
7404         (gst_multifdsink_client_remove),
7405         (gst_multifdsink_handle_client_write),
7406         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
7407         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
7408         (gst_multifdsink_init_send):
7409         * gst/tcp/gstmultifdsink.h:
7410         Added more stats, added timeout for a client, fixed some typos
7411         and added some comments.
7412
7413 2004-07-20  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7416         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7417         (gst_multifdsink_client_remove),
7418         (gst_multifdsink_handle_client_write):
7419         * gst/tcp/gstmultifdsink.h:
7420         * gst/tcp/gsttcp-marshal.list:
7421         Added get_stats method that returns a GValueArray of
7422         stats values.
7423
7424 2004-07-19  Benjamin Otte  <otte@gnome.org>
7425
7426         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7427           make sure longname, description and author are valid UTF-8
7428
7429 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7430
7431         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
7432         (gst_ximagesink_set_property):
7433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
7434         (gst_xvimagesink_set_property):
7435           make sure SYNCHRONOUS is respected after getting the X context
7436
7437 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7438
7439         * gst/matroska/matroska-demux.c:
7440         (gst_matroska_demux_handle_src_event),
7441         (gst_matroska_demux_parse_blockgroup):
7442         * gst/matroska/matroska-ids.h:
7443           add BlockReference tag and ignore it to clear out log.
7444           ignore NAVIGATION events to clear out log.
7445
7446 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7447
7448         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7449         (gst_matroska_demux_add_stream):
7450         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
7451           add debug categories
7452
7453 2004-07-16  Wim Taymans  <wim@fluendo.com>
7454
7455         * ext/libpng/Makefile.am:
7456         * ext/libpng/gstpng.c: (plugin_init):
7457         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
7458         (gst_pngdec_get_type), (gst_pngdec_base_init),
7459         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
7460         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
7461         * ext/libpng/gstpngdec.h:
7462         Added png decoder.
7463
7464 2004-07-16  Julien MOUTTE  <julien@moutte.net>
7465
7466         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7467         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
7468         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
7469         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
7470         (gst_ximagesink_buffer_alloc):
7471         * sys/ximage/ximagesink.h:
7472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7473         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7474         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7475         (gst_xvimagesink_buffer_alloc):
7476         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
7477         again. Using internal data pointer of the x(v)image to store image's
7478         data to be coherent with the buffer alloc mechanism. Investigated the
7479         image destruction code to be sure that everything gets freed correctly.
7480
7481 2004-07-16  Wim Taymans  <wim@fluendo.com>
7482
7483         * gst-libs/gst/riff/riff-read.c:
7484         (gst_riff_read_strf_vids_with_data),
7485         (gst_riff_read_strf_auds_with_data):
7486         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7487         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7488         Make sure we don't create 0 sized subbuffers in riff-read.
7489         Signal the no more pads signal after reading the avi header.
7490
7491 2004-07-16  Wim Taymans  <wim@fluendo.com>
7492
7493         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7494         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
7495         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
7496         (gst_decode_bin_init), (gst_decode_bin_dispose),
7497         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7498         (no_more_pads), (close_link), (type_found),
7499         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7500         (gst_decode_bin_change_state), (plugin_init):
7501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7502         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7503         (gst_play_base_bin_dispose), (queue_overrun),
7504         (gen_preroll_element), (remove_prerolls), (unknown_type),
7505         (no_more_pads), (new_stream), (setup_source),
7506         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7507         (play_base_eos), (gst_play_base_bin_change_state),
7508         (gst_play_base_bin_add_element),
7509         (gst_play_base_bin_remove_element),
7510         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7511         (gst_play_base_bin_unlink_stream),
7512         (gst_play_base_bin_get_streaminfo):
7513         * gst/playback/gstplaybasebin.h:
7514         Better error recovery. Added configurable preroll queue size. Faster
7515         detection of no-more-pads.
7516
7517 2004-07-16  Wim Taymans  <wim@fluendo.com>
7518
7519         * gst-libs/gst/video/video.h:
7520         Added 32 bits RGBA. Not sure if we should use another mime-type
7521         for alpha rgb. Currently the presence of the alpha_mask property
7522         signals an alpha channel.
7523
7524 2004-07-16  Wim Taymans  <wim@fluendo.com>
7525
7526         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7528         FPS seems to be 0.0 to MAX everywhere else.
7529
7530 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7531
7532         * gst-libs/gst/riff/riff-media.c:
7533         (gst_riff_create_video_caps_with_data):
7534           mp42/mp43 (no caps) exist too.
7535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
7536           Set pixel_width/height; we've got them in-caps.
7537         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7538         * gst/wavparse/gstwavparse.c: (plugin_init):
7539           Both are valid primary.
7540         * sys/oss/gstossmixer.c:
7541           Remove i18n hack and enable translations.
7542
7543 2004-07-15  Benjamin Otte  <otte@gnome.org>
7544
7545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7546         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
7547           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
7548
7549 2004-07-15  Benjamin Otte  <otte@gnome.org>
7550
7551         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7552         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
7553         (gst_alsa_close_audio):
7554           disable some of the debugging code for now. Writing debugging to a
7555           buffer is broken in current alsalib releases.
7556
7557 2004-07-12  Benjamin Otte  <otte@gnome.org>
7558
7559         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
7560           use bufferpools
7561
7562 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7563
7564         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7565         (theora_dec_src_query), (theora_dec_event):
7566         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
7567           add debugging categories.  Remove \n's.
7568
7569 2004-07-13  Johan Dahlin  <johan@gnome.org>
7570
7571         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
7572         (gst_play_bin_get_property): Impl.
7573
7574 2004-07-13  Wim Taymans  <wim@fluendo.com>
7575
7576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
7577         When trying to find the stream length, seek back N pages
7578         instead of just one, where N is the number of streams in
7579         the current chain.
7580
7581 2004-07-13  Wim Taymans  <wim@fluendo.com>
7582
7583         * gst-libs/gst/riff/riff-media.c:
7584         (gst_riff_create_audio_caps_with_data),
7585         (gst_riff_create_audio_caps),
7586         (gst_riff_create_audio_template_caps):
7587         * gst-libs/gst/riff/riff-media.h:
7588         * gst-libs/gst/riff/riff-read.c:
7589         (gst_riff_read_strf_vids_with_data),
7590         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
7591         * gst-libs/gst/riff/riff-read.h:
7592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7593         (gst_avi_demux_add_stream):
7594         Set codec_data on caps for avidemuxer.
7595
7596 2004-07-12  David Schleef  <ds@schleef.org>
7597
7598         * configure.ac: Fix test for Objective C
7599
7600 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
7601         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
7602         (gst_gdk_pixbuf_chain):
7603           Add svg and pcx to template caps, and ensure that getcaps returns a
7604           subset of the template caps.
7605           Copy each row manually for output, as gdkpixbuf may pad the
7606           rowstride to a 32-bit word boundary.
7607
7608 2004-07-12  Wim Taymans  <wim@fluendo.com>
7609
7610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7611         (gst_riff_create_video_template_caps):
7612         Fix the template caps to include some more media types.
7613
7614 2004-07-12  Wim Taymans  <wim@fluendo.com>
7615
7616         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7617         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7618         (compare_ranks), (print_feature), (gst_decode_bin_init),
7619         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7620         (try_to_link_1), (new_pad), (close_link), (type_found),
7621         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7622         (gst_decode_bin_change_state), (plugin_init):
7623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7624         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7625         (gst_play_base_bin_dispose), (queue_overrun),
7626         (gen_preroll_element), (remove_prerolls), (no_more_pads),
7627         (new_stream), (setup_source), (gst_play_base_bin_set_property),
7628         (gst_play_base_bin_get_property), (play_base_eos),
7629         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7630         (gst_play_base_bin_remove_element),
7631         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7632         (gst_play_base_bin_unlink_stream),
7633         (gst_play_base_bin_get_streaminfo):
7634         * gst/playback/gstplaybasebin.h:
7635         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7636         (gst_play_bin_class_init), (gst_play_bin_init),
7637         (gst_play_bin_dispose), (gst_play_bin_set_property),
7638         (gst_play_bin_get_property), (gen_video_element),
7639         (gen_audio_element), (remove_sinks), (setup_sinks),
7640         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
7641         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7642         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7643         (gst_play_bin_query), (plugin_init):
7644         * gst/playback/test4.c: (main):
7645         More fixes on reusing of the element.
7646
7647 2004-07-11  Benjamin Otte  <otte@gnome.org>
7648
7649         * ext/mad/gstmad.c: (normal_seek):
7650           allow seeking for other methods than just SET
7651
7652 2004-07-11  Andy Wingo  <wingo@pobox.com>
7653
7654         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
7655         float, "any" caps -> buffer_frames=[0,MAX].
7656
7657         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
7658         doesn't intersect our caps with the template any more. Do it
7659         ourselves.
7660         (interleave_buffered_loop): Use g_newa instead of malloc/free.
7661
7662 2004-07-09  Wim Taymans  <wim@fluendo.com>
7663
7664         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7665         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7666         (compare_ranks), (print_feature), (gst_decode_bin_init),
7667         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7668         (try_to_link_1), (new_pad), (close_link), (type_found),
7669         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7670         (gst_decode_bin_change_state), (plugin_init):
7671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7672         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7673         (gst_play_base_bin_dispose), (queue_overrun),
7674         (gen_preroll_element), (remove_prerolls), (no_more_pads),
7675         (new_stream), (setup_source), (gst_play_base_bin_set_property),
7676         (gst_play_base_bin_get_property), (play_base_eos),
7677         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7678         (gst_play_base_bin_remove_element),
7679         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7680         (gst_play_base_bin_unlink_stream),
7681         (gst_play_base_bin_get_streaminfo):
7682         * gst/playback/gstplaybasebin.h:
7683         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7684         (gst_play_bin_class_init), (gst_play_bin_init),
7685         (gst_play_bin_dispose), (gst_play_bin_set_property),
7686         (gst_play_bin_get_property), (gen_video_element),
7687         (gen_audio_element), (remove_sinks), (setup_sinks),
7688         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
7689         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7690         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7691         (gst_play_bin_query), (plugin_init):
7692         * gst/playback/test4.c: (main):
7693         Work on object reuse and seeking.
7694
7695 2004-07-09  Wim Taymans  <wim@fluendo.com>
7696
7697         * examples/seeking/seek.c: (iterate):
7698         Don't consume all CPU in the idle loop.
7699
7700 2004-07-09  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
7703         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
7704         Add pad to element *after* setting the pad functions so that
7705         the scheduler can use the correct ones.
7706
7707 2004-07-09  Wim Taymans  <wim@fluendo.com>
7708
7709         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
7710         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
7711         Sync to keyframe after seek
7712
7713 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7714
7715         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7717         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
7718         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
7719         * ext/libvisual/visual.c: (gst_visual_change_state):
7720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
7721         * ext/theora/theoradec.c: (theora_dec_change_state):
7722         * ext/theora/theoraenc.c: (theora_enc_change_state):
7723         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
7724         * gst-libs/gst/navigation/navigation.c:
7725         * gst/adder/gstadder.c: (gst_adder_change_state):
7726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7727         (gst_audio_convert_get_buffer):
7728         * gst/multipart/multipartdemux.c:
7729         (gst_multipart_demux_change_state):
7730         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
7731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7732         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7733         * gst/videoscale/gstvideoscale.c:
7734         (gst_videoscale_handle_src_event):
7735         * gst/volume/gstvolume.c: (volume_chain_int16):
7736           don't assert in state change, this should be done by the base
7737           GstElement class.
7738           various debugging fixes.
7739
7740 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7741
7742         * configure.ac:
7743         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7744         (gst_play_dispose), (gst_play_set_location),
7745         (gst_play_set_data_src), (gst_play_set_video_sink),
7746         (gst_play_set_audio_sink), (gst_play_set_visualization),
7747         (gst_play_connect_visualization), (gst_play_get_sink_element),
7748         (gst_play_get_all_by_interface):
7749         * gst-libs/gst/play/play.h:
7750           add new method to get elements implementing an interface.
7751           add various error logging
7752
7753 2004-07-08  Wim Taymans  <wim@fluendo.com>
7754
7755         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
7756         (make_mpeg_pipeline), (make_mpegnt_pipeline),
7757         (make_playerbin_pipeline), (query_durations_elems),
7758         (query_durations_pads), (query_positions_elems),
7759         (query_positions_pads), (update_scale), (iterate), (stop_seek),
7760         (main):
7761         Added playbin seeking example.
7762
7763 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7764
7765         * gst-libs/gst/play/play.c: (gst_play_set_location),
7766         (gst_play_set_data_src), (gst_play_set_video_sink),
7767         (gst_play_set_audio_sink), (gst_play_set_visualization),
7768         (gst_play_connect_visualization), (gst_play_get_framerate):
7769           use a macro to look up elements from hash table
7770
7771 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7772
7773         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7774         (gst_play_get_length_callback), (gst_play_set_location),
7775         (gst_play_seek_to_time), (gst_play_set_data_src),
7776         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7777         (gst_play_set_visualization), (gst_play_connect_visualization),
7778         (gst_play_get_sink_element):
7779         - add debugging info
7780         - fix looking up sink elements by iterating over complete caps
7781         - put everything except for source and autoplugger in a complete bin
7782
7783 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7784
7785         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
7786         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
7787         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
7788         (gst_alsa_sink_write), (gst_alsa_sink_loop):
7789         * ext/alsa/gstalsasink.h:
7790         - add debugging info
7791         - clean up schizophrenia of data/buffer/event
7792         - fix double event unref error
7793
7794 2004-07-08  Wim Taymans  <wim@fluendo.com>
7795
7796         * gst/playback/Makefile.am:
7797         Add headers to noinst
7798
7799 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7800
7801         * tools/gst-launch-ext-m.m:
7802         * tools/gst-launch-ext.1.in:
7803           convert to the third millenium
7804
7805 2004-07-07  David Schleef  <ds@schleef.org>
7806
7807         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
7808
7809 2004-07-07  Wim Taymans  <wim@fluendo.com>
7810
7811         * gst/playback/Makefile.am:
7812         * gst/playback/README:
7813         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7814         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7815         (compare_ranks), (print_feature), (gst_decode_bin_init),
7816         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7817         (try_to_link_1), (new_pad), (close_link), (type_found),
7818         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7819         (plugin_init):
7820         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7821         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7822         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
7823         (gen_preroll_element), (no_more_pads), (new_stream),
7824         (setup_source), (gst_play_base_bin_set_property),
7825         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
7826         (gst_play_base_bin_add_element),
7827         (gst_play_base_bin_remove_element),
7828         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7829         (gst_play_base_bin_unlink_stream),
7830         (gst_play_base_bin_get_streaminfo):
7831         * gst/playback/gstplaybasebin.h:
7832         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7833         (gst_play_bin_class_init), (gst_play_bin_init),
7834         (gst_play_bin_dispose), (gst_play_bin_set_property),
7835         (gst_play_bin_get_property), (gen_video_element),
7836         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
7837         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
7838         (gst_play_bin_get_formats), (gst_play_bin_convert),
7839         (gst_play_bin_get_query_types), (gst_play_bin_query),
7840         (plugin_init):
7841         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7842         (gst_stream_info_get_type), (gst_stream_info_class_init),
7843         (gst_stream_info_init), (gst_stream_info_new),
7844         (gst_stream_info_dispose), (gst_stream_info_set_property),
7845         (gst_stream_info_get_property):
7846         * gst/playback/gststreaminfo.h:
7847         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7848         (main):
7849         * gst/playback/test2.c: (main):
7850         * gst/playback/test3.c: (update_scale), (main):
7851         More playbin fixes. Added README. Do better element filtering.
7852         Added base class to preroll media. Added test apps.
7853
7854 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7855
7856         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
7857         * ext/mpeg2dec/gstmpeg2dec.h:
7858           various debugging improvements.  Reset stream to next picture
7859           instead of sequence header, otherwise seeks cannot work.
7860
7861 2004-07-07  Wim Taymans  <wim@fluendo.com>
7862
7863         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
7864         (gst_video_box_class_init), (gst_video_box_set_property),
7865         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
7866         Use pad_alloc where possible.
7867
7868 2004-07-07  Wim Taymans  <wim@fluendo.com>
7869
7870         * sys/oss/gstosselement.c: (gst_osselement_reset),
7871         (gst_osselement_parse_caps):
7872         * sys/oss/gstosselement.h:
7873         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7874         Fix offset on osssrc.
7875
7876 2004-07-07  Wim Taymans  <wim@fluendo.com>
7877
7878         * ext/theora/theora.c: (plugin_init):
7879         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
7880         (theora_dec_src_query), (theora_dec_chain):
7881         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7882         (theora_enc_sink_link), (theora_buffer_from_packet),
7883         (theora_push_packet), (theora_enc_chain):
7884         Fix theora granulepos calculation.
7885         Fix overflow in duration/position calculation.
7886         Bump rank to PRIMARY for theoradec.
7887         Use granulepos of last packet to calculate position.
7888         Set keyframe flag on buffers when needed.
7889
7890 2004-07-06  David Schleef  <ds@schleef.org>
7891
7892         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
7893         serious?  (Fixed, obviously.)
7894
7895 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7896
7897         * po/LINGUAS:
7898         * po/cs.po:
7899           added Czech translation (Miloslav Trmac)
7900
7901 2004-07-05  Wim Taymans  <wim@fluendo.com>
7902
7903         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7904         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7905         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
7906         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7907         (close_link), (type_found), (gst_decode_bin_set_property),
7908         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
7909         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
7910         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
7911         (gst_decode_bin_query), (plugin_init):
7912         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7913         (gst_play_bin_class_init), (gst_play_bin_init),
7914         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
7915         (get_video_element), (new_pad), (setup_source),
7916         (gst_play_bin_set_property), (gst_play_bin_get_property),
7917         (gst_play_bin_change_state), (gst_play_bin_add_element),
7918         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
7919         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7920         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7921         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
7922         * gst/playback/test.c: (main):
7923         More fixes, cleaned up playbin, make it use decodebin. Added
7924         threaded property to playbin.
7925
7926 2004-07-05  Wim Taymans  <wim@fluendo.com>
7927
7928         * configure.ac:
7929         * gst/playback/Makefile.am:
7930         * gst/playback/decodetest.c: (main):
7931         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7932         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7933         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
7934         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7935         (close_link), (type_found), (gst_decode_bin_set_property),
7936         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
7937         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
7938         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
7939         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
7940         (plugin_init):
7941         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7942         (gst_play_bin_class_init), (gst_play_bin_init),
7943         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
7944         (collect_sink_pads), (find_compatibles), (close_pad_link),
7945         (try_to_link_1), (new_pad), (close_link), (type_found),
7946         (setup_source), (gst_play_bin_set_property),
7947         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
7948         (compare_ranks), (gst_play_bin_collect_factories),
7949         (gst_play_bin_change_state), (gst_play_bin_add_element),
7950         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
7951         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7952         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7953         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
7954         * gst/playback/test.c: (main):
7955         Added some playback helper elements and some test apps, very alpha
7956         still.
7957
7958 2004-07-04  Benjamin Otte  <otte@gnome.org>
7959
7960         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
7961           only restart audio when we indeed have an xrun to fix repeated
7962           xruns. Fix suggested by Giuliano Pochini.
7963
7964 2004-07-03  David Schleef  <ds@schleef.org>
7965
7966         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
7967         call to gst_debug_log() if debugging is disabled (bug #145118)
7968
7969 2004-07-03  Benjamin Otte  <otte@gnome.org>
7970
7971         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
7972           use our own functions for restarting the alsa device.
7973         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7974           I should apply patches myself - use MIN for the third argument, not
7975           the second, this fixes seeking
7976
7977 2004-07-02  David Schleef  <ds@schleef.org>
7978
7979         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7980         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
7981         do with the logic.
7982
7983 2004-07-02  David Schleef  <ds@schleef.org>
7984
7985         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
7986         output buffers.  Fix logic mistake.  (bug #144866)
7987
7988 2004-07-02  David Schleef  <ds@schleef.org>
7989
7990         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
7991         on X.  (bug #144753)
7992
7993 2004-07-02  David Schleef  <ds@schleef.org>
7994
7995         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
7996         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
7997         (bug #144624)
7998         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7999         (gst_osselement_rate_probe_check): Add another workaround for
8000         buggy drivers (bug #145336)
8001
8002 2004-07-02  David Schleef  <ds@schleef.org>
8003
8004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
8005         Most systems don't have MSG_NOSIGNAL.
8006
8007 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8008
8009         * Makefile.am:
8010         * gst-libs/gst/colorbalance/Makefile.am:
8011         * gst-libs/gst/mixer/Makefile.am:
8012         * gst-libs/gst/play/Makefile.am:
8013         * gst-libs/gst/tuner/Makefile.am:
8014           (hopefully) fix both install and dist and make error message useful.
8015           needs testing across automakes.
8016
8017 2004-07-02  Benjamin Otte  <otte@gnome.org>
8018
8019         * ext/ogg/gstogg.c: (plugin_init):
8020           we require bytestream now
8021         * ext/ogg/gstoggdemux.c:
8022           huge diff to implement chain setup in a fast and generic way. This
8023           improves tag reading and startup of huge files (read: Theora videos)
8024           quite a bit. It probably contains bugs, too, so please test.
8025           Seeking is not improved to the fast method.
8026
8027 2004-06-29  Wim Taymans  <wim@fluendo.com>
8028
8029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8030         * ext/ogg/gstoggmux.c:
8031         Fix memleak in oggdemux when running unconnected pads.
8032         doc update in mux, start working on keyframe mode.
8033
8034 2004-06-29  Benjamin Otte  <otte@gnome.org>
8035
8036         * sys/oss/gstosssink.c:
8037         * sys/oss/gstosssrc.c:
8038           advertise correct template caps - we indeed do non-native endianness
8039           and 8bit audio has no endianness
8040         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
8041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
8042           avoid (wrong) duplications in getcaps function and return
8043           template caps
8044
8045 2004-06-29  Wim Taymans  <wim@fluendo.com>
8046
8047         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8048         (gst_multifdsink_class_init), (gst_multifdsink_add),
8049         (gst_multifdsink_remove), (gst_multifdsink_clear),
8050         (gst_multifdsink_client_remove),
8051         (gst_multifdsink_handle_client_read),
8052         (gst_multifdsink_client_queue_data),
8053         (gst_multifdsink_client_queue_caps),
8054         (gst_multifdsink_client_queue_buffer),
8055         (gst_multifdsink_handle_client_write),
8056         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8057         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
8058         (gst_multifdsink_init_send), (gst_multifdsink_close):
8059         Fix wrong GList iteration that could crash the server when
8060         more then 2 clients disconnect at the same time. Read all the
8061         pending commands in one batch to recover from command storms under
8062         very heavy load.
8063
8064 2004-06-28  Wim Taymans  <wim@fluendo.com>
8065
8066         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
8067         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
8068         (gst_videomixer_pad_set_property),
8069         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
8070         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
8071         (gst_videomixer_class_init), (gst_videomixer_init),
8072         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
8073         (pad_zorder_compare), (gst_videomixer_sort_pads),
8074         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8075         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
8076         (gst_videomixer_update_queues), (gst_videomixer_loop),
8077         (plugin_init):
8078         Avoid divide by zero, choose masterpad as the pad with the highest
8079         framerate.
8080
8081 2004-06-27  Julien Moutte  <julien@moutte.net>
8082
8083         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
8084         (gst_ximagesink_xwindow_new):
8085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
8086         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
8087         function directly. We might want to call it from somewhere else one day.
8088
8089 2004-06-27  Julien Moutte  <julien@moutte.net>
8090
8091         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
8092         (gst_ximagesink_xwindow_new):
8093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
8094         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
8095         window decorations.
8096
8097 2004-06-27  Wim Taymans  <wim@fluendo.com>
8098
8099         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8100         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
8101         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
8102         (gst_dvdec_set_property), (gst_dvdec_get_property):
8103         * ext/dv/gstdvdec.h:
8104         Implement drop_factor property to lower the framerate with
8105         a factor.
8106
8107 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8108
8109         * gst-libs/gst/colorbalance/Makefile.am:
8110         * gst-libs/gst/mixer/Makefile.am:
8111         * gst-libs/gst/play/Makefile.am:
8112         * gst-libs/gst/tuner/Makefile.am:
8113           unbreak Company's fix that didn't install the -enum.h files
8114
8115 2004-06-27  Wim Taymans  <wim@fluendo.com>
8116
8117         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
8118         (gst_dvdec_change_state):
8119         * ext/dv/gstdvdec.h:
8120         Fix timestamp, duration and offset of the buffers.
8121
8122 2004-06-27  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8125         (gst_multifdsink_class_init), (gst_multifdsink_add),
8126         (gst_multifdsink_remove), (gst_multifdsink_clear),
8127         (gst_multifdsink_client_remove),
8128         (gst_multifdsink_handle_client_read),
8129         (gst_multifdsink_client_queue_data),
8130         (gst_multifdsink_client_queue_caps),
8131         (gst_multifdsink_client_queue_buffer),
8132         (gst_multifdsink_handle_client_write),
8133         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8134         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
8135         (gst_multifdsink_init_send), (gst_multifdsink_close):
8136         * gst/tcp/gstmultifdsink.h:
8137         * gst/tcp/gsttcpserversink.c:
8138         (gst_tcpserversink_handle_server_read),
8139         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
8140         More multifdsink fixes, more recovery policy fixes.
8141         Removed stupid g_print
8142
8143 2004-06-26  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/tcp/Makefile.am:
8146         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8147         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
8148         (gst_multifdsink_class_init), (gst_multifdsink_init),
8149         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
8150         (gst_multifdsink_handle_client_read),
8151         (gst_multifdsink_client_queue_data),
8152         (gst_multifdsink_client_queue_caps),
8153         (gst_multifdsink_client_queue_buffer),
8154         (gst_multifdsink_handle_client_write),
8155         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8156         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
8157         (gst_multifdsink_chain), (gst_multifdsink_set_property),
8158         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
8159         (gst_multifdsink_close), (gst_multifdsink_change_state):
8160         * gst/tcp/gstmultifdsink.h:
8161         * gst/tcp/gsttcpplugin.c: (plugin_init):
8162         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
8163         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
8164         (gst_tcpserversink_handle_server_read),
8165         (gst_tcpserversink_handle_select),
8166         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
8167         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
8168         * gst/tcp/gsttcpserversink.h:
8169         Added multifdsink, made tcpserversink a subclass of fdsink, removed
8170         one of the locks, added recovery policy to multifdsink.
8171
8172 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8173
8174         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
8175           fix decision for when getting frames with same timestamp
8176         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8177         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8178         (gst_v4lsrc_get_property):
8179         * sys/v4l/gstv4lsrc.h:
8180           add latency offset property
8181
8182 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8183
8184         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
8185         (plugin_init):
8186           fix debugging. add category.
8187
8188 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8189
8190         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8191           fix wrong offsets
8192
8193 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8194
8195         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
8196         (gst_alsa_src_get_time), (gst_alsa_src_loop),
8197         (gst_alsa_src_change_state):
8198           return a time that is in sync with the element's processing
8199
8200 2004-06-25  Wim Taymans  <wim@fluendo.com>
8201
8202         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8203         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
8204         (gst_tcpserversink_client_remove),
8205         (gst_tcpserversink_handle_client_read),
8206         (gst_tcpserversink_client_queue_data),
8207         (gst_tcpserversink_client_queue_caps),
8208         (gst_tcpserversink_client_queue_buffer),
8209         (gst_tcpserversink_handle_client_write),
8210         (gst_tcpserversink_queue_buffer),
8211         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
8212         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
8213         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
8214         (gst_tcpserversink_close):
8215         * gst/tcp/gsttcpserversink.h:
8216         Serversink rewrite. Really do non blocking writes to clients and
8217         maintain an internal queue to handle slower clients while not
8218         disturbing fast clients.
8219
8220 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8221
8222         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8223           better debug, don't override OFFSET and OFFSET_END
8224
8225 2004-06-25  Iain <iain@prettypeople.org>
8226
8227         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
8228         name=source for the wavparse pipeline.
8229
8230 2004-06-24  Johan Dahlin  <johan@gnome.org>
8231
8232         * ext/theora/theoraenc.c (theora_enc_chain): Call
8233         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
8234         streamheader caps are set correctly.
8235
8236 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8237
8238         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8239         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
8240           respect minimum bitrate; same could be done for max bitrate
8241
8242 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8243
8244         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8245         (gst_vorbisenc_setup):
8246           fix sample rate range
8247
8248 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8249
8250         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
8251         (gst_oggvorbisenc_setup):
8252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8253         (gst_vorbisenc_setup):
8254           resolve ambiguities in code and description
8255
8256 2004-06-24  Wim Taymans  <wim@fluendo.com>
8257
8258         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
8259         * ext/alsa/gstalsa.h:
8260         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
8261         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
8262         Use alsa trigger_tstamp to get the timestamp of the first
8263         sample in the buffer for more precise sync. Some cleanups.
8264
8265 2004-06-24  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
8268         (gst_audiorate_init), (gst_audiorate_chain),
8269         (gst_audiorate_set_property), (gst_audiorate_get_property):
8270         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8271         (gst_videorate_chain):
8272         Added some logging, fixed an overflow bug in videorate.
8273
8274 2004-06-24  Benjamin Otte  <otte@gnome.org>
8275
8276         * ext/kio/Makefile.am:
8277           fix for builddir != srcdir and distcheck
8278
8279 2004-06-24  Benjamin Otte  <otte@gnome.org>
8280
8281         * gst-libs/gst/colorbalance/Makefile.am:
8282         * gst-libs/gst/mixer/Makefile.am:
8283         * gst-libs/gst/play/Makefile.am:
8284         * gst-libs/gst/tuner/Makefile.am:
8285         * gst/tcp/Makefile.am:
8286         * sys/dxr3/Makefile.am:
8287           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
8288           tarball.
8289           Also add all *.list files that were missing.
8290         * Makefile.am:
8291           add a distcheck hook to ensure the above doesn't happen again.
8292
8293 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
8294
8295         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
8296
8297 2004-06-23  Colin Walters  <walters@redhat.com>
8298
8299         * m4/Makefile.am: Distribute gst-fionread.m4.
8300
8301 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8302
8303         * configure.ac: back to dev
8304
8305 2004-06-23  Wim Taymans  <wim@fluendo.com>
8306
8307         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
8308         (gst_alsa_xrun_recovery):
8309         * ext/alsa/gstalsa.h:
8310         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8311         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
8312         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
8313         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
8314         (gst_alsa_src_loop):
8315         Add clock to alsasrc. Take new capture timestamp when
8316         restarting after an overrun. Split up some functions between
8317         alsasrc and alsasink.
8318
8319 === release 0.8.2 ===
8320
8321 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8322
8323         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
8324         (gst_alsa_change_state), (gst_alsa_update_avail),
8325         (gst_alsa_xrun_recovery):
8326         * ext/alsa/gstalsa.h:
8327         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8328           merge back changes from release
8329
8330 2004-06-23  Wim Taymans  <wim@fluendo.com>
8331
8332         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
8333         (gst_audiorate_init), (gst_audiorate_chain),
8334         (gst_audiorate_set_property), (gst_audiorate_get_property):
8335         Implement sample dropping and notify
8336
8337 2004-06-22  Wim Taymans  <wim@fluendo.com>
8338
8339         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8340         (theora_enc_sink_link), (theora_buffer_from_packet),
8341         (theora_push_packet), (theora_enc_chain):
8342         Some cleanups, make sure the timestamps are correct.
8343
8344 2004-06-22  Wim Taymans  <wim@fluendo.com>
8345
8346         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
8347         (gst_alsa_change_state), (gst_alsa_update_avail),
8348         (gst_alsa_xrun_recovery):
8349         * ext/alsa/gstalsa.h:
8350         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8351         Cleanups, take queued samples into account when reporting
8352         the time.
8353
8354 2004-06-22  Wim Taymans  <wim@fluendo.com>
8355
8356         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8357         (gst_videorate_init):
8358         Initialize the property as well.
8359
8360 2004-06-22  Wim Taymans  <wim@fluendo.com>
8361
8362         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8363         (gst_videorate_init), (gst_videorate_chain),
8364         (gst_videorate_set_property), (gst_videorate_get_property):
8365         Add property to make videorate silent.
8366         Add property to prefer new frames over old ones.
8367
8368 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8369
8370         * sys/osxvideo/Makefile.am:
8371         Workaround so that the osxvideo .so file gets linked with the
8372         Cocoa, OpenGL and QuickTime frameworks
8373
8374 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8375
8376         * sys/osxaudio/Makefile.am:
8377         Workaround so that the osxaudio .so file gets linked with the
8378         CoreAudio framework
8379
8380 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8381
8382         * configure.ac:
8383         Whoops, my fault...fixed build issues
8384
8385 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8386
8387         * configure.ac:
8388         Add objective-c support if running in Darwin/Mac OS X
8389         * sys/Makefile.am:
8390         * sys/osxvideo:
8391         * sys/osxvideo/Makefile.am:
8392         * sys/osxvideo/osxvideosink.h:
8393         * sys/osxvideo/osxvideosink.m:
8394         * sys/osxvideo/cocoawindow.h:
8395         * sys/osxvideo/cocoawindow.m:
8396         Add osxvideosink, a cocoa-based osx video sink
8397
8398
8399 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8400         * ext/dvdnav/gst-dvd:
8401         Grab the gconf key from the right spot
8402         * gst/debug/gstnavseek.c: (gst_navseek_init),
8403         (gst_navseek_segseek), (gst_navseek_handle_src_event),
8404         (gst_navseek_chain):
8405         * gst/debug/gstnavseek.h:
8406           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
8407           and loop parameters of a segment seek.
8408         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8409         (gst_videotestsrc_get_event_masks),
8410         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
8411         * gst/videotestsrc/gstvideotestsrc.h:
8412           Add seeking support to videotestsrc
8413           Initialise the timestamp_offset variable.
8414
8415 2004-06-18  Wim Taymans  <wim@fluendo.com>
8416
8417         * ext/sidplay/gstsiddec.cc:
8418         Fix negotiation and set correct end offset.
8419
8420 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8421
8422         * configure.ac: branch and prerelease
8423
8424 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8425
8426         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
8427         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
8428         (gst_tcpclientsrc_init_receive):
8429         * gst/tcp/gsttcpclientsrc.h:
8430           read caps when connecting to server for GDP so we set them correctly
8431
8432 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8433
8434         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
8435           notify drops and duplicates
8436         * gst/videoscale/videoscale.c: (videoscale_get_structure):
8437           no good reason to limit ourselves to 100x100
8438
8439 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8440
8441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8442         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
8443         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8444         (gst_v4lsrc_get_property):
8445         * sys/v4l/gstv4lsrc.h:
8446         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8447         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
8448         (gst_v4l_set_audio):
8449         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
8450         (gst_v4lsrc_try_capture):
8451         * sys/v4l/v4lsrc_calls.h:
8452           change try_palette to more general try_capture
8453           add autoprobe option so we can turn off autoprobing
8454           various fixes
8455
8456 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8457
8458         * configure.ac:
8459           add videorate
8460         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
8461         (gst_ximagesink_class_init):
8462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
8463         (gst_xvimagesink_class_init):
8464           run them as finalize, not dispose, since dispose can be invoked
8465           multiple times
8466
8467 2004-06-17  Wim Taymans  <wim@fluendo.com>
8468
8469         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
8470         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
8471         * ext/alsa/gstalsa.h:
8472         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
8473         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
8474         (gst_alsa_src_change_state):
8475         * ext/alsa/gstalsasrc.h:
8476         Make the xrun code timestamp and offset the buffers correctly.
8477         moved the clock to the base class, use alsa methods to get time.
8478         Do correct timestamping on outgoing buffers.
8479
8480 2004-06-17  Wim Taymans  <wim@fluendo.com>
8481
8482         * gst/audiorate/Makefile.am:
8483         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
8484         (gst_audiorate_base_init), (gst_audiorate_class_init),
8485         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
8486         (gst_audiorate_set_property), (gst_audiorate_get_property),
8487         (gst_audiorate_change_state), (plugin_init):
8488         Added an audiorate converter that fills in gaps.
8489
8490 2004-06-17  Johan Dahlin  <johan@gnome.org>
8491
8492         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
8493
8494 2004-06-16  Wim Taymans  <wim@fluendo.com>
8495
8496         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
8497         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
8498         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
8499         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8500         (gst_v4lsrc_get_property):
8501         * sys/v4l/gstv4lsrc.h:
8502         Added a copy mode to v4lsrc where it will output a copied version
8503         of its internal hardware buffer.
8504         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
8505         can't | them.
8506
8507 2004-06-16  Wim Taymans  <wim@fluendo.com>
8508
8509         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8510         Timestamp fixes.
8511
8512 2004-06-16  Wim Taymans  <wim@fluendo.com>
8513
8514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
8515         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
8516         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8517         (gst_v4lsrc_get_property):
8518         * sys/v4l/gstv4lsrc.h:
8519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8520         Added a sync mode enum property to control v4lsrc timestamp method
8521         Removed the use-fixed-fps property and moved functionality in
8522         the enum.
8523         Don't error on an error value from v4l-conf, it might not always
8524         be a real error.
8525
8526 2004-06-16  Wim Taymans  <wim@fluendo.com>
8527
8528         * gst/videorate/Makefile.am:
8529         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
8530         (gst_videorate_base_init), (gst_videorate_class_init),
8531         (gst_videorate_getcaps), (gst_videorate_link),
8532         (gst_videorate_init), (gst_videorate_chain),
8533         (gst_videorate_set_property), (gst_videorate_get_property),
8534         (gst_videorate_change_state), (plugin_init):
8535         Added a video timestamp corrector.
8536
8537 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8538
8539         fixed a potential leak with previous commit
8540
8541         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
8542
8543 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8544
8545         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
8546         Added missing refcount, fixes bug #144425
8547         Cheers Tim for finding the bug
8548
8549 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8550
8551         * sys/v4l/gstv4l.c: (plugin_init):
8552         * sys/v4l/gstv4lcolorbalance.c:
8553         * sys/v4l/gstv4lcolorbalance.h:
8554         * sys/v4l/gstv4lelement.c:
8555         * sys/v4l/gstv4lelement.h:
8556         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8557         * sys/v4l/gstv4lmjpegsink.h:
8558         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8559         * sys/v4l/gstv4lmjpegsrc.h:
8560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
8561         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
8562         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
8563         * sys/v4l/gstv4lsrc.h:
8564         * sys/v4l/gstv4ltuner.c:
8565         * sys/v4l/gstv4ltuner.h:
8566         * sys/v4l/gstv4lxoverlay.c:
8567         * sys/v4l/gstv4lxoverlay.h:
8568         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
8569         (gst_v4l_set_window), (gst_v4l_enable_overlay):
8570         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8571         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
8572         (gst_v4l_set_audio):
8573         * sys/v4l/v4l_calls.h:
8574         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8575         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
8576         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
8577         (gst_v4lmjpegsink_playback_init),
8578         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
8579         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
8580         (gst_v4lmjpegsink_playback_stop),
8581         (gst_v4lmjpegsink_playback_deinit):
8582         * sys/v4l/v4lmjpegsink_calls.h:
8583         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8584         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
8585         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8586         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
8587         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
8588         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
8589         * sys/v4l/v4lmjpegsrc_calls.h:
8590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8591         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
8592         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
8593         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
8594         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
8595         (gst_v4lsrc_try_palette):
8596         * sys/v4l/v4lsrc_calls.h:
8597           bunch of paranoia cleanups
8598
8599 2004-06-14  David Schleef  <ds@schleef.org>
8600
8601         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
8602         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
8603         Send discont events and change timestamps appropriately when
8604         we get a seek event.  (bug #144240)
8605         * ext/cdparanoia/gstcdparanoia.h:
8606
8607 2004-06-14  Benjamin Otte  <otte@gnome.org>
8608
8609         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
8610           snd_pcm_hw_params_set_rate  since the latter fails for no good
8611           reason on some setups.
8612
8613 2004-06-14  David Schleef  <ds@schleef.org>
8614
8615         * gst/volume/demo.c: (value_changed_callback): exp10() is not
8616         standard.  Thank you for playing.
8617
8618 2004-06-14  Wim Taymans  <wim@fluendo.com>
8619
8620         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8621         Patch 1.3 broke the ordering of the colorspace info and
8622         made the plugin basically work by coincidence, reordered
8623         the info.
8624
8625 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8626
8627         * ext/lame/gstlame.c:
8628         * ext/mad/gstmad.c:
8629           sync caps.  Make sure mad can only output a list of rates, not
8630           a full range.  In the future, have three caps lists for each of the
8631           mpeg versions.  Change mpegversion to a double as well.
8632
8633 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8634
8635         * gst/volume/.cvsignore:
8636         * gst/volume/Makefile.am:
8637         * gst/volume/demo.c: (value_changed_callback), (idler),
8638         (setup_gui), (main):
8639           added small demo app
8640
8641 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
8642         * ext/esd/esdsink.c: (gst_esdsink_change_state):
8643         * ext/esd/esdsink.h:
8644         Close the esd connection on pause, because esd will just wait -
8645         blocking all other esd clients indefinitely.
8646
8647 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
8648
8649         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
8650           previous commit with GST_DEBUG
8651
8652 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8653
8654         * configure.ac:
8655           add a header check for a dvdread header in dvdnav.  Fixes #133002
8656
8657 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8658
8659         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
8660         * gst/tcp/gsttcpclientsink.h:
8661         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
8662         * gst/tcp/gsttcpclientsrc.h:
8663         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
8664         (gst_tcpserversink_handle_server_read),
8665         (gst_tcpserversink_init_send):
8666         * gst/tcp/gsttcpserversink.h:
8667         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8668         * gst/tcp/gsttcpserversrc.h:
8669         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
8670         version of IP)
8671
8672 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8673
8674         * configure.ac:
8675         Added ogg library so that OSX detects libtheora properly
8676
8677 2004-06-11  Wim Taymans  <wim@fluendo.com>
8678
8679         * ext/theora/theoradec.c: (theora_dec_chain),
8680         (theora_dec_change_state):
8681         Don't try to decode frames before we received a keyframe.
8682
8683 2004-06-11  Wim Taymans  <wim@fluendo.com>
8684
8685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8686         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
8687         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8688         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
8689         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
8690         Added property to set the maximum delay of a page.
8691
8692 2004-06-10  Wim Taymans  <wim@fluendo.com>
8693
8694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8695         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
8696         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8697         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
8698         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
8699         Added max-delay property to control the maximum amount
8700         of data to put in one page.
8701
8702 2004-06-10  Wim Taymans  <wim@fluendo.com>
8703
8704         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8705         (gst_theora_enc_init), (theora_enc_sink_link),
8706         (theora_buffer_from_packet), (theora_enc_set_property),
8707         (theora_enc_get_property):
8708         Set duration on encoded buffer, added some more properties
8709
8710 2004-06-10  Wim Taymans  <wim@fluendo.com>
8711
8712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8713         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8714         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8715         * ext/theora/theoraenc.c: (theora_enc_chain):
8716         Fix refcounting bugs
8717
8718 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8719
8720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8721         (gst_asf_demux_loop), (gst_asf_demux_process_file),
8722         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
8723         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
8724         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
8725         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
8726         (gst_asf_demux_change_state):
8727         * gst/asfdemux/gstasfdemux.h:
8728           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
8729           feels like. I think we should set a new requirement for demuxers
8730           from now on to implement sane loop functions, data loops, query
8731           and seek functions before first commit into CVS. And this commit
8732           fixes all of the above.
8733
8734 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
8735
8736         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
8737           vorbis comments are properly encoded in UTF-8 before adding them
8738           to a GstTagList
8739
8740 2004-06-09  Benjamin Otte  <otte@gnome.org>
8741
8742         * ext/alsa/gstalsa.c: (add_channels):
8743           handle min <= max correctly
8744         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
8745         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
8746           add fixation functions so we fixate correctly. No preferring of alaw
8747           anymore because it's the first structure.
8748         * ext/alsa/gstalsa.h:
8749         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
8750         (gst_alsa_hw_params_dump):
8751           add functions to ease debugging in alsalib
8752         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
8753         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
8754         (gst_alsa_start_audio):
8755           only specify hw params if we really setup a format (fixes #134007 -
8756           or at least works around it)
8757
8758 2004-06-09  Wim Taymans  <wim@fluendo.com>
8759
8760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8761         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8762         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
8763         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
8764         (gst_ogg_mux_loop):
8765         Use stream caps to setup the initial pages in the ogg stream.
8766         Correctly set the streamheader caps on the srcpad.
8767
8768 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8769
8770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
8771         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
8772         (gst_v4lsrc_getcaps):
8773         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8774         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
8775           add querying of fps lists for webcams.  Negotiating to a framerate
8776           now works.
8777
8778 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8779
8780         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8781         (theora_push_buffer), (theora_push_packet),
8782         (theora_set_header_on_caps), (theora_enc_chain):
8783           mark buffers and put on streamheader, raw theora streaming
8784           now works too, whee
8785
8786 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8787
8788         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
8789         (gst_tcp_gdp_read_caps):
8790           do a looping read for caps and GDP headers too
8791
8792 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8793
8794         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8795         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
8796           return EOS instead of NULL in _get
8797
8798 2004-06-08  Wim Taymans  <wim@fluendo.com>
8799
8800         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
8801         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
8802         (gst_tcp_gdp_write_caps):
8803         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8804         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
8805         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
8806         Memory leak fixes
8807
8808 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8809
8810         * ext/vorbis/Makefile.am:
8811         * ext/vorbis/vorbis.c: (plugin_init):
8812         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
8813         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
8814         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
8815         (vorbis_parse_change_state):
8816         * ext/vorbis/vorbisparse.h:
8817           adding a vorbisparse element that marks the buffers, streaming
8818           raw vorbis using GDP now works, whee
8819
8820 2004-06-08  Wim Taymans  <wim@fluendo.com>
8821
8822         * ext/jpeg/Makefile.am:
8823         * ext/jpeg/README:
8824         * ext/jpeg/gstjpeg.c: (plugin_init):
8825         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
8826         (gst_smokedec_base_init), (gst_smokedec_class_init),
8827         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
8828         * ext/jpeg/gstsmokedec.h:
8829         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
8830         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
8831         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
8832         (gst_smokeenc_resync), (gst_smokeenc_chain),
8833         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
8834         * ext/jpeg/gstsmokeenc.h:
8835         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
8836         (smokecodec_flush_destination), (smokecodec_term_destination),
8837         (smokecodec_init_source), (smokecodec_fill_input_buffer),
8838         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
8839         (smokecodec_term_source), (smokecodec_encode_new),
8840         (smokecodec_decode_new), (smokecodec_info_free),
8841         (smokecodec_set_quality), (smokecodec_get_quality),
8842         (smokecodec_set_threshold), (smokecodec_get_threshold),
8843         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
8844         (find_best_size), (abs_diff), (put), (smokecodec_encode),
8845         (smokecodec_parse_header), (smokecodec_decode):
8846         * ext/jpeg/smokecodec.h:
8847         Added a new simple jpeg based codec
8848
8849 2004-06-08  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8852         (gst_multipart_mux_loop):
8853         Fix memory leak
8854
8855 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8856
8857         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8858         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
8859         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
8860         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
8861         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
8862         * gst/tcp/gsttcpserversink.h:
8863           take streamheader into account
8864
8865 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8866
8867         * gst/level/Makefile.am:
8868         * gst/level/gstlevel.c: (gst_level_class_init):
8869           clean up marshal generation
8870
8871 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8872
8873         * gst/tcp/Makefile.am:
8874         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
8875         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
8876         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
8877         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8878         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
8879         (gst_tcpclientsrc_get_property):
8880         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8881         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
8882         (gst_tcpserversink_handle_client_read),
8883         (gst_tcpserversink_handle_client_write),
8884         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
8885         * gst/tcp/gsttcpserversink.h:
8886           add signals client-added and client-removed
8887         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8888         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
8889         (gst_tcpserversrc_get_property):
8890         uniformized, change default protocol to NONE
8891         * gst/tcp/gsttcp-marshal.list: added
8892 2004-06-07  Benjamin Otte  <otte@gnome.org>
8893
8894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8895           handle discont events if they happen before caps nego
8896
8897 2004-06-07  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8900         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
8901         (gst_multipart_demux_plugin_init):
8902         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8903         (gst_multipart_mux_init), (gst_multipart_mux_loop),
8904         (gst_multipart_mux_change_state):
8905         Small updates, fix a memleak
8906
8907 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8908
8909         * configure.ac: OSS portability
8910         * ext/arts/gst_arts.c: idem
8911         * sys/oss/gstosselement.c: idem
8912         * sys/oss/gstossmixer.c: idem
8913         * sys/oss/gstosssink.c: idem
8914         * sys/oss/gstosssrc.c: idem
8915         * sys/oss/oss_probe.c: idem
8916           - check for soundcard.h in different places for some BSD
8917
8918 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
8919
8920         * AUTHORS:
8921         Add me to the authors file
8922         * configure.ac:
8923         Increase the libdv requirement to >= version 0.100
8924         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
8925         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
8926         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
8927         * ext/dv/gstdvdec.h:
8928         Add support for the new_media flag when sending DISCONT events
8929         Make the querying work when video pad is not linked
8930
8931 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
8932
8933         reviewed by Benjamin Otte  <otte@gnome.org>
8934
8935         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
8936           create a NULL-initialized array of pads, so we don't think they
8937           exist already. (fixes #143130)
8938
8939 2004-06-07  Benjamin Otte  <otte@gnome.org>
8940
8941         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
8942         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
8943         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
8944           don't use // coments
8945
8946 2004-06-07  Benjamin Otte  <otte@gnome.org>
8947
8948         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
8949           cast to GstClockTime to get higher granularity
8950         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8951           use gst_element_set_time_delay to get the exact time
8952         * ext/mad/gstmad.c: (gst_mad_chain):
8953           use the negotiated rate instead of the current frame's rate which
8954           might be wrong because of bit errors. This avoids emitting totally
8955           bogus timestamps and screwing sync.
8956         (fixes #143454)
8957
8958 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
8959
8960         reviewed by Benjamin Otte  <otte@gnome.org>
8961
8962         * gst/adder/gstadder.c: (gst_adder_loop):
8963           properly error out when no negotiation has happened yet. (fixes
8964           #143032)
8965
8966 2004-06-06  Benjamin Otte  <otte@gnome.org>
8967
8968         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8969           forward correctly transformed offset in discont events. Based on
8970           patch by Arwed v. Merkatz. (fixes #142851)
8971
8972 2004-06-06  David Schleef  <ds@schleef.org>
8973
8974         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
8975         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
8976         problems on several systems.
8977
8978 2004-06-06  Benjamin Otte  <otte@gnome.org>
8979
8980         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8981           use explicit caps on the srcpad
8982         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8983           properly error out if caps couldn't be set (fixes #142764)
8984
8985 2004-06-06  Benjamin Otte  <otte@gnome.org>
8986
8987         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
8988         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
8989         (gst_alsa_start_audio):
8990           - don't call set_periods_integer anymore, it breaks the
8991           configuration randomly
8992           - call snd_pcm_hw_params_set_access directly instead of using masks
8993           - don't fail if the sw_params can't be set, just use the default
8994           params and hope it works. Alsalib has weird issues when you touch
8995           sw_params and does no proper error reporting about what failed.
8996         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8997         (gst_alsa_close_audio):
8998           make our alsa debugging go via gst debugging and not conditionally
8999           defined
9000         * ext/alsa/gstalsa.h:
9001           add ALSA_DEBUG_FLUSH macro
9002         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
9003         (plugin_init):
9004           wrap alsa errors to be printed via the gst debugging system and not
9005           spammed to stderr
9006
9007 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
9010         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
9011         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
9012         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
9013         (qtdemux_parse_trak):
9014         * gst/qtdemux/qtdemux.h:
9015           Bitch. Also known as seeking, querying & co.
9016         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
9017         (gst_osssink_change_state):
9018         * sys/oss/gstosssink.h:
9019           Resyncing is for weenies, this hack is no longer needed and was
9020           broken anyway (since it - unintendedly - always leaves resync to
9021           TRUE).
9022
9023 2004-06-05  Andrew Turner <zxombie@hotpop.com>
9024
9025         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
9026         * gst/tcp/gsttcpclientsrc.h: idem
9027           - define MSG_NOSIGNAL if not done
9028           - include unistd.h for off_t
9029           (fixes #143749)
9030
9031 2004-06-05  Benjamin Otte  <otte@gnome.org>
9032
9033         * configure.ac:
9034         * ext/kio/Makefile.am:
9035           check for qt's moc preprocessor explicitly and use it
9036
9037 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9038
9039         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
9040           don't get a signal for EPIPE on socket writes
9041           (somebody check if this works on other platforms)
9042
9043 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9044
9045         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
9046         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9047           check error condition on available samples correctly
9048
9049 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9050
9051         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
9052           avoid a segfault
9053         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
9054         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
9055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
9056         (gst_tcpserversrc_gdp_read_header):
9057          use ssize_t over size_t since the former is signed and thus the
9058          check for error codes can work
9059
9060 2004-06-02  Wim Taymans  <wim@fluendo.com>
9061
9062         reviewed by: Johan
9063
9064         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9065         (gst_multipart_mux_loop):
9066         Oops
9067
9068 2004-06-02  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9071         (gst_multipart_mux_init), (gst_multipart_mux_loop),
9072         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
9073         (gst_multipart_mux_change_state):
9074         Added configurable boundary specifier, added the value as a
9075         caps field as well.
9076
9077 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9078
9079         * gst/tcp/gsttcp.c:
9080         * gst/tcp/gsttcpclientsrc.c:
9081         * gst/tcp/gsttcpclientsrc.h:
9082         * gst/tcp/gsttcpserversrc.c:
9083           - portability fix, to compile on OSX
9084             (fixes #143146)
9085
9086         * sys/osxaudio/gstosxaudioelement.c:
9087         * sys/osxaudio/gstosxaudiosink.c:
9088         * sys/osxaudio/gstosxaudiosrc.c:
9089           - compilation warnings on OSX
9090             (fixes #143153)
9091
9092 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9093
9094         * ext/vorbis/vorbisdec.c : sign warning fixes
9095
9096         * gst-libs/gst/mixer/mixertrack.c :
9097           do no use defines which are glib 2.4 specific
9098
9099 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
9100
9101         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
9102           buffer since libflac doesn't expect it (reports a sync error when
9103           it encounters that)
9104
9105
9106 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
9107
9108         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
9109         * gst-libs/gst/mixer/mixertrack.c:
9110         (gst_mixer_track_get_property), (get_mixer_track_init),
9111         (get_mixer_track_get_property): Added property accessors
9112         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
9113         * gst-libs/gst/mixer/mixeroptions.c:
9114         (gst_mixer_options_get_values): Added
9115         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
9116         * gst-libs/gst/mixer/mixer.c: Fixed comment
9117
9118
9119 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9120
9121         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9122           improve error messages on open
9123
9124
9125 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9126
9127         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9128           check if v4l-conf is in path
9129
9130 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9131
9132         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
9133           change assert to a more readable error message
9134
9135 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9136
9137         * gst-libs/gst/tuner/tunerchannel.h:
9138           - add a freq_multiplicator field to make the conversion
9139             between internal frequency unit and Hz
9140         * sys/v4l/gstv4lelement.c:
9141         * sys/v4l2/gstv4l2element.c:
9142           - change default video device to /dev/video0
9143         * sys/v4l/v4l_calls.c:
9144         * sys/v4l2/v4l2_calls.c:
9145           - we only expose frequency to the user in Hz instead of
9146             bastard v4lX unit (either 62.5kHz or 62.5Hz)
9147
9148 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9149         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9150           Initialise b_o_s and e_o_s variables
9151         * gst-libs/gst/riff/riff-media.c:
9152         (gst_riff_create_video_caps_with_data):
9153           Add some unusual fourcc's from mplayer avi's
9154         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
9155           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
9156           autoplugging.
9157
9158 2004-05-28  Wim Taymans  <wim@fluendo.com>
9159
9160         * configure.ac:
9161         * gst/alpha/Makefile.am:
9162         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9163         (gst_alpha_get_type), (gst_alpha_base_init),
9164         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9165         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
9166         (gst_alpha_chroma_key), (gst_alpha_chain),
9167         (gst_alpha_change_state), (plugin_init):
9168         A plugin to add an alpha channel to I420 video. Can optionally do
9169         chroma keying.
9170         * gst/multipart/Makefile.am:
9171         * gst/multipart/multipart.c: (plugin_init):
9172         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9173         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9174         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
9175         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
9176         (gst_multipart_demux_change_state),
9177         (gst_multipart_demux_plugin_init):
9178         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
9179         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
9180         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
9181         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
9182         (gst_multipart_mux_pad_unlink),
9183         (gst_multipart_mux_request_new_pad),
9184         (gst_multipart_mux_handle_src_event),
9185         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
9186         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
9187         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
9188         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
9189         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
9190         send multipart jpeg images to a browser.
9191         * gst/videobox/Makefile.am:
9192         * gst/videobox/README:
9193         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
9194         (gst_video_box_get_type), (gst_video_box_base_init),
9195         (gst_video_box_class_init), (gst_video_box_init),
9196         (gst_video_box_set_property), (gst_video_box_get_property),
9197         (gst_video_box_sink_link), (gst_video_box_i420),
9198         (gst_video_box_ayuv), (gst_video_box_chain),
9199         (gst_video_box_change_state), (plugin_init):
9200         Crops or adds borders around an image. can do alpha channel
9201         borders as well.
9202         * gst/videomixer/Makefile.am:
9203         * gst/videomixer/README:
9204         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
9205         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
9206         (gst_videomixer_pad_get_sink_event_masks),
9207         (gst_videomixer_pad_get_property),
9208         (gst_videomixer_pad_set_property),
9209         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
9210         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
9211         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
9212         (gst_videomixer_base_init), (gst_videomixer_class_init),
9213         (gst_videomixer_init), (gst_videomixer_request_new_pad),
9214         (gst_videomixer_handle_src_event),
9215         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
9216         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
9217         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
9218         (gst_videomixer_loop), (gst_videomixer_get_property),
9219         (gst_videomixer_set_property), (gst_videomixer_change_state),
9220         (plugin_init):
9221         Generic video mixer plugin, can handle multiple inputs all with
9222         different framerates and video sizes. Is fully alpha channel
9223         aware.
9224
9225 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9226
9227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9228           Select first track as master track. Not sure how else to handle
9229           that...
9230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
9231           Discard discont events. Should fix #142962.
9232
9233 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9234
9235         * ext/alsa/Makefile.am:
9236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
9237         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
9238         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9239         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
9240         (gst_alsa_mixer_get_option):
9241         * ext/alsa/gstalsamixer.h:
9242         * ext/alsa/gstalsamixeroptions.c:
9243         (gst_alsa_mixer_options_get_type),
9244         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
9245         (gst_alsa_mixer_options_new):
9246         * ext/alsa/gstalsamixeroptions.h:
9247         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9248         * ext/alsa/gstalsamixertrack.h:
9249           Add enumerations (as GstMixerOptions). Make correct distinction
9250           between input/output tracks. Add capture/playback private flag.
9251           Use flag to decide on whether to set capture or playback volumes
9252           or switches. Use playback and record switches.
9253         * gst-libs/gst/mixer/Makefile.am:
9254         * gst-libs/gst/mixer/mixer-marshal.list:
9255         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
9256         (gst_mixer_set_option), (gst_mixer_get_option),
9257         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
9258         (gst_mixer_volume_changed), (gst_mixer_option_changed):
9259         * gst-libs/gst/mixer/mixer.h:
9260         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
9261         (gst_mixer_options_class_init), (gst_mixer_options_init),
9262         (gst_mixer_options_dispose):
9263         * gst-libs/gst/mixer/mixeroptions.h:
9264           Add GstMixerOptions.
9265         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9266           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
9267           broken device detection on computers with multiple OSS sound
9268           cards.
9269
9270 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9271
9272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9273           fixate nicely even when the peer is not negotiating
9274
9275 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9276
9277         * gst/audioconvert/gstaudioconvert.c:
9278         (gst_audio_convert_parse_caps):
9279           make sure we don't allow depth > width
9280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9281           fixate endianness to G_BYTE_ORDER as default
9282         * gst/audioscale/gstaudioscale.c:
9283           we don't handle another endianness as host-endianness
9284
9285 2004-05-25  David Schleef  <ds@schleef.org>
9286
9287         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
9288
9289 2004-05-24  Benjamin Otte  <otte@gnome.org>
9290
9291         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
9292         (gst_oggvorbisenc_setup):
9293           properly fail when we can't setup the vorbis encoder due to
9294           unsupported settings
9295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
9296         (gst_vorbisenc_setup):
9297           same
9298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9299           fix case where warnings occured when one pad was unlinked while the
9300           other's link function was called
9301
9302 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9303
9304         * gst/tcp/Makefile.am:
9305           use GST_ENABLE_NEW
9306
9307 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9308
9309         * gst-libs/gst/resample/private.h:
9310           don't use optimizations that are #if 0'ed
9311
9312 2004-05-24  Wim Taymans  <wim@fluendo.com>
9313
9314         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
9315         Fix potential division by zero error and hopefully get
9316         the position query right to get correct timestamps on avi
9317         audio.
9318
9319 2004-05-24  Wim Taymans  <wim@fluendo.com>
9320
9321         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
9322         (gst_videoscale_scale_nearest_str2),
9323         (gst_videoscale_scale_nearest_str4),
9324         (gst_videoscale_scale_nearest_32bit),
9325         (gst_videoscale_scale_nearest_24bit),
9326         (gst_videoscale_scale_nearest_16bit):
9327         Fix the scaling algorithm and avoid a buffer overflow.
9328         removed the while loop in the scaling function as it
9329         was used for point sampling only.
9330
9331 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9332
9333         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
9334         (gst_id3_tag_class_init), (gst_id3_tag_init),
9335         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
9336         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
9337         (gst_id3_tag_send_tag_event):
9338           lots of fixes to make id3mux work and id3demux work correctly
9339
9340 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9341
9342         * ext/Makefile.am:
9343           add rules to build shout2send (was removed by accident
9344           when this module was no more marked experimental/broken)
9345
9346 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9347
9348         * ext/shout2/gstshout2.c:
9349         * ext/shout2/gstshout2.h:
9350           adding a "connection problem" signal to shout2send
9351           (fixes #142954)
9352
9353 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9354
9355         * ext/kio/kioreceiver.cpp:
9356         * ext/kio/kioreceiver.h:
9357           fix sign comparison issues
9358
9359 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9360
9361         * gst/cdxaparse/gstcdxaparse.c:
9362         * gst/cdxaparse/gstcdxaparse.h:
9363           some renaming
9364           add some checks/sanity
9365           prepare for seek addition
9366
9367         * sys/sunaudio/gstsunaudio.c:
9368           remove exported dupe init function
9369
9370 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9371
9372         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
9373         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
9374           Fix format conversion and position querying.
9375         * gst/debug/progressreport.c: (gst_progressreport_report):
9376           Don't output a bogus total value that we didn't query.
9377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9378           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
9379           only a blank window after xine has been used.
9380
9381 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9382
9383         * m4/as-arts.m4:
9384           sync with upstream version to fix test on FC2
9385           readd with -ko to preserve Id header
9386
9387 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9388
9389         * configure.ac:
9390           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
9391         * gst/tcp/gsttcpclientsrc.c: idem
9392         * gst/tcp/gsttcpserversink.c: idem
9393         * gst/tcp/gsttcpserversrc.c: idem
9394         * m4/gst-fionread.m4: idem
9395
9396         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
9397
9398         * configure.ac: enable speex plugin for speex 1.1.5+
9399         * ext/speex/gstspeexenc.c: fix cast warning
9400
9401         * ext/esd/README: fix typo
9402
9403 2004-05-20  David Schleef  <ds@schleef.org>
9404
9405         * configure.ac: Minor cosmetic change to convince the buildbot to
9406         reautogen.
9407         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
9408         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
9409         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
9410         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
9411         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
9412         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
9413         More hacking.  Plays audio now.
9414
9415 2004-05-20  David Schleef  <ds@schleef.org>
9416
9417         * configure.ac:
9418         * sys/Makefile.am:
9419
9420 2004-05-20  David Schleef  <ds@schleef.org>
9421
9422         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
9423         * sys/osxaudio/gstosxaudio.c:
9424         * sys/osxaudio/gstosxaudioelement.c:
9425         * sys/osxaudio/gstosxaudioelement.h:
9426         * sys/osxaudio/gstosxaudiosink.c:
9427         * sys/osxaudio/gstosxaudiosink.h:
9428         * sys/osxaudio/gstosxaudiosrc.c:
9429         * sys/osxaudio/gstosxaudiosrc.h:
9430
9431 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9432
9433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
9434         (gst_vorbisenc_chain):
9435           put the codec headers on the caps as streamheader as well as
9436           pushing them out
9437
9438 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9439
9440         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
9441         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9442         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
9443         split up push_packet into two functions
9444
9445 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9446
9447         * gst/tcp/.cvsignore:
9448           ignore enums
9449         * gst/tcp/Makefile.am:
9450         * gst/tcp/README:
9451         * gst/tcp/gsttcp.c:
9452         * gst/tcp/gsttcp.h:
9453         * gst/tcp/gsttcpclientsink.c:
9454         * gst/tcp/gsttcpclientsink.h:
9455         * gst/tcp/gsttcpclientsrc.c:
9456         * gst/tcp/gsttcpclientsrc.h:
9457         * gst/tcp/gsttcpplugin.c:
9458         * gst/tcp/gsttcpserversink.c:
9459         * gst/tcp/gsttcpserversink.h:
9460         * gst/tcp/gsttcpserversrc.c:
9461         * gst/tcp/gsttcpserversrc.h:
9462           add new tcp elements
9463
9464 2004-05-19  Wim Taymans  <wim@fluendo.com>
9465
9466         * gst/law/mulaw-conversion.c: (mulaw_encode):
9467         Fix overflow bug in ulaw encoding.
9468
9469 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9470
9471         * ext/mad/gstmad.c: (gst_mad_handle_event):
9472           don't unref the event twice
9473
9474 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9475
9476         * configure.ac:
9477           remove -Wno-sign-compare
9478
9479 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9480
9481         * configure.ac:
9482           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
9483           if you want to work against glib 2.2 and 2.4
9484
9485 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9486
9487         * gst/tcp/Makefile.am:
9488         * gst/tcp/gsttcp.c:
9489         * gst/tcp/gsttcp.h:
9490         * gst/tcp/gsttcpsink.h:
9491         * gst/tcp/gsttcpsrc.h:
9492           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
9493
9494 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9495
9496         * gst/debug/tests.c: (md5_get_value):
9497           fix segfault on gst-inspect
9498
9499 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9500
9501         * gst/debug/testplugin.c:
9502         * gst/debug/tests.c:
9503         * gst/debug/tests.h:
9504           add new extensible and configurable testing element. Current tests
9505           include buffer count, stream length, timestamp/duration matching and
9506           md5.
9507         * gst/debug/Makefile.am:
9508         * gst/debug/gstdebug.c: (plugin_init):
9509           add infrastructure for new element
9510
9511 2004-05-19  Johan Dahlin  <johan@gnome.org>
9512
9513         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
9514         ending of the array. Fixes gst-inspect segfault on ppc.
9515
9516 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9517
9518         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
9519
9520         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
9521
9522 2004-05-18  David Schleef  <ds@schleef.org>
9523
9524         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
9525         warnings (bugs, actually) noticed by gcc but not forte.
9526
9527 2004-05-18  David Schleef  <ds@schleef.org>
9528
9529         * sys/sunaudio/Makefile.am:
9530         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
9531
9532 2004-05-18  David Schleef  <ds@schleef.org>
9533
9534         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9535         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
9536         to allow qtdemux to use non-seekable streams. (bug #142272)
9537
9538 2004-05-18  David Schleef  <ds@schleef.org>
9539
9540         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
9541         (gst_resample_sinc_ft_float): Remove use of static temporary
9542         buffer.  This code was obviously not supposed to last long, but
9543         it's stuck in our ABI, so it required a little hack to make it
9544         ABI-compatible.  Fixes #142585.
9545         * gst-libs/gst/resample/resample.h: same.
9546
9547 2004-05-18  David Schleef  <ds@schleef.org>
9548
9549         * configure.ac: Add sunaudio
9550         * examples/Makefile.am: make gstplay depend on gconf
9551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
9552         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
9553         (convert_table_lookup), (img_convert): remove c99-isms
9554         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
9555           unsigned, to fix a warning on Solaris
9556         * gst/mpeg1sys/systems.c: bcopy->memcpy
9557         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
9558         * sys/Makefile.am: Add sunaudio
9559
9560 2004-05-18  Wim Taymans  <wim@fluendo.com>
9561
9562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
9563         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
9564         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
9565         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
9566         (gst_ogg_mux_loop):
9567         Fix an ugly memleak where the muxer didn't flush enough ogg
9568         pages. This also resulted in badly muxed ogg files.
9569
9570 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9571
9572         * gst/asfdemux/asfheaders.c :
9573         * gst/asfdemux/asfheaders.h :
9574         * gst/asfdemux/gstasfdemux.c :
9575           - fix ASF_OBJ_PADDING guid
9576           - add 3 new object guids (language list, metadata,
9577             extended stream properties)
9578           - add a function to parse extended header objects
9579
9580 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9581
9582         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
9583           remove leftover debugging g_print
9584
9585 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9586
9587         * ext/mad/gstmad.c: (gst_mad_handle_event):
9588           Fix for when the first format in a discont event is not a
9589           byte-based one. Should fix #137710.
9590
9591 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9592
9593         * m4/a52.m4 : fix compilation with -Wall -Werror
9594         * m4/libfame.m4 : idem
9595         * m4/libmikmod.m4 : idem
9596
9597 2004-05-17  Benjamin Otte  <otte@gnome.org>
9598
9599         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9600           signal the new tags before giving up the reference
9601
9602 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9603
9604         * ext/shout2/gstshout2.c:
9605           use application/ogg instead of application/x-ogg (patch by Patrick
9606           Guimond, fixes #142432)
9607         * sys/oss/gstosselement.c: (gst_osselement_reset),
9608         (gst_osselement_sync_parms):
9609           don't set fragment size unless specified (fixes #142493)
9610
9611 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9612
9613         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
9614           fixes #142664
9615
9616 2004-05-17  Benjamin Otte  <otte@gnome.org>
9617
9618         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9619           compute offsets correctly for internal buffers so timestamps are set
9620           correctly when we can't seek. Also handle cases where there are no
9621           offsets. (based on a patch by David Moore, fixes #142507)
9622
9623 2004-05-17  Benjamin Otte  <otte@gnome.org>
9624
9625         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9626           use correct variable when determining amount of data to skip so we
9627           don't skip into the void and segfault
9628
9629 2004-05-16  Benjamin Otte  <otte@gnome.org>
9630
9631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9632           Hi, I'm a memleak
9633
9634 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9635
9636         * gst/asfdemux/gstasfdemux.c:
9637           - fix a mem leak and always propagate tags
9638           - add WMV3 to known video codecs (but no decoder yet)
9639           - replace "surplus data" at end of audio header for what
9640             it is : codec specific data
9641           - fix a typo
9642
9643 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
9644
9645         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
9646
9647         * gst-libs/gst/audio/audioclock.c:
9648           Fix wrong return type (#142205).
9649
9650 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
9653           Ignore CRCs by default (fixes #142566).
9654
9655 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9656
9657         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
9658         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
9659         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
9660         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
9661         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9662         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
9663           Fix for cases where we fail to attach to a mixer.
9664
9665 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9666
9667         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
9668           Don't touch events after not owning them anymore.
9669         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9670         (gst_wavparse_fmt), (gst_wavparse_other),
9671         (gst_wavparse_handle_seek), (gst_wavparse_loop),
9672         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9673         (gst_wavparse_srcpad_event):
9674         * gst/wavparse/gstwavparse.h:
9675           Add seeking, fix querying.
9676
9677 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9678
9679         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9680           - process comments even if they don't end with \0\0
9681             g_convert would ignore them if present and works well without them
9682
9683 2004-05-16  Benjamin Otte  <otte@gnome.org>
9684
9685         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
9686           simplify caps
9687
9688 2004-05-16  Benjamin Otte  <otte@gnome.org>
9689
9690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9691           don't write to memory we might not write to - g_convert does that
9692           for us anyway (fixes #142613)
9693         (gst_asf_demux_audio_caps):
9694           comment out gst_util_dump_mem
9695
9696 2004-05-16  Benjamin Otte  <otte@gnome.org>
9697
9698         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9699           compute correct expected timestamps after seek (broken since
9700           last commit)
9701         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
9702           rename element and debugging category to gdkpixbufscale
9703
9704 2004-05-16  Benjamin Otte  <otte@gnome.org>
9705
9706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9707           add error checking to snd_pcm_delay and remove duplicate call to
9708           snd_pcm_delay that caused issues (see inline code comments)
9709         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9710           make more readable and fix return value when snd_pcm_delay fails
9711         (fixes #142586)
9712
9713 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
9714         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
9715         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
9716         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
9717         (gst_pixbufscale_link), (gst_pixbufscale_init),
9718         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
9719         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
9720         (gst_pixbufscale_get_property), (pixbufscale_init):
9721         * ext/gdk_pixbuf/pixbufscale.h:
9722         Add these files I forgot earlier
9723
9724 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
9725         * ext/gdk_pixbuf/Makefile.am:
9726         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9727         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9728         Add new pixbufscale element to scale RGB video
9729         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
9730         and HYPER interpolation correctly.
9731         * ext/theora/theoraenc.c: (theora_enc_chain),
9732         Discard buffer and return if explicit caps could not be set
9733         (theora_enc_get_property):
9734         Make _get return kbps for the bitrate consistent with
9735         the _set function.
9736
9737
9738 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9739
9740         * ext/libvisual/visual.c: (gst_visual_chain):
9741           add missing visual_audio_analyze
9742
9743 2004-05-14  David Schleef  <ds@schleef.org>
9744
9745         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
9746         is killed while we're playing.
9747         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
9748         gst_element_no_more_pads().
9749
9750 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9751
9752         * gst-libs/gst/riff/riff-read.c :
9753           - fix INFO tag extraction in RIFF/AVI files
9754             because gst_event_unref (event) also freed taglist
9755           - avoid a mem leak
9756
9757 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9758
9759         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
9760         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
9761
9762         * gst/auparse/gstauparse.c :
9763           - add code (commented for now) to support audio/x-adpcm on src pad
9764             (we have no decoder for those layout yet)
9765
9766         * gst/cdxaparse/gstcdxaparse.c :
9767         * gst/cdxaparse/gstcdxaparse.h :
9768           - partial rewrite using RiffRead (ripped iain's wavparse code)
9769
9770         * gst/rtp/gstrtpL16enc.c : typo
9771         * gst/rtp/gstrtpgsmenc.c : typo
9772
9773 2004-05-13  Benjamin Otte  <otte@gnome.org>
9774
9775         * configure.ac:
9776           check for exact version of libvisual, it's not supposed to be
9777           API/ABI stable yet
9778
9779 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9780
9781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
9782           signal no-more-pads
9783
9784 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9785
9786         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
9787         Report which format was used for GST_FORMAT_DEFAULT
9788         * gst/debug/Makefile.am:
9789         * gst/debug/gstdebug.c: (plugin_init):
9790         * gst/debug/progressreport.c: (gst_progressreport_base_init),
9791         (gst_progressreport_class_init), (gst_progressreport_init),
9792         (gst_progressreport_report), (gst_progressreport_set_property),
9793         (gst_progressreport_get_property), (gst_progressreport_chain),
9794         (gst_progressreport_plugin_init):
9795         Add progressreport element for testing.
9796
9797 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9798
9799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
9800         * sys/v4l/gstv4lsrc.h:
9801         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
9802         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
9803         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
9804         (gst_v4lsrc_grab_frame):
9805           add more debugging
9806           send a discont at start
9807
9808 2004-05-12  Colin Walters  <walters@redhat.com>
9809
9810         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
9811         inflooping if we can't find a chunk.  Or in other words, don't blow
9812         chunks if we don't have a chunk to blow.
9813
9814 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9815         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
9816         Remove old debug output
9817         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
9818         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
9819         (gst_dvdec_set_property), (gst_dvdec_get_property):
9820         Change the quality setting to an enum, so it works from gst-launch
9821         Don't renegotiate a non-linked pad. Allows audio only decoding.
9822         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
9823         (gst_deinterlace_link), (gst_deinterlace_init):
9824         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
9825         (gst_videodrop_link):
9826         Some caps negotiation fixes
9827
9828 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9829
9830         * ext/tarkin/gsttarkin.c :
9831           - Change RANK from NONE to PRIMARY
9832         * ext/gdk_pixbuf/gstgdkpixbuf.c :
9833           - Change RANK from NONE to MARGINAL
9834         * ext/divx/gstdivxenc.c :
9835           - Change RANK from PRIMARY to NONE (encoder/spider issue)
9836
9837 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9838
9839         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
9840         (gst_vorbisenc_push_packet):
9841           copy a function that was added between 1.0 and 1.0.1 until we
9842           depend on worthwhile features of post-1.0
9843
9844 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9845
9846         * configure.ac:
9847           enable shout2 by default
9848         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9849         (gst_shout2send_base_init), (gst_shout2send_init),
9850         (gst_shout2send_connect), (gst_shout2send_change_state):
9851         * ext/shout2/gstshout2.h:
9852           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
9853           #142262)
9854         * ext/theora/theora.c: (plugin_init):
9855           don't set rank on encoders
9856
9857 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
9858
9859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9860           Use codec_data property instead of flag1 and flag2 for wma
9861
9862 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9863
9864         * gst/cdxaparse/gstcdxaparse.c :
9865           - Add mpegversion to CAPS to make it link
9866           - Rank is as GST_RANK_SECONDARY instead of NONE
9867         * gst/auparse/gstauparse.c :
9868           - Document all audio encoding we can encounter from Solaris 9
9869             headers and libsndfile information.
9870           - Increase max. rate from 48000 to 192000 (to match other elements)
9871           - Don't try to play junk data between header and samples
9872
9873 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9874
9875         * ext/libvisual/visual.c: (gst_visual_getcaps):
9876           use the right caps depending on endianness (I hope)
9877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
9878           use GST_RANK_NONE for all non-decoding elements or spider gets
9879           mighty confused
9880
9881 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9882
9883         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9884           Fix some odd cases and fix BE metadata parsing of unicode16 text.
9885
9886 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9887
9888         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9889         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9890         (gst_switch_loop), (gst_switch_get_type):
9891           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
9892           HEADERS. Had to be said.
9893
9894 2004-05-10  David Schleef  <ds@schleef.org>
9895
9896         * configure.ac: Add prototype Dirac support.
9897         * ext/Makefile.am:
9898         * ext/dirac/Makefile.am:
9899         * ext/dirac/gstdirac.cc:
9900         * ext/dirac/gstdiracdec.cc:
9901
9902 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9903
9904         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
9905         (gst_auparse_init), (gst_auparse_chain),
9906         (gst_auparse_change_state):
9907           Hack around spider. Remove me some day please.
9908
9909 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9910
9911         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9912           Fix for some uninitialized variables in previous patch, also
9913           makes it work. Fixes #142286 while we're at it.
9914
9915 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9916
9917         * gst/auparse/gstauparse.c:
9918                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
9919                 only unsupported formats are ADPCM/CCITT G.72x
9920                 reviewed by Ronald
9921         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
9922
9923 2004-05-10  Wim Taymans  <wim@fluendo.com>
9924
9925         * ext/vorbis/Makefile.am:
9926         * ext/vorbis/README:
9927         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
9928         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
9929         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
9930         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
9931         (gst_oggvorbisenc_convert_sink),
9932         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
9933         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
9934         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
9935         (get_constraints_string), (update_start_message),
9936         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
9937         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
9938         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
9939         * ext/vorbis/oggvorbisenc.h:
9940         * ext/vorbis/vorbis.c: (plugin_init):
9941         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
9942         (raw_caps_factory), (gst_vorbisenc_class_init),
9943         (gst_vorbisenc_init), (gst_vorbisenc_setup),
9944         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
9945         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
9946         * ext/vorbis/vorbisenc.h:
9947         Added a raw vorbis encoder to be used with the oggmuxer.
9948         We still need the old encoder for some gnome applications,
9949         read the README to find out how that works.
9950         The raw encoder is called "rawvorbisenc" until 0.9.
9951
9952 2004-05-10  Wim Taymans  <wim@fluendo.com>
9953
9954         * ext/ogg/gstogg.c: (plugin_init):
9955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
9956         (gst_ogg_print):
9957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
9958         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
9959         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
9960         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
9961         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
9962         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
9963         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
9964         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
9965         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
9966         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
9967         Added an ogg muxer.
9968         Small typo fixes in the demuxer.
9969
9970 2004-05-10  Wim Taymans  <wim@fluendo.com>
9971
9972         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9973         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
9974         (theora_enc_change_state), (theora_enc_set_property),
9975         (theora_enc_get_property):
9976         Mark the last packet with an EOS flag which is not really needed
9977         in gstreamer.
9978         Do some better video framerate initialisation.
9979         Update the buffer timestamp.
9980
9981 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9982
9983         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
9984         Return the result of the parent state change call
9985
9986 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9987
9988         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
9989         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
9990         * gst/law/alaw-encode.c : (idem)
9991         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
9992         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
9993         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
9994
9995 2004-05-09  Benjamin Otte  <otte@gnome.org>
9996
9997         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9998           don't use a fixed buffer size when writing variable length data to
9999           it. Fixes memory corruption and makes alsasrc work
10000
10001 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10002
10003         * ext/gnomevfs/gstgnomevfssink.c:
10004         (_gst_boolean_allow_overwrite_accumulator),
10005         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
10006           Run glib's default signal handler (??) in RUN_CLEANUP rather than
10007           RUN_LAST, and don't use that to set the accumulator value because
10008           then it's always FALSE.
10009
10010 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10011
10012         * gst-libs/gst/riff/riff-media.c:
10013         (gst_riff_create_video_caps_with_data),
10014         (gst_riff_create_audio_caps),
10015         (gst_riff_create_audio_template_caps):
10016         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
10017           Fix for unaligned RIFF files (i.e. where all the chunks together
10018           in a LIST chunk are not of the same size as the size given in
10019           the LIST chunk header). Fixes several odd WAVE files. Also fix
10020           ADPCM (block_align property) in audio, so that wavparse based
10021           on this works now as it used to stand-alone.
10022
10023 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
10024
10025         reviewed by Benjamin Otte  <otte@gnome.org>
10026
10027         * ext/a52dec/gsta52dec.c:
10028         * ext/divx/gstdivxdec.c:
10029         * ext/divx/gstdivxenc.c:
10030         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
10031         * ext/faac/gstfaac.c: (gst_faac_base_init):
10032         * ext/faad/gstfaad.c: (gst_faad_base_init):
10033         * ext/ivorbis/vorbisfile.c:
10034         * ext/lame/gstlame.c:
10035         * ext/libfame/gstlibfame.c:
10036         * ext/mpeg2enc/gstmpeg2enc.cc:
10037         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
10038         * ext/sidplay/gstsiddec.cc:
10039         * ext/speex/gstspeexdec.c:
10040         * ext/speex/gstspeexenc.c:
10041         * ext/xvid/gstxviddec.c:
10042         * ext/xvid/gstxvidenc.c:
10043           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
10044           (fixes #142193)
10045
10046 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * ext/alsa/gstalsa.c: (device_list),
10049         (gst_alsa_class_probe_devices):
10050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
10051           Fix alsa oddness in mixer after the combination of using mixer
10052           in source/sink elements and using hw:x,y instead of just hw:x.
10053
10054 2004-05-09  Benjamin Otte  <otte@gnome.org>
10055
10056         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
10057         (gst_wavparse_create_sourcepad):
10058           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
10059           sourcepads
10060
10061 2004-05-09  Benjamin Otte  <otte@gnome.org>
10062
10063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10064           allow discont events before caps nego
10065
10066 2004-05-08  Benjamin Otte  <otte@gnome.org>
10067
10068         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10069           don't leak events
10070
10071 2004-05-08  Benjamin Otte  <otte@gnome.org>
10072
10073         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
10074         (gst_level_change_state), (gst_level_init):
10075         * gst/level/gstlevel.h:
10076           figure out if we're initialized directly instead of keeping a
10077           variable that's wrong in 90% of cases
10078           don't initialize pads and then leak them and use a new unitialized
10079           pad. (fixes #142084)
10080           these were bugs so n00bish I didn't find them for an hour :/
10081
10082 2004-05-08 Iain <iain@prettypeople.org>
10083
10084         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
10085         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
10086         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
10087         return the length that was read.
10088         (gst_riff_read_strf_auds): Allow fmt tags as well.
10089
10090 2004-05-07  David Schleef  <ds@schleef.org>
10091
10092         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
10093         signed char assumption in faad.h.
10094
10095 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
10098           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
10099
10100 2004-05-07  Colin Walters  <walters@redhat.com>
10101
10102         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
10103         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
10104         function.
10105         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
10106         Add dispose function.
10107
10108 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
10109         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
10110           Fix caps nego and pad templates. RGB mode caps should
10111           work now.
10112         * ext/dvdnav/gst-dvd:
10113           Move mpeg2dec inside the thread because otherwise the
10114           queue rejects cap changes mid-stream
10115         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
10116         (gst_mpeg2dec_flush_decoder):
10117           For mpeg2dec > 0.4.0, call the flush function instead of
10118           manually extracting all in-flight frames.
10119         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
10120         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
10121           Change mime type video/dv go video/x-dv to match the
10122           rest of gst-plugins
10123
10124 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10125
10126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
10128         (gst_alsa_sink_class_init):
10129         * ext/alsa/gstalsasink.h:
10130         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
10131         (gst_alsa_src_class_init):
10132         * ext/alsa/gstalsasrc.h:
10133           Make alsasink/src a subclass of alsamixer so that mixer stuff
10134           shows up in gst-rec. Needs some finetuning.
10135
10136 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10137
10138         * ext/lame/gstlame.c: (gst_lame_chain):
10139           simplify
10140         * ext/mad/gstmad.c: (gst_mad_handle_event):
10141           fix event leak
10142         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10143           be able to detect mp3 files < 4096 bytes
10144
10145 2004-05-06  Wim Taymans  <wim@fluendo.com>
10146
10147         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10148         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
10149         (theora_enc_set_property), (theora_enc_get_property):
10150         Also encode the first frame, cleanup some code.
10151
10152 2004-05-06  Wim Taymans  <wim@fluendo.com>
10153
10154         * ext/mpeg2enc/gstmpeg2enc.cc:
10155         Forward events first before deciding that negotiation was
10156         not performed.
10157
10158 2004-05-06  Wim Taymans  <wim@fluendo.com>
10159
10160         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10161         First process the events before deciding that negotiation
10162         was not performed.
10163
10164 2004-05-06  Wim Taymans  <wim@fluendo.com>
10165
10166         * ext/theora/Makefile.am:
10167         * ext/theora/theora.c: (plugin_init):
10168         * ext/theora/theoradec.c: (theora_dec_change_state):
10169         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
10170         (gst_theora_enc_class_init), (gst_theora_enc_init),
10171         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
10172         (theora_enc_chain), (theora_enc_change_state),
10173         (theora_enc_set_property), (theora_enc_get_property):
10174         Added a theora encoder, grouped the encoder and decoder into the
10175         same plugin.
10176
10177 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10178
10179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10180         (gst_jpegenc_chain):
10181         fix DURATION on outgoing buffers
10182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
10183         debug using time formats
10184         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10186         (gst_xvimagesink_sink_link):
10187         windows with width/height 0 generate X errors, so don't allow them
10188
10189 2004-05-05  Wim Taymans  <wim@fluendo.com>
10190
10191         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
10192         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
10193         (gst_mpeg2dec_negotiate_format):
10194         * ext/mpeg2dec/gstmpeg2dec.h:
10195           removed the static pad template so that we can add the
10196           more accurate framerate value to the caps.
10197
10198
10199 2004-05-04  Benjamin Otte  <otte@gnome.org>
10200
10201         * configure.ac:
10202           check for kdemacros.h, too (should fix #141821)
10203         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
10204           don't crash if no header was sent, but nicely error out (fixes part
10205           of #141554)
10206
10207 2004-05-04  Wim Taymans  <wim@fluendo.com>
10208
10209         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
10210         parent dispose function to avoid segfault on destroy.
10211
10212 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10213
10214         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10215         (plugin_init):
10216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10217         (gst_xvimagesink_sink_link):
10218         clean up debugging caps
10219         also recreate xvimage when format has changed
10220
10221 2004-05-04  Benjamin Otte  <otte@gnome.org>
10222
10223         * ext/libvisual/Makefile.am:
10224         * ext/libvisual/visual.c: (gst_visual_class_init),
10225         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
10226         (gst_visual_srclink), (gst_visual_chain),
10227         (gst_visual_change_state), (plugin_init):
10228           use a GstAdapter to correctly adapt buffer sizes - allows using a
10229           framerate
10230
10231 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10232
10233         * sys/v4l/gstv4lelement.h:
10234         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
10236         (gst_v4lsrc_buffer_free):
10237         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
10238         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10239         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
10240         (gst_v4lsrc_requeue_frame):
10241         move some debugging categories around
10242         query for fps index and set accordingly if found
10243
10244 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10245
10246         * ext/lame/gstlame.c:
10247         correct defaults that lame_init puts out of range
10248
10249 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
10252         (gst_divxenc_class_init):
10253         fix range since -1 is the default
10254         * gst/mpeg1sys/gstmpeg1systemencode.c:
10255         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
10256         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
10257         (gst_rtjpegdec_chain):
10258         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
10259         (gst_rtjpegenc_chain):
10260         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
10261         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
10262         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
10263         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
10264         * sys/v4l/gstv4lsrc.c:
10265         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10266         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
10267         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
10268         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
10269         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
10270           remove gst_info calls
10271
10272 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10273
10274         * Makefile.am:
10275         * po/af.po:
10276         * po/az.po:
10277         * po/en_GB.po:
10278         * po/nl.po:
10279         * po/sr.po:
10280         * po/sv.po:
10281           Updated translations
10282
10283 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10284
10285         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10286           refactor/comment code
10287
10288 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10289
10290         * gst/asfdemux/Makefile.am:
10291         * gst/asfdemux/asfheaders.c:
10292         * gst/asfdemux/asfheaders.h:
10293         * gst/asfdemux/gstasf.c: (plugin_init):
10294         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
10295         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
10296         (gst_asf_demux_setup_pad):
10297         * gst/asfdemux/gstasfdemux.h:
10298         * gst/asfdemux/gstasfmux.c:
10299         * gst/asfdemux/gstasfmux.h:
10300           Add tagging support to demuxer, split out registration in its own
10301           file instead of in demux (hacky), and prevent having some tables
10302           in our memory multiple times (in asfheaders.h).
10303
10304 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10305
10306         * gst/matroska/matroska-demux.c:
10307         (gst_matroska_demux_parse_metadata):
10308         * gst/matroska/matroska-ids.h:
10309           Basic tag reading support.
10310
10311 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10312
10313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10314           Really detect ac-3 audio.
10315         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
10316           really detect matroska files (off-by-1).
10317
10318 2004-04-30  David Schleef  <ds@schleef.org>
10319
10320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10321         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
10322         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
10323         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
10324         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
10325         hackage -- parse a lot more atoms, extract a few tags.  One might even
10326         mistake this for tag support.  Maybe it is.
10327         * gst/qtdemux/qtdemux.h:
10328
10329 2004-04-30  Colin Walters  <walters@verbum.org>
10330
10331         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
10332
10333 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10334
10335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10336         (gst_ffmpegcolorspace_getcaps):
10337           remove broken nego fix
10338
10339 2004-04-30  Benjamin Otte  <otte@gnome.org>
10340
10341         * configure.ac:
10342         * ext/Makefile.am:
10343         * ext/libvisual/Makefile.am:
10344         * ext/libvisual/visual.c:
10345           add initial support for libvisual (http://libvisual.sourceforge.net)
10346           libvisual is still quite alpha, so expect crashes in there :)
10347
10348 2004-04-29  David Schleef  <ds@schleef.org>
10349
10350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
10351         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
10352         up qtdemux to make it spit out codec_data.  Do _not_ look at this
10353         code; you will no longer respect me.
10354
10355 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10356
10357         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
10358         * ext/alsa/gstalsa.h :
10359         change alsa pcm device discovery to find more than 1 device
10360         per card. code review by Ronald.
10361
10362 2004-04-29  David Schleef  <ds@schleef.org>
10363
10364         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
10365         Add a check for a driver bug on FreeBSD.  (bug #140565)
10366
10367 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10368
10369         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
10370         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10371         (gst_jpegenc_getcaps):
10372           move format setting to inner loop
10373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10374         (gst_ffmpegcolorspace_getcaps):
10375           use GST_PAD_CAPS if available so that we use already negotiated
10376           caps
10377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10378         (qtdemux_parse_moov), (qtdemux_parse):
10379           extra debugging
10380         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
10381         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
10382           move hardcoded path to DEFINE
10383
10384 2004-04-28  David Schleef  <ds@schleef.org>
10385
10386         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
10387         (bug #140064)
10388
10389 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10390
10391         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
10392           Don't probe for playback device if we're a source element. Fixes
10393           #139658.
10394
10395 2004-04-29  Benjamin Otte  <otte@gnome.org>
10396
10397         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10398         (gst_id3_tag_chain):
10399           rewrite buffer offset
10400
10401 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10402
10403         * configure.ac:
10404         * ext/Makefile.am:
10405         * ext/dts/Makefile.am:
10406         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
10407         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
10408         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
10409         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
10410         (gst_dtsdec_loop), (gst_dtsdec_change_state),
10411         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
10412         (plugin_init):
10413         * ext/dts/gstdtsdec.h:
10414           New DTS decoder.
10415         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
10416         (gst_faad_srcconnect):
10417           Add ESDS atom handling (.m4a).
10418
10419 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10420
10421         * ext/divx/gstdivxdec.c: (plugin_init):
10422           Remove comment that makes no sense.
10423         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
10424           Fix for obvious typo that resulted in warnings during gst-register.
10425         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
10426         (gst_xviddec_sink_link):
10427           Fix caps negotiation a bit better.
10428         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10429           We call this 'codec_data', not 'esds'.
10430
10431 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10432
10433         * gst/monoscope/gstmonoscope.c:
10434           make sure we only provide 256x128
10435         * gst/monoscope/monoscope.c: (monoscope_init):
10436           assert size of 256x128
10437
10438 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10439
10440         * Makefile.am:
10441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
10442         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
10443           fixate to max width and height of device
10444
10445 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10446
10447         * Makefile.am:
10448         * sys/v4l/gstv4l.c:
10449         * sys/v4l/gstv4lsrc.c:
10450         * sys/v4l/v4l_calls.c:
10451         * sys/v4l/v4lsrc_calls.c:
10452           fix for qc-usb driver which fakes having more than one buffer
10453           by handing the same buffer twice, which confused GStreamer's/v4lsrc
10454           buffer_free override
10455           add debugging
10456
10457 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10458
10459         * Makefile.am:
10460         * gst/videotestsrc/gstvideotestsrc.c:
10461         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
10462         (gst_videotestsrc_init), (gst_videotestsrc_get),
10463         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
10464         * gst/videotestsrc/gstvideotestsrc.h:
10465           add num-buffers property
10466
10467         2004-04-26  Benjamin Otte  <otte@gnome.org>
10468
10469         * ext/mad/gstid3tag.c: (plugin_init):
10470           set id3mux rank to NONE so it doesn't confuse spider
10471           require audio/mpeg,mpegversion=1 in id3mux
10472
10473 2004-04-26  Benjamin Otte  <otte@gnome.org>
10474
10475         * configure.ac:
10476           detect faad correctly as non-working if it's indeed non-working
10477
10478 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10479
10480         * Makefile.am:
10481         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10482         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
10483         fix _getcaps so it only negotiates to its supported format
10484
10485 2004-04-25  Benjamin Otte  <otte@gnome.org>
10486
10487         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10488           fix memleak
10489
10490 2004-04-23  Benjamin Otte  <otte@gnome.org>
10491
10492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10493           audio/x-raw-int with height rules! not. Now it's depth.
10494
10495 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10496
10497         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10498         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10499         (gst_wavparse_loop):
10500           Missing variable initialization. Add handling of DVI ADPCM. Fix
10501           mis-parsing of LIST chunks. This works around a bug where we mis-
10502           parse non-aligning LIST chunks (so LIST chunks where the contents
10503           don't align with the actual LIST size). The correct fix is to use
10504           rifflib, I'm not going to fix wavparse - too much work. All this
10505           fixes #104878.
10506
10507 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10508
10509         reviewed by Benjamin Otte  <otte@gnome.org>
10510
10511         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
10512           fix shoutcast not working (fixes #140844)
10513
10514 2004-04-22  Benjamin Otte  <otte@gnome.org>
10515
10516         * ext/hermes/gsthermescolorspace.c:
10517         (gst_hermes_colorspace_caps_remove_format_info):
10518         * gst/colorspace/gstcolorspace.c:
10519         (gst_colorspace_caps_remove_format_info):
10520         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10521         (gst_ffmpegcolorspace_caps_remove_format_info):
10522           s/gst_caps_simplify/gst_caps_do_simplify/
10523
10524 2004-04-22  Benjamin Otte  <otte@gnome.org>
10525
10526         * gst-libs/gst/riff/riff-media.c:
10527         (gst_riff_create_video_caps_with_data):
10528           mpegversion is an int
10529         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
10530           don't try to create pad templates with NULL caps, use any caps
10531           instead.
10532
10533 2004-04-20  David Schleef  <ds@schleef.org>
10534
10535         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
10536         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
10537         (bug #140384)
10538
10539 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
10540
10541         reviewed by David Schleef
10542
10543         * ext/mad/gstid3tag.c: Add stdlib.h
10544         * gst/rtp/gstrtpgsmenc.c: same
10545         * gst/tags/gstid3tag.c: same
10546         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
10547         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
10548         GST_DISABLE_LOADSAVE use.
10549         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
10550         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
10551         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
10552         atol(3)).
10553         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
10554         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
10555         strtoul(3)).
10556         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
10557         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
10558         $(ID3_CFLAGS).
10559         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
10560         $(LIBFAME_CFLAGS).
10561
10562 2004-04-20  David Schleef  <ds@schleef.org>
10563
10564         * gst/realmedia/rmdemux.c:  This was supposed to part of the
10565         last checkin.  Same idea.
10566
10567 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
10568
10569         reviewed by David Schleef
10570
10571         * configure.ac: bump required gstreamer version to 0.8.1.1
10572         because of following changes [--ds]
10573
10574         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
10575         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
10576         (gst_riff_read_header):  Use GST_READ_UINT*
10577         macros to access possibly unaligned memory.
10578
10579         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
10580         (mp3_type_find):  Use GST_READ_UINT*
10581         macros to access possibly unaligned memory.
10582         (mp3_type_find, mpeg1_parse_header, qt_type_find)
10583         (speex_type_find): Likewise
10584
10585         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
10586
10587         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
10588         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
10589         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
10590         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
10591         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
10592         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
10593         macros to access possibly unaligned memory.
10594
10595         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
10596         Likewise.
10597
10598         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
10599         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
10600
10601         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10602         Likewise.
10603
10604         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
10605         (gst_mpeg2subt_chain_subtitle): Likewise.
10606
10607         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
10608         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
10609         Likewise.
10610
10611         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
10612         Likewise.
10613
10614         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
10615         Likewise.
10616
10617         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
10618         Likewise.
10619
10620 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10621
10622         * configure.ac:
10623           update required version of GStreamer because of GST_TIME_FORMAT
10624
10625 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10626
10627         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
10628           remove leftover g_print
10629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10630           don't try setting only a subset of the caps. We don't want to kill
10631           autoplugging on purpose
10632
10633 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10634
10635         * sys/ximage/ximagesink.c: (plugin_init):
10636         * sys/xvimage/xvimagesink.c: (plugin_init):
10637           add debugging categories
10638
10639 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10640
10641         * po/en_GB.po:
10642         * po/LINGUAS:
10643           Adding en_GB translation (Gareth Owen)
10644
10645 2004-04-20  David Schleef  <ds@schleef.org>
10646
10647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10648         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
10649         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
10650         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
10651         A number of new features and hacks to extract the esds atom and
10652         put it into the caps.  (bug #137724)
10653
10654 2004-04-19  David Schleef  <ds@schleef.org>
10655
10656         * gconf/Makefile.am: Fix for non-GNU make
10657         * gst-libs/gst/Makefile.am: Change directory order to handle
10658         GstPlay linking with gstinterfaces
10659         * gst-libs/gst/audio/make_filter: make use of tr portable
10660         * gst-libs/gst/play/Makefile.am: Add intended \
10661         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10662         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
10663         function prototype instead of void *.
10664         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
10665         macro.
10666         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10667         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
10668         * gst/videofilter/make_filter: make use of tr portable
10669         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
10670
10671 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10672
10673         * po/LINGUAS:
10674         * po/uk.po:
10675           Added Ukrainian translation (Maxim V. Dziumanenko)
10676
10677 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10678
10679         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
10680         (gst_gsmdec_link), (gst_gsmdec_chain):
10681           Fix capsnego, simplify chain function slightly.
10682         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10683           Add GSM.
10684
10685 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10686
10687         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10688         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
10689         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
10690           Hack to make wavparse work with spider (always -> sometimes pad).
10691           Fixes #135862 && #140411.
10692
10693 2004-04-18  Benjamin Otte  <otte@gnome.org>
10694
10695         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
10696         (gst_osselement_rate_probe_check),
10697         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
10698           get rid of \n in debug output
10699
10700 2004-04-17  Iain <iain@prettypeople.org>
10701
10702         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
10703         not just EOS.
10704
10705 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10706
10707         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
10708         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
10709         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
10710         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
10711         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10712         (gst_id3_tag_change_state), (plugin_init):
10713           deprecate id3tag element and replace with id3demux/id3mux.
10714           great side effect: this ugly file is now even uglier, yay!
10715         * ext/mad/gstmad.h:
10716           remove non-available function
10717           update for new get_type
10718
10719 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10720
10721         * configure.ac:
10722           require mpeg2dec >= 0.4.0
10723
10724 2004-04-17  Benjamin Otte  <otte@gnome.org>
10725
10726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10727         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10728         (gst_xvimagesink_set_xwindow_id):
10729           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
10730           assorted cleanup fixes.
10731
10732 2004-04-16  David Schleef  <ds@schleef.org>
10733
10734         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
10735         * sys/xvimage/xvimagesink.h: same
10736
10737 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10738
10739         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
10740           Fix GST_ELEMENT_ERROR with (NULL)
10741
10742 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * gst-libs/gst/riff/riff-media.c:
10745         (gst_riff_create_video_caps_with_data):
10746           Add div[3456] as fourccs for DivX 3 (fixes #140137).
10747
10748 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10749
10750         * gst-libs/gst/riff/riff-media.c:
10751         (gst_riff_create_video_caps_with_data),
10752         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
10753         (gst_riff_create_video_template_caps),
10754         (gst_riff_create_audio_template_caps):
10755         * gst-libs/gst/riff/riff-media.h:
10756         * gst-libs/gst/riff/riff-read.c:
10757         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
10758         * gst-libs/gst/riff/riff-read.h:
10759         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10760           Add MS RLE support. I added some functions to read out strf chunks
10761           into strf chunks and the data behind it. This is usually color
10762           palettes (as in RLE, but also in 8-bit RGB). Also use those during
10763           caps creation. Lastly, add ADPCM (similar to wavparse - which
10764           should eventually be rifflib based).
10765         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10766         (gst_matroska_demux_init), (gst_matroska_demux_reset):
10767         * gst/matroska/matroska-demux.h:
10768           Remove placeholders for some prehistoric tagging system. Didn't add
10769           support for any tag system really anyway.
10770         * gst/qtdemux/qtdemux.c:
10771           Add support for audio/x-m4a (MPEG-4) through spider.
10772         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10773         (gst_wavparse_loop):
10774           ADPCM support (#135862). Increase max. buffer size because we
10775           cannot split buffers for ADPCM (screws references) and I've seen
10776           files with 2048 byte chunks. 4096 seems safe for now.
10777
10778 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10779
10780         * configure.ac: bump nano to 1
10781
10782 === release 0.8.1 ===
10783
10784 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10785
10786         * configure.ac: releasing 0.8.1, "Comforting Sounds"
10787
10788 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10789
10790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10791           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
10792           Fixes #140058
10793
10794 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10795
10796         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
10797           lower rank of dvddemux so that it's not used for mpeg playback.
10798
10799 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10800
10801         * configure.ac:
10802           save libs correctly when checking mad
10803
10804 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10805
10806         * ext/mad/gstid3tag.c: (plugin_init):
10807           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
10808
10809 2004-04-13  David Schleef  <ds@schleef.org>
10810
10811         * common/m4/gst-feature.m4: Call -config scripts with
10812         --plugin-libs if it is supported.
10813         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
10814         JPEG images are image/jpeg.
10815         * gst/debug/Makefile.am:
10816         * gst/debug/negotiation.c: (gst_negotiation_class_init),
10817         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
10818         (gst_negotiation_update_caps), (gst_negotiation_get_property),
10819         (gst_negotiation_plugin_init): Add a property that acts like
10820         filter caps.
10821         * testsuite/gst-lint:  Move license checking to be a standard
10822         test.
10823
10824 2004-04-13  David Schleef  <ds@schleef.org>
10825
10826         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
10827         patch from Sebastien Cote (bug #139958)
10828
10829 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10830
10831         * examples/gstplay/Makefile.am:
10832         * examples/gstplay/player.c: (main):
10833           make the commandline player example use gconf settings
10834
10835 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10836
10837         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
10838         (gst_cacasink_sinkconnect), (gst_cacasink_init),
10839         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
10840           init/end library during state transition, not object
10841           creation/disposal.  get rid of custom dispose handler.
10842
10843
10844 2004-04-12  Christian Schaller <Uraeus@gnome.org>
10845
10846         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
10847         be a symlink
10848
10849 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10850
10851         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
10852           Handle JUNK chunks inside data section. Prevents warnings.
10853
10854 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10855
10856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10857         (gst_riff_create_video_template_caps):
10858           Add MS video v1.
10859         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10860         (gst_avi_demux_stream_data):
10861           Add support for "rec-list" chunks.
10862
10863 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10864
10865         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10866           Fix another codecname mismatch.
10867
10868 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10869
10870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10871           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
10872           so that MJPEG plays back.
10873
10874 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10877         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
10878         * gst/mpeg1videoparse/gstmp1videoparse.h:
10879           Fix for some slight mis-cuts in buffer parsing, and for some
10880           potential overflows or faults-causers. Adds disconts. Also fixes
10881           #139105 while we're at it.
10882
10883 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10884
10885         * configure.ac:
10886         * sys/v4l2/gstv4l2element.h:
10887           Workaround for missing struct v4l2_buffer declaration in Suse 9
10888           and Mandrake 10 linux/videodev2.h header file (#135919).
10889
10890 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
10893           Bail out if no filename was given.
10894
10895 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10896
10897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10898         (gst_v4l2_fourcc_from_structure):
10899           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
10900           Y41B somewhere).
10901
10902 2004-04-09  Benjamin Otte  <otte@gnome.org>
10903
10904         * ext/gnomevfs/gstgnomevfssink.c:
10905         (_gst_boolean_allow_overwrite_accumulator),
10906         (gst_gnomevfssink_class_init):
10907           fix erase signal - if any handler returns false the file will not be
10908           overwritten. If no handler is connected, the file will not be
10909           overwritten either.
10910           renamed signal to "allow-overwrite"
10911         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
10912           free string when adding it to ID3 failed
10913         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10914           unref event when done
10915         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10916           free caps
10917         * gst/typefind/gsttypefindfunctions.c:
10918         (mpeg_video_stream_type_find):
10919           fix invalid read
10920
10921 2004-04-08  David Schleef  <ds@schleef.org>
10922
10923         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10924         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
10925
10926 2004-04-08  David Schleef  <ds@schleef.org>
10927
10928         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
10929         we don't support (bug #139532)
10930
10931 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10932
10933         * ext/mad/gstmad.c: (gst_mad_handle_event),
10934         (gst_mad_check_caps_reset), (gst_mad_chain),
10935         (gst_mad_change_state):
10936           only set explicit caps if they haven't been set before for
10937           this stream.  MPEG-audio sample rate/channels aren't allowed
10938           to change in-stream.
10939           Fixes #139382
10940
10941 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
10944         (_gst_boolean_did_something_accumulator),
10945         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
10946         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
10947         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
10948         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
10949         (gst_gnomevfssink_change_state):
10950           Fix erase signal. Don't erase by default. Remove handoff signal.
10951           Remove erase property. Don't segfault. General cleanup.
10952
10953 2004-04-07  Benjamin Otte  <otte@gnome.org>
10954
10955         * gst-libs/gst/gconf/test-gconf.c: (main):
10956           add missing gst_init
10957
10958 2004-04-07  Benjamin Otte  <otte@gnome.org>
10959
10960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
10961           free the mutexes, too
10962
10963 2004-04-07  Benjamin Otte  <otte@gnome.org>
10964
10965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
10966           actually free the URI string
10967         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
10968           compute offset correctly when passing discont events
10969         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10970           don't leak discont events
10971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10972           add some missing breaks so caps aren't copied randomly
10973         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
10974           if we realloc memory, we better use it
10975
10976 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10977
10978         * ext/mad/gstmad.c: (normal_seek):
10979           fix GST_FORMAT_TIME usage
10980
10981 2004-04-05  David Schleef  <ds@schleef.org>
10982
10983         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
10984         a deprecated function (hack!)
10985
10986 2004-04-05  Benjamin Otte  <otte@gnome.org>
10987
10988         * ext/esd/esdmon.c: (gst_esdmon_get):
10989           fix nonterminated vararg and memleak
10990
10991 2004-04-05  Benjamin Otte  <otte@gnome.org>
10992
10993         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
10994         (gst_ladspa_init), (gst_ladspa_force_src_caps),
10995         (gst_ladspa_set_property), (gst_ladspa_get_property),
10996         (gst_ladspa_instantiate), (gst_ladspa_activate),
10997         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
10998           clean up debugging
10999
11000 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
11001
11002         reviewed by Benjamin Otte  <otte@gnome.org>
11003
11004         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
11005           check for broken LADSPA parameters (fixes #138635)
11006
11007 2004-04-05  Benjamin Otte  <otte@gnome.org>
11008
11009         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
11010           advertise buffer-frames correctly on sinkpads
11011
11012 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11013
11014         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
11015         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
11016         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
11017         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
11018         (gst_mad_check_caps_reset), (gst_mad_chain):
11019         add more debugging, only reset caps when we're not in error state
11020
11021 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11022
11023         * ext/mad/gstmad.c: add debugging category, comment + cleanups
11024
11025 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
11026
11027         reviewed by Benjamin Otte  <otte@gnome.org>
11028
11029         * configure.ac:
11030           fix == in test(1) operator
11031
11032 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
11033
11034         reviewed by Benjamin Otte  <otte@gnome.org>
11035
11036         * configure.ac:
11037           fix --export-symblos-regex to a working regex.
11038
11039 2004-04-04  Benjamin Otte  <otte@gnome.org>
11040
11041         * sys/oss/.cvsignore:
11042           add for oss_probe
11043
11044 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
11045
11046         reviewed by Benjamin Otte  <otte@gnome.org>
11047
11048         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
11049           add missing 'new_media' argument (fixes #138168)
11050         * gst/matroska/matroska-demux.c:
11051         (gst_matroska_demux_handle_seek_event):
11052           add vararg terminator (fixes #138169)
11053
11054 2004-04-02  David Schleef  <ds@schleef.org>
11055
11056         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
11057         disted (bug #138914)
11058
11059 2004-04-01  Benjamin Otte  <otte@gnome.org>
11060
11061         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
11062         (gst_alsa_close_audio):
11063           handle case better where a soundcard can't pause
11064         * ext/ogg/gstoggdemux.c:
11065           don't crash when we get events but don't have pads yet
11066
11067 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11068
11069         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11070           throw an error if we couldn't probe any caps.
11071
11072 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
11073
11074         * ext/dvdnav/gst-dvd:
11075         Add a really simple sample DVD player
11076
11077 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
11078
11079         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
11080         (gst_a52dec_push), (gst_a52dec_handle_event),
11081         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
11082         (gst_a52dec_change_state):
11083         * ext/a52dec/gsta52dec.h:
11084           Use a debug category, Output timestamps correctly
11085           Emit tag info, Handle events, tell liba52dec about cpu
11086           capabilities so it can use MMX etc.
11087         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
11088           Fix a crasher accessing invalid memory
11089         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
11090         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
11091         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11092         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
11093         (dvdnavsrc_query):
11094           Some support for byte-format seeking.
11095           Small fixes for still frames and menu button overlays
11096         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
11097         (gst_mpeg2dec_alloc_buffer):
11098           Use a debug category. Adjust the report level of several items to
11099           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
11100           so it doesn't lose the GstBuffer pointer
11101         * gst/debug/Makefile.am:
11102         * gst/debug/gstdebug.c: (plugin_init):
11103         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
11104         (gst_navseek_base_init), (gst_navseek_class_init),
11105         (gst_navseek_init), (gst_navseek_seek),
11106         (gst_navseek_handle_src_event), (gst_navseek_set_property),
11107         (gst_navseek_get_property), (gst_navseek_chain),
11108         (gst_navseek_plugin_init):
11109         * gst/debug/gstnavseek.h:
11110           Add the navseek debug element for seeking back and forth in a
11111           video stream using arrow keys.
11112         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
11113         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
11114         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
11115         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
11116         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
11117         (gst_mpeg2subt_parse_header), (gst_get_nibble),
11118         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
11119         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
11120         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
11121         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
11122         * gst/mpeg2sub/gstmpeg2subt.h:
11123           Pretty much a complete rewrite. Now a loopbased element. May still
11124           require work to properly synchronise subtitle buffers.
11125         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
11126         (gst_dvd_demux_send_subbuffer):
11127         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
11128           Don't attempt to create subbuffers of size 0
11129           Reduce a couple of error outputs to warnings.
11130         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
11131         (gst_y4mencode_chain):
11132         Output the y4m frame header correctly.
11133
11134 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11135
11136         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
11137           throw errors instead of allowing SIGFPE
11138
11139 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11140
11141         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
11142         (gst_gconf_render_bin_from_key):
11143           leak plugging and style fixing
11144
11145 2004-03-31  David Schleef  <ds@schleef.org>
11146
11147         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
11148         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
11149         (bug #138225)
11150         * gst/debug/Makefile.am:
11151         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
11152         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
11153         plugin.
11154         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
11155         (gst_negotiation_base_init), (gst_negotiation_class_init),
11156         (gst_negotiation_init), (gst_negotiation_getcaps),
11157         (gst_negotiation_pad_link), (gst_negotiation_chain),
11158         (gst_negotiation_set_property), (gst_negotiation_get_property),
11159         (gst_negotiation_plugin_init):  New element to talk about random
11160         negotiation things happening in a pipeline.
11161
11162 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11163
11164         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
11165           fix integer addition with help of Stefan Kost
11166
11167 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11168
11169         * po/nl.po: updated Dutch translation (Elros Cyriatan)
11170
11171 2004-03-30  David Schleef  <ds@schleef.org>
11172
11173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
11174         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
11175         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
11176         (bug #137504)
11177         * ext/mpeg2dec/gstmpeg2dec.h:
11178
11179 2004-03-30  David Schleef  <ds@schleef.org>
11180
11181         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
11182
11183 2004-03-30  David Schleef  <ds@schleef.org>
11184
11185         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
11186         Michael Petullo) to handle .mov
11187
11188 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11189
11190         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
11191         (gst_osselement_rate_check_rate):
11192           probe caps correctly for sound cards that only support one format
11193
11194 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11195
11196         * ext/kio/kiosrc.cpp: (process_events):
11197           update handling event processing if inside KDE - untested
11198
11199 2004-03-29  David Schleef  <ds@schleef.org>
11200
11201         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
11202         by 2 to not interfere with other colorspaces.
11203         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
11204         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
11205         one to not interfere with ffmpeg_colorspace.
11206
11207 2004-03-29  David Schleef  <ds@schleef.org>
11208
11209         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
11210         aren't in the caps.
11211         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
11212         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
11213
11214 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11215
11216         * gst-libs/gst/riff/riff-media.c:
11217           fail on error, don't try to set stuff on NULL caps
11218
11219 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11220
11221         * configure.ac:
11222         * ext/Makefile.am:
11223         * ext/kio/Makefile.am:
11224         * ext/kio/kioreceiver.cpp:
11225         * ext/kio/kioreceiver.h:
11226         * ext/kio/kiosrc.cpp:
11227         * ext/kio/kiosrc.h:
11228           add experimental kiosrc plugin
11229         * ext/alsa/gstalsaplugin.c: (plugin_init):
11230           initialize debugging category only when we're sure registering the
11231           plugins worked.
11232
11233 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11234
11235         * examples/gstplay/player.c: (main):
11236         * gst-libs/gst/play/play.c: (gst_play_class_init),
11237         (gst_play_set_location), (gst_play_set_data_src),
11238         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11239         (gst_play_set_visualization), (gst_play_connect_visualization):
11240           check return values of element_set_state and return FALSE where
11241           failed
11242
11243 2004-03-29  Benjamin Otte  <otte@gnome.org>
11244
11245         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
11246           try harder to check if an event is really a discont
11247
11248 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11249
11250         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
11251         * po/az.po:
11252
11253 2004-03-28  Benjamin Otte  <otte@gnome.org>
11254
11255         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11257         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11258           get rid of non-standard "..." ranges in case statements.
11259
11260 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
11261
11262         * gst/mpegstream/gstmpegdemux.c:
11263         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
11264         specific functionality split to the new dvddemux element.
11265         * gst/mpegstream/gstdvddemux.c:
11266         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
11267         streams, derived from mpegdemux.
11268         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
11269         up. SCR based timestamp rewriting can be turned off (will probably
11270         completely disappear soon).
11271         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
11272         hacking. General cleanup. All printf statements replaced by
11273         debugging messages. Almost complete libdvdnav support.
11274         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
11275         by events. New properties for audio and subpicture languages.
11276         (dvdnavsrc_update_highlight): Now uses events.
11277         (dvdnavsrc_user_op): Cleaned up.
11278         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
11279         based). Lots of cleanup, and propper support for most libdvdnav
11280         events.
11281         (dvdnavsrc_make_dvd_event): New function.
11282         (dvdnavsrc_make_dvd_nav_packet_event): New function.
11283         (dvdnavsrc_make_clut_change_event): New function.
11284
11285 2004-03-26  Benjamin Otte  <otte@gnome.org>
11286
11287         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
11288           fix bug where typefinding would claim it's theora whenever less then
11289           7 bytes of data were available
11290
11291 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11292
11293         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
11294         (gst_alawdec_base_init), (gst_alawdec_class_init),
11295         (gst_alawdec_init), (gst_alawdec_chain):
11296         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
11297         (gst_alawenc_base_init), (gst_alawenc_class_init),
11298         (gst_alawenc_init), (gst_alawenc_chain):
11299         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
11300         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
11301         (gst_mulawdec_init), (gst_mulawdec_chain):
11302         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
11303         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
11304         (gst_mulawenc_init), (gst_mulawenc_chain):
11305           Fix capsnego in all four, remove the unused property functions and
11306           simplify the chain functions slightly. I guess we could use macros
11307           or something similar for those, since the code is so similar, but
11308           I'm currently too lazy...
11309
11310 2004-03-24  David Schleef  <ds@schleef.org>
11311
11312         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
11313         (gst_osselement_close_audio), (gst_osselement_probe_caps),
11314         (gst_osselement_get_format_structure),
11315         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
11316         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
11317         (gst_osselement_rate_int_compare): Add code to handle rate probing
11318         (bug #120883)
11319         * sys/oss/gstosselement.h: same
11320         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
11321         Use rate probing provided by osselement.
11322         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
11323
11324 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11325
11326         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
11327         (gst_xvidenc_get_property):
11328           ulong/int mess-up.
11329
11330 2004-03-24  David Schleef  <ds@schleef.org>
11331
11332         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
11333         (gst_speexdec_init):
11334         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
11335         (gst_speexenc_init):  Create the pad template correctly (from
11336         the static pad template, not a NULL pointer.)
11337
11338 2004-03-25  Benjamin Otte  <otte@gnome.org>
11339
11340         * gst/debug/Makefile.am:
11341         * gst/debug/breakmydata.c:
11342           add element that quasi-randomly changes bytes in the stream.
11343           Intended use is robustness checking of demuxers and decoders in
11344           media tests.
11345
11346 2004-03-24  Benjamin Otte  <otte@gnome.org>
11347
11348         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
11349         (gst_alsa_probe_hw_params):
11350         * ext/alsa/gstalsa.h:
11351           debugging output fixes
11352
11353 2004-03-24  Benjamin Otte  <otte@gnome.org>
11354
11355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
11356           don't g_return_if_fail if element is PLAYING, fail silently as every
11357           other element.
11358         * gst/effectv/gstquark.c: (gst_quarktv_chain):
11359           only fix needed for cast lvalue issues in gst-plugins
11360         * gst/volenv/gstvolenv.c: (gst_volenv_init):
11361           add proxy_getcaps
11362
11363 2004-03-24  Benjamin Otte  <otte@gnome.org>
11364
11365         * gst/level/gstlevel.c: (gst_level_init):
11366           add proxying getcaps function, so level doesn't advertise impossible
11367           caps
11368
11369 2004-03-24  David Schleef  <ds@schleef.org>
11370
11371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11372         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
11373         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
11374         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
11375         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
11376         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
11377         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
11378         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
11379         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
11380         messages.  Divide the chunk size by the compression ratio
11381         (needed for MACE audio)
11382
11383 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11384
11385         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11386           Fix buffer overflow read error.
11387
11388 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11389
11390         * ext/alsa/gstalsa.h:
11391           Remove unused entry.
11392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11393           Add cinepak.
11394         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11395         (gst_videodrop_link), (gst_videodrop_chain):
11396           Fix, sort of. Was horribly broken with new capsnego. Bah...
11397
11398 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
11399
11400         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
11401         (plugin_init):
11402         Add a monkeysaudio typefind function
11403
11404 2004-03-23  Johan Dahlin  <johan@gnome.org>
11405
11406         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
11407         (gst_play_video_fixate): Check so the structure has the field
11408         before trying to fixate them, this makes it possible to have
11409         fakesinks for video and audio output without printing errors on
11410         the output console.
11411
11412 2004-03-22  David Schleef  <ds@schleef.org>
11413
11414         * sys/oss/Makefile.am:
11415         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
11416         (check_rate), (add_rate):  Rate probing test app.
11417
11418 2004-03-21  Benjamin Otte  <otte@gnome.org>
11419
11420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11421         (_fixate_caps_to_int), (gst_audio_convert_fixate):
11422           add a fixation function that pretty much does the right thing (fixes
11423           #137556)
11424
11425 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
11426
11427         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
11428
11429 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
11430
11431         reviewed by: Benjamin Otte  <otte@gnome.org>
11432
11433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11434           terminate gst_event_new_discontinuous correctly (fixes parts of
11435           #137711)
11436
11437 2004-03-19  David Schleef  <ds@schleef.org>
11438
11439         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
11440         since it doesn't depend on X, and it's part of our ABI.
11441
11442 2004-03-19  Iain <iain@prettypeople.org>
11443
11444         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
11445         is_int in the structure, not the local variable.
11446
11447 2004-03-19  David Schleef  <ds@schleef.org>
11448
11449         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
11450         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
11451         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
11452         Improvements in caps negotiation.
11453
11454 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11455
11456         * po/LINGUAS:
11457         * po/af.po:
11458           adding Afrikaans (Petri Jooste)
11459
11460 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11461
11462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11463         (gst_ffmpegcolorspace_chain):
11464         throw error instead of g_critical (#137588)
11465
11466 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * Makefile.am:
11469         * configure.ac:
11470           dist common and m4 correctly
11471         * po/sv.po:
11472
11473 2004-03-17  David Schleef  <ds@schleef.org>
11474
11475         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
11476         (bug #137348)
11477
11478 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11479
11480         * po/LINGUAS:
11481         * po/sv.po:
11482           adding Swedish translation (Christian Rose)
11483
11484 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11485
11486         * Makefile.am: use release.mak
11487
11488 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11489
11490         * common/ChangeLog:
11491         * common/gst-autogen.sh:
11492           add some explanation about the version detection
11493         * configure.ac:
11494           fix X check
11495
11496 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11497
11498         * configure.ac: bump nano to 1
11499
11500 === release 0.8.0 ===
11501
11502 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11503
11504         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
11505
11506 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11507
11508         * configure.ac:
11509           update libtool version
11510         * gst-libs/gst/media-info/Makefile.am:
11511           actually use libtool version
11512
11513 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11514
11515         * configure.ac: fix speex detection to work with 1.0 but not 1.1
11516
11517 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11518
11519         * configure.ac:
11520         * gst-plugins.spec.in:
11521         * pkgconfig/Makefile.am:
11522         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
11523         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11524         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11525         * pkgconfig/gstreamer-libs.pc.in:
11526         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
11527         * pkgconfig/gstreamer-play-uninstalled.pc.in:
11528         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
11529         * pkgconfig/gstreamer-plugins.pc.in:
11530           remove @VERSION@ from some of the pc files since core and plugins
11531           are decoupled.
11532           created gstreamer-plugins.pc as it's a better name, but keeping
11533           -libs around for now to get fixes upstream done first.
11534
11535 2004-03-15  Julien MOUTTE <julien@moutte.net>
11536
11537         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
11538         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
11539         * gst-libs/gst/play/play.h:
11540
11541 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11542
11543         * *.c, *.cc: don't mix tabs and spaces
11544
11545 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11546
11547         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
11548           use the new ffmpegcolorspace
11549         * gst-plugins.spec.in:
11550           package new colorspace and media-info
11551         * configure.ac:
11552         * pkgconfig/Makefile.am:
11553           fix some more disting issues
11554         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
11555         * pkgconfig/gstreamer-media-info.pc.in:
11556           generate media-info pc files
11557
11558 2004-03-15  Johan Dahlin  <johan@gnome.org>
11559
11560         * *.h: Revert indenting
11561
11562 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11563
11564         * configure.ac:
11565           adding ffmpegcolorspace element
11566         * gst/ffmpegcolorspace/Makefile.am:
11567         * gst/ffmpegcolorspace/avcodec.h:
11568         * gst/ffmpegcolorspace/common.h:
11569         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11570         * gst/ffmpegcolorspace/dsputil.h:
11571         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11573         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
11574         (gst_ffmpeg_caps_to_pix_fmt):
11575         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11577         (gst_ffmpegcolorspace_caps_remove_format_info),
11578         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
11579         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
11580         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
11581         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
11582         (gst_ffmpegcolorspace_set_property),
11583         (gst_ffmpegcolorspace_get_property),
11584         (gst_ffmpegcolorspace_register):
11585         * gst/ffmpegcolorspace/imgconvert.c:
11586         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11587         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11588         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11589         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11590         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11591         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
11592         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
11593         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
11594         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
11595         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
11596         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
11597         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
11598         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
11599         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
11600         (img_get_alpha_info), (deinterlace_line),
11601         (deinterlace_line_inplace), (deinterlace_bottom_field),
11602         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11603         * gst/ffmpegcolorspace/imgconvert_template.h:
11604         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11605         * gst/ffmpegcolorspace/mmx.h:
11606         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
11607           adding ffmpegcolorspace element supplied by Ronald after cleaning
11608           up and pulling in the right bits of upstream source.
11609           I'm sure a better C/compiler wizard could do some cleaning up (for
11610           example use GLIB's malloc stuff), but as a first pass this
11611           works very well
11612
11613 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11614
11615         * ext/alsa/gstalsa.h:
11616           I assume Ronald forgot to commit the change to have cardname
11617           as a struct member.  Expect some public spanking at the next
11618           opportunity.
11619
11620 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11621
11622         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
11623         (gst_alsa_open_audio), (gst_alsa_close_audio):
11624         * ext/alsa/gstalsa.c:
11625           Don't open the device if we're a mixer (= padless).
11626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
11627         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
11628         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
11629           Open mixer during state change rather than during object
11630           initialization. Also, get a device name. Currently in a somewhat
11631           hackish fashion, but I didn't really find something better.
11632
11633 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11634
11635         * *.c, *.h: run gst-indent
11636
11637 2004-03-14  Benjamin Otte  <otte@gnome.org>
11638
11639         * gst/modplug/gstmodplug.cc:
11640         * gst/modplug/gstmodplug.h:
11641           set correct timestamps on outgoing buffers
11642
11643 2004-03-14  Benjamin Otte  <otte@gnome.org>
11644
11645         * gst/modplug/gstmodplug.cc:
11646           handle events - don't do crap when a discont arrives that's not
11647           necessary
11648           This allows correct loading and playback of mods in Rhythmbox
11649
11650 2004-03-14  Benjamin Otte  <otte@gnome.org>
11651
11652         * configure.ac:
11653         * gst-libs/gst/gconf/Makefile.am:
11654         * pkgconfig/Makefile.am:
11655           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
11656           they get rebuilt properly
11657         * configure.ac:
11658           when checking for vorbis, try pkgconfig first.
11659         * gst/modplug/gstmodplug.cc:
11660           add fixate function
11661
11662 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11663
11664         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11665           Fix for obvious mistake, where we first shift the offset and then
11666           read a samplesize element assuming the old offset. Note that this
11667           part still has something weird, i.e. my movies containing those
11668           don't actually play well, but at least there's something that looks
11669           like sound now.
11670
11671 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
11672         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
11673         (plugin_init):
11674         Add a typefind function for speex format
11675
11676 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11677
11678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
11679         (gst_asf_demux_setup_pad):
11680           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
11681           instead of 0. Reason is simple: some elements have a fps range
11682           of 1-max instead of 0-max. So now ASF video actually works.
11683
11684 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11685
11686         * po/LINGUAS:
11687         * po/sr.po:
11688           adding serbian as a language
11689
11690 2004-03-13  Benjamin Otte  <otte@gnome.org>
11691
11692         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11693           return taglist correctly from _get function, don't gst_pad_push it.
11694           (fixes #137042)
11695
11696 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
11697         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11698
11699 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11700
11701         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
11702         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
11703         (gst_alsa_mixer_track_new):
11704         * ext/alsa/gstalsamixertrack.h:
11705           Fix ancient leftovers... MixerTrack is a GObject.
11706
11707 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11710         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11711           Don't block during probing...
11712
11713 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11714
11715         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
11716         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
11717         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
11718         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
11719         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
11720         (gst_alsa_open_audio), (gst_alsa_close_audio):
11721         * ext/alsa/gstalsa.h:
11722           Add propertyprobe interface implementation, add some device-name
11723           property, all this so that it looks good in gnome-volume-control.
11724
11725 2004-03-12  David Schleef  <ds@schleef.org>
11726
11727         * configure.ac: the Hermes library controls hermescolorspace, not
11728         colorspace.
11729         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
11730         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
11731         not /* */
11732         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
11733         * ext/sdl/sdlvideosink.h: ditto.
11734         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
11735
11736 2004-03-12  Benjamin Otte  <otte@gnome.org>
11737
11738         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
11739         (gst_x_overlay_got_xwindow_id):
11740         * gst-libs/gst/xoverlay/xoverlay.h:
11741           replace XID with unsigned long to get rid of the xlibs dependency in
11742           XOverlay (fixes #137004)
11743
11744 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
11745         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
11746         (gst_agingtv_setup):
11747         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
11748         (gst_dicetv_base_init), (gst_dicetv_class_init),
11749         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
11750         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
11751         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
11752         (gst_edgetv_setup), (gst_edgetv_rgb32):
11753         * gst/effectv/gsteffectv.c:
11754         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
11755         (gst_quarktv_set_property):
11756         * gst/effectv/gstrev.c: (gst_revtv_get_type),
11757         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
11758         (gst_revtv_setup), (gst_revtv_rgb32):
11759         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
11760         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
11761         (gst_shagadelictv_init), (gst_shagadelictv_setup),
11762         (gst_shagadelictv_rgb32):
11763         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
11764         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
11765         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
11766         * gst/effectv/gstwarp.c:
11767         Port everything that can be ported to videofilter and fix up the caps.
11768         Can someone with a big-endian machine please check these?
11769
11770 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11771
11772         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
11773         (gst_osssink_chain), (gst_osssink_change_state):
11774           Latest fixes for A/V sync, audio playback and such. This is about
11775           all... MPEG playback issues are mostly related to the async build-
11776           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
11777
11778 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11779
11780         patch from: Stephane Loeuillet
11781
11782         * configure.ac:
11783           use pkg-config for some libraries, falling back to the old .m4 way
11784           (fixes #131270)
11785         * m4/libdv.m4:
11786           removed
11787
11788 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11789
11790         * configure.ac:
11791         * tools/Makefile.am:
11792         * tools/Makefile.in:
11793         * tools/gst-launch-ext-m.m:
11794         * tools/gst-launch-ext.1.in:
11795         * tools/gst-visualise-m.m:
11796         * tools/gst-visualise.1:
11797         * tools/gst-visualise.1.in:
11798           reorganizing generation of script tools
11799
11800 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11801
11802         * ext/divx/gstdivxdec.c:
11803           Downgrade priority. We prefer ffdec_mpeg4.
11804         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
11805         (gst_faad_chain), (gst_faad_change_state):
11806           Fix capsnego. Doesn't work for some sounds because we don't have
11807           a 5:1 to stereo element.
11808         * ext/xvid/gstxvid.c: (plugin_init):
11809           Add priority.
11810         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11811         (gst_osssink_change_state):
11812           Add discont handling.
11813
11814 2004-03-09  Colin Walters  <walters@verbum.org>
11815
11816         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
11817         conversion.
11818
11819 2004-03-09  Benjamin Otte  <otte@gnome.org>
11820
11821         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
11822           the signals take 2 arguments
11823
11824 2004-03-09  David Schleef  <ds@schleef.org>
11825
11826         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
11827         (gst_alsa_fixate): Add fixate function.  (bug #136686)
11828         * ext/alsa/gstalsa.h:
11829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
11830
11831 2004-03-09  Benjamin Otte  <otte@gnome.org>
11832
11833         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
11834         (gst_mikmod_change_state):
11835         * ext/mikmod/gstmikmod.h:
11836           make mikmod's loop function not loop infinitely and call
11837           gst_element_yield anymore
11838         * gst/modplug/gstmodplug.cc:
11839           fix pad negotiation (fixes #136590)
11840
11841 2004-03-09  David Schleef  <ds@schleef.org>
11842
11843         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
11844         doesn't conflict with the internal colorspace plugin.
11845         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
11846         satisfy the crappy-ass shell shipped by a certain vendor.
11847         * gst/videofilter/make_filter: same (bug #135299)
11848
11849 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11850
11851         * configure.ac: bump nano to 1
11852
11853 === release 0.7.6 ===
11854
11855 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11856
11857         * configure.in: releasing 0.7.6, "There"
11858
11859 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11860
11861         * pkgconfig/gstreamer-play-uninstalled.pc.in:
11862         * pkgconfig/gstreamer-play.pc.in:
11863           synchronize the two
11864
11865 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11866
11867         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
11868         (cdparanoia_open), (cdparanoia_event):
11869           fix/add error handling
11870         * po/POTFILES.in:
11871           add cdparanoia source
11872         * tools/Makefile.am:
11873           make scripts executable
11874
11875 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11876
11877         * configure.ac:
11878         * ext/vorbis/Makefile.am:
11879         * sys/Makefile.am:
11880           remove id3types, vorbisfile and xvideosink from the build (#133783)
11881
11882 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11883
11884         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11885           Fix metadata read crash (#136537).
11886
11887 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11888
11889         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
11890         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
11891           adding mime types, fixing the one-stop function
11892
11893 2004-03-08  Christian Schaller <Uraeus@gnome.org>
11894
11895         * ext/nas/nassink.c and /ext/nas/nassink.h:
11896         More NAS love from Arwed von Merkatz
11897         So lets all sing 'Can you feel the NAS tonight'
11898
11899 2004-03-08  Christian Schaller <Uraeus@gnome.org>
11900
11901         * tools/gst-launch-ext.in:
11902         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
11903
11904 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11905
11906         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
11907         (gst_mpeg2dec_init):
11908         remove the user_data pad for now, because it is being used in
11909         fixating causing MPEG playback to fixate on 1000 Hz for playback.
11910         If someone knows how to fix this properly, please do.
11911
11912 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11913
11914         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
11915         (gst_osssink_get_time):
11916         add a warning, IMO this won't get triggered anymore, remove later
11917
11918 2004-03-07  David Schleef  <ds@schleef.org>
11919
11920         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
11921         format (bug #136470)
11922
11923 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11924
11925         * gst-libs/Makefile.am:
11926         * gst-libs/gst/media-info/Makefile.am:
11927         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
11928         (error_callback), (gst_media_info_error_create),
11929         (gst_media_info_error_element), (gmip_init), (gmip_reset),
11930         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
11931         * gst-libs/gst/media-info/media-info-priv.h:
11932         * gst-libs/gst/media-info/media-info-test.c: (main):
11933         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
11934         (gst_media_info_class_init), (gst_media_info_instance_init),
11935         (gst_media_info_set_source), (gst_media_info_read_with_idler),
11936         (gst_media_info_read_idler), (gst_media_info_read):
11937         * gst-libs/gst/media-info/media-info.h:
11938         fixed, should work now
11939
11940 2004-03-07  Christian Schaller <Uraeus@gnome.org>
11941
11942         * ext/nas/nassink.c:
11943         A bunch of NAS fixes from Arwed von Merkatz
11944
11945 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11946
11947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11948         (qtdemux_parse_trak):
11949           Fix crash (j might be greater than n_samples, in which case we're
11950           writing outside the allocated space for the array) and memleak.
11951
11952 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * sys/oss/gstosssink.c: (gst_osssink_chain):
11955           And another caller that couldn't handle delay < 0 (unsigned
11956           integer overflow). Video now continues playing on an audio
11957           buffer underrun, and the clock continues working. Audio still
11958           stalls.
11959
11960 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11961
11962         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
11963         (gst_osssink_get_time):
11964           get_delay() may return values lower than 0. In those cases, we
11965           should not actually cast to *unsigned* int64, that will break
11966           stuff horribly. In my case, it screwed up A/V sync in movies
11967           in totem rather badly.
11968
11969 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
11970
11971         * ext/faac/gstfaac.c: (gst_faac_chain):
11972         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11973         * ext/libpng/gstpngenc.c: (user_write_data):
11974         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
11975         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
11976         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
11977         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
11978         Fix several misuse of gst_buffer_merge (it doesn't take ownership
11979         of any buffer), should fix some leaks. I hope I didn't unref buffers
11980         that shouldn't be...
11981
11982 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11983
11984         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
11985         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
11986         (error_callback), (gmi_reset), (gmi_seek_to_track),
11987         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
11988         (gmip_find_type_post), (gmip_find_stream_post),
11989         (gmip_find_track_streaminfo_post):
11990         * gst-libs/gst/media-info/media-info-priv.h:
11991         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
11992         (info_print), (main):
11993         * gst-libs/gst/media-info/media-info.c:
11994         (gst_media_info_error_create), (gst_media_info_error_element),
11995         (gst_media_info_instance_init), (gst_media_info_get_property),
11996         (gst_media_info_new), (gst_media_info_set_source),
11997         (gst_media_info_read_idler), (gst_media_info_read):
11998         * gst-libs/gst/media-info/media-info.h:
11999           first pass at making this work again.  This seems to work on
12000           tagged ogg/vorbis and mp3 files.
12001
12002 2004-03-06  Benjamin Otte  <otte@gnome.org>
12003
12004         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12005           fix huge leak: gst_buffer_merge doesn't unref the first argument
12006           itself.
12007
12008 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12009
12010         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
12011           report layer/mode/emphasis
12012
12013 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
12014
12015         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
12016
12017 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12018
12019         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12020           signal serial
12021
12022 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12023
12024         * ext/vorbis/vorbis.c: (plugin_init):
12025         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12026         (gst_vorbis_dec_init), (vorbis_dec_event):
12027         add debug category
12028         make vorbisdec handle _BYTE and _TIME queries
12029
12030 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
12031
12032         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
12033           from the xing header
12034
12035 2004-03-06  Benjamin Otte  <otte@gnome.org>
12036
12037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
12038         (gst_audio_convert_link), (gst_audio_convert_change_state),
12039         (gst_audio_convert_buffer_from_default_format):
12040           do conversions from/to float correctly, fix some caps nego errors,
12041           export correct supported caps in template and getcaps, use correct
12042           caps in try_set_caps functions
12043
12044 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
12045
12046         For some reason, I only committed a ChangeLog entry yesterday and
12047         not the corresponding code...
12048         * ext/mad/gstmad.c: Fix detection of Xing headers
12049         * gst/tags/gstid3tag.c: Changes to support TLEN tags
12050
12051 2004-03-06  Benjamin Otte  <otte@gnome.org>
12052
12053         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
12054         (gst_ogg_demux_src_query):
12055           make sure to handle the case where there's no current chain
12056           gracefully.
12057
12058 2004-03-05  David Schleef  <ds@schleef.org>
12059
12060         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
12061         Add fixate function. (bug #131128)
12062         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12063         (gst_sdlvideosink_fixate):  Add fixate function.
12064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12065         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
12066         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
12067         Fix missing break that was causing ulaw to be interpreted as
12068         raw int.
12069
12070 2004-03-05  David Schleef  <ds@schleef.org>
12071
12072         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
12073         Fix code that ignores return value of gst_buffer_merge().
12074         (bug #114560)
12075         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
12076         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
12077         * testsuite/gst-lint:  Check for above.
12078
12079 2004-03-05  David Schleef  <ds@schleef.org>
12080
12081         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
12082         caps and throw an element error.  (bug #136334)
12083
12084 2004-03-05  David Schleef  <ds@schleef.org>
12085
12086         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
12087         (gst_faad_chain): Fix negotiation.
12088         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
12089         key and button events.
12090         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
12091         dung heap of code.
12092         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
12093         depends on gconf
12094         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
12095         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12096         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
12097         function to encourage better negotiation, particularly between
12098         audioconvert and osssink.
12099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12100         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
12101         more important.
12102         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
12103         typefinding.
12104         * gst/vbidec/vbiscreen.c:  Add glib header
12105         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
12106
12107 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
12108
12109         * ext/mad/gstmad.c: Fix detection of Xing headers
12110         * gst/tags/gstid3tag.c: Changes to support TLEN tags
12111
12112 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12113
12114         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
12115         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
12116           debug updates
12117
12118 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
12119
12120         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12121         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
12122         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
12123         files, and report the parsed length as a GST_TAG_DURATION tag.
12124         * gst/tags/gstid3tag.c: support TLEN (duration) tag
12125
12126 2004-03-05  Benjamin Otte  <otte@gnome.org>
12127
12128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
12129           convert channels correctly. convert correctly to unsigned.
12130
12131 2004-03-05  Julien MOUTTE <julien@moutte.net>
12132
12133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
12134         we have a window before clearing it.
12135
12136 2004-03-05  Julien MOUTTE <julien@moutte.net>
12137
12138         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
12139         have a window before clearing it.
12140
12141 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12142
12143         * gconf/gstreamer.schemas.in:
12144         * gst-libs/gst/gconf/Makefile.am:
12145           version installation path the same way as for 0.6
12146         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
12147         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
12148         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12149           remove comment that was fixed
12150
12151 2004-03-05  David Schleef  <ds@schleef.org>
12152
12153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
12154         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
12155         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
12156         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
12157         Add prototype code for handling seeking and querying.
12158
12159 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12160
12161         * examples/gstplay/player.c: (main):
12162           Initialize variables to NULL. Prevents a segfault because the
12163           (uninitialized) variable is not NULL, resulting in a crash on
12164           trying to reach error->message.
12165
12166 2004-03-05  Benjamin Otte  <otte@gnome.org>
12167
12168         * gst/audioconvert/gstaudioconvert.c:
12169         (gst_audio_convert_buffer_to_default_format):
12170         make float=>int conversion work correctly even in cornercases.
12171
12172 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
12173
12174         * debian/README.Debian:
12175         * debian/build-deps:
12176         * debian/changelog:
12177         * debian/control:
12178         * debian/control.in:
12179         * debian/copyright:
12180         * debian/gstreamer-a52dec.files:
12181         * debian/gstreamer-aa.files:
12182         * debian/gstreamer-alsa.files:
12183         * debian/gstreamer-alsa.manpages:
12184         * debian/gstreamer-arts.files:
12185         * debian/gstreamer-artsd.files:
12186         * debian/gstreamer-audiofile.files:
12187         * debian/gstreamer-avifile.files:
12188         * debian/gstreamer-cdparanoia.files:
12189         * debian/gstreamer-colorspace.files:
12190         * debian/gstreamer-doc.files:
12191         * debian/gstreamer-dv.files:
12192         * debian/gstreamer-dvd.files:
12193         * debian/gstreamer-esd.files:
12194         * debian/gstreamer-festival.files:
12195         * debian/gstreamer-flac.files:
12196         * debian/gstreamer-gconf.conffiles:
12197         * debian/gstreamer-gconf.files:
12198         * debian/gstreamer-gconf.postinst:
12199         * debian/gstreamer-gnomevfs.files:
12200         * debian/gstreamer-gsm.files:
12201         * debian/gstreamer-http.files:
12202         * debian/gstreamer-jack.files:
12203         * debian/gstreamer-jpeg.files:
12204         * debian/gstreamer-mad.files:
12205         * debian/gstreamer-mikmod.files:
12206         * debian/gstreamer-misc.files:
12207         * debian/gstreamer-mpeg2dec.files:
12208         * debian/gstreamer-oss.files:
12209         * debian/gstreamer-plugin-apps.files:
12210         * debian/gstreamer-plugin-apps.manpages:
12211         * debian/gstreamer-plugin-libs-dev.files:
12212         * debian/gstreamer-plugin-libs.files:
12213         * debian/gstreamer-plugin-template.postinst:
12214         * debian/gstreamer-plugin-template.postrm:
12215         * debian/gstreamer-sdl.files:
12216         * debian/gstreamer-sid.files:
12217         * debian/gstreamer-vorbis.files:
12218         * debian/gstreamer-x.files:
12219         * debian/mk.control:
12220         * debian/rules:
12221         Debian package info not maintained here.
12222
12223 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12224
12225         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
12226         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
12227         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
12228         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
12229         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
12230         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
12231         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
12232         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
12233         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
12234         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
12235         * gst-libs/gst/colorbalance/colorbalance.c:
12236         (gst_color_balance_class_init):
12237         * gst-libs/gst/colorbalance/colorbalancechannel.c:
12238         (gst_color_balance_channel_class_init):
12239         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
12240         * gst-libs/gst/play/play.c: (gst_play_class_init):
12241         * gst-libs/gst/propertyprobe/propertyprobe.c:
12242         (gst_property_probe_iface_init):
12243         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
12244         * gst-libs/gst/tuner/tunerchannel.c:
12245         (gst_tuner_channel_class_init):
12246         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
12247         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
12248         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
12249         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
12250         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
12251         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
12252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
12253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
12254         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
12255           fix signals to use - instead of _
12256         * ext/libcaca/gstcacasink.h:
12257         * ext/sdl/sdlvideosink.h:
12258           fix header rename
12259
12260 2004-03-04  David Schleef  <ds@schleef.org>
12261
12262         * testsuite/gst-lint:  Add a check for bad signal names.
12263
12264 2004-03-04  <kost@imn.htwk-leipzig.de>
12265
12266         reviewed by David Schleef
12267
12268         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
12269         modified the alpha channel and caused a warning. (bug #136192)
12270
12271 2004-04-03  Christian Schaller <Uraeus@gnome.org>
12272
12273         * gst-plugins.spec.in:
12274         Change names of plugins to actually be correct. Try to keep things
12275         alphabetical to avoid getting beat up by Thomas
12276
12277 2004-03-03  Julien MOUTTE <julien@moutte.net>
12278
12279         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
12280         Using ximagesink as a default if no gconf key found. We should
12281         probably consider using alsasink instead of osssink for the audio
12282         part.
12283
12284 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12285
12286         * configure.ac:
12287           fix --with-plugins, don't think it ever worked before
12288         * gst-plugins.spec.in:
12289           even more updates
12290
12291 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12292
12293         * ext/sdl/sdlvideosink.h:
12294         * sys/ximage/ximagesink.h:
12295         * sys/xvideo/xvideosink.h:
12296         * sys/xvimage/xvimagesink.h:
12297           Fix for move of gstvideosink.h -> videosink.h.
12298
12299 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12300
12301         * gst-libs/gst/xwindowlistener/Makefile.am:
12302           this is a plugin library, not a library
12303
12304 2004-03-01  David Schleef  <ds@schleef.org>
12305
12306         * AUTHORS:  Added some names.  Add yourself if you're still
12307         missing.
12308
12309 2004-03-01  David Schleef  <ds@schleef.org>
12310
12311         * MAINTAINERS: Add
12312
12313 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12314
12315         * gst-plugins.spec.in: clean up spec file
12316
12317 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12318
12319         * gst-libs/gst/video/Makefile.am:
12320         * gst-libs/gst/video/gstvideosink.c:
12321         * gst-libs/gst/video/gstvideosink.h:
12322           rename gstvideosink.h to videosink.h to match other headers
12323         * gst/mixmatrix/Makefile.am:
12324           fix plugin filename
12325         * gst/tags/Makefile.am: fix plugin filename
12326
12327 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12328
12329         * gst/tags/Makefile.am: fix plugin filename
12330
12331 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12332
12333         * examples/gstplay/player.c: (got_time_tick), (main):
12334           add error handler
12335           display time_tick more readably
12336         * gst/mixmatrix/Makefile.am:
12337           fix plugin file name
12338
12339 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
12340
12341         * sys/oss/gstosselement.c: (gst_osselement_probe),
12342         (device_combination_append), (gst_osselement_class_probe_devices):
12343         * sys/oss/gstosselement.h:
12344           Reworked enumeration of oss dsps and mixers so that gst-mixer works
12345           on my system using alsa oss emulation, fixes bug #135597
12346
12347 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12348
12349         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
12350         (gst_videodrop_chain), (gst_videodrop_change_state):
12351         * gst/videodrop/gstvideodrop.h:
12352           Work based on timestamp of input data, not based on the expected
12353           framerate from the input. The consequence is that this element now
12354           not only scales framerates, but also functions as a framerate
12355           corrector or framerate stabilizer/constantizer.
12356
12357 2004-02-27  David Schleef  <ds@schleef.org>
12358
12359         patches from jmmv@menta.net (Julio M. Merino Vidal)
12360
12361         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
12362         GST_ELEMENT_ERROR call (bug #135634)
12363         * gst/interleave/interleave.c: (interleave_buffered_loop),
12364         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
12365         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
12366         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
12367         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
12368         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
12369         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
12370         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
12371         Fix GST_ELEMENT_ERROR call.
12372         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
12373         GST_ELEMENT_ERROR call.
12374
12375 2004-02-27  Benjamin Otte  <otte@gnome.org>
12376
12377         * gst-libs/gst/audio/audio.h:
12378           add macro to make sure header isn't included twice
12379         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12380           don't use gst_buffer_free
12381         * gst/playondemand/filter.func:
12382           don't use gst_data_free. Free data only once.
12383
12384 2004-02-26  David Schleef  <ds@schleef.org>
12385
12386         * gst-libs/gst/colorbalance/Makefile.am:
12387         * gst-libs/gst/mixer/Makefile.am:
12388         * gst-libs/gst/tuner/Makefile.am:
12389         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
12390         should not be disted, -marshal.h files should not be installed,
12391         and -enum.h files _should_ be installed.  Fix to make this the
12392         case.
12393
12394 === release 0.7.5 ===
12395
12396 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12397
12398         * configure.ac: release 0.7.5, "Under The Sea"
12399
12400 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12401
12402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12403         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
12404         * gst/videoscale/gstvideoscale.c:
12405         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12406           assorted debug/warning fixes
12407
12408 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12411         (gst_videoscale_init), (gst_videoscale_chain),
12412         (gst_videoscale_set_property), (plugin_init):
12413         * gst/videoscale/gstvideoscale.h:
12414         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12415         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
12416         (gst_videoscale_planar400), (gst_videoscale_packed422),
12417         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
12418         (gst_videoscale_24bit), (gst_videoscale_16bit),
12419         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
12420         (gst_videoscale_scale_plane_slow),
12421         (gst_videoscale_scale_point_sample),
12422         (gst_videoscale_scale_nearest),
12423         (gst_videoscale_scale_nearest_str2),
12424         (gst_videoscale_scale_nearest_str4),
12425         (gst_videoscale_scale_nearest_32bit),
12426         (gst_videoscale_scale_nearest_24bit),
12427         (gst_videoscale_scale_nearest_16bit):
12428         add debugging category and use it properly
12429         fix use of GST_PTR_FORMAT
12430
12431 2004-02-25  Andy Wingo  <wingo@pobox.com>
12432
12433         * gst/interleave/interleave.c (interleave_buffered_loop): Always
12434         push only when channel->buffer is NULL. Prevents segfaults doing
12435         the state change after a nonlocal exit, like a scheme exception.
12436
12437         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
12438         Handle the case where the intersected caps is empty.
12439
12440 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12441
12442         * gst/law/mulaw-decode.c: (mulawdec_link):
12443         * gst/law/mulaw.c: (plugin_init):
12444           fix mulawdec so it actually works again
12445
12446 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
12447
12448         reviewed by: David Schleef  <ds@schleef.org>
12449
12450         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
12451         (gst_gamma_init), (gst_gamma_set_property),
12452         (gst_gamma_get_property), (gst_gamma_calculate_tables),
12453         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
12454         for RGB, with separate r g and b correction factors. (#131167)
12455
12456 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12457
12458         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12459           only signal tags for bitrate if they're > 0 (#134894)
12460
12461 2004-02-24  David Schleef  <ds@schleef.org>
12462
12463         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
12464         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
12465         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
12466         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
12467         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
12468         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
12469         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
12470         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
12471         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
12472         category.  Attempt to fix timestamp calculation.
12473
12474 2004-02-24  Johan Dahlin  <johan@gnome.org>
12475
12476         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
12477
12478 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12479
12480         * configure.ac:
12481         * gconf/Makefile.am:
12482         * gconf/gstreamer.schemas:
12483         * gst-libs/gst/gconf/Makefile.am:
12484         * gst-libs/gst/gconf/gconf.c:
12485           version gconf schemas and install locations
12486
12487 2004-02-23  Benjamin Otte  <otte@gnome.org>
12488
12489         * ext/xine/xineinput.c: (gst_xine_input_dispose):
12490         (gst_xine_input_subclass_init):
12491           call parent dispose.
12492           change pad template for CD reader correctly
12493         * ext/xine/Makefile.am:
12494         * ext/xine/gstxine.h:
12495         * ext/xine/xine.c: (plugin_init):
12496         * ext/xine/xineaudiosink.c:
12497           wrap audio sinks, too
12498         * gst-libs/gst/resample/private.h:
12499         * gst-libs/gst/resample/resample.c: (gst_resample_init),
12500         (gst_resample_reinit), (gst_resample_scale),
12501         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
12502         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
12503         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
12504         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
12505         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
12506         * gst-libs/gst/resample/resample.h:
12507         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12508         (gst_audioscale_class_init), (gst_audioscale_link),
12509         (gst_audioscale_get_buffer), (gst_audioscale_init),
12510         (gst_audioscale_chain), (gst_audioscale_set_property),
12511         (gst_audioscale_get_property):
12512         * gst/audioscale/gstaudioscale.h:
12513           s/resample_*/gst_resample_*/i to not clobber namespaces
12514
12515 2004-02-23  Julien MOUTTE  <julien@moutte.net>
12516
12517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12518         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
12519         (gst_riff_create_video_template_caps),
12520         (gst_riff_create_audio_template_caps),
12521         (gst_riff_create_iavs_template_caps):
12522         * gst-libs/gst/riff/riff-media.h:
12523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12524         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
12525         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
12526         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12527         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12528         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
12529         (gst_matroska_demux_plugin_init): First batch implementing audio and
12530         video codec tags in demuxers.
12531
12532 2004-02-22  Benjamin Otte  <otte@gnome.org>
12533
12534         * ext/xine/Makefile.am:
12535         * ext/xine/gstxine.h:
12536         * ext/xine/xine.c: (plugin_init):
12537         * ext/xine/xineinput.c:
12538           add input plugin wrapper. Playback from files, http, mms and cdda
12539           works.
12540         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12541           remove leftover G_GNUC_UNUSED
12542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
12543         (gst_asf_demux_identify_guid):
12544           improve debugging output
12545
12546 2004-02-22  Benjamin Otte  <otte@gnome.org>
12547
12548         reported by: Padraig O'Briain <padraig.obriain@sun.com>
12549
12550         * autogen.sh:
12551           replace test -e with test -x for mkinstalldirs to be more portable.
12552           (fixes #134816)
12553
12554 2004-02-22  Benjamin Otte  <otte@gnome.org>
12555
12556         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
12557
12558         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
12559           set rank to PRIMARY
12560         * gst/volume/gstvolume.c: (plugin_init):
12561           set rank to NONE
12562         fixes #134960
12563
12564 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
12565
12566         reviewed by Benjamin Otte  <otte@gnome.org>
12567
12568         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
12569           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
12570
12571 2004-02-22  Benjamin Otte  <otte@gnome.org>
12572
12573         * configure.ac:
12574           export [_]*{gst,Gst,GST}.* symbols from plugins
12575
12576 2004-02-22  Christophe Fergeau <teuf@gnome.org>
12577
12578         reviewed by: Benjamin Otte  <otte@gnome.org>
12579
12580         * ext/lame/gstlame.c: (add_one_tag):
12581         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
12583         (gst_vorbisenc_metadata_set1):
12584         * gst/tags/gstid3tag.c:
12585         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
12586           apply fixes from bugs #135042 (lame can't write tags) and #133817
12587           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
12588
12589 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
12590
12591         * configure.ac: Export only gst_plugin_desc from plugins.
12592          Note that this change only makes any effect with Linux using libtool
12593          1.5.2 or higher. Otherwise it is silently ignored, but it would build
12594          fine. And don't try to have several versions of libtool in different
12595          directories.
12596
12597 2004-02-20  Andy Wingo  <wingo@pobox.com>
12598
12599         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
12600         interleave respectively.
12601
12602         * gst/interleave/deinterleave.c: New plugin: deinterleave
12603         (replaces on oneton).
12604         * gst/interleave/interleave.c: New plugin: interleave.
12605         * gst/interleave/plugin.h: Support file.
12606         * gst/interleave/plugin.c: Support file.
12607
12608         * configure.ac: Remove intfloat and oneton, add interleave.
12609
12610         * ext/sndfile/gstsf.c: Handle events better.
12611
12612         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
12613         and float2int operation. int2float has scheduling problems as
12614         noted in in2float_chain.
12615
12616 2004-02-20  Benjamin Otte  <otte@gnome.org>
12617
12618         * ext/xine/Makefile.am:
12619         * ext/xine/gstxine.h:
12620         * ext/xine/xine.c:
12621         * ext/xine/xineaudiodec.c:
12622         * ext/xine/xinecaps.c:
12623           add first version of xine plugin wrapper. Currently only wraps the
12624           QDM2 win32 DLL, and even that only in proof-of-concept quality.
12625         * configure.ac:
12626         * ext/Makefile.am:
12627           add xine plugin wrapper, disabled by default. Use --enable-xine to
12628           build. Note that it'll segfault on gst-register if you don't remove
12629           the goom and tvtime post plugins from xine.
12630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12631         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
12632           add extradata parsing for QDM2.
12633           change around debugging prints.
12634
12635 2004-02-19  Benjamin Otte  <otte@gnome.org>
12636
12637         * ext/lame/gstlame.c: (gst_lame_chain):
12638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
12639           use gst_tag_list_insert when you want to insert tags
12640
12641 2004-02-18  David Schleef  <ds@schleef.org>
12642
12643         * configure.ac:  Move massink to gst-rotten
12644         * ext/Makefile.am:
12645         * ext/mas/Makefile.am:
12646         * ext/mas/massink.c:
12647         * ext/mas/massink.h:
12648
12649 2004-02-18  David Schleef  <ds@schleef.org>
12650
12651         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
12652         typefinding, since it seems to be worse than nothing.
12653         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
12654         atom to recognize .mp4 and .m4a files as video/quicktime.
12655
12656 2004-02-18  David Schleef  <ds@schleef.org>
12657
12658         * gst/sine/demo-dparams.c: (quit_live),
12659         (dynparm_log_value_changed), (dynparm_value_changed), (main):
12660         Use double dparams, not float.
12661         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12662         (gst_sinesrc_init): Change sync default to FALSE, since multiple
12663         sync'd elements don't really work correctly.
12664         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
12665         (volume_update_volume), (volume_get_property):  Change dparam
12666         to double.
12667
12668 2004-02-18  Julien MOUTTE  <julien@moutte.net>
12669
12670         * sys/ximage/ximagesink.c:
12671         (gst_ximagesink_xwindow_update_geometry),
12672         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
12673         (gst_ximagesink_change_state), (gst_ximagesink_expose),
12674         (gst_ximagesink_init): Rework the way software video scaling works. So
12675         now we check on each chain call if the video frames are feeling the
12676         window. If not we try to renegotiate caps. On failure we memorize that
12677         and we won't try again for that PLAYING sessions.
12678         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
12679         failure.
12680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
12681         synchronous flag.
12682
12683 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12684
12685         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
12686           break up _link so we can give a better debug message for errors
12687
12688 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12689
12690         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12691           set up debug category
12692
12693 2004-02-18  Julien MOUTTE <julien@moutte.net>
12694
12695         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12696         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
12697         the way renegotiation work. The event handling function is not taking
12698         care of external windows and renegotiate method check for pad flags
12699         NEGOTIATING. Should fix : #133209
12700
12701 2004-02-17  Julien MOUTTE  <julien@moutte.net>
12702
12703         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
12704         pad is negotiating before trying renegotiation.
12705
12706 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
12709           pass on all possible mime types as typefind hints
12710
12711 2004-02-17  Julien MOUTTE <julien@moutte.net>
12712
12713         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
12714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
12715         possible SHM leak if we crash. All other apps using XShm are doing
12716         that.
12717
12718 2004-02-17  Julien MOUTTE  <julien@moutte.net>
12719
12720         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12721         (gst_ximagesink_expose): Renegotiate size on expose.
12722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
12723         size on expose.
12724
12725 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12726
12727         * testsuite/alsa/sinesrc.c:
12728           cosmetic fix to fix compile issue with gcc 2.95.4
12729
12730 2004-02-16  Julien MOUTTE <julien@moutte.net>
12731
12732         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12733         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
12734         failed opening the audio device.
12735         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12736         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
12737         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
12738         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
12739         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
12740         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
12741         (gst_ximagesink_change_state), (gst_ximagesink_chain),
12742         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
12743         Removing some useless g_return_if_fail like wingo suggested.
12744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12745         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
12746         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
12747         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
12748         (gst_xvimagesink_update_colorbalance),
12749         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
12750         (gst_xvimagesink_xcontext_clear),
12751         (gst_xvimagesink_get_fourcc_from_caps),
12752         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
12753         (gst_xvimagesink_set_xwindow_id),
12754         (gst_xvimagesink_colorbalance_list_channels),
12755         (gst_xvimagesink_colorbalance_set_value),
12756         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
12757         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
12758
12759 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12760
12761         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12762           throw error when not negotiated instead of asserting
12763
12764 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12765
12766         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
12767         correct data refcounting.
12768
12769 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12770
12771         * gst/switch/gstswitch.c: (gst_switch_change_state),
12772         (gst_switch_class_init): Cleaning the sinkpads correctly on state
12773         change, mostly the EOS flag.
12774
12775 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12776
12777         * examples/gstplay/player.c: (got_eos), (main): Adding some
12778         output for debugging.
12779         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
12780         timeouts if we go to any state different from PLAYING.
12781         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
12782         more EOS bugs in riff lib.
12783
12784 2004-02-14  Julien MOUTTE  <julien@moutte.net>
12785
12786         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
12787         visualization until i find a way to fix switch correctly.
12788         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
12789         EOS arrives.
12790         * gst/switch/gstswitch.c: (gst_switch_release_pad),
12791         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
12792         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
12793         Reworked switch to get a more correct behaviour with events and refing
12794         of data stored in sinkpads.
12795         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
12796         we don't pull from a pad in EOS.
12797
12798 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12799
12800         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12801           remove v1 tag even if we can't read it (makes sure we don't detect
12802           it again)
12803
12804 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12805
12806         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
12807         (gst_alsa_xrun_recovery):
12808         * ext/alsa/gstalsa.h:
12809           try xrun recovery when wait failed. Make xrun recovery function
12810           return TRUE/FALSE to indicate success. (might fix #134354)
12811
12812 2004-02-13  David Schleef  <ds@schleef.org>
12813
12814         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
12815         (dynparm_value_changed), (main): Convert from float to double.
12816         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
12817
12818 2004-02-13  David Schleef  <ds@schleef.org>
12819
12820         * gst/silence/gstsilence.c: (gst_silence_class_init),
12821         (gst_silence_set_clock), (gst_silence_get),
12822         (gst_silence_set_property), (gst_silence_get_property):
12823         * gst/silence/gstsilence.h: Add sync property.
12824         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12825         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
12826         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
12827         * gst/sine/gstsinesrc.h: Add sync property.
12828
12829 2004-02-13  David Schleef  <ds@schleef.org>
12830
12831         * gst/intfloat/gstint2float.c: (conv_f32_s16),
12832         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
12833
12834 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12835
12836         * configure.ac:
12837         * ext/Makefile.am:
12838         * gst-libs/ext/Makefile.am:
12839           move ffmpeg plugin to gst-ffmpeg module
12840
12841 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12842
12843         * configure.ac: use GST_ARCH to detect architecture
12844
12845 2004-02-12  Julien MOUTTE  <julien@moutte.net>
12846
12847         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
12848
12849 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12850
12851         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12852           classify LADSPA plugins based on number of src/sink pads
12853           (#133663, Stefan Kost)
12854         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
12855           fix dparams registration
12856           (#133528, Stefan Kost)
12857         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
12858           fix use of isprint and use g_ascii_isprint instead
12859           (#133316, Stefan Kost)
12860
12861 2004-02-11  David Schleef  <ds@schleef.org>
12862
12863         Convert a few inner loops to use liboil.  This is currently
12864         optional, and is only enabled if liboil is present (duh!).
12865         * configure.ac: Check for liboil-0.1
12866         * gst/intfloat/Makefile.am:
12867         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
12868         (gst_int2float_chain_gint16):
12869         * gst/videofilter/Makefile.am:
12870         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
12871         (tablelookup_u8), (gst_videobalance_planar411):
12872         * gst/videotestsrc/Makefile.am:
12873         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
12874         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
12875         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
12876         (paint_hline_RGB565), (paint_hline_xRGB1555):
12877
12878 2004-02-11  David Schleef  <ds@schleef.org>
12879
12880         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
12881         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
12882         (gst_colorspace_getcaps), (gst_colorspace_link),
12883         (gst_colorspace_base_init), (gst_colorspace_init),
12884         (gst_colorspace_chain), (gst_colorspace_change_state),
12885         (plugin_init): Merge Ronald's patch (bug #117897) and update
12886         for new caps and negotiation.  Seems to work, although it
12887         shows off bugs in lcs.
12888
12889 2004-02-11  David Schleef  <ds@schleef.org>
12890
12891         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
12892         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
12893
12894 2004-02-11  David Schleef  <ds@schleef.org>
12895
12896         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
12897         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
12898         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
12899         Add server and port properties
12900
12901 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12902
12903         * m4/a52.m4:
12904         * m4/aalib.m4:
12905         * m4/as-ffmpeg.m4:
12906         * m4/as-liblame.m4:
12907         * m4/as-slurp-ffmpeg.m4:
12908         * m4/check-libheader.m4:
12909         * m4/esd.m4:
12910         * m4/freetype2.m4:
12911         * m4/gconf-2.m4:
12912         * m4/glib.m4:
12913         * m4/gst-alsa.m4:
12914         * m4/gst-artsc.m4:
12915         * m4/gst-ivorbis.m4:
12916         * m4/gst-matroska.m4:
12917         * m4/gst-sdl.m4:
12918         * m4/gst-shout2.m4:
12919         * m4/gst-sid.m4:
12920         * m4/gtk.m4:
12921         * m4/libdv.m4:
12922         * m4/libfame.m4:
12923         * m4/libmikmod.m4:
12924         * m4/ogg.m4:
12925         * m4/vorbis.m4:
12926           fix underquotedness of macros (#133800)
12927         * m4/as-avifile.m4:
12928         * m4/xmms.m4:
12929           removed because no longer used
12930
12931 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12932
12933         * configure.ac:
12934           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
12935           by autopoint (fixes #132996)
12936
12937 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12938
12939         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
12940         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
12941         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
12942         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
12943           fix memleaks
12944
12945 2004-02-11  David Schleef  <ds@schleef.org>
12946
12947         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12948         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
12949         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
12950         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
12951         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
12952         (gst_jpegenc_class_init), (gst_jpegenc_init),
12953         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
12954         (gst_jpegenc_chain), (gst_jpegenc_set_property),
12955         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
12956         * ext/jpeg/gstjpegenc.h: Fix negotiation.
12957
12958 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12959
12960         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
12961         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
12962         * ext/mikmod/gstmikmod.h:
12963           fix caps negotiation in mikmod
12964         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
12965           output debug information
12966
12967 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12968
12969         * gst-libs/gst/colorbalance/Makefile.am:
12970         * gst-libs/gst/navigation/Makefile.am:
12971         * gst-libs/gst/xoverlay/Makefile.am:
12972           remove unused GST_OPT_CFLAGS from Makefiles
12973           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
12974
12975 2004-02-07  David Schleef  <ds@schleef.org>
12976
12977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
12978         push events to pads that haven't been created (#133508)
12979
12980 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
12981
12982         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12983         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
12984         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
12985         (gst_dvdec_loop), (gst_dvdec_change_state):
12986         Second attempt at committing a working dvdec element.
12987
12988 2004-02-06  David Schleef  <ds@schleef.org>
12989
12990         Build fixes for OS X: (see #129600)
12991         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
12992         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
12993         (gst_riff_read_strf_iavs):
12994         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
12995         (gst_avi_demux_stream_odml):
12996         * gst/playondemand/Makefile.am:
12997         * gst/rtp/rtp-packet.c:
12998
12999 2004-02-05  David Schleef  <ds@schleef.org>
13000
13001         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
13002         last change, because it Just Doesn't Compile.
13003
13004 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13005
13006         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13007           skip undecodable id3v2 tag instead of keeping it
13008
13009 2004-02-05  David Schleef  <ds@schleef.org>
13010
13011         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13012         Unref leaked buffer.  (Noticed by Ronald)
13013
13014 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
13015
13016         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13017         Sync requires with other checks.  >= vs =.
13018
13019 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13020
13021         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13022         (gst_dvdec_video_link), (gst_dvdec_loop):
13023         * ext/dv/gstdvdec.h:
13024           rework the caps negotiation so that dvdec works again instead
13025           of just segfaulting.
13026
13027 === release 0.7.4 ===
13028
13029 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13030
13031         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
13032         * configure.ac: changed for release
13033
13034 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13035
13036         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
13037         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13038         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13039         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13040           reworked patch by David Lehn to fix libdir and includedir for
13041           uninstalled libraries
13042           removed play and gconf from gstreamer-libs since they have their
13043           own pkgconfig files
13044
13045 2004-02-04  David Schleef  <ds@schleef.org>
13046
13047         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
13048         memleak.
13049
13050 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13051
13052         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13053           use correct GST_TAG_ENCODER tag
13054
13055 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13056
13057         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13058           be sure to stop the clock when going to paused
13059         * sys/oss/gstosssink.c: (gst_osssink_change_state):
13060           reset number of transmitted when going to ready.
13061         fixes #132935
13062
13063 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
13064
13065         reviewed by Benjamin Otte
13066
13067         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
13068           extract track count (fixes #133410)
13069
13070 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13071
13072         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
13073           that should be !=, not == (fixes #132519)
13074
13075 2004-02-04  David Schleef  <ds@schleef.org>
13076
13077         Make sure set_explicit_caps() is called before adding pad.
13078         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13079         * gst/id3/gstid3types.c: (gst_id3types_loop):
13080         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
13081         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
13082
13083 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13084
13085         * configure.ac:
13086           bump nano to 2, first prerelease
13087           put back AM_PROG_LIBTOOL
13088
13089 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13090
13091         * testsuite/alsa/Makefile.am:
13092           these are user test apps, not automatic testsuite tests
13093
13094 2004-02-04  David Schleef  <ds@schleef.org>
13095
13096         Convert GST_DEBUG_CAPS() to GST_DEBUG():
13097         * gst/mpeg1videoparse/gstmp1videoparse.c:
13098         (mp1videoparse_parse_seq):
13099         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
13100         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13101         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
13102         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
13103         (gst_xvideosink_getcaps):
13104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13105         * testsuite/gst-lint: more tests
13106
13107 2004-02-04  David Schleef  <ds@schleef.org>
13108
13109         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
13110         with the code that they would expand to.
13111         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
13112         (gst_flacdec_get_src_query_types),
13113         (gst_flacdec_get_src_event_masks):
13114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
13115         (gst_gnomevfssrc_get_query_types),
13116         (gst_gnomevfssrc_get_event_mask):
13117
13118 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13119
13120         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13121         (gst_sinesrc_dispose):
13122           fix memleak by properly disposing sinesrc
13123
13124 2004-02-04  Julien MOUTTE  <julien@moutte.net>
13125
13126         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
13127         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
13128         an overlay to redraw the image because it has been exposed.
13129         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
13130         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
13131         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
13132         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
13133         interface
13134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
13135         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
13136         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
13137         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
13138         interface
13139
13140 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13141
13142         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
13143           more memleak fixage
13144
13145 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13146
13147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
13148         * gst/typefind/gsttypefindfunctions.c:
13149           fix memleaks shown by gst-typefind
13150
13151 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13152
13153         * common/glib-gen.mak:
13154           add hack rule to touch .Plo files
13155         * gst-libs/gst/colorbalance/Makefile.am:
13156         * gst-libs/gst/mixer/Makefile.am:
13157         * gst-libs/gst/play/Makefile.am:
13158         * gst-libs/gst/tuner/Makefile.am:
13159           remove glib_root variable
13160
13161 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13162
13163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
13164           set explicit caps before adding the element, so the autopluggers can
13165           plug correctly.
13166         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13167         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13168         (mpeg_video_type_find), (mpeg_video_stream_type_find),
13169         (dv_type_find):
13170           fix memleaks in typefind functions. gst_type_find_suggest takes a const
13171           argument.
13172
13173 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13174
13175         * gst-libs/gst/colorbalance/Makefile.am:
13176         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13177         * gst-libs/gst/colorbalance/colorbalance.c:
13178         * gst-libs/gst/colorbalance/colorbalance.h:
13179         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
13180         * gst-libs/gst/mixer/Makefile.am:
13181         * gst-libs/gst/mixer/mixer-marshal.list:
13182         * gst-libs/gst/mixer/mixer.c:
13183         * gst-libs/gst/mixer/mixer.h:
13184         * gst-libs/gst/mixer/mixermarshal.list:
13185         * gst-libs/gst/play/Makefile.am:
13186         * gst-libs/gst/play/play.h:
13187         * gst-libs/gst/tuner/Makefile.am:
13188         * gst-libs/gst/tuner/tuner-marshal.list:
13189         * gst-libs/gst/tuner/tuner.c:
13190         * gst-libs/gst/tuner/tuner.h:
13191         * gst-libs/gst/tuner/tunermarshal.list:
13192           use new glib-gen.mak snippet to clean up Makefile.am
13193           fix various bugs in Makefile.am's
13194
13195 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13196
13197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
13198           handle chain parsing correctly in the multichain case
13199         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
13200         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
13201         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13202         (theora_dec_chain):
13203           handle events and queries correctly
13204
13205 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
13206
13207         * .cvsignore:
13208         Ignore generated file _stdint.h.
13209
13210 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
13211
13212         * gst-libs/gst/colorbalance/Makefile.am:
13213         * gst-libs/gst/colorbalance/colorbalance.h:
13214         * gst-libs/gst/mixer/Makefile.am:
13215         * gst-libs/gst/mixer/mixer.h:
13216         * gst-libs/gst/play/Makefile.am:
13217         * gst-libs/gst/play/play.h:
13218         * gst-libs/gst/tuner/Makefile.am:
13219         * gst-libs/gst/tuner/tuner.h:
13220         Generate enum type code with glib-mkenums.
13221         * gst-libs/gst/colorbalance/.cvsignore:
13222         * gst-libs/gst/mixer/.cvsignore:
13223         * gst-libs/gst/play/.cvsignore:
13224         * gst-libs/gst/tuner/.cvsignore:
13225         Ignore generated files.
13226
13227 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
13228
13229         * gst-libs/gst/audio/.cvsignore:
13230         Ignore generated file.
13231         * gst-libs/gst/audio/Makefile.am:
13232         Do not install example filter.
13233
13234 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
13235
13236         * examples/switch/.cvsignore:
13237         Ignore generated file.
13238
13239 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13240
13241         * common/m4/ax_create_stdint_h.m4:
13242         * configure.ac:
13243           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
13244           _stdint.h.
13245         * Makefile.am:
13246           remove generated _stdint.h in DISTCLEANFILES
13247         * ext/a52dec/gsta52dec.c:
13248           include _stdint.h for a52dec. (should fix #133064)
13249
13250 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
13251
13252         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
13253         (gst_tag_to_vorbis_comments):
13254         Add replaygain support to vorbistag
13255
13256 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
13257         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
13258         (gst_ffmpeg_caps_to_extradata):
13259           Fix SVQ3 caps flag properties
13260           Use glib macro for bytes swap
13261
13262 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13263
13264         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
13265         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
13266         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13267         * ext/sndfile/gstsf.c: (plugin_init):
13268         * gst/avi/gstavi.c: (plugin_init):
13269         * sys/dxr3/dxr3init.c: (plugin_init):
13270         * sys/oss/gstossaudio.c: (plugin_init):
13271         * sys/v4l/gstv4l.c: (plugin_init):
13272         * sys/v4l2/gstv4l2.c: (plugin_init):
13273           remove textdomain calls
13274         * po/nl.po:
13275           update Dutch translation
13276
13277 2004-02-02  Julien MOUTTE  <julien@moutte.net>
13278
13279         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13280         (gst_play_set_audio_sink): Moving volume in the audio thread for
13281         instantaneous volume change. Maybe i will add another volume in front
13282         of visualization later, not sure yet though.
13283
13284 2004-02-02  Julien MOUTTE  <julien@moutte.net>
13285
13286         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13287         (gst_ximagesink_handle_xevents): Better X events handling, only take
13288         the latest events for configure and motion.
13289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
13290
13291 2004-02-02  Jon Trowbridge  <trow@gnu.org>
13292
13293         reviewed by: David Schleef  <ds@schleef.org>
13294
13295         Fix memory leaks:
13296         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
13297         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
13298
13299 2004-02-02  David Schleef  <ds@schleef.org>
13300
13301         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
13302         of lines.
13303         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
13304         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13305         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
13306         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
13307         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
13308         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
13309         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
13310         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
13311         (gst_float2_2_int_link):
13312         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
13313         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
13314         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
13315         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
13316         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
13317         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
13318         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
13319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
13320         * testsuite/gst-lint: Add tests for bzero and ;;
13321
13322 2004-02-02  David Schleef  <ds@schleef.org>
13323
13324         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
13325
13326 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13327
13328         * ext/aalib/gstaasink.c: (gst_aasink_open):
13329         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
13330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13331         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13332         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
13333         (gst_afsink_close_file):
13334         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
13335         (gst_afsrc_close_file):
13336         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
13337         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13338         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
13339         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
13340         * ext/esd/esdmon.c: (gst_esdmon_get):
13341         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
13342         * ext/faac/gstfaac.c: (gst_faac_chain):
13343         * ext/faad/gstfaad.c: (gst_faad_chain):
13344         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
13345         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13346         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
13347         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
13348         (gst_flacdec_loop):
13349         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
13350         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13352         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13353         (gst_gnomevfssink_close_file):
13354         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13355         (gst_gnomevfssrc_open_file):
13356         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
13357         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
13358         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
13359         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13360         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
13361         * ext/mad/gstmad.c: (gst_mad_chain):
13362         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13363         * ext/mpeg2dec/gstmpeg2dec.c:
13364         * ext/mpeg2enc/gstmpeg2enc.cc:
13365         * ext/mplex/gstmplex.cc:
13366         * ext/mplex/gstmplexibitstream.cc:
13367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
13368         (gst_ogg_demux_push):
13369         * ext/raw1394/gstdv1394src.c:
13370         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
13371         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
13372         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
13373         (gst_sf_loop):
13374         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13375         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
13376         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
13377         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
13378         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13379         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
13380         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
13381         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
13382         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13383         (gst_riff_read_element_data), (gst_riff_read_seek),
13384         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
13385         * gst/adder/gstadder.c: (gst_adder_loop):
13386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
13387         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
13388         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
13389         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13390         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
13391         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
13392         * gst/goom/gstgoom.c: (gst_goom_chain):
13393         * gst/id3/gstid3types.c: (gst_id3types_loop):
13394         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
13395         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
13396         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
13397         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13398         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13399         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
13400         (gst_ebml_read_float), (gst_ebml_read_header):
13401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13402         (gst_matroska_demux_parse_blockgroup):
13403         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13404         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
13405         * gst/oneton/gstoneton.c: (gst_oneton_chain):
13406         * gst/silence/gstsilence.c: (gst_silence_get):
13407         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13408         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
13409         * gst/speed/gstspeed.c: (speed_loop):
13410         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13411         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13412         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
13413         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13414         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13415         (gst_wavparse_loop):
13416         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
13417         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
13418         (dxr3audiosink_close):
13419         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
13420         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
13421         (dxr3videosink_close), (dxr3videosink_write_data):
13422         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
13423         * sys/oss/gstosssink.c: (gst_osssink_chain):
13424         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13425         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
13426         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
13427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
13428         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13429         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13430         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
13431         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
13432         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
13433         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
13434         (gst_v4l_set_audio):
13435         * sys/v4l/v4l_calls.h:
13436         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13437         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
13438         (gst_v4lmjpegsink_playback_init),
13439         (gst_v4lmjpegsink_playback_start):
13440         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
13441         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13442         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
13443         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
13444         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
13445         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
13446         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
13447         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13448         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
13449         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
13450         (gst_v4l2_get_output), (gst_v4l2_set_output),
13451         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
13452         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
13453         (gst_v4l2_set_attribute):
13454         * sys/v4l2/v4l2_calls.h:
13455         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
13456         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
13457         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
13458         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
13459         (gst_v4l2src_capture_stop):
13460         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
13461         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13462         (gst_ximagesink_chain):
13463         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
13464         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
13465         (gst_xvideosink_xwindow_new):
13466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13467         (gst_xvimagesink_chain):
13468
13469 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13470
13471         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13472         (gst_volume_get_volume), (volume_class_init), (volume_init),
13473         (volume_chain_int16), (volume_update_volume):
13474         * gst/volume/gstvolume.h:
13475           make code more readable by removing magic numbers
13476           make mixer interface export 0-100 range
13477           make it internally map to 0.0-1.0 range so users don't distort
13478           output by putting the sliders at full volume
13479
13480 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13481
13482         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
13483         (gst_play_state_change), (gst_play_seek_to_time):
13484         block the tick callback for 0.5 secs after doing a seek
13485
13486 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13487
13488         * gst-libs/gst/play/play.c: (gst_play_new):
13489           check for GError
13490
13491 2004-02-01  Julien MOUTTE  <julien@moutte.net>
13492
13493         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
13494         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
13495         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13496         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
13497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13498         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
13499
13500 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13501
13502         * configure.ac:
13503         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13504           check for a function added in vorbis 1.1
13505
13506 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13507
13508         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13509         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
13510           really start/stop clock only on PLAYING <=> PAUSED
13511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13512           remove \n from debugging lines
13513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
13514           make it work when seeking does not
13515         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13516           reset on DISCONT
13517
13518 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13519
13520         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
13521           start clock on PAUSED=>PLAYING, not later
13522         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13523           extract correct time for different discont formats
13524         (gst_alsa_sink_get_time):
13525           don't segfault when no format is negotiated yet, just return 0
13526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13527         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
13528         (gst_ogg_pad_push):
13529           handle flush and discont events correctly
13530         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13531           handle discont events correctly
13532
13533 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13534
13535         * gst-libs/gst/play/play.c: (gst_play_error_quark),
13536         (gst_play_error_create), (gst_play_error_plugin),
13537         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
13538         * gst-libs/gst/play/play.h:
13539           add error handling during creation
13540         * examples/gstplay/player.c: (main):
13541           use new gst_play_new
13542
13543
13544 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13545
13546         * ext/theora/theoradec.c: (theora_dec_chain):
13547           make comments work
13548         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13549         (vorbis_dec_src_event), (vorbis_dec_chain):
13550           add encoder tag, fix tag reading to be more error tolerant, change
13551           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
13552           gst_pad_event_default.
13553         * gst/tags/gstvorbistag.c:
13554         (gst_tag_list_from_vorbiscomment_buffer):
13555           undefine function specific define at end of function
13556
13557 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
13558
13559         * ext/flac/gstflac.c: (plugin_init):
13560         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
13561         * ext/flac/gstflacdec.h:
13562         * ext/flac/gstflacenc.h:
13563           Fix typos
13564
13565 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
13566
13567         * examples/gstplay/player.c: s/gstplay.h/play.h/
13568
13569 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         * gst-libs/gst/play/Makefile.am:
13572         * gst-libs/gst/play/gstplay.c:
13573         * gst-libs/gst/play/gstplay.h:
13574         * gst-libs/gst/play/play.c:
13575           more surgery, operation complete
13576
13577 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         * gst-libs/gst/play/play.old.c:
13580         * gst-libs/gst/play/play.old.h:
13581           after CVS surgery by moving, remove
13582         * gst-libs/gst/play/playpipelines.c:
13583           remove
13584
13585         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
13586           add negotiation error
13587
13588 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13589
13590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13591         (gst_ogg_demux_push):
13592           add some seeking debug info
13593           send a flush when seeking
13594
13595 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13596
13597         * configure.ac:
13598           use AC_C_INLINE
13599         * configure.ac:
13600         * ext/Makefile.am:
13601         * ext/theora/Makefile.am:
13602         * ext/theora/theoradec.c:
13603           add theora video decoder. Does just do simple decoding for now and
13604           has been tested against Theora cvs only. It only works when theora
13605           is compiled with --enable-static.
13606         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13607           always reset packetno on DISCONT
13608
13609 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13610
13611         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
13612           Fix audio.
13613
13614 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13615
13616         * gst/mpegaudioparse/gstmpegaudioparse.c:
13617         (mp3_type_frame_length_from_header):
13618           Fix header parsing - stolen from ffmpeg (thank you! :) ).
13619
13620 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13621
13622         * ext/esd/esdsink.c: (gst_esdsink_init):
13623           Since we have static pad template caps, we don't need to negotiate;
13624           either the core errors out or we know the format.
13625
13626 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13627
13628         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13629         (gst_riff_read_seek):
13630         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13631         (gst_ebml_read_seek):
13632           Fix event handling.
13633
13634 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13635
13636         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
13637           removee video/x-theora from vp3 decoder, it doesn't handle raw
13638           theora streams
13639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13640           fix bug with finalizing element that never went to PAUSED
13641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13642           length and position queries were swapped
13643         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13644         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
13645         (vorbis_dec_src_event):
13646           implement querying time and bytes
13647
13648 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13649
13650         * just about every source file:
13651           gst_element_error -> GST_ELEMENT_ERROR
13652
13653 2004-01-29  Julien MOUTTE  <julien@moutte.net>
13654
13655         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
13656         emiting FLUSH and even before DISCONT.
13657         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
13658         get the best instant seeking as possible yay!
13659
13660 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13661
13662         * gst/mpeg1videoparse/gstmp1videoparse.c:
13663         (gst_mp1videoparse_real_chain):
13664           Committed wrong version last week... Grr... Didn't notice until now.
13665
13666 2004-01-29  Julien MOUTTE <julien@moutte.net>
13667
13668         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
13669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
13670         have_xwindow_id signal in xwindow_create.
13671
13672 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13673
13674         * ext/ogg/gstoggdemux.c:
13675           lots of changes - mainly support for chained bitstreams, seeking,
13676           querying and bugfixes of course
13677         * ext/vorbis/Makefile.am:
13678         * ext/vorbis/vorbisdec.c:
13679         * ext/vorbis/vorbisdec.h:
13680           add vorbisdec raw vorbis decoder
13681         * ext/vorbis/vorbis.c: (plugin_init):
13682           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
13683         * gst/intfloat/Makefile.am:
13684         * gst/intfloat/float22int.c:
13685         * gst/intfloat/float22int.h:
13686         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
13687           add float2intnew plugin. It converts multichannel interleaved float to
13688           multichannel interleaved int. The name should probably be changed.
13689         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
13690         (plugin_init):
13691           add typefinding for raw theora video so oggdemux can detect it.
13692
13693 2004-01-28  Julien MOUTTE  <julien@moutte.net>
13694
13695         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
13696         sink element first.
13697         * gst/videoscale/gstvideoscale.c:
13698         (gst_videoscale_handle_src_event): Fixing src event handler.
13699
13700 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13701
13702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13703         (gst_v4lsrc_open), (gst_v4lsrc_close),
13704         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
13705         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
13706         * sys/v4l/gstv4lsrc.h:
13707         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
13708         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
13709           Implement resizing... Hack. But that's why v4l is b0rked...
13710
13711 2004-01-28  Julien MOUTTE <julien@moutte.net>
13712
13713         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13714         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
13715         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
13716         (gst_ximagesink_xwindow_destroy):
13717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13718         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13719         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
13720         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
13721         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
13722         correctly cleaning the image created to check xshm calls on succes,
13723         added a lot of XSync calls in X11 functions, and fixed a segfault when
13724         no image format was defined before negotiation happened.
13725
13726 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13727
13728         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
13729           use gst_element_get_time to get correct time
13730
13731 2004-01-28  Julien MOUTTE  <julien@moutte.net>
13732
13733         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13734         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
13735         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
13736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
13737         (gst_xvimagesink_check_xshm_calls),
13738         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
13739         X plugins are now able to detect that XShm calls will fail even if the
13740         server claims that it has XShm support (remote displays most of the
13741         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
13742         so that we use non XShm functions. This feature is almost useless for
13743         xvimagesink as Xv is not supported on remote displays anyway, but
13744         it might happen than even on the local display XShm calls fail.
13745
13746 2004-01-27  David Schleef  <ds@schleef.org>
13747
13748         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
13749         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
13750         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
13751         changed esdsink to only use 44100,16,2, since esd sucks at rate
13752         conversion and esdsink has had difficulty negotiating.
13753
13754 2004-01-27  Julien MOUTTE <julien@moutte.net>
13755
13756         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
13757         (gst_play_seek_to_time): Fixing the way to get current position.
13758
13759 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13760
13761         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
13762           use gst_element_get_time to get correct time
13763
13764 2004-01-27  Julien MOUTTE <julien@moutte.net>
13765
13766         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
13767         fix ever... Inverting 2 lines of code make spider autoplug correctly
13768         tagged mp3 !
13769
13770 2004-01-27  David Schleef  <ds@schleef.org>
13771
13772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13773         Use gst_pad_try_set_caps_nonfixed().
13774
13775 2004-01-27  David Schleef  <ds@schleef.org>
13776
13777         * gst/ac3parse/gstac3parse.c: update to checklist 5
13778         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
13779         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
13780         * gst/audioscale/gstaudioscale.c: same
13781         * gst/auparse/gstauparse.c: same
13782         * gst/avi/gstavidemux.c: same
13783
13784 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13785
13786         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13787           stop processing after EOS
13788
13789 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13790
13791         * gst/asfdemux/asfheaders.h:
13792         * gst/asfdemux/gstasfdemux.c:
13793         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
13794         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
13795         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
13796           lot's of fixes to make data extraction simpler and get the code
13797           architecture and compiler independant. Add debugging category
13798         * gst/goom/gstgoom.c: (gst_goom_change_state):
13799           reset channel count on PAUSED=>READY, not READY=>PAUSED
13800
13801 2004-01-26  Colin Walters  <walters@verbum.org>
13802
13803         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
13804         code to pull a bigger buffer in iradio mode.  This as a side effect
13805         makes typefinding work.
13806
13807 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
13808
13809         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
13810         Fix SVQ3 decoding on PPC
13811
13812 2004-01-26  Julien MOUTTE <julien@moutte.net>
13813
13814         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
13815         that one managed to stay there... Fixed.
13816
13817 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
13818
13819         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
13820         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
13821         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
13822         (qtdemux_video_caps):
13823         * gst/qtdemux/qtdemux.h:
13824         Add SVQ3 specific flags to qtdemux and ffmpeg
13825
13826 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13827
13828         * gst-libs/gst/audio/audio.h:
13829           remove buffer-frames from audio caps
13830         * gst/audioconvert/gstaudioconvert.c:
13831           fix plugin to really work.
13832
13833 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13834
13835         * gst-libs/gst/mixer/mixer.c:
13836         * gst-libs/gst/propertyprobe/propertyprobe.c:
13837         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
13838         (gst_tuner_find_channel_by_name):
13839         * gst-libs/gst/tuner/tuner.h:
13840           Add gtk-doc style comments. Also fix a function name.
13841
13842 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13843
13844         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
13845         (gst_divxdec_negotiate):
13846           Fix for new capsnego - also fixes gst-player with divxdec.
13847
13848 2004-01-25  Julien MOUTTE  <julien@moutte.net>
13849
13850         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
13851         (gst_play_identity_handoff), (gst_play_set_location),
13852         (gst_play_set_visualization), (gst_play_connect_visualization): Another
13853         try in visualization implementation. Still have an issue with switch
13854         blocking when pulling from video_queue and only audio comes out of
13855         spider.
13856         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13857         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
13858         release method. And check if the pad is usable before pulling.
13859
13860 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13861
13862         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
13863         (gst_videobalance_init),
13864         (gst_videobalance_colorbalance_list_channels),
13865         (gst_videobalance_colorbalance_set_value),
13866         (gst_videobalance_colorbalance_get_value),
13867         (gst_videobalance_update_properties),
13868         (gst_videobalance_update_tables_planar411),
13869         (gst_videobalance_planar411):
13870         * gst/videofilter/gstvideobalance.h:
13871           Implement lookup-tables. +/- 10x faster.
13872
13873 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13874
13875         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13876         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
13877           The index reading was broken. The rest worked fine, but the whole
13878           goal of my rewrite was to make avidemux readable, and this was
13879           not at all readable. Please use typed variables.
13880
13881 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13882
13883         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13884           Additional pad usability check.
13885         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13886         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
13887         (gst_mp1videoparse_real_chain):
13888           Fix MPEG video stream parsing. The original plugin had several
13889           issues, including not timestamping streams where the source was
13890           not timestamped (this happens with PTS values in mpeg system
13891           streams, but MPEG video is also a valid stream on its own so
13892           that needs timestamps too). We use the display time code for that
13893           for now. Also, if one incoming buffer contains multiple valid
13894           frames, we push them all on correctly now, including proper EOS
13895           handling. Lastly, several potential segfaults were fixed, and we
13896           properly sync on new sequence/gop headers to include them in next,
13897           not previous frames (since they're header for the next frame, not
13898           the previous). Also see #119206.
13899         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
13900         (bpf_from_header):
13901           Move caps setting so we only do it after finding several valid
13902           MPEG-1 fraes sequentially, not right after the first one (which
13903           might be coincidental).
13904         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
13905         (mpeg_video_type_find), (mpeg_video_stream_type_find),
13906         (plugin_init):
13907           Add unsynced MPEG video stream typefinding, and change some
13908           probability values so we detect streams rightly. The idea is as
13909           follows: I can have an unsynced system stream which contains
13910           video. In the current code, I would randomly get a type for either
13911           system or video stream type found, because the probabilities are
13912           being calculated rather randomly. I now use fixed values, so we
13913           always prefer system stream if that was found (and that is how it
13914           should be). If no system stream was found, we can still identity                the stream as video-only.
13915
13916 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13917
13918         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13919         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
13920           don't write to buffer. Extract data without the need of
13921           __attribute__ ((packed))
13922
13923 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13924
13925         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
13926         (mpeg1_sys_type_find):
13927           Fix MPEG-1 stream typefinding.
13928
13929 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13930
13931         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13932           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
13933
13934 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13935
13936         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
13937         * ext/esd/gstesd.c: (plugin_init):
13938           private debugging, better error reporting
13939
13940 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13941
13942         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13943         (gst_riff_read_init), (gst_riff_read_change_state):
13944         * gst-libs/gst/riff/riff-read.h:
13945           Remove stuff fromold metadata system.
13946
13947 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13948
13949         * ext/ogg/gstoggdemux.c:
13950           Fix wrong file comment.
13951         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13952         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
13953           Add metadata reading properly.
13954
13955 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13956
13957         * ext/Makefile.am:
13958           Fix nas DIST_SUBDIRS
13959           Uraeus:
13960           Fix bug where make distcheck doesn't get run on adding stuff to
13961           the build.
13962
13963 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13964
13965         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
13966         * ext/divx/gstdivxdec.h:
13967           Fix divx3 ("msmpeg4") playback using divxdec.
13968
13969 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13970
13971         * gst/typefind/gsttypefindfunctions.c:
13972         (mp3_type_frame_length_from_header): fix bug in length computation
13973         (mp3_type_find): improve debugging output
13974
13975 2004-01-23  Julien MOUTTE  <julien@moutte.net>
13976
13977         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
13978         (gst_play_set_location), (gst_play_seek_to_time),
13979         (gst_play_set_audio_sink), (gst_play_set_visualization),
13980         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
13981         the pipeline from scratch. Visualization is back and switch went out as
13982         i realized it was not possible to use the way i wanted.
13983         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
13984         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
13985         clearing in state change from READY to NULL. So that one can clean the
13986         X ressources keeping the element.
13987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13988         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
13989         (gst_xvimagesink_colorbalance_set_value),
13990         (gst_xvimagesink_colorbalance_get_value),
13991         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
13992         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
13993         change from READY to NULL and fixed some stupid bugs in colorbalance
13994         get/set values. Also added the following feature : when nobody tries to
13995         set some values to the colorbalance levels before the xcontext is
13996         grabbed, then when creating channels list from Xv attributes we set the
13997         internal values to the Xv defaults. This way we handle buggy Xv drivers
13998         that set default hue values far from the middle of the range (Thanks
13999         to Jon Trowbridge for pointing that issue).
14000         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
14001         colorbalance levels have been set before xcontext is grabbed.
14002
14003 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14004
14005         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14006           Fix the ossmixer case where we shouldn't open /dev/dsp* because
14007           it might block operations (which is bad for a mixer).
14008
14009 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14010
14011         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
14012         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
14013         (gmip_find_type_pre):
14014         * gst-libs/gst/media-info/media-info-priv.h:
14015         * gst-libs/gst/media-info/media-info.c:
14016         (gst_media_info_instance_init), (gst_media_info_read_idler):
14017         add fakesink to get caps on decoder src pad again
14018         fix callback prototype to match new have_type signal signature
14019
14020 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14021
14022         * gst/adder/gstadder.c: (gst_adder_link):
14023           fix non-compile and cut-n-paste code
14024
14025 2004-01-21  David Schleef  <ds@schleef.org>
14026
14027         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
14028         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
14029         (gst_swfdec_init), (gst_swfdec_change_state):
14030         * ext/swfdec/gstswfdec.h:
14031         Fix negotiation.
14032         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
14033         (gst_adder_request_new_pad): Fix negotiation.
14034         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
14035         Add a fixate function.
14036         * gst/intfloat/gstfloat2int.c:
14037         * gst/intfloat/gstfloat2int.h:
14038         * gst/intfloat/gstint2float.c:
14039         * gst/intfloat/gstint2float.h:
14040         Completely rewrite the negotiation.  Doesn't quite work yet,
14041         due to some buffer-frames problem.
14042
14043 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         * ext/gnomevfs/gstgnomevfssrc.c:
14046         * sys/v4l2/v4l2_calls.h:
14047           fix includes for distcheck
14048
14049 2004-01-21  Christian Schaller <uraeus@gnome.org>
14050
14051         * ext/nas/
14052         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
14053         based on earlier patch from Laurent Vivier
14054
14055 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
14056
14057         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
14058         Fix wma caps property
14059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14060         Fix typo (flags1 and flags2)
14061
14062 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * gst-libs/gst/media-info/media-info-priv.c:
14065         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
14066         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
14067         (gmip_find_stream), (gmip_find_track_metadata),
14068         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
14069         (gmip_find_track_format):
14070         * gst-libs/gst/media-info/media-info-priv.h:
14071         * gst-libs/gst/media-info/media-info-test.c: (main):
14072         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
14073         (gst_media_info_read_idler), (gst_media_info_read):
14074         * gst-libs/gst/media-info/media-info.h:
14075           register debugging category and use it for debugging
14076
14077 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
14080         (gst_vorbisfile_new_link):
14081           signal streaminfo through tags
14082
14083 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14084
14085         * ext/mplex/gstmplex.cc:
14086         * ext/mplex/gstmplexibitstream.cc:
14087           g++ doesn't like NULL in our i18n/error macros, should be
14088           either (NULL) or ("").
14089
14090 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14091
14092         * sys/dxr3/dxr3audiosink.c:
14093         * sys/dxr3/dxr3init.c:
14094         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
14095         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
14096           Fix more error error error errors (missing includes here).
14097
14098 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14099
14100         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
14101           fix thomas' error errors.
14102
14103 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14104
14105         * ext/mpeg2enc/gstmpeg2enc.cc:
14106           fix error errors.
14107
14108 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14109
14110         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
14111         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
14112           Fix for new error system.
14113
14114 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14115
14116         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
14117           fix for new error reporting
14118
14119 2004-01-20  David Schleef  <ds@schleef.org>
14120
14121         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
14122         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14123         (gst_ximagesink_set_xwindow_id): Change to using a framerate
14124         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
14125         and neither is 100+, most likely.
14126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14127         (gst_xvimagesink_getcaps): same
14128
14129 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14130
14131         * configure.ac:
14132           Up version requirement to 2.0.3 (not yet released) to avoid symbol
14133           clashes with ffmpeg.
14134
14135 2004-01-20  Julien MOUTTE  <julien@moutte.net>
14136
14137         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
14138         (gst_switch_init): Fixed switch element : proxying link and setting
14139         caps from src to sink on request.
14140
14141 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14142
14143         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14144         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
14145         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
14146         fix element_error
14147
14148 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14149
14150         * sys/v4l/v4l_calls.h:
14151         * sys/v4l2/v4l2_calls.h:
14152           element_error fixes
14153
14154 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14155
14156         * gst-libs/gst/gst-i18n-plugin.h:
14157           add locale.h
14158           remove config.h inclusion
14159
14160 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14161
14162         * autogen.sh:
14163           adding autopoint invocation
14164         * Makefile.am:
14165         * configure.ac:
14166         * gst-libs/gst/gettext.h:
14167           adding gettext bits
14168         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
14169         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
14170         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14171         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
14172         (gst_gnomevfssink_close_file):
14173         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
14174         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
14175         * gst-libs/gst/gst-i18n-plugin.h:
14176         * gst/avi/gstavi.c: (plugin_init):
14177         * sys/dxr3/dxr3init.c: (plugin_init):
14178         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
14179         * sys/oss/gstossaudio.c: (plugin_init):
14180         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
14181         * sys/v4l/gstv4l.c: (plugin_init):
14182         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14183         * sys/v4l2/gstv4l2.c: (plugin_init):
14184         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
14185         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
14186         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
14187         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
14188         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
14189         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
14190           make sure locale and translation domain are set
14191           fix translated strings
14192         * po/.cvsignore:
14193         * po/LINGUAS:
14194         * po/Makevars:
14195         * po/POTFILES.in:
14196         * po/nl.po:
14197           put translation files into place
14198         * sys/xvideo/imagetest.c: (main):
14199         * ext/dv/demo-play.c: (main):
14200           fix unnecessary translations
14201
14202 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14203
14204         * ext/sndfile/gstsf.c:
14205         * gst/avi/gstavimux.c:
14206         * ext/audiofile/gstafsink.c:
14207         * ext/audiofile/gstafsrc.c:
14208         * ext/gnomevfs/gstgnomevfssink.c:
14209         * ext/gnomevfs/gstgnomevfssrc.c:
14210         * sys/oss/gstosselement.c:
14211         * sys/v4l/v4l_calls.h:
14212           fix i18n include
14213
14214 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14215
14216         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
14217         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
14218         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
14219         (gst_v4l2_get_output), (gst_v4l2_set_output),
14220         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
14221         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
14222         (gst_v4l2_set_attribute):
14223         update to new error handling
14224
14225 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14226
14227         * ext/sidplay/gstsiddec.cc:
14228         * gst/modplug/gstmodplug.cc:
14229           parenthese NULL because C++ seems angry about it
14230
14231 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14232
14233         * gst-libs/gst/gst-i18n-plugin.h:
14234           add skeleton i18n stuff, but needs to be further implemented
14235
14236 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14237
14238         * examples/gstplay/player.c: (main):
14239         * ext/aalib/gstaasink.c: (gst_aasink_open):
14240         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
14241         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14242         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14243         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
14244         (gst_afsink_close_file):
14245         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
14246         (gst_afsrc_close_file):
14247         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
14248         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
14249         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
14250         * ext/esd/esdmon.c: (gst_esdmon_get):
14251         * ext/esd/esdsink.c: (gst_esdsink_chain):
14252         * ext/faac/gstfaac.c: (gst_faac_chain):
14253         * ext/faad/gstfaad.c: (gst_faad_chain):
14254         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
14255         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14256         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
14257         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
14258         (gst_flacdec_loop):
14259         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
14260         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14261         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14262         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
14263         (gst_gnomevfssink_close_file):
14264         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14265         (gst_gnomevfssrc_open_file):
14266         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
14267         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
14268         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
14269         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
14270         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
14271         * ext/mad/gstmad.c: (gst_mad_chain):
14272         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
14273         * ext/mpeg2dec/gstmpeg2dec.c:
14274         * ext/mpeg2enc/gstmpeg2enc.cc:
14275         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
14276         * ext/mplex/gstmplex.cc:
14277         * ext/mplex/gstmplexibitstream.cc:
14278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
14279         (gst_ogg_demux_push), (gst_ogg_pad_push):
14280         * ext/raw1394/gstdv1394src.c:
14281         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
14282         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
14283         * ext/sidplay/gstsiddec.cc:
14284         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
14285         (gst_sf_loop):
14286         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14287         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
14288         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
14289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14290         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
14291         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
14292         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
14293         * gst-libs/gst/Makefile.am:
14294         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14295         (gst_riff_read_element_data), (gst_riff_read_seek),
14296         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
14297         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
14298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
14299         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
14300         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
14301         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14302         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
14303         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
14304         * gst/goom/gstgoom.c: (gst_goom_chain):
14305         * gst/id3/gstid3types.c: (gst_id3types_loop):
14306         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
14307         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
14308         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
14309         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14310         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
14311         (gst_ebml_read_float), (gst_ebml_read_header):
14312         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14313         (gst_matroska_demux_parse_blockgroup):
14314         * gst/modplug/gstmodplug.cc:
14315         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14316         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
14317         * gst/oneton/gstoneton.c: (gst_oneton_chain):
14318         * gst/silence/gstsilence.c: (gst_silence_get):
14319         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14320         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
14321         * gst/speed/gstspeed.c: (speed_loop):
14322         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14323         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14324         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
14325         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
14326         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14327         (gst_wavparse_loop):
14328         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
14329         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
14330         (dxr3audiosink_close):
14331         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
14332         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
14333         (dxr3videosink_close), (dxr3videosink_write_data):
14334         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
14335         * sys/oss/gstosselement.h:
14336         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
14337         (gst_osssink_chain):
14338         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14339         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14340         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
14341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
14342         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
14343         (gst_v4l_enable_overlay):
14344         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
14345         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
14346         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
14347         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
14348         (gst_v4l_set_audio):
14349         * sys/v4l/v4l_calls.h:
14350         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14351         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
14352         (gst_v4lmjpegsink_playback_init),
14353         (gst_v4lmjpegsink_playback_start):
14354         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14355         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
14356         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
14357         (gst_v4lmjpegsrc_requeue_frame):
14358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14359         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
14360         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
14361         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
14362         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
14363         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
14364         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
14365         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
14366         (gst_v4l2src_capture_stop):
14367         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
14368         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14369         (gst_ximagesink_chain):
14370         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
14371         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
14372         (gst_xvideosink_xwindow_new):
14373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14374         (gst_xvimagesink_chain):
14375         use new error signal, function and categories
14376
14377 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
14378
14379         * configure.ac:
14380         * ext/Makefile.am:
14381         * ext/musicbrainz/gsttrm.c:
14382         * ext/musicbrainz/gsttrm.h:
14383         * ext/musicbrainz/Makefile.am:
14384         Add a trm plugin
14385
14386 2004-01-18  Julien MOUTTE  <julien@moutte.net>
14387
14388         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
14389         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
14390         synchronous property for debugging.
14391         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
14392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14393         (gst_xvimagesink_set_property): Moving a pointer declaration to a
14394         smaller block, fixing indent.
14395
14396 2004-01-16  David Schleef  <ds@schleef.org>
14397
14398         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
14399         property affects the video stream.
14400         * sys/xvimage/xvimagesink.c:
14401         * sys/xvimage/xvimagesink.h:
14402         Add synchronous property for debugging.  Should probably be
14403         disabled in non-CVS builds.  Make sure that the Xv attribute
14404         exists before we set it (crash!).  Fix a silly float bug that
14405         caused colorbalance to just not work.
14406
14407 2004-01-17  Christian Schaller <Uraeus@gnome.org>
14408
14409         * tools/gst-launch-ext.in - update for new plugins
14410
14411 2004-01-16  David Schleef  <ds@schleef.org>
14412
14413         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
14414         already-freed caps.
14415
14416 2994-01-16  Christian Schaller <Uraeus@gnome.org>
14417
14418         * Update spec for new colorspace plugin and libcaca plugin
14419         * Fix compilation of libcaca plugin (clock -> id)
14420
14421 2004-01-16  Julien MOUTTE <julien@moutte.net>
14422
14423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
14424         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
14425         (gst_xvimagesink_set_xwindow_id),
14426         (gst_xvimagesink_colorbalance_set_value),
14427         (gst_xvimagesink_colorbalance_get_value),
14428         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14429         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
14430         correct colorbalance properties. They can now be set when the element
14431         is still in NULL state. The values will be committed to the Xv Port
14432         when xcontext is initialized.
14433         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
14434         brightness int values in the GstXvImagesink structure.
14435
14436 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14437
14438         * gst-libs/gst/Makefile.am:
14439           restructure so having local patches works easier.
14440
14441 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14442
14443         * ext/mpeg2enc/Makefile.am:
14444         * ext/mpeg2enc/gstmpeg2enc.cc:
14445         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
14446           Bugfix with respect to EOS handling.
14447
14448 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14449
14450         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
14451           Link with right caps (else, it segfaults).
14452         * ext/mplex/gstmplexjob.cc:
14453           Fix for slight API change in 1.6.1.93 release of mjpegtools.
14454
14455 2004-01-15  David Schleef  <ds@schleef.org>
14456
14457         * gst-libs/gst/audio/Makefile.am:
14458         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
14459         from the template.
14460         * gst-libs/gst/audio/gstaudiofilter.c:
14461         * gst-libs/gst/audio/gstaudiofilter.h:
14462         Add bytes_per_sample and size and n_samples calculation.
14463         * gst-libs/gst/audio/gstaudiofilterexample.c:
14464         Remove, now autogenerated.
14465         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14466         Moved from gstaudiofilterexample, object name changed, code added
14467         so that it actually works.
14468         * gst-libs/gst/audio/make_filter:
14469         Script to build an audiofilter subclass from the template.
14470         * gst/colorspace/Makefile.am:
14471         * gst/colorspace/yuv2yuv.c:
14472         Remove file, since it's GPL, and we don't use it.
14473
14474 2004-01-15  Julien MOUTTE  <julien@moutte.net>
14475
14476         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
14478         them use the buffer free function to test how the buffer was allocated.
14479
14480 2004-01-15  David Schleef  <ds@schleef.org>
14481
14482         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
14483         that handles osssink fallback.
14484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14485         (gst_audio_convert_getcaps):
14486         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14487         Add audio/x-qdm2 for QDM2 audio.
14488         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14489         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
14490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14491         Decrease minimum size to 16x16.
14492         * gst/wavparse/gstwavparse.c:
14493         Convert disabled pad template caps to new caps.
14494         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14496         (gst_xvimagesink_chain): Throw element error when display cannot
14497         be opened.  Increase minimum framerate to 1.0.  Check the data
14498         free function on a buffer to make sure it is the type we expect
14499         before manipulating it.
14500
14501 2004-01-15  Julien MOUTTE <julien@moutte.net>
14502
14503         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
14504         (gst_videobalance_colorbalance_set_value): Implement passthru if
14505         settings are in the middle.
14506         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
14507
14508 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14509
14510         * gst/videofilter/Makefile.am:
14511         * gst/volume/Makefile.am:
14512           Since we use videofilter symbols, link to it.
14513
14514 2004-01-15  Julien MOUTTE <julien@moutte.net>
14515
14516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
14517         mixer interface type to HARDWARE.
14518         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
14519         type to SOFTWARE.
14520         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
14521         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
14522         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
14523         (gst_volume_interface_init), (gst_volume_list_tracks),
14524         (gst_volume_set_volume), (gst_volume_get_volume),
14525         (gst_volume_set_mute), (gst_volume_mixer_init),
14526         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
14527         (volume_init): Implementing mixer interface.
14528         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
14529         * sys/oss/gstosselement.c: (gst_osselement_get_type),
14530         (gst_osselement_change_state): Removing some trailing commas in
14531         structures.
14532         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
14533         interface type to HARDWARE.
14534         * sys/v4l/gstv4lcolorbalance.c:
14535         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
14536         type to HARDWARE.
14537         * sys/v4l2/gstv4l2colorbalance.c:
14538         (gst_v4l2_color_balance_interface_init): Setting colorbalance
14539         interface type to HARDWARE.
14540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
14541         same code than ximagesink for event handling.
14542
14543 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14544
14545         * ext/snapshot/Makefile.am:
14546         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
14547         (gst_snapshot_chain):
14548         * ext/snapshot/gstsnapshot.h:
14549           This has to be a joke... Snapshot should be connected to a tee,
14550           colorspace element before it and EOS after that, where the other
14551           src of the tee receives normal data.
14552           The current way is *wrong*.
14553
14554 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14555
14556         * ext/hermes/gsthermescolorspace.c:
14557           Fix another compile error. Same as below.
14558
14559 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14560
14561         * gst/colorspace/gstcolorspace.c:
14562         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
14563         (gst_colorspace_i420_to_yv12):
14564           Fix compiling... Didn't test if it actually works.
14565
14566 2004-01-15  David Schleef  <ds@schleef.org>
14567
14568         * configure.ac:
14569         * gst/colorspace/Makefile.am:
14570         * gst/colorspace/gstcolorspace.c:
14571         * gst/colorspace/gstcolorspace.h:
14572         * gst/colorspace/yuv2rgb.c:
14573         * gst/colorspace/yuv2rgb.h:
14574         Duplicate the ext/hermes colorspace plugin, and remove Hermes
14575         code and GPL code.  Fix for new caps negotiation.  Rewrite
14576         much of the format handling code, and some of the conversion
14577         code.  Basically, rewrote almost everything.  This element
14578         handles I420, YV12 to RGB conversions.
14579         * ext/hermes/Makefile.am:
14580         * ext/hermes/gsthermescolorspace.c:
14581         Rename colorspace to hermescolorspace.  Fix negotiation issues.
14582         Remove non-Hermes related code.  This element handles lots of
14583         RGB to RGB conversions, but no YUV.
14584         * ext/hermes/gstcolorspace.c:
14585         * ext/hermes/gstcolorspace.h:
14586         * ext/hermes/rgb2yuv.c:
14587         * ext/hermes/yuv2rgb.c:
14588         * ext/hermes/yuv2rgb.h:
14589         * ext/hermes/yuv2rgb_mmx16.s:
14590         * ext/hermes/yuv2yuv.c:
14591         * ext/hermes/yuv2yuv.h:
14592         Remove old code.
14593
14594 2004-01-14  Colin Walters  <walters@verbum.org>
14595
14596         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
14597         they've already been.
14598
14599 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14600
14601         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
14602           assume tag mode when pad is not connected
14603
14604 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14605
14606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14607           Don't update the time of the clock
14608         (gst_alsa_sink_loop):
14609           sync to the clock given to alsasink, not the own clock
14610         * sys/oss/gstosssink.c: (gst_osssink_chain):
14611           sync to the clock
14612         (gst_osssink_change_state):
14613           activate the clock
14614         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
14616           remove bogus code that made DISCONT events unhandled
14617         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14618           explicitly case to double in _set_simple. (fixes 2nd warning in bug
14619           #131502)
14620         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
14621         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
14622         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
14623           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
14624           2nd warning in bug #131502)
14625
14626 2004-01-14  Julien MOUTTE  <julien@moutte.net>
14627
14628         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
14629         (gst_videobalance_colorbalance_set_value),
14630         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
14631         for colorbalance interface implementation.
14632         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14633         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14634         (gst_ximagesink_dispose), (gst_ximagesink_init),
14635         (gst_ximagesink_class_init): Adding DISPLAY property.
14636         * sys/ximage/ximagesink.h: Adding display_name to store display.
14637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14638         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14639         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
14640         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
14641         properties (they still need polishing though for gst-launch use : no
14642         xcontext yet, i ll do that tomorrow).
14643         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
14644
14645 2004-01-14  Julien MOUTTE  <julien@moutte.net>
14646
14647         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
14648         (gst_play_set_location), (gst_play_set_visualization): Preparing
14649         switch integration, adding videobalance in the pipeline.
14650
14651 2004-01-14  Julien MOUTTE <julien@moutte.net>
14652
14653         * gst-libs/gst/colorbalance/colorbalance.c:
14654         (gst_color_balance_class_init): Adding a default type.
14655         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
14656         the type.
14657         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
14658         (gst_videobalance_dispose), (gst_videobalance_class_init),
14659         (gst_videobalance_init), (gst_videobalance_interface_supported),
14660         (gst_videobalance_interface_init),
14661         (gst_videobalance_colorbalance_list_channels),
14662         (gst_videobalance_colorbalance_set_value),
14663         (gst_videobalance_colorbalance_get_value),
14664         (gst_videobalance_colorbalance_init): Implementing colorbalance
14665         interface.
14666         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
14667         list.
14668         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
14669         bug which was triggering a BadAccess X error when setting an overlay
14670         before pad was really negotiated.
14671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
14672         Using the colorbalance type macro.
14673
14674 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14675
14676         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
14677         (gst_flacenc_chain):
14678           handle tags correctly
14679         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14680           extract ID3v1 tags correctly
14681
14682 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
14685         (plugin_init):
14686           Improve matroska typefinding for odd-typed headers...
14687
14688 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14689
14690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14691           Fix for using incremental number on padnames.
14692
14693 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14694
14695         * ext/divx/gstdivxdec.c:
14696         * ext/divx/gstdivxenc.c:
14697           Set category to divx4linux instead of divx (too generic).
14698         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14699         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
14700         (gst_wavparse_loop), (gst_wavparse_change_state):
14701         * gst/wavparse/gstwavparse.h:
14702           fix parsing of WAV files with non-standard fmt-tag size and fix
14703           skipping of unrecognized chunks... Someone please fix this thing
14704           to use rifflib so all this is automated.
14705         * sys/v4l/Makefile.am:
14706         * sys/v4l2/Makefile.am:
14707           Add X_CFLAGS because we depend on X (for overlay).
14708
14709 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
14710
14711         * ext/mpeg2dec/gstmpeg2dec.c:
14712           Don't issue a timestamp unless we tagged the frame
14713           with a PTS.
14714
14715 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14716
14717         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
14718           Query the audio element to get the time, not the clock. We're
14719           interested in the element's time here.
14720
14721 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14722
14723         * ext/aalib/gstaasink.c: (gst_aasink_chain):
14724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14725         * ext/esd/esdsink.c: (gst_esdsink_chain):
14726         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
14727         * ext/mas/massink.c: (gst_massink_chain):
14728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
14729         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
14730         (gst_matroska_demux_parse_metadata):
14731         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
14732         (gst_mpeg_parse_release_locks):
14733         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
14734         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
14735         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14736         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14737         (gst_osssink_change_state):
14738         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14739         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14740         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
14741         (gst_xvideosink_release_locks):
14742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
14743           use element time.
14744         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
14745         (gst_alsa_clock_stop):
14746         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
14747         (gst_audio_clock_get_internal_time):
14748           simplify for use with new clocking code.
14749         * testsuite/alsa/Makefile.am:
14750         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
14751           fix testsuite for new caps system
14752
14753 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14754
14755         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14756         * ext/flac/gstflacenc.c: (add_one_tag):
14757           length is already host endian, no need to convert. Fixes playback of
14758           tagged files on PPC. (bug #128384)
14759
14760 2004-01-13  Julien MOUTTE <julien@moutte.net>
14761
14762         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
14763         colorbalance interface stating if it is hardware based or software
14764         based.
14765         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
14766         Removing a trailing comma.
14767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14768         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
14769         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
14770         the documentation seems to be wrong on the -1000 to 1000 interval.
14771
14772 2004-01-12  David Schleef  <ds@schleef.org>
14773
14774         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
14775         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
14776         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
14777         Fix negotiation.  Add a bufferalloc function for the sink pad,
14778         and generally clean up some of the code.
14779
14780 2004-01-12  Julien MOUTTE <julien@moutte.net>
14781
14782         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14783         (gst_color_balance_channel_dispose): Adding safety check in dispose
14784         method.
14785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14786         (gst_xvimagesink_xcontext_clear),
14787         (gst_xvimagesink_interface_supported),
14788         (gst_xvimagesink_colorbalance_list_channels),
14789         (gst_xvimagesink_colorbalance_set_value),
14790         (gst_xvimagesink_colorbalance_get_value),
14791         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
14792         Adding colorbalance interface support to set XV parameters such as
14793         HUE, BRIGHTNESS, CONTRAST, SATURATION.
14794         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
14795         interface.
14796
14797 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14798
14799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
14800         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
14801         (gst_audio_convert_init), (gst_audio_convert_set_property),
14802         (gst_audio_convert_get_property), (gst_audio_convert_chain),
14803         (gst_audio_convert_link),
14804         (gst_audio_convert_buffer_to_default_format),
14805         (gst_audio_convert_buffer_from_default_format), (plugin_init):
14806           - implement _getcaps and use it
14807           - improve linking
14808           - remove float caps since no float conversion is actually done
14809           - remove properties and arguments that were to be used for rate
14810             conversion
14811
14812 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14813
14814         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
14815         (gst_audio_structure_set_int):
14816         * gst-libs/gst/audio/audio.h:
14817           add helper functions for _getcaps matching the standard audio
14818           templates
14819
14820 2004-01-12  David Schleef  <ds@schleef.org>
14821
14822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14823         Test that pad is negotiated before getting its caps.
14824
14825 2004-01-12  Julien MOUTTE <julien@moutte.net>
14826
14827         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
14828         analyzing the pads of an element the bin is mostly in READY state so
14829         no caps were negotiated. This helper function needs to work with
14830         _get_caps directly then. I was not freeing them though, added that to
14831         fix the mem leak.
14832
14833 2004-01-12  Julien MOUTTE <julien@moutte.net>
14834
14835         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
14837         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
14838         than the free_func.
14839
14840 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14841
14842         * sys/oss/gstossaudio.c: (plugin_init):
14843         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14844         * sys/oss/gstosselement.h:
14845           make an oss debugging category
14846           make failure more descriptive
14847
14848 2004-01-11  David Schleef  <ds@schleef.org>
14849
14850         * ext/ffmpeg/gstffmpeg.c:
14851         * ext/ffmpeg/gstffmpegcodecmap.c:
14852         * ext/ffmpeg/gstffmpegdec.c:
14853         * ext/ffmpeg/gstffmpegenc.c:
14854         * ext/ffmpeg/gstffmpegprotocol.c:
14855         * ext/gdk_pixbuf/gstgdkanimation.c:
14856         * ext/jpeg/gstjpeg.c:
14857         * ext/libpng/gstpng.c:
14858         * ext/mpeg2dec/perftest.c:
14859         * ext/speex/gstspeex.c:
14860         * gst-libs/gst/resample/dtos.c:
14861         * gst/intfloat/gstintfloatconvert.c:
14862         * gst/oneton/gstoneton.c:
14863         * gst/rtjpeg/RTjpeg.c:
14864         * gst/rtp/gstrtp.c:
14865         * sys/dxr3/dxr3init.c:
14866         * sys/glsink/gstgl_nvimage.c:
14867         * sys/glsink/gstgl_pdrimage.c:
14868         * sys/glsink/gstglsink.c:
14869         * testsuite/gst-lint:
14870         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
14871
14872 2004-01-11  David Schleef  <ds@schleef.org>
14873
14874         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
14875         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
14876         * ext/gdk_pixbuf/gstgdkanimation.c:
14877         (gst_gdk_animation_iter_create_pixbuf):
14878         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14879         (gst_gdk_pixbuf_chain):
14880         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14881         * ext/jack/gstjack.c: (gst_jack_change_state):
14882         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
14883         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
14884         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
14885         * gst/videofilter/gstvideofilter.c:
14886         (gst_videofilter_set_output_size):
14887         Remove all usage of gst_pad_get_caps(), and replace it with
14888         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
14889
14890 2004-01-11  David Schleef  <ds@schleef.org>
14891
14892         * configure.ac:
14893         * ext/Makefile.am: Fixes to make ext/libcaca compile.
14894         * ext/divx/gstdivxdec.c:
14895         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14896         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
14897         handle images that span multiple buffers.  Now work with both
14898         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
14899         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14900         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
14901         video/video.h changes
14902         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
14903         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14904         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
14905         of GstData free function.
14906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
14907         same.
14908
14909 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14910
14911         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
14912         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
14913         (gst_v4l2element_get_property):
14914         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
14915           add norm, channel and frequency properties.
14916         * sys/v4l2/gstv4l2tuner.c:
14917           fixes for tuner interface changes
14918         * sys/v4l2/gstv4l2element.h:
14919         * sys/v4l2/gstv4l2src.c:
14920         * sys/v4l2/gstv4l2src.h:
14921         * sys/v4l2/v4l2src_calls.c:
14922         * sys/v4l2/v4l2src_calls.h:
14923           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
14924
14925 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14926
14927         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
14928         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
14929         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
14930         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
14931         * gst-libs/gst/tuner/tuner.h:
14932           GObjects aren't const.
14933           Add find_by_name functions.
14934           Add checks to _changed functions.
14935         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
14936         (gst_v4l_tuner_get_norm):
14937           Fixes for above.
14938
14939 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14940
14941         * gst-libs/gst/video/video.h:
14942           Fix caps template names to be understandable.
14943           Prefix everything with GST_VIDEO.
14944         * ext/aalib/gstaasink.c:
14945         * ext/divx/gstdivxdec.c:
14946         * ext/divx/gstdivxenc.c:
14947         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14948         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
14949         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
14950         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
14951         * ext/libcaca/gstcacasink.c:
14952         * ext/libpng/gstpngenc.c: (raw_caps_factory):
14953         * ext/snapshot/gstsnapshot.c:
14954         * ext/swfdec/gstswfdec.c:
14955         * ext/xvid/gstxviddec.c:
14956         * ext/xvid/gstxvidenc.c:
14957         * gst/chart/gstchart.c:
14958         * gst/deinterlace/gstdeinterlace.c:
14959         * gst/effectv/gsteffectv.c:
14960         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
14961         * gst/goom/gstgoom.c:
14962         * gst/median/gstmedian.c:
14963         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
14964         (gst_monoscope_srcconnect), (gst_monoscope_chain):
14965         * gst/overlay/gstoverlay.c:
14966         * gst/smooth/gstsmooth.c:
14967         * gst/smpte/gstsmpte.c:
14968         * gst/synaesthesia/gstsynaesthesia.c:
14969         * gst/videocrop/gstvideocrop.c:
14970         * gst/videodrop/gstvideodrop.c:
14971         * gst/y4m/gsty4mencode.c:
14972         * sys/qcam/gstqcamsrc.c:
14973         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
14974           Make them work with new video.h file.
14975         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14976         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
14977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14978         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
14979           Make it work with new buffer allocation system.
14980
14981 2004-01-11  Julien MOUTTE  <julien@moutte.net>
14982
14983         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
14984         pad_alloc_buffer implementation to use ->srcpad
14985         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
14986         pad_alloc_buffer implementation to use ->srcpad
14987         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
14988         pad_alloc_buffer implementation to use ->srcpad
14989         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14990         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
14991         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
14992         a reference to everything we need.
14993         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
14994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14995         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
14996         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
14997         a reference to everything we need.
14998         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
14999
15000 2004-01-11  David Schleef  <ds@schleef.org>
15001
15002         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
15003         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
15004         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
15005         structure members.
15006         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
15007         value during a resize/renegotiation.
15008         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
15009         gst_pad_alloc_buffer();
15010         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
15011         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
15012         structure members.
15013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
15014         Fix for rename of buffer private structure members.
15015         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15016         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
15017         Fix for rename of buffer private structure members.
15018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15019         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
15020         Fix for rename of buffer private structure members.
15021
15022 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
15023
15024         reviewed by: David Schleef <ds@schleef.org>
15025
15026         * gst/videofilter/Makefile.am:
15027         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
15028         from the patch by ds to fit in with recent make_filter changes.
15029
15030 2004-01-11  Julien MOUTTE  <julien@moutte.net>
15031
15032         * configure.ac: Adding examples/switch/Makefile
15033         * examples/Makefile.am: Adding examples/switch
15034         * examples/switch/Makefile.am: Adding switcher example.
15035         * examples/switch/switcher.c: (got_eos), (idle_iterate),
15036         (switch_timer), (main): Adding an example demonstrating switch usage
15037         with 2 videotestsrc showing different patterns.
15038         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
15039         (gst_switch_init): Fixing switch with the new caps system.
15040
15041 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15042
15043         * gst-libs/gst/video/video.h:
15044           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
15045           They should probably be like
15046           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
15047
15048 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15049
15050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15051         (qtdemux_parse_trak):
15052           fix audio chunk size/timestamp calculation
15053
15054 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15055
15056         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
15057           fix SVQ3 caps
15058
15059 2004-01-11  Steve Baker  <steve@stevebaker.org>
15060
15061         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
15062         (gst_agingtv_base_init), (gst_agingtv_class_init),
15063         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
15064         (gst_agingtv_set_property), (gst_agingtv_get_property):
15065         Port agingTV to videofilter
15066
15067 2004-01-09  Julien MOUTTE <julien@moutte.net>
15068
15069         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
15070         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
15071
15072 2004-01-09  Julien MOUTTE <julien@moutte.net>
15073
15074         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
15075         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
15076         * gst-libs/gst/xoverlay/xoverlay.c:
15077         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
15078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
15079         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
15080         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15081         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
15082         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15083         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
15084         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
15085         the bufferalloc_function to replace bufferpools, fixing the XOverlay
15086         interface implementation to handle xid being 0 and fix some bugs
15087         triggered by Benjamin's testcase.
15088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15089         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15090         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
15091         the bufferalloc_function to replace bufferpools, fixing the XOverlay
15092         interface implementation to handle xid being 0 and fix some bugs
15093         triggered by Benjamin's testcase.
15094
15095 2004-01-09  David Schleef  <ds@schleef.org>
15096
15097         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
15098         mouse pointer events.  It works.
15099
15100 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15101
15102         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
15103           Use explicit caps - fix capsnego.
15104         * ext/xvid/gstxviddec.c:
15105         * ext/xvid/gstxvidenc.c:
15106           Remove macro-inside-macro which caused compile errors.
15107         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
15108           Error out if it's not a RIFF file. Else we error out without
15109           gst_element_error() which is not good...
15110
15111 2004-01-08  David Schleef  <ds@schleef.org>
15112
15113         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
15114         Fix pad_link function to handle formats that ffmpeg returns
15115         as multiple caps structures.
15116         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
15117         Only complain if source buffer is _smaller_ than expected.
15118         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15119         (gst_videoscale_handle_src_event): Resize navigation events
15120         when passing them upstream.
15121         * gst/videotestsrc/gstvideotestsrc.c:
15122         * gst/videotestsrc/gstvideotestsrc.h:
15123         * gst/videotestsrc/videotestsrc.c:
15124         * gst/videotestsrc/videotestsrc.h:
15125         Rewrite many of the buffer painting functions to handle odd
15126         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
15127         been verified to work with my video card.
15128         * testsuite/gst-lint:  Add check for elements calling
15129         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
15130
15131 2004-01-08  David Schleef  <ds@schleef.org>
15132
15133         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15134         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
15135
15136 2004-01-08  Julien MOUTTE  <julien@moutte.net>
15137
15138         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
15139         configure event is not emiting the desired size signal. That fixes
15140         aspect ratio issues with gst-player.
15141
15142 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15143
15144         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
15145           Fix capsnego.
15146
15147 2004-01-08  Julien MOUTTE  <julien@moutte.net>
15148
15149         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
15150         public method to fire size signal.
15151
15152 2004-01-07  Julien MOUTTE  <julien@moutte.net>
15153
15154         * examples/gstplay/Makefile.am: Adding the interface library.
15155         * gst-libs/gst/play/Makefile.am: Adding the interface library.
15156         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
15157         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
15158         GST_IS_X_OVERLAY before signal connect.
15159         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
15160         Removing the have_video_size signal.
15161         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
15162         and associated public method.
15163         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15164         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
15165         signal.
15166         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
15167         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
15168         signal.
15169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
15170         Using XOverlay public method to fire size signal.
15171
15172 2004-01-07  David Schleef  <ds@schleef.org>
15173
15174         * gst/videofilter/Makefile.am:
15175         * gst/videofilter/gstvideotemplate.c:
15176         * gst/videofilter/make_filter:
15177         Create gstvideoexample.c in a srcdir!=builddir friendly way.
15178         Convert make_filter to /bin/sh script.
15179
15180 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15181
15182         * gst/modplug/gstmodplug.cc: fix element description
15183
15184 2004-01-07  Julien MOUTTE  <julien@moutte.net>
15185
15186         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
15187         (got_video_size): Adding some new lines in g_print calls.
15188         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15189         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
15190         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
15191         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
15192         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
15193         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
15194         Complete code review, reverting some stuff i disagree with, adding
15195         some fixes : time synchronization on invalid timestamps, renegotiation
15196         of private window.
15197         * sys/ximage/ximagesink.h:
15198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
15199         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
15200         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15201         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
15202         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
15203         (gst_xvimagesink_buffer_new),
15204         (gst_xvimagesink_navigation_send_event),
15205         (gst_xvimagesink_set_xwindow_id),
15206         (gst_xvimagesink_get_desired_size),
15207         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
15208         stuff i disagree with, adding some fixes : Renegotiation of private
15209         window, implementing get_desired_size.
15210
15211 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15212
15213         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
15214         (gst_afsink_handle_event):
15215         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
15216         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
15217         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
15218         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
15219         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
15220           Fix for instantiate-test (see core). Also remove dead code from
15221           jpegenc (which still needs fixing, but that's lower on my TODO
15222           list...).
15223         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15224           Never return NULL as caps.
15225
15226 2004-01-07  David Schleef  <ds@schleef.org>
15227
15228         * configure.ac:
15229         * ext/Makefile.am:
15230         * ext/librfb/Makefile.am:
15231         * ext/librfb/gstrfbsrc.c:
15232         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
15233         is the protocol used by VNC.
15234
15235 2004-01-07  David Schleef  <ds@schleef.org>
15236
15237         * gst/videofilter/gstvideotemplate.c:
15238         * gst/videofilter/gstvideotemplate.h:
15239         * gst/videofilter/make_filter:
15240         Merge videotemplate header into source file.
15241         * gst/effectv/Makefile.am:
15242         * gst/effectv/gsteffectv.c: (plugin_init):
15243         * gst/effectv/gstwarp.c:
15244         Make warpTV a subclass of videofilter.
15245
15246 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15247
15248         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15249           Add guard against invalid utf-8 conversions in mad. Just in case.
15250
15251 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15252
15253         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
15254           Fix for bug shown by poisoning
15255
15256 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15257
15258         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
15259         (gst_v4lmjpegsrc_buffer_free):
15260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15261         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
15262         (gst_v4lsrc_buffer_free):
15263           Fix for removed bufferpools.
15264
15265 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
15266
15267         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
15268         Fix caps negotiation.
15269
15270         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
15271         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
15272         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
15273         (dvdnavsrc_event):
15274         * ext/mpeg2dec/gstmpeg2dec.c:
15275         * gst-libs/gst/navigation/navigation.c:
15276         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
15277         * gst-libs/gst/navigation/navigation.h:
15278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
15279         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
15280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
15281         Super-simple first version of mouse and keyboard events. Clicking
15282         on a DVD menu now works, although it may not take you where you
15283         expected.
15284
15285         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15286         * gst/videotestsrc/gstvideotestsrc.c:
15287         (gst_videotestsrc_src_fixate):
15288         These fixate functions were broken - they never actually
15289         fixated :)
15290
15291 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15292
15293         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
15294         (gst_icecastsend_init):
15295           fix for new caps system.
15296         * gst-libs/gst/mixer/mixertrack.h:
15297         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
15298           Add 'master track' flag (for tools like ACME that only want to
15299           change the main volume).
15300
15301 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
15302
15303         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
15304         (gst_xvid_csp_to_caps):
15305         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
15306         * ext/xvid/gstxvidenc.c:
15307         ifdef out ARGB type when it isn't available
15308         in xvidcore 1.0.0beta2
15309
15310 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15311
15312         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
15313           When we have received a new SCR right in the first buffer after
15314           a seek (so in the same cycle that handles the discont), we should
15315           handle the buffer instead of unreffing it, else we lose data.
15316
15317 2004-01-06  Iain <iain@prettypeople.org>
15318
15319         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
15320           buffer-frames caps too.
15321
15322         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
15323           caps that we need, don't destroy them all and rebuild them. And when
15324           creating src pads, use the src pad template rather than the sink...
15325
15326 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15327
15328         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
15329           Add pad to element *after* setting functions such as event handler.
15330           Without this, the scheduler (opt) will link pads, set the event
15331           handler from the default event function (dispatcher in gstpad.c)
15332           and *after* that, we will set our own event function, which will
15333           thus never be used (and thus mpegdemux doesn't handle events).
15334
15335 2004-01-04  David Schleef  <ds@schleef.org>
15336
15337         Fix the fixate functions to handle new prototype:
15338         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15339         * gst/videotestsrc/gstvideotestsrc.c:
15340         (gst_videotestsrc_src_fixate):
15341         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
15342         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
15343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15344
15345 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15346
15347         * sys/ximage/ximagesink.h:
15348         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15349         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
15350         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
15351         (gst_ximagesink_xoverlay_init):
15352           assorted fixes to make (re)embedding work
15353         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
15354         (gst_ximagesink_get_desired_size):
15355           implement desired size additions to XOverlay
15356
15357 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15358
15359         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
15360         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
15361         (gst_x_overlay_got_desired_size):
15362         * gst-libs/gst/xoverlay/xoverlay.h:
15363           Add optional "desired size" signal and querying.
15364
15365 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15366
15367         * gst/matroska/matroska-demux.c:
15368         (gst_matroska_demux_parse_blockgroup):
15369           Fix EBML-laced block parsing. Diffs are relative to previous
15370           lace, not the first lace. Thanks to Mosu from the Matroska
15371           team for detecting this.
15372         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15373         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
15374         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
15375         (gst_wavparse_change_state):
15376         * gst/wavparse/gstwavparse.h:
15377           Quickfix for capsnego.
15378
15379 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15380
15381         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
15382           Fix indenting, fix pad creation.
15383
15384 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15385
15386         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
15387         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
15388         (gst_xviddec_sink_link):
15389           Implement src_getcaps() so proper size caps is negotiated.
15390
15391 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15392
15393         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
15394           Finish flac decoder on EOS. See #116178.
15395
15396 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15397
15398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
15399         (gst_matroska_demux_add_stream):
15400         * gst/matroska/matroska-ids.h:
15401           Add getcaps() function to fix capsnego...
15402
15403 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15404
15405         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15406         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
15407         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15408           Fix more integer overflows. Again, see #126967.
15409
15410 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15411
15412         * ext/mpeg2dec/gstmpeg2dec.c:
15413           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
15414           #130416.
15415
15416 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15417
15418         * configure.ac:
15419         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
15420         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
15421         * ext/xvid/gstxvid.h:
15422         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
15423         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
15424         (gst_xviddec_src_link), (gst_xviddec_sink_link),
15425         (gst_xviddec_change_state):
15426         * ext/xvid/gstxviddec.h:
15427         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
15428         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
15429         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
15430         (gst_xvidenc_link), (gst_xvidenc_set_property),
15431         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
15432         * ext/xvid/gstxvidenc.h:
15433           Update xvid plugin to latest xvid (1.0.0-beta3) API.
15434
15435 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15436
15437         * gst/rtp/rtp-packet.c:
15438           Add sys/types.h include, since OS X doesn't define in_addr_t
15439           in netinet/in.h, like it does on Linux (see #129600).
15440
15441 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
15442
15443         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15444
15445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
15446           Correct logic of dispose function (see #129306).
15447
15448 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15449
15450         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
15451         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15452         (gst_mpeg_parse_init):
15453         * gst/mpegstream/gstmpegparse.h:
15454           Remove clock (which was never provided, i.e. dead code), and
15455           also fix integer overflows at high PTS values (see #126967).
15456
15457 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15458
15459         * ext/flac/gstflacdec.c:
15460         * ext/libpng/gstpngenc.h:
15461         * ext/mikmod/gstmikmod.h:
15462           OS X fixes (see #126628).
15463
15464 2004-01-02  David Schleef  <ds@schleef.org>
15465
15466         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
15467         (gst_alsa_src_base_init): Remove bogus "src" request pad.
15468         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
15469         (gst_mpeg_parse_class_init): Move pad template registration
15470         to class_init, since the derived class (mpegdemux) doesn't
15471         want them.
15472
15473 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15474
15475         * sys/ximage/Makefile.am:
15476         * sys/xvideo/Makefile.am:
15477         * sys/xvimage/Makefile.am:
15478           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
15479           after installation (see #127664).
15480
15481 2004-01-02  David Schleef  <ds@schleef.org>
15482
15483         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
15484         (gst_ffmpegenc_connect):  Negotiation fixes.
15485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
15486         Remove inappropriate gst_caps_free().
15487         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15488         Reenable Ronald's internal resize code, since the core handles
15489         it correctly now.
15490
15491 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15492
15493         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
15494         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
15495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
15496           Fix pad template stuff.
15497
15498 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15499
15500         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15501         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
15502           fix signed integer reading/writing.
15503
15504 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15505
15506         * ext/alsa/README:
15507           Remove outdated document
15508
15509 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
15510
15511         * gst/cutter/gstcutter.c: (gst_cutter_init):
15512           src pad was being created twice - oops.
15513
15514 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15515
15516         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15517           Comment out internal resize. It doesn't handle the resulting
15518           XEvent internally, does another try_set_caps() which leads to
15519           a really nice loop.
15520           Real fix will come when Julien and Dave are awake. ;).
15521
15522 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15523
15524         * ext/mpeg2enc/gstmpeg2enc.cc:
15525           fix const/nonconst compile issue.
15526
15527 2004-01-02  David Schleef  <ds@schleef.org>
15528
15529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
15530         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
15531         Add fixate function and a check for bad formats.
15532
15533 2004-01-01  David Schleef  <ds@schleef.org>
15534
15535         Negotiation fixes:
15536         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15537         (gst_audiofilter_init):
15538         * gst/debug/efence.c: (gst_efence_init):
15539         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
15540         (gst_deinterlace_init):
15541         * gst/volume/gstvolume.c: (volume_connect):
15542
15543 2004-01-01  David Schleef  <ds@schleef.org>
15544
15545         Convert elements to use gst_pad_use_explicit_caps() where
15546         appropriate:
15547         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
15548         * ext/audiofile/gstafparse.c: (gst_afparse_init),
15549         (gst_afparse_open_file):
15550         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
15551         (gst_afsrc_open_file):
15552         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
15553         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
15554         (gst_ffmpegdec_chain):
15555         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15556         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
15557         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
15558         (gst_gdk_pixbuf_chain):
15559         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
15560         (gst_jpegdec_chain):
15561         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
15562         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
15563         (gst_mikmod_negotiate):
15564         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15565         (gst_mpeg2dec_negotiate_format):
15566         * ext/mpeg2enc/gstmpeg2enc.cc:
15567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15568         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
15569         (gst_speexdec_sinkconnect):
15570         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
15571         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
15572         (gst_vorbisfile_new_link):
15573         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
15574         (gst_ac3parse_chain):
15575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
15576         (gst_asf_demux_setup_pad):
15577         * gst/auparse/gstauparse.c: (gst_auparse_init),
15578         (gst_auparse_chain):
15579         * gst/id3/gstid3types.c: (gst_id3types_loop):
15580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15581         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15582         (mp1videoparse_parse_seq):
15583         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
15584         (bpf_from_header):
15585         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15586         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
15587         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
15588         (gst_mpeg_parse_send_data):
15589         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15590         (gst_qtdemux_add_stream):
15591         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
15592         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15593         (gst_wavparse_parse_fmt):
15594
15595 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15596
15597         * configure.ac:
15598           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
15599           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
15600           it therefore uses the wrong include paths. Too bad... Note
15601           that 1.6.1.93 is not release yet. ;).
15602           Also add a check for mplex, which is now using the lib'ified
15603           mplex from mjpegtools, too.
15604         * ext/ffmpeg/gstffmpegcodecmap.c:
15605           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
15606           issues. I don't think ffmpeg handles 3ivx correctly, so this
15607           probably won't work. But it won't hurt either.
15608         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
15609         (gst_ffmpegdec_chain):
15610         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
15611         (gst_ffmpegenc_chain_audio):
15612           Fix memleak in audio encoding. Close codec if open fails, this
15613           calls the cleanup routines so we can re-use the context.
15614         * ext/mpeg2enc/gstmpeg2enc.cc:
15615           Fix pad template names/types, fix memory issue with getcaps().
15616         * ext/mpeg2enc/gstmpeg2encoder.cc:
15617         * ext/mpeg2enc/gstmpeg2encoder.hh:
15618           Fix compile issue with new caps system (const thingy).
15619         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15620         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
15621           We read a first frame right on initing, so that we have a caps
15622           when we init the output. This caps is cached in padprivate and
15623           read as first frame.
15624         * ext/mplex/Makefile.am:
15625         * ext/mplex/gstmplex.cc:
15626         * ext/mplex/gstmplex.h:
15627         * ext/mplex/gstmplex.hh:
15628         * ext/mplex/gstmplexibitstream.cc:
15629         * ext/mplex/gstmplexibitstream.hh:
15630         * ext/mplex/gstmplexjob.cc:
15631         * ext/mplex/gstmplexjob.hh:
15632         * ext/mplex/gstmplexoutputstream.cc:
15633         * ext/mplex/gstmplexoutputstream.hh:
15634           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
15635           had issues, didn't do capsnego, supported only a subset of the
15636           mplex features and required a mplex fork in our local CVS. Plus
15637           that it worked agaist a very old mplex version. Rewriting was
15638           faster than updating it.
15639         * gst-libs/ext/Makefile.am:
15640         * gst-libs/ext/mplex/INSTRUCT:
15641         * gst-libs/ext/mplex/Makefile.am:
15642         * gst-libs/ext/mplex/README:
15643         * gst-libs/ext/mplex/TODO:
15644         * gst-libs/ext/mplex/ac3strm_in.cc:
15645         * gst-libs/ext/mplex/audiostrm.hh:
15646         * gst-libs/ext/mplex/audiostrm_out.cc:
15647         * gst-libs/ext/mplex/aunit.hh:
15648         * gst-libs/ext/mplex/bits.cc:
15649         * gst-libs/ext/mplex/bits.hh:
15650         * gst-libs/ext/mplex/buffer.cc:
15651         * gst-libs/ext/mplex/buffer.hh:
15652         * gst-libs/ext/mplex/fastintfns.h:
15653         * gst-libs/ext/mplex/format_codes.h:
15654         * gst-libs/ext/mplex/inputstrm.cc:
15655         * gst-libs/ext/mplex/inputstrm.hh:
15656         * gst-libs/ext/mplex/lpcmstrm_in.cc:
15657         * gst-libs/ext/mplex/mjpeg_logging.cc:
15658         * gst-libs/ext/mplex/mjpeg_logging.h:
15659         * gst-libs/ext/mplex/mjpeg_types.h:
15660         * gst-libs/ext/mplex/mpastrm_in.cc:
15661         * gst-libs/ext/mplex/mpegconsts.cc:
15662         * gst-libs/ext/mplex/mpegconsts.h:
15663         * gst-libs/ext/mplex/mplexconsts.hh:
15664         * gst-libs/ext/mplex/multplex.cc:
15665         * gst-libs/ext/mplex/outputstream.hh:
15666         * gst-libs/ext/mplex/padstrm.cc:
15667         * gst-libs/ext/mplex/padstrm.hh:
15668         * gst-libs/ext/mplex/stillsstream.cc:
15669         * gst-libs/ext/mplex/stillsstream.hh:
15670         * gst-libs/ext/mplex/systems.cc:
15671         * gst-libs/ext/mplex/systems.hh:
15672         * gst-libs/ext/mplex/vector.cc:
15673         * gst-libs/ext/mplex/vector.hh:
15674         * gst-libs/ext/mplex/videostrm.hh:
15675         * gst-libs/ext/mplex/videostrm_in.cc:
15676         * gst-libs/ext/mplex/videostrm_out.cc:
15677         * gst-libs/ext/mplex/yuv4mpeg.cc:
15678         * gst-libs/ext/mplex/yuv4mpeg.h:
15679         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
15680         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
15681           We don't fork mjpegtools' mplex in our CVS anymore.
15682         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
15683         (gst_avi_demux_add_stream):
15684         * gst/avi/gstavidemux.h:
15685           Add getcaps() function for proper caps nego. This makes some
15686           parts of AVI playback/reading work.
15687         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15688           Resize window on new capsnego. This is probably wrong, but
15689           I'm still committing it because with current capsnego, the
15690           first successfull capsnego is auto-fixated, therefore rounded
15691           down to the lowest values in the caps. this results in a 16x16
15692           XWindow that is not reized when real capsnego finishes.
15693           Dave, I see more cases of this, do you know a proper solution?
15694         * tools/gst-launch-ext.in:
15695           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
15696
15697 2003-12-31  David Schleef  <ds@schleef.org>
15698
15699         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
15700         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
15701           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
15702
15703 2003-12-30  David Schleef  <ds@schleef.org>
15704
15705         * ext/ffmpeg/gstffmpegcolorspace.c:
15706         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15707         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
15708         (gst_ffmpegcsp_chain): Negotiation fixes
15709         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
15710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15711         (gst_audio_convert_link), (gst_audio_convert_channels):
15712         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
15713         (gst_audioscale_link), (gst_audioscale_get_buffer),
15714         (gst_audioscale_chain): Negotiation fixes
15715         * gst/audioscale/gstaudioscale.h:
15716         * gst/videofilter/gstvideofilter.c:
15717         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
15718         (gst_videofilter_link), (gst_videofilter_init),
15719         (gst_videofilter_set_output_size), (gst_videofilter_setup),
15720         (gst_videofilter_find_format_by_structure):
15721         * gst/videofilter/gstvideofilter.h: Negotiation fixes
15722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15723         (gst_videoscale_link):
15724         * gst/videoscale/videoscale.c: (videoscale_get_structure),
15725         (videoscale_find_by_structure), (gst_videoscale_setup):
15726         * gst/videoscale/videoscale.h: Negotiation fixes
15727         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15728         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
15729         function, restrict resizing to a multiple of 4 (hack until
15730         everyone supports odd sizes correctly).
15731
15732 2003-12-29  Colin Walters  <walters@verbum.org>
15733
15734         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
15735         signed.
15736
15737 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
15738
15739         * ext/sndfile/gstsf.c: (gst_sf_loop):
15740           Fix warning about discarding const qualifier
15741
15742 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
15743
15744         * gst/cutter/gstcutter.c:
15745         * gst/videoscale/gstvideoscale.c:
15746         * gst/volenv/gstvolenv.c:
15747         * gst-libs/gst/audio/audio.c:
15748         * gst-libs/gst/video/video.c:
15749           Fix warnings
15750
15751 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15752
15753         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
15754           Don't send ALSA debugging to stderr.
15755         * ext/alsa/gstalsa.h:
15756           Use GST_WARNING instead of g_warning when ALSA functions fail.
15757
15758 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15759
15760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15761           Free XVAdapterInfo correctly.
15762
15763 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15764
15765         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
15766         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
15767           Make id3tag use correct caps nego.
15768
15769 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
15770
15771         * ext/ivorbis/vorbis.c:
15772         * ext/ivorbis/vorbisenc.h:
15773         * ext/ivorbis/vorbisfile.c:
15774           Modify so that it uses the new caps things
15775
15776 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15777
15778         * testsuite/spider/spider1.c: (main):
15779         * testsuite/spider/spider2.c: (main):
15780         * testsuite/spider/spider3.c: (main):
15781           Make tests compile again. They probably don't work.
15782
15783 2003-12-24  Colin Walters  <walters@verbum.org>
15784
15785         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
15786         we can't fixate the caps anymore.
15787
15788 2003-12-23  David Schleef  <ds@schleef.org>
15789
15790         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
15791         * sys/oss/gstosssink.c: (gst_osssink_init),
15792         (gst_osssink_sink_fixate): Add fixate function.
15793
15794 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15795
15796         * ext/ffmpeg/gstffmpegcodecmap.c:
15797         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
15798         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
15799         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
15800         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
15801         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
15802         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15803         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
15804           fix typo in RGB masks, and move back to "old" colorspace
15805           capsnego code until whoever wrote this new crap has actually
15806           tested it so that it works.
15807           And yes, this works, keep it that way please.
15808
15809 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15810
15811         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
15812         (gst_divxdec_init), (gst_divxdec_negotiate):
15813         * ext/divx/gstdivxdec.h:
15814         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
15815         (gst_divxenc_init):
15816         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
15817         (gst_faac_sinkconnect), (gst_faac_srcconnect):
15818         * ext/mpeg2enc/gstmpeg2enc.cc:
15819         * ext/mpeg2enc/gstmpeg2encoder.cc:
15820         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15821         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
15822         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
15823         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
15824         (dxr3spusink_init):
15825         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
15826         (dxr3videosink_init):
15827           Fix caps breakage after Dave's caps branch merge.
15828
15829 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15830
15831         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15832           Fix for 24bpp display.
15833
15834 2003-12-23  Colin Walters  <walters@verbum.org>
15835
15836         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
15837         a GnomeVFSHandle directly.
15838
15839 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15840
15841         * gst/volume/Makefile.am:
15842         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
15843         (volume_base_init), (volume_init):
15844           Reenable volume element and fix to work with new caps stuff.
15845           Rhythmbox needs this.
15846
15847 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15848
15849         * gst/qtdemux/qtdemux.c: (plugin_init):
15850           qtdemux requires bytestream
15851
15852 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15853
15854         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
15855           Fix remaining caps handling errors due to CAPS merge.
15856
15857 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15858
15859         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
15860         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
15861         (gst_faad_srcconnect):
15862           Port to new caps system.
15863
15864 2003-12-21  Julien MOUTTE  <julien@moutte.net>
15865
15866         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
15867         (got_video_size), (main): using g_print instead of g_message.
15868         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
15869         signal which was not emitted because of "switch" element added to the
15870         bin but not connected. (Removing from the bin temporarily)
15871
15872 2003-12-21  Julien MOUTTE  <julien@moutte.net>
15873
15874         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
15875         find X development files. I don't understand the previous tests and
15876         they fail on my debian/ppc unstable. This one works.
15877         * examples/gstplay/player.c: (main): Set the pipeline to READY before
15878         exiting.
15879         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
15880         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15881         (gst_play_set_visualization): Add some safety checks in set_ methods
15882         and state_change. This was throwing some ugly CRITICAL messages when
15883         pipeline was getting disposed and casts were failing.
15884
15885 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15886
15887         * configure.ac:
15888           Improve mpeg2enc detection. This is for distributions that do
15889           ship mjpegtools, but without mpeg2enc. Also does object check
15890           for might there ever be ABI incompatibility.
15891         * ext/mpeg2enc/gstmpeg2enc.cc:
15892           Add Andrew as second maintainer (he's helping me), and also add
15893           an error if no caps was set. This happens if I pull before capsnego
15894           and that's something I should solve sometime else.
15895         * gst/matroska/matroska-demux.c:
15896         (gst_matroska_demux_parse_blockgroup):
15897           Fix time parsing.
15898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
15899         (gst_matroska_mux_track_header):
15900           Add caps to templates.
15901         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
15902           Add mpegversion=1 to prevent confusion with MPEG/AAC.
15903         * gst/mpegstream/gstmpegdemux.c:
15904           Remove layer since it causes warnings about unfixed caps.
15905         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15906           Fix obvious typo (we error out if caps were set, we should of
15907           course error out if *no* caps were set).
15908         * sys/oss/gstosselement.c: (gst_osselement_convert):
15909           Fix format conversion, we confused bits/bytes.
15910         * sys/oss/gstosselement.h:
15911           Improve documentation for 'bps'.
15912         * sys/v4l/TODO:
15913           Remove stuff about plugins that need removing - this was done
15914           ages ago.
15915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
15916         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
15917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
15918         (gst_v4lsrc_src_query):
15919         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15920         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
15921           Add get_query_types(), get_formats() and query() functions.
15922
15923 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15924
15925         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
15926         * moved CVS to freedesktop.org
15927