0b0bee7266c02bed3538a456f176197b630d6d28
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-07-20  Wim Taymans  <wim@fluendo.com>
2
3         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4         (gst_multifdsink_add), (gst_multifdsink_client_remove),
5         (gst_multifdsink_handle_client_write),
6         (gst_multifdsink_queue_buffer):
7         * gst/tcp/gsttcp-marshal.list:
8         Fixed the stupid marshal definition.
9
10 2004-07-20  Wim Taymans  <wim@fluendo.com>
11
12         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13         (gst_multifdsink_init), (gst_multifdsink_add),
14         (gst_multifdsink_client_remove),
15         (gst_multifdsink_handle_client_write),
16         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
17         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18         (gst_multifdsink_init_send):
19         * gst/tcp/gstmultifdsink.h:
20         Added more stats, added timeout for a client, fixed some typos
21         and added some comments.
22
23 2004-07-20  Wim Taymans  <wim@fluendo.com>
24
25         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27         (gst_multifdsink_client_remove),
28         (gst_multifdsink_handle_client_write):
29         * gst/tcp/gstmultifdsink.h:
30         * gst/tcp/gsttcp-marshal.list:
31         Added get_stats method that returns a GValueArray of
32         stats values.
33
34 2004-07-19  Benjamin Otte  <otte@gnome.org>
35
36         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37           make sure longname, description and author are valid UTF-8
38
39 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40
41         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
42         (gst_ximagesink_set_property):
43         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
44         (gst_xvimagesink_set_property):
45           make sure SYNCHRONOUS is respected after getting the X context
46
47 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
48
49         * gst/matroska/matroska-demux.c:
50         (gst_matroska_demux_handle_src_event),
51         (gst_matroska_demux_parse_blockgroup):
52         * gst/matroska/matroska-ids.h:
53           add BlockReference tag and ignore it to clear out log.
54           ignore NAVIGATION events to clear out log.
55
56 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
57
58         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
59         (gst_matroska_demux_add_stream):
60         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
61           add debug categories
62
63 2004-07-16  Wim Taymans  <wim@fluendo.com>
64
65         * ext/libpng/Makefile.am:
66         * ext/libpng/gstpng.c: (plugin_init):
67         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
68         (gst_pngdec_get_type), (gst_pngdec_base_init),
69         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
70         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
71         * ext/libpng/gstpngdec.h:
72         Added png decoder.
73
74 2004-07-16  Julien MOUTTE  <julien@moutte.net>
75
76         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
77         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
78         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
79         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
80         (gst_ximagesink_buffer_alloc):
81         * sys/ximage/ximagesink.h:
82         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
83         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
84         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
85         (gst_xvimagesink_buffer_alloc):
86         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
87         again. Using internal data pointer of the x(v)image to store image's
88         data to be coherent with the buffer alloc mechanism. Investigated the
89         image destruction code to be sure that everything gets freed correctly.
90
91 2004-07-16  Wim Taymans  <wim@fluendo.com>
92
93         * gst-libs/gst/riff/riff-read.c:
94         (gst_riff_read_strf_vids_with_data),
95         (gst_riff_read_strf_auds_with_data):
96         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
97         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
98         Make sure we don't create 0 sized subbufers in riff-read.
99         Signal the no more pads signal after reading the avi header.
100
101 2004-07-16  Wim Taymans  <wim@fluendo.com>
102
103         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
104         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
105         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
106         (gst_decode_bin_init), (gst_decode_bin_dispose),
107         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
108         (no_more_pads), (close_link), (type_found),
109         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
110         (gst_decode_bin_change_state), (plugin_init):
111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
112         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
113         (gst_play_base_bin_dispose), (queue_overrun),
114         (gen_preroll_element), (remove_prerolls), (unknown_type),
115         (no_more_pads), (new_stream), (setup_source),
116         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
117         (play_base_eos), (gst_play_base_bin_change_state),
118         (gst_play_base_bin_add_element),
119         (gst_play_base_bin_remove_element),
120         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
121         (gst_play_base_bin_unlink_stream),
122         (gst_play_base_bin_get_streaminfo):
123         * gst/playback/gstplaybasebin.h:
124         Better error recovery. Added configurable preroll queue size. Faster
125         detection of no-more-pads.
126
127 2004-07-16  Wim Taymans  <wim@fluendo.com>
128
129         * gst-libs/gst/video/video.h:
130         Added 32 bits RGBA. Not sure if we should use another mime-type
131         for alpha rgb. Currently the presence of the alpha_mask property
132         signals an alpha channel.
133
134 2004-07-16  Wim Taymans  <wim@fluendo.com>
135
136         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
138         FPS seems to be 0.0 to MAX everywhere else.
139
140 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
141
142         * gst-libs/gst/riff/riff-media.c:
143         (gst_riff_create_video_caps_with_data):
144           mp42/mp43 (no caps) exist too.
145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
146           Set pixel_width/height; we've got them in-caps.
147         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
148         * gst/wavparse/gstwavparse.c: (plugin_init):
149           Both are valid primary.
150         * sys/oss/gstossmixer.c:
151           Remove i18n hack and enable translations.
152
153 2004-07-15  Benjamin Otte  <otte@gnome.org>
154
155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
156         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
157           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
158
159 2004-07-15  Benjamin Otte  <otte@gnome.org>
160
161         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
162         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
163         (gst_alsa_close_audio):
164           disable some of the debugging code for now. Writing debugging to a
165           buffer is broken in current alsalib releases.
166
167 2004-07-12  Benjamin Otte  <otte@gnome.org>
168
169         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
170           use bufferpools
171
172 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
173
174         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
175         (theora_dec_src_query), (theora_dec_event):
176         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
177           add debugging categories.  Remove \n's.
178
179 2004-07-13  Johan Dahlin  <johan@gnome.org>
180
181         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
182         (gst_play_bin_get_property): Impl.
183
184 2004-07-13  Wim Taymans  <wim@fluendo.com>
185
186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
187         When trying to find the stream length, seek back N pages
188         instead of just one, where N is the number of streams in 
189         the current chain.
190
191 2004-07-13  Wim Taymans  <wim@fluendo.com>
192
193         * gst-libs/gst/riff/riff-media.c:
194         (gst_riff_create_audio_caps_with_data),
195         (gst_riff_create_audio_caps),
196         (gst_riff_create_audio_template_caps):
197         * gst-libs/gst/riff/riff-media.h:
198         * gst-libs/gst/riff/riff-read.c:
199         (gst_riff_read_strf_vids_with_data),
200         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
201         * gst-libs/gst/riff/riff-read.h:
202         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
203         (gst_avi_demux_add_stream):
204         Set codec_data on caps for avidemuxer.
205
206 2004-07-12  David Schleef  <ds@schleef.org>
207
208         * configure.ac: Fix test for Objective C
209
210 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
212         (gst_gdk_pixbuf_chain):
213           Add svg and pcx to template caps, and ensure that getcaps returns a subset
214           of the template caps.
215           Copy each row manually for output, as gdkpixbuf may pad the
216           rowstride to a 32-bit word boundary.
217
218 2004-07-12  Wim Taymans  <wim@fluendo.com>
219
220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
221         (gst_riff_create_video_template_caps):
222         Fix the template caps to include some more media types.
223
224 2004-07-12  Wim Taymans  <wim@fluendo.com>
225
226         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
227         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
228         (compare_ranks), (print_feature), (gst_decode_bin_init),
229         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
230         (try_to_link_1), (new_pad), (close_link), (type_found),
231         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
232         (gst_decode_bin_change_state), (plugin_init):
233         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
234         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
235         (gst_play_base_bin_dispose), (queue_overrun),
236         (gen_preroll_element), (remove_prerolls), (no_more_pads),
237         (new_stream), (setup_source), (gst_play_base_bin_set_property),
238         (gst_play_base_bin_get_property), (play_base_eos),
239         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
240         (gst_play_base_bin_remove_element),
241         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
242         (gst_play_base_bin_unlink_stream),
243         (gst_play_base_bin_get_streaminfo):
244         * gst/playback/gstplaybasebin.h:
245         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
246         (gst_play_bin_class_init), (gst_play_bin_init),
247         (gst_play_bin_dispose), (gst_play_bin_set_property),
248         (gst_play_bin_get_property), (gen_video_element),
249         (gen_audio_element), (remove_sinks), (setup_sinks),
250         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
251         (gst_play_bin_send_event), (gst_play_bin_get_formats),
252         (gst_play_bin_convert), (gst_play_bin_get_query_types),
253         (gst_play_bin_query), (plugin_init):
254         * gst/playback/test4.c: (main):
255         More fixes on reusing of the element.
256
257 2004-07-11  Benjamin Otte  <otte@gnome.org>
258
259         * ext/mad/gstmad.c: (normal_seek):
260           allow seeking for other methods than just SET
261
262 2004-07-11  Andy Wingo  <wingo@pobox.com>
263
264         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
265         float, "any" caps -> buffer_frames=[0,MAX].
266
267         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
268         doesn't intersect our caps with the template any more. Do it
269         ourselves.
270         (interleave_buffered_loop): Use g_newa instead of malloc/free.
271
272 2004-07-09  Wim Taymans  <wim@fluendo.com>
273
274         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
275         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
276         (compare_ranks), (print_feature), (gst_decode_bin_init),
277         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
278         (try_to_link_1), (new_pad), (close_link), (type_found),
279         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
280         (gst_decode_bin_change_state), (plugin_init):
281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
282         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
283         (gst_play_base_bin_dispose), (queue_overrun),
284         (gen_preroll_element), (remove_prerolls), (no_more_pads),
285         (new_stream), (setup_source), (gst_play_base_bin_set_property),
286         (gst_play_base_bin_get_property), (play_base_eos),
287         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
288         (gst_play_base_bin_remove_element),
289         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
290         (gst_play_base_bin_unlink_stream),
291         (gst_play_base_bin_get_streaminfo):
292         * gst/playback/gstplaybasebin.h:
293         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
294         (gst_play_bin_class_init), (gst_play_bin_init),
295         (gst_play_bin_dispose), (gst_play_bin_set_property),
296         (gst_play_bin_get_property), (gen_video_element),
297         (gen_audio_element), (remove_sinks), (setup_sinks),
298         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
299         (gst_play_bin_send_event), (gst_play_bin_get_formats),
300         (gst_play_bin_convert), (gst_play_bin_get_query_types),
301         (gst_play_bin_query), (plugin_init):
302         * gst/playback/test4.c: (main):
303         Work on object reuse and seeking.
304
305 2004-07-09  Wim Taymans  <wim@fluendo.com>
306
307         * examples/seeking/seek.c: (iterate):
308         Don't consume all CPU in the idle loop.
309
310 2004-07-09  Wim Taymans  <wim@fluendo.com>
311
312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
313         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
314         Add pad to element *after* setting the pad functions so that
315         the scheduler can use the correct ones.
316
317 2004-07-09  Wim Taymans  <wim@fluendo.com>
318
319         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
320         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
321         Sync to keyframe after seek
322
323 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
324
325         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
326         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
327         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
328         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
329         * ext/libvisual/visual.c: (gst_visual_change_state):
330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
331         * ext/theora/theoradec.c: (theora_dec_change_state):
332         * ext/theora/theoraenc.c: (theora_enc_change_state):
333         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
334         * gst-libs/gst/navigation/navigation.c:
335         * gst/adder/gstadder.c: (gst_adder_change_state):
336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
337         (gst_audio_convert_get_buffer):
338         * gst/multipart/multipartdemux.c:
339         (gst_multipart_demux_change_state):
340         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
342         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
343         * gst/videoscale/gstvideoscale.c:
344         (gst_videoscale_handle_src_event):
345         * gst/volume/gstvolume.c: (volume_chain_int16):
346           don't assert in state change, this should be done by the base
347           GstElement class.
348           various debugging fixes.
349
350 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
351
352         * configure.ac:
353         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
354         (gst_play_dispose), (gst_play_set_location),
355         (gst_play_set_data_src), (gst_play_set_video_sink),
356         (gst_play_set_audio_sink), (gst_play_set_visualization),
357         (gst_play_connect_visualization), (gst_play_get_sink_element),
358         (gst_play_get_all_by_interface):
359         * gst-libs/gst/play/play.h:
360           add new method to get elements implementing an interface.
361           add various error logging
362
363 2004-07-08  Wim Taymans  <wim@fluendo.com>
364
365         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
366         (make_mpeg_pipeline), (make_mpegnt_pipeline),
367         (make_playerbin_pipeline), (query_durations_elems),
368         (query_durations_pads), (query_positions_elems),
369         (query_positions_pads), (update_scale), (iterate), (stop_seek),
370         (main):
371         Added playbin seeking example.
372
373 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
374
375         * gst-libs/gst/play/play.c: (gst_play_set_location),
376         (gst_play_set_data_src), (gst_play_set_video_sink),
377         (gst_play_set_audio_sink), (gst_play_set_visualization),
378         (gst_play_connect_visualization), (gst_play_get_framerate):
379           use a macro to look up elements from hash table
380
381 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
382
383         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
384         (gst_play_get_length_callback), (gst_play_set_location),
385         (gst_play_seek_to_time), (gst_play_set_data_src),
386         (gst_play_set_video_sink), (gst_play_set_audio_sink),
387         (gst_play_set_visualization), (gst_play_connect_visualization),
388         (gst_play_get_sink_element):
389         - add debugging info
390         - fix looking up sink elements by iterating over complete caps
391         - put everything except for source and autoplugger in a complete bin
392
393 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
394
395         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
397         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
398         (gst_alsa_sink_write), (gst_alsa_sink_loop):
399         * ext/alsa/gstalsasink.h:
400         - add debugging info
401         - clean up schizophrenia of data/buffer/event
402         - fix double event unref error
403
404 2004-07-08  Wim Taymans  <wim@fluendo.com>
405
406         * gst/playback/Makefile.am:
407         Add headers to noinst
408
409 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
410
411         * tools/gst-launch-ext-m.m:
412         * tools/gst-launch-ext.1.in:
413           convert to the third millenium
414
415 2004-07-07  David Schleef  <ds@schleef.org>
416
417         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
418
419 2004-07-07  Wim Taymans  <wim@fluendo.com>
420
421         * gst/playback/Makefile.am:
422         * gst/playback/README:
423         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
424         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
425         (compare_ranks), (print_feature), (gst_decode_bin_init),
426         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
427         (try_to_link_1), (new_pad), (close_link), (type_found),
428         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
429         (plugin_init):
430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
431         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
432         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
433         (gen_preroll_element), (no_more_pads), (new_stream),
434         (setup_source), (gst_play_base_bin_set_property),
435         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
436         (gst_play_base_bin_add_element),
437         (gst_play_base_bin_remove_element),
438         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
439         (gst_play_base_bin_unlink_stream),
440         (gst_play_base_bin_get_streaminfo):
441         * gst/playback/gstplaybasebin.h:
442         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
443         (gst_play_bin_class_init), (gst_play_bin_init),
444         (gst_play_bin_dispose), (gst_play_bin_set_property),
445         (gst_play_bin_get_property), (gen_video_element),
446         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
447         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
448         (gst_play_bin_get_formats), (gst_play_bin_convert),
449         (gst_play_bin_get_query_types), (gst_play_bin_query),
450         (plugin_init):
451         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
452         (gst_stream_info_get_type), (gst_stream_info_class_init),
453         (gst_stream_info_init), (gst_stream_info_new),
454         (gst_stream_info_dispose), (gst_stream_info_set_property),
455         (gst_stream_info_get_property):
456         * gst/playback/gststreaminfo.h:
457         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
458         (main):
459         * gst/playback/test2.c: (main):
460         * gst/playback/test3.c: (update_scale), (main):
461         More playbin fixes. Added README. Do better element filtering.
462         Added base class to preroll media. Added test apps.
463
464 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
465
466         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
467         * ext/mpeg2dec/gstmpeg2dec.h:
468           various debugging improvements.  Reset stream to next picture
469           instead of sequence header, otherwise seeks cannot work. */
470
471 2004-07-07  Wim Taymans  <wim@fluendo.com>
472
473         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
474         (gst_video_box_class_init), (gst_video_box_set_property),
475         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
476         Use pad_alloc where possible.
477
478 2004-07-07  Wim Taymans  <wim@fluendo.com>
479
480         * sys/oss/gstosselement.c: (gst_osselement_reset),
481         (gst_osselement_parse_caps):
482         * sys/oss/gstosselement.h:
483         * sys/oss/gstosssrc.c: (gst_osssrc_get):
484         Fix offset on osssrc.
485
486 2004-07-07  Wim Taymans  <wim@fluendo.com>
487
488         * ext/theora/theora.c: (plugin_init):
489         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
490         (theora_dec_src_query), (theora_dec_chain):
491         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
492         (theora_enc_sink_link), (theora_buffer_from_packet),
493         (theora_push_packet), (theora_enc_chain):
494         Fix theora granulepos calculation.
495         Fix overflow in duration/position calculation.
496         Bump rank to PRIMARY for theoradec.
497         Use granulepos of last packet to calculate position.
498         Set keyframe flag on buffers when needed.
499
500 2004-07-06  David Schleef  <ds@schleef.org>
501
502         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
503         serious?  (Fixed, obviously.)
504
505 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
506
507         * po/LINGUAS:
508         * po/cs.po:
509           added Czech translation (Miloslav Trmac)
510
511 2004-07-05  Wim Taymans  <wim@fluendo.com>
512
513         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
514         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
515         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
516         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
517         (close_link), (type_found), (gst_decode_bin_set_property),
518         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
519         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
520         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
521         (gst_decode_bin_query), (plugin_init):
522         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
523         (gst_play_bin_class_init), (gst_play_bin_init),
524         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
525         (get_video_element), (new_pad), (setup_source),
526         (gst_play_bin_set_property), (gst_play_bin_get_property),
527         (gst_play_bin_change_state), (gst_play_bin_add_element),
528         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
529         (gst_play_bin_send_event), (gst_play_bin_get_formats),
530         (gst_play_bin_convert), (gst_play_bin_get_query_types),
531         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
532         * gst/playback/test.c: (main):
533         More fixes, cleaned up playbin, make it use decodebin. Added
534         threaded property to playbin.
535
536 2004-07-05  Wim Taymans  <wim@fluendo.com>
537
538         * configure.ac:
539         * gst/playback/Makefile.am:
540         * gst/playback/decodetest.c: (main):
541         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
542         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
543         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
544         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
545         (close_link), (type_found), (gst_decode_bin_set_property),
546         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
547         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
548         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
549         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
550         (plugin_init):
551         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
552         (gst_play_bin_class_init), (gst_play_bin_init),
553         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
554         (collect_sink_pads), (find_compatibles), (close_pad_link),
555         (try_to_link_1), (new_pad), (close_link), (type_found),
556         (setup_source), (gst_play_bin_set_property),
557         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
558         (compare_ranks), (gst_play_bin_collect_factories),
559         (gst_play_bin_change_state), (gst_play_bin_add_element),
560         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
561         (gst_play_bin_send_event), (gst_play_bin_get_formats),
562         (gst_play_bin_convert), (gst_play_bin_get_query_types),
563         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
564         * gst/playback/test.c: (main):
565         Added some playback helper elements and some test apps, very alpha
566         still.
567
568 2004-07-04  Benjamin Otte  <otte@gnome.org>
569
570         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
571           only restart audio when we indeed have an xrun to fix repeated
572           xruns. Fix suggested by Giuliano Pochini.
573
574 2004-07-03  David Schleef  <ds@schleef.org>
575
576         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
577         call to gst_debug_log() if debugging is disabled (bug #145118)
578
579 2004-07-03  Benjamin Otte  <otte@gnome.org>
580
581         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
582           use our own functions for restarting the alsa device.
583         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
584           I should apply patches myself - use MIN for the third argument, not
585           the second, this fixes seeking
586
587 2004-07-02  David Schleef  <ds@schleef.org>
588
589         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
590         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
591         do with the logic.
592
593 2004-07-02  David Schleef  <ds@schleef.org>
594
595         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
596         output buffers.  Fix logic mistake.  (bug #144866)
597
598 2004-07-02  David Schleef  <ds@schleef.org>
599
600         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
601         on X.  (bug #144753)
602
603 2004-07-02  David Schleef  <ds@schleef.org>
604
605         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
606         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
607         (bug #144624)
608         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
609         (gst_osselement_rate_probe_check): Add another workaround for
610         buggy drivers (bug #145336)
611
612 2004-07-02  David Schleef  <ds@schleef.org>
613
614         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
615         Most systems don't have MSG_NOSIGNAL.
616
617 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
618
619         * Makefile.am:
620         * gst-libs/gst/colorbalance/Makefile.am:
621         * gst-libs/gst/mixer/Makefile.am:
622         * gst-libs/gst/play/Makefile.am:
623         * gst-libs/gst/tuner/Makefile.am:
624           (hopefully) fix both install and dist and make error message useful.
625           needs testing across automakes.
626
627 2004-07-02  Benjamin Otte  <otte@gnome.org>
628
629         * ext/ogg/gstogg.c: (plugin_init):
630           we require bytestream now
631         * ext/ogg/gstoggdemux.c: 
632           huge diff to implement chain setup in a fast and generic way. This
633           improves tag reading and startup of huge files (read: Theora videos)
634           quite a bit. It probably contains bugs, too, so please test.
635           Seeking is not improved to the fast method.
636
637 2004-06-29  Wim Taymans  <wim@fluendo.com>
638
639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
640         * ext/ogg/gstoggmux.c:
641         Fix memleak in oggdemux when running unconnected pads.
642         doc update in mux, start working on keyframe mode.
643
644 2004-06-29  Benjamin Otte  <otte@gnome.org>
645
646         * sys/oss/gstosssink.c:
647         * sys/oss/gstosssrc.c:
648           advertise correct template caps - we indeed do non-native endianness
649           and 8bit audio has no endianness
650         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
652           avoid (wrong) duplications in getcaps function and return
653           template caps
654
655 2004-06-29  Wim Taymans  <wim@fluendo.com>
656
657         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
658         (gst_multifdsink_class_init), (gst_multifdsink_add),
659         (gst_multifdsink_remove), (gst_multifdsink_clear),
660         (gst_multifdsink_client_remove),
661         (gst_multifdsink_handle_client_read),
662         (gst_multifdsink_client_queue_data),
663         (gst_multifdsink_client_queue_caps),
664         (gst_multifdsink_client_queue_buffer),
665         (gst_multifdsink_handle_client_write),
666         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
667         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
668         (gst_multifdsink_init_send), (gst_multifdsink_close):
669         Fix wrong GList iteration that could crash the server when
670         more then 2 clients disconnect at the same time. Read all the
671         pending commands in one batch to recover from command storms under
672         very heavy load.
673
674 2004-06-28  Wim Taymans  <wim@fluendo.com>
675
676         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
677         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
678         (gst_videomixer_pad_set_property),
679         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
680         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
681         (gst_videomixer_class_init), (gst_videomixer_init),
682         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
683         (pad_zorder_compare), (gst_videomixer_sort_pads),
684         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
685         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
686         (gst_videomixer_update_queues), (gst_videomixer_loop),
687         (plugin_init):
688         Avoid divide by zero, choose masterpad as the pad with the highest
689         framerate.
690
691 2004-06-27  Julien Moutte  <julien@moutte.net>
692
693         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
694         (gst_ximagesink_xwindow_new):
695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
696         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
697         function directly. We might want to call it from somewhere else one day.
698
699 2004-06-27  Julien Moutte  <julien@moutte.net>
700
701         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
702         (gst_ximagesink_xwindow_new):
703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
704         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
705         window decorations.
706
707 2004-06-27  Wim Taymans  <wim@fluendo.com>
708
709         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
710         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
711         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
712         (gst_dvdec_set_property), (gst_dvdec_get_property):
713         * ext/dv/gstdvdec.h:
714         Implement drop_factor property to lower the framerate with
715         a factor.
716
717 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
718
719         * gst-libs/gst/colorbalance/Makefile.am:
720         * gst-libs/gst/mixer/Makefile.am:
721         * gst-libs/gst/play/Makefile.am:
722         * gst-libs/gst/tuner/Makefile.am:
723           unbreak Company's fix that didn't install the -enum.h files
724
725 2004-06-27  Wim Taymans  <wim@fluendo.com>
726
727         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
728         (gst_dvdec_change_state):
729         * ext/dv/gstdvdec.h:
730         Fix timestamp, duration and offset of the buffers.
731
732 2004-06-27  Wim Taymans  <wim@fluendo.com>
733
734         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
735         (gst_multifdsink_class_init), (gst_multifdsink_add),
736         (gst_multifdsink_remove), (gst_multifdsink_clear),
737         (gst_multifdsink_client_remove),
738         (gst_multifdsink_handle_client_read),
739         (gst_multifdsink_client_queue_data),
740         (gst_multifdsink_client_queue_caps),
741         (gst_multifdsink_client_queue_buffer),
742         (gst_multifdsink_handle_client_write),
743         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
744         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
745         (gst_multifdsink_init_send), (gst_multifdsink_close):
746         * gst/tcp/gstmultifdsink.h:
747         * gst/tcp/gsttcpserversink.c:
748         (gst_tcpserversink_handle_server_read),
749         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
750         More multifdsink fixes, more recovery policy fixes.
751         Removed stupid g_print
752
753 2004-06-26  Wim Taymans  <wim@fluendo.com>
754
755         * gst/tcp/Makefile.am:
756         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
757         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
758         (gst_multifdsink_class_init), (gst_multifdsink_init),
759         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
760         (gst_multifdsink_handle_client_read),
761         (gst_multifdsink_client_queue_data),
762         (gst_multifdsink_client_queue_caps),
763         (gst_multifdsink_client_queue_buffer),
764         (gst_multifdsink_handle_client_write),
765         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
766         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
767         (gst_multifdsink_chain), (gst_multifdsink_set_property),
768         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
769         (gst_multifdsink_close), (gst_multifdsink_change_state):
770         * gst/tcp/gstmultifdsink.h:
771         * gst/tcp/gsttcpplugin.c: (plugin_init):
772         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
773         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
774         (gst_tcpserversink_handle_server_read),
775         (gst_tcpserversink_handle_select),
776         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
777         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
778         * gst/tcp/gsttcpserversink.h:
779         Added multifdsink, made tcpserversink a subclass of fdsink, removed
780         one of the locks, added recovery policy to multifdsink.
781
782 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
783
784         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
785           fix decision for when getting frames with same timestamp
786         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
787         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
788         (gst_v4lsrc_get_property):
789         * sys/v4l/gstv4lsrc.h:
790           add latency offset property 
791
792 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
793
794         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_queue_buffer):
795         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
797         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
798         (gst_v4lsrc_get_property):
799         * sys/v4l/gstv4lsrc.h:
800
801 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
802
803         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
804         (plugin_init):
805           fix debugging. add category.
806
807 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
808
809         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
810           fix wrong offsets
811
812 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
813
814         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
815         (gst_alsa_src_get_time), (gst_alsa_src_loop),
816         (gst_alsa_src_change_state):
817           return a time that is in sync with the element's processing
818
819 2004-06-25  Wim Taymans  <wim@fluendo.com>
820
821         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
822         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
823         (gst_tcpserversink_client_remove),
824         (gst_tcpserversink_handle_client_read),
825         (gst_tcpserversink_client_queue_data),
826         (gst_tcpserversink_client_queue_caps),
827         (gst_tcpserversink_client_queue_buffer),
828         (gst_tcpserversink_handle_client_write),
829         (gst_tcpserversink_queue_buffer),
830         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
831         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
832         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
833         (gst_tcpserversink_close):
834         * gst/tcp/gsttcpserversink.h:
835         Serversink rewrite. Really do non blocking writes to clients and
836         maintain an internal queue to handle slower clients while not
837         disturbing fast clients.
838
839 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
840
841         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
842           better debug, don't override OFFSET and OFFSET_END
843
844 2004-06-25  Iain <iain@prettypeople.org>
845
846         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
847         name=source for the wavparse pipeline.
848
849 2004-06-24  Johan Dahlin  <johan@gnome.org>
850
851         * ext/theora/theoraenc.c (theora_enc_chain): Call
852         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
853         streamheader caps are set correctly.
854
855 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
856
857         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
858         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
859           respect minimum bitrate; same could be done for max bitrate
860
861 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
862
863         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
864         (gst_vorbisenc_setup):
865           fix sample rate range
866
867 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
868
869         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
870         (gst_oggvorbisenc_setup):
871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
872         (gst_vorbisenc_setup):
873           resolve ambiguities in code and description
874
875 2004-06-24  Wim Taymans  <wim@fluendo.com>
876
877         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
878         * ext/alsa/gstalsa.h:
879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
880         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
881         Use alsa trigger_tstamp to get the timestamp of the first
882         sample in the buffer for more precise sync. Some cleanups.
883
884 2004-06-24  Wim Taymans  <wim@fluendo.com>
885
886         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
887         (gst_audiorate_init), (gst_audiorate_chain),
888         (gst_audiorate_set_property), (gst_audiorate_get_property):
889         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
890         (gst_videorate_chain):
891         Added some logging, fixed an overflow bug in videorate.
892
893 2004-06-24  Benjamin Otte  <otte@gnome.org>
894
895         * ext/kio/Makefile.am:
896           fix for builddir != srcdir and distcheck
897
898 2004-06-24  Benjamin Otte  <otte@gnome.org>
899
900         * gst-libs/gst/colorbalance/Makefile.am:
901         * gst-libs/gst/mixer/Makefile.am:
902         * gst-libs/gst/play/Makefile.am:
903         * gst-libs/gst/tuner/Makefile.am:
904         * gst/tcp/Makefile.am:
905         * sys/dxr3/Makefile.am:
906           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
907           tarball.
908           Also add all *.list files that were missing.
909         * Makefile.am:
910           add a distcheck hook to ensure the above doesn't happen again.
911
912 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
913
914         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
915
916 2004-06-23  Colin Walters  <walters@redhat.com>
917
918         * m4/Makefile.am: Distribute gst-fionread.m4.
919
920 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
921
922         * configure.ac: back to dev
923
924 2004-06-23  Wim Taymans  <wim@fluendo.com>
925
926         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
927         (gst_alsa_xrun_recovery):
928         * ext/alsa/gstalsa.h:
929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
930         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
931         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
932         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
933         (gst_alsa_src_loop):
934         Add clock to alsasrc. Take new capture timestamp when
935         restarting after an overrun. Split up some functions between
936         alsasrc and alsasink.
937
938 === release 0.8.2 ===
939
940 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
941
942         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
943         (gst_alsa_change_state), (gst_alsa_update_avail),
944         (gst_alsa_xrun_recovery):
945         * ext/alsa/gstalsa.h:
946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
947           merge back changes from release
948
949 2004-06-23  Wim Taymans  <wim@fluendo.com>
950
951         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
952         (gst_audiorate_init), (gst_audiorate_chain),
953         (gst_audiorate_set_property), (gst_audiorate_get_property):
954         Implement sample dropping and notify
955
956 2004-06-22  Wim Taymans  <wim@fluendo.com>
957
958         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
959         (theora_enc_sink_link), (theora_buffer_from_packet),
960         (theora_push_packet), (theora_enc_chain):
961         Some cleanups, make sure the timestamps are correct.
962
963 2004-06-22  Wim Taymans  <wim@fluendo.com>
964
965         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
966         (gst_alsa_change_state), (gst_alsa_update_avail),
967         (gst_alsa_xrun_recovery):
968         * ext/alsa/gstalsa.h:
969         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
970         Cleanups, take queued samples into account when reporting
971         the time.
972
973 2004-06-22  Wim Taymans  <wim@fluendo.com>
974
975         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
976         (gst_videorate_init):
977         Initialize the property as well.
978
979 2004-06-22  Wim Taymans  <wim@fluendo.com>
980
981         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
982         (gst_videorate_init), (gst_videorate_chain),
983         (gst_videorate_set_property), (gst_videorate_get_property):
984         Add property to make videorate silent.
985         Add property to prefer new frames over old ones.
986
987 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
988
989         * sys/osxvideo/Makefile.am:
990         Workaround so that the osxvideo .so file gets linked with the
991         Cocoa, OpenGL and QuickTime frameworks
992
993 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
994
995         * sys/osxaudio/Makefile.am:
996         Workaround so that the osxaudio .so file gets linked with the
997         CoreAudio framework
998  
999 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1000
1001         * configure.ac:
1002         Whoops, my fault...fixed build issues
1003
1004 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1005
1006         * configure.ac:
1007         Add objective-c support if running in Darwin/Mac OS X
1008         * sys/Makefile.am:
1009         * sys/osxvideo:
1010         * sys/osxvideo/Makefile.am:
1011         * sys/osxvideo/osxvideosink.h:
1012         * sys/osxvideo/osxvideosink.m:
1013         * sys/osxvideo/cocoawindow.h:
1014         * sys/osxvideo/cocoawindow.m:
1015         Add osxvideosink, a cocoa-based osx video sink
1016         
1017
1018 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1019         * ext/dvdnav/gst-dvd:
1020         Grab the gconf key from the right spot
1021         * gst/debug/gstnavseek.c: (gst_navseek_init),
1022         (gst_navseek_segseek), (gst_navseek_handle_src_event),
1023         (gst_navseek_chain):
1024         * gst/debug/gstnavseek.h:
1025           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
1026           and loop parameters of a segment seek.
1027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
1028         (gst_videotestsrc_get_event_masks),
1029         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
1030         * gst/videotestsrc/gstvideotestsrc.h:
1031           Add seeking support to videotestsrc
1032           Initialise the timestamp_offset variable.
1033
1034 2004-06-18  Wim Taymans  <wim@fluendo.com>
1035
1036         * ext/sidplay/gstsiddec.cc:
1037         Fix negotiation and set correct end offset.
1038
1039 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1040
1041         * configure.ac: branch and prerelease
1042
1043 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1044
1045         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1046         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
1047         (gst_tcpclientsrc_init_receive):
1048         * gst/tcp/gsttcpclientsrc.h:
1049           read caps when connecting to server for GDP so we set them correctly
1050
1051 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1052
1053         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1054           notify drops and duplicates
1055         * gst/videoscale/videoscale.c: (videoscale_get_structure):
1056           no good reason to limit ourselves to 100x100
1057
1058 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1059
1060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1061         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
1062         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1063         (gst_v4lsrc_get_property):
1064         * sys/v4l/gstv4lsrc.h:
1065         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
1066         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
1067         (gst_v4l_set_audio):
1068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
1069         (gst_v4lsrc_try_capture):
1070         * sys/v4l/v4lsrc_calls.h:
1071           change try_palette to more general try_capture
1072           add autoprobe option so we can turn off autoprobing
1073           various fixes
1074
1075 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1076
1077         * configure.ac:
1078           add videorate
1079         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
1080         (gst_ximagesink_class_init):
1081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
1082         (gst_xvimagesink_class_init):
1083           run them as finalize, not dispose, since dispose can be invoked
1084           multiple times
1085
1086 2004-06-17  Wim Taymans  <wim@fluendo.com>
1087
1088         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
1089         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
1090         * ext/alsa/gstalsa.h:
1091         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
1092         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
1093         (gst_alsa_src_change_state):
1094         * ext/alsa/gstalsasrc.h:
1095         Make the xrun code timestamp and offset the buffers correctly.
1096         moved the clock to the base class, use alsa methods to get time.
1097         Do correct timestamping on outgoing buffers.
1098
1099 2004-06-17  Wim Taymans  <wim@fluendo.com>
1100
1101         * gst/audiorate/Makefile.am:
1102         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
1103         (gst_audiorate_base_init), (gst_audiorate_class_init),
1104         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
1105         (gst_audiorate_set_property), (gst_audiorate_get_property),
1106         (gst_audiorate_change_state), (plugin_init):
1107         Added an audiorate converter that fills in gaps.
1108
1109 2004-06-17  Johan Dahlin  <johan@gnome.org>
1110
1111         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
1112
1113 2004-06-16  Wim Taymans  <wim@fluendo.com>
1114
1115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
1116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
1117         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
1118         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1119         (gst_v4lsrc_get_property):
1120         * sys/v4l/gstv4lsrc.h:
1121         Added a copy mode to v4lsrc where it will output a copied version
1122         of its internal hardware buffer.
1123         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
1124         can't | them.
1125
1126 2004-06-16  Wim Taymans  <wim@fluendo.com>
1127
1128         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1129         Timestamp fixes.
1130
1131 2004-06-16  Wim Taymans  <wim@fluendo.com>
1132
1133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
1134         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
1135         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1136         (gst_v4lsrc_get_property):
1137         * sys/v4l/gstv4lsrc.h:
1138         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1139         Added a sync mode enum property to control v4lsrc timestamp method
1140         Removed the use-fixed-fps property and moved functionality in
1141         the enum. 
1142         Don't error on an error value from v4l-conf, it might not always
1143         be a real error.
1144
1145 2004-06-16  Wim Taymans  <wim@fluendo.com>
1146
1147         * gst/videorate/Makefile.am:
1148         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
1149         (gst_videorate_base_init), (gst_videorate_class_init),
1150         (gst_videorate_getcaps), (gst_videorate_link),
1151         (gst_videorate_init), (gst_videorate_chain),
1152         (gst_videorate_set_property), (gst_videorate_get_property),
1153         (gst_videorate_change_state), (plugin_init):
1154         Added a video timestamp corrector.
1155
1156 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1157
1158         fixed a potential leak with previous commit
1159         
1160         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
1161
1162 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1163
1164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
1165         Added missing refcount, fixes bug #144425
1166         Cheers Tim for finding the bug
1167
1168 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1169
1170         * sys/v4l/gstv4l.c: (plugin_init):
1171         * sys/v4l/gstv4lcolorbalance.c:
1172         * sys/v4l/gstv4lcolorbalance.h:
1173         * sys/v4l/gstv4lelement.c:
1174         * sys/v4l/gstv4lelement.h:
1175         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1176         * sys/v4l/gstv4lmjpegsink.h:
1177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1178         * sys/v4l/gstv4lmjpegsrc.h:
1179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
1180         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
1181         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
1182         * sys/v4l/gstv4lsrc.h:
1183         * sys/v4l/gstv4ltuner.c:
1184         * sys/v4l/gstv4ltuner.h:
1185         * sys/v4l/gstv4lxoverlay.c:
1186         * sys/v4l/gstv4lxoverlay.h:
1187         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
1188         (gst_v4l_set_window), (gst_v4l_enable_overlay):
1189         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
1190         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
1191         (gst_v4l_set_audio):
1192         * sys/v4l/v4l_calls.h:
1193         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1194         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
1195         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
1196         (gst_v4lmjpegsink_playback_init),
1197         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
1198         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
1199         (gst_v4lmjpegsink_playback_stop),
1200         (gst_v4lmjpegsink_playback_deinit):
1201         * sys/v4l/v4lmjpegsink_calls.h:
1202         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
1203         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
1204         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
1205         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
1206         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
1207         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
1208         * sys/v4l/v4lmjpegsrc_calls.h:
1209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
1211         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
1212         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
1213         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
1214         (gst_v4lsrc_try_palette):
1215         * sys/v4l/v4lsrc_calls.h:
1216           bunch of paranoia cleanups
1217
1218 2004-06-14  David Schleef  <ds@schleef.org>
1219
1220         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
1221         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
1222         Send discont events and change timestamps appropriately when
1223         we get a seek event.  (bug #144240)
1224         * ext/cdparanoia/gstcdparanoia.h:
1225
1226 2004-06-14  Benjamin Otte  <otte@gnome.org>
1227
1228         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
1229           snd_pcm_hw_params_set_rate  since the latter fails for no good 
1230           reason on some setups.
1231
1232 2004-06-14  David Schleef  <ds@schleef.org>
1233
1234         * gst/volume/demo.c: (value_changed_callback): exp10() is not
1235         standard.  Thank you for playing.
1236
1237 2004-06-14  Wim Taymans  <wim@fluendo.com>
1238
1239         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1240         Patch 1.3 broke the ordering of the colorspace info and
1241         made the plugin basically work by coincidence, reordered
1242         the info.
1243
1244 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1245
1246         * ext/lame/gstlame.c:
1247         * ext/mad/gstmad.c:
1248           sync caps.  Make sure mad can only output a list of rates, not
1249           a full range.  In the future, have three caps lists for each of the
1250           mpeg versions.  Change mpegversion to a double as well.
1251
1252 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1253
1254         * gst/volume/.cvsignore:
1255         * gst/volume/Makefile.am:
1256         * gst/volume/demo.c: (value_changed_callback), (idler),
1257         (setup_gui), (main):
1258           added small demo app
1259
1260 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
1261         * ext/esd/esdsink.c: (gst_esdsink_change_state):
1262         * ext/esd/esdsink.h:
1263         Close the esd connection on pause, because esd will just wait -  
1264         blocking all other esd clients indefinitely.
1265
1266 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
1267
1268         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
1269           previous commit with GST_DEBUG
1270
1271 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1272
1273         * configure.ac:
1274           add a header check for a dvdread header in dvdnav.  Fixes #133002
1275
1276 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
1277
1278         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
1279         * gst/tcp/gsttcpclientsink.h:
1280         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
1281         * gst/tcp/gsttcpclientsrc.h:
1282         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
1283         (gst_tcpserversink_handle_server_read),
1284         (gst_tcpserversink_init_send):
1285         * gst/tcp/gsttcpserversink.h:
1286         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
1287         * gst/tcp/gsttcpserversrc.h:
1288         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
1289         version of IP)
1290
1291 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
1292
1293         * configure.ac:
1294         Added ogg library so that OSX detects libtheora properly
1295         
1296 2004-06-11  Wim Taymans  <wim@fluendo.com>
1297
1298         * ext/theora/theoradec.c: (theora_dec_chain),
1299         (theora_dec_change_state):
1300         Don't try to decode frames before we received a keyframe.
1301
1302 2004-06-11  Wim Taymans  <wim@fluendo.com>
1303
1304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1305         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
1306         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
1307         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
1308         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
1309         Added property to set the maximum delay of a page.
1310
1311 2004-06-10  Wim Taymans  <wim@fluendo.com>
1312
1313         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1314         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
1315         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
1316         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
1317         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
1318         Added max-delay property to control the maximum amount
1319         of data to put in one page.
1320
1321 2004-06-10  Wim Taymans  <wim@fluendo.com>
1322
1323         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1324         (gst_theora_enc_init), (theora_enc_sink_link),
1325         (theora_buffer_from_packet), (theora_enc_set_property),
1326         (theora_enc_get_property):
1327         Set duration on encoded buffer, added some more properties
1328
1329 2004-06-10  Wim Taymans  <wim@fluendo.com>
1330
1331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1332         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
1333         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1334         * ext/theora/theoraenc.c: (theora_enc_chain):
1335         Fix refcounting bugs
1336
1337 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1338
1339         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
1340         (gst_asf_demux_loop), (gst_asf_demux_process_file),
1341         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
1342         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
1343         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
1344         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
1345         (gst_asf_demux_change_state):
1346         * gst/asfdemux/gstasfdemux.h:
1347           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
1348           feels like. I think we should set a new requirement for demuxers
1349           from now on to implement sane loop functions, data loops, query
1350           and seek functions before first commit into CVS. And this commit
1351           fixes all of the above.
1352
1353 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
1354
1355         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
1356           vorbis comments are properly encoded in UTF-8 before adding them
1357           to a GstTagList
1358
1359 2004-06-09  Benjamin Otte  <otte@gnome.org>
1360
1361         * ext/alsa/gstalsa.c: (add_channels):
1362           handle min <= max correctly
1363         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
1364         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
1365           add fixation functions so we fixate correctly. No preferring of alaw
1366           anymore because it's the first structure.
1367         * ext/alsa/gstalsa.h:
1368         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
1369         (gst_alsa_hw_params_dump):
1370           add functions to ease debugging in alsalib
1371         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
1372         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
1373         (gst_alsa_start_audio):
1374           only specify hw params if we really setup a format (fixes #134007 -
1375           or at least works around it)
1376
1377 2004-06-09  Wim Taymans  <wim@fluendo.com>
1378
1379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1380         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
1381         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
1382         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
1383         (gst_ogg_mux_loop):
1384         Use stream caps to setup the initial pages in the ogg stream.
1385         Correctly set the streamheader caps on the srcpad.
1386
1387 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1388
1389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
1390         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
1391         (gst_v4lsrc_getcaps):
1392         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
1393         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
1394           add querying of fps lists for webcams.  Negotiating to a framerate
1395           now works.
1396
1397 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1398
1399         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1400         (theora_push_buffer), (theora_push_packet),
1401         (theora_set_header_on_caps), (theora_enc_chain):
1402           mark buffers and put on streamheader, raw theora streaming
1403           now works too, whee
1404
1405 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1406
1407         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
1408         (gst_tcp_gdp_read_caps):
1409           do a looping read for caps and GDP headers too
1410
1411 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1412
1413         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
1414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
1415           return EOS instead of NULL in _get
1416
1417 2004-06-08  Wim Taymans  <wim@fluendo.com>
1418
1419         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
1420         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
1421         (gst_tcp_gdp_write_caps):
1422         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
1423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
1424         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
1425         Memory leak fixes
1426
1427 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1428
1429         * ext/vorbis/Makefile.am:
1430         * ext/vorbis/vorbis.c: (plugin_init):
1431         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
1432         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
1433         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
1434         (vorbis_parse_change_state):
1435         * ext/vorbis/vorbisparse.h:
1436           adding a vorbisparse element that marks the buffers, streaming
1437           raw vorbis using GDP now works, whee
1438
1439 2004-06-08  Wim Taymans  <wim@fluendo.com>
1440
1441         * ext/jpeg/Makefile.am:
1442         * ext/jpeg/README:
1443         * ext/jpeg/gstjpeg.c: (plugin_init):
1444         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
1445         (gst_smokedec_base_init), (gst_smokedec_class_init),
1446         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
1447         * ext/jpeg/gstsmokedec.h:
1448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
1449         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
1450         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
1451         (gst_smokeenc_resync), (gst_smokeenc_chain),
1452         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
1453         * ext/jpeg/gstsmokeenc.h:
1454         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
1455         (smokecodec_flush_destination), (smokecodec_term_destination),
1456         (smokecodec_init_source), (smokecodec_fill_input_buffer),
1457         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
1458         (smokecodec_term_source), (smokecodec_encode_new),
1459         (smokecodec_decode_new), (smokecodec_info_free),
1460         (smokecodec_set_quality), (smokecodec_get_quality),
1461         (smokecodec_set_threshold), (smokecodec_get_threshold),
1462         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
1463         (find_best_size), (abs_diff), (put), (smokecodec_encode),
1464         (smokecodec_parse_header), (smokecodec_decode):
1465         * ext/jpeg/smokecodec.h:
1466         Added a new simple jpeg based codec
1467
1468 2004-06-08  Wim Taymans  <wim@fluendo.com>
1469
1470         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
1471         (gst_multipart_mux_loop):
1472         Fix memory leak
1473
1474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1475
1476         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
1477         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
1478         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
1479         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
1480         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
1481         * gst/tcp/gsttcpserversink.h:
1482           take streamheader into account
1483
1484 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1485
1486         * gst/level/Makefile.am:
1487         * gst/level/gstlevel.c: (gst_level_class_init):
1488           clean up marshal generation
1489
1490 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1491
1492         * gst/tcp/Makefile.am:
1493         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
1494         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
1495         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
1496         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1497         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
1498         (gst_tcpclientsrc_get_property):
1499         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1500         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1501         (gst_tcpserversink_handle_client_read),
1502         (gst_tcpserversink_handle_client_write),
1503         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
1504         * gst/tcp/gsttcpserversink.h:
1505           add signals client-added and client-removed
1506         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
1507         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
1508         (gst_tcpserversrc_get_property):
1509         uniformized, change default protocol to NONE
1510         * gst/tcp/gsttcp-marshal.list: added
1511 2004-06-07  Benjamin Otte  <otte@gnome.org>
1512
1513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1514           handle discont events if they happen before caps nego
1515
1516 2004-06-07  Wim Taymans  <wim@fluendo.com>
1517
1518         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
1519         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
1520         (gst_multipart_demux_plugin_init):
1521         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
1522         (gst_multipart_mux_init), (gst_multipart_mux_loop),
1523         (gst_multipart_mux_change_state):
1524         Small updates, fix a memleak
1525
1526 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1527
1528         * configure.ac: OSS portability
1529         * ext/arts/gst_arts.c: idem
1530         * sys/oss/gstosselement.c: idem
1531         * sys/oss/gstossmixer.c: idem
1532         * sys/oss/gstosssink.c: idem
1533         * sys/oss/gstosssrc.c: idem
1534         * sys/oss/oss_probe.c: idem
1535           - check for soundcard.h in different places for some BSD
1536
1537 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
1538
1539         * AUTHORS:
1540         Add me to the authors file
1541         * configure.ac:
1542         Increase the libdv requirement to >= version 0.100
1543         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
1544         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
1545         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
1546         * ext/dv/gstdvdec.h:
1547         Add support for the new_media flag when sending DISCONT events
1548         Make the querying work when video pad is not linked
1549
1550 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1551
1552         reviewed by Benjamin Otte  <otte@gnome.org>
1553
1554         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
1555           create a NULL-initialized array of pads, so we don't think they
1556           exist already. (fixes #143130)
1557
1558 2004-06-07  Benjamin Otte  <otte@gnome.org>
1559
1560         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
1561         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
1562         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
1563           don't use // coments
1564
1565 2004-06-07  Benjamin Otte  <otte@gnome.org>
1566
1567         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
1568           cast to GstClockTime to get higher granularity
1569         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1570           use gst_element_set_time_delay to get the exact time
1571         * ext/mad/gstmad.c: (gst_mad_chain):
1572           use the negotiated rate instead of the current frame's rate which
1573           might be wrong because of bit errors. This avoids emitting totally
1574           bogus timestamps and screwing sync.
1575         (fixes #143454)
1576
1577 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1578
1579         reviewed by Benjamin Otte  <otte@gnome.org>
1580
1581         * gst/adder/gstadder.c: (gst_adder_loop):
1582           properly error out when no negotiation has happened yet. (fixes
1583           #143032)
1584
1585 2004-06-06  Benjamin Otte  <otte@gnome.org>
1586
1587         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
1588           forward correctly transformed offset in discont events. Based on
1589           patch by Arwed v. Merkatz. (fixes #142851)
1590
1591 2004-06-06  David Schleef  <ds@schleef.org>
1592
1593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
1594         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
1595         problems on several systems.
1596
1597 2004-06-06  Benjamin Otte  <otte@gnome.org>
1598
1599         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1600           use explicit caps on the srcpad
1601         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1602           properly error out if caps couldn't be set (fixes #142764)
1603
1604 2004-06-06  Benjamin Otte  <otte@gnome.org>
1605
1606         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
1607         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
1608         (gst_alsa_start_audio):
1609           - don't call set_periods_integer anymore, it breaks the
1610           configuration randomly
1611           - call snd_pcm_hw_params_set_access directly instead of using masks
1612           - don't fail if the sw_params can't be set, just use the default
1613           params and hope it works. Alsalib has weird issues when you touch
1614           sw_params and does no proper error reporting about what failed.
1615         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1616         (gst_alsa_close_audio):
1617           make our alsa debugging go via gst debugging and not conditionally
1618           defined
1619         * ext/alsa/gstalsa.h:
1620           add ALSA_DEBUG_FLUSH macro
1621         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
1622         (plugin_init):
1623           wrap alsa errors to be printed via the gst debugging system and not
1624           spammed to stderr
1625
1626 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1627
1628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
1629         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
1630         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
1631         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
1632         (qtdemux_parse_trak):
1633         * gst/qtdemux/qtdemux.h:
1634           Bitch. Also known as seeking, querying & co.
1635         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
1636         (gst_osssink_change_state):
1637         * sys/oss/gstosssink.h:
1638           Resyncing is for weenies, this hack is no longer needed and was
1639           broken anyway (since it - unintendedly - always leaves resync to
1640           TRUE).
1641
1642 2004-06-05  Andrew Turner <zxombie@hotpop.com>
1643
1644         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
1645         * gst/tcp/gsttcpclientsrc.h: idem
1646           - define MSG_NOSIGNAL if not done
1647           - include unistd.h for off_t
1648           (fixes #143749)
1649
1650 2004-06-05  Benjamin Otte  <otte@gnome.org>
1651
1652         * configure.ac:
1653         * ext/kio/Makefile.am:
1654           check for qt's moc preprocessor explicitly and use it
1655
1656 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1657
1658         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1659           don't get a signal for EPIPE on socket writes
1660           (somebody check if this works on other platforms)
1661
1662 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1663
1664         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
1665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1666           check error condition on available samples correctly
1667
1668 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1669
1670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
1671           avoid a segfault
1672         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1673         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
1674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
1675         (gst_tcpserversrc_gdp_read_header):
1676          use ssize_t over size_t since the former is signed and thus the
1677          check for error codes can work
1678
1679 2004-06-02  Wim Taymans  <wim@fluendo.com>
1680
1681         reviewed by: Johan
1682
1683         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
1684         (gst_multipart_mux_loop):
1685         Oops
1686
1687 2004-06-02  Wim Taymans  <wim@fluendo.com>
1688
1689         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
1690         (gst_multipart_mux_init), (gst_multipart_mux_loop),
1691         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
1692         (gst_multipart_mux_change_state):
1693         Added configurable boundary specifier, added the value as a
1694         caps field as well.
1695
1696 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
1697
1698         * gst/tcp/gsttcp.c:
1699         * gst/tcp/gsttcpclientsrc.c:
1700         * gst/tcp/gsttcpclientsrc.h:
1701         * gst/tcp/gsttcpserversrc.c:
1702           - portability fix, to compile on OSX
1703             (fixes #143146)
1704
1705         * sys/osxaudio/gstosxaudioelement.c:
1706         * sys/osxaudio/gstosxaudiosink.c:
1707         * sys/osxaudio/gstosxaudiosrc.c:
1708           - compilation warnings on OSX
1709             (fixes #143153)
1710
1711 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1712
1713         * ext/vorbis/vorbisdec.c : sign warning fixes
1714
1715         * gst-libs/gst/mixer/mixertrack.c :
1716           do no use defines which are glib 2.4 specific
1717
1718 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
1719
1720         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
1721           buffer since libflac doesn't expect it (reports a sync error when 
1722           it encounters that)
1723
1724         
1725 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
1726
1727         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
1728         * gst-libs/gst/mixer/mixertrack.c:
1729         (gst_mixer_track_get_property), (get_mixer_track_init),
1730         (get_mixer_track_get_property): Added property accessors
1731         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
1732         * gst-libs/gst/mixer/mixeroptions.c:
1733         (gst_mixer_options_get_values): Added   
1734         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
1735         * gst-libs/gst/mixer/mixer.c: Fixed comment
1736
1737
1738 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1739
1740         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
1741           improve error messages on open
1742
1743
1744 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1745
1746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1747           check if v4l-conf is in path
1748
1749 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1750
1751         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
1752           change assert to a more readable error message
1753
1754 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1755
1756         * gst-libs/gst/tuner/tunerchannel.h:
1757           - add a freq_multiplicator field to make the conversion
1758             between internal frequency unit and Hz
1759         * sys/v4l/gstv4lelement.c:
1760         * sys/v4l2/gstv4l2element.c:
1761           - change default video device to /dev/video0
1762         * sys/v4l/v4l_calls.c:
1763         * sys/v4l2/v4l2_calls.c:
1764           - we only expose frequency to the user in Hz instead of
1765             bastard v4lX unit (either 62.5kHz or 62.5Hz)
1766
1767 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1768         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1769           Initialise b_o_s and e_o_s variables
1770         * gst-libs/gst/riff/riff-media.c:
1771         (gst_riff_create_video_caps_with_data):
1772           Add some unusual fourcc's from mplayer avi's
1773         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
1774           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
1775           autoplugging.
1776
1777 2004-05-28  Wim Taymans  <wim@fluendo.com>
1778
1779         * configure.ac:
1780         * gst/alpha/Makefile.am:
1781         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1782         (gst_alpha_get_type), (gst_alpha_base_init),
1783         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
1784         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
1785         (gst_alpha_chroma_key), (gst_alpha_chain),
1786         (gst_alpha_change_state), (plugin_init):
1787         A plugin to add an alpha channel to I420 video. Can optionally do
1788         chroma keying.
1789         * gst/multipart/Makefile.am:
1790         * gst/multipart/multipart.c: (plugin_init):
1791         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
1792         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
1793         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
1794         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
1795         (gst_multipart_demux_change_state),
1796         (gst_multipart_demux_plugin_init):
1797         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
1798         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
1799         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
1800         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
1801         (gst_multipart_mux_pad_unlink),
1802         (gst_multipart_mux_request_new_pad),
1803         (gst_multipart_mux_handle_src_event),
1804         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
1805         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
1806         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
1807         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
1808         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
1809         send multipart jpeg images to a browser.
1810         * gst/videobox/Makefile.am:
1811         * gst/videobox/README:
1812         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1813         (gst_video_box_get_type), (gst_video_box_base_init),
1814         (gst_video_box_class_init), (gst_video_box_init),
1815         (gst_video_box_set_property), (gst_video_box_get_property),
1816         (gst_video_box_sink_link), (gst_video_box_i420),
1817         (gst_video_box_ayuv), (gst_video_box_chain),
1818         (gst_video_box_change_state), (plugin_init):
1819         Crops or adds borders around an image. can do alpha channel
1820         borders as well.
1821         * gst/videomixer/Makefile.am:
1822         * gst/videomixer/README:
1823         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1824         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
1825         (gst_videomixer_pad_get_sink_event_masks),
1826         (gst_videomixer_pad_get_property),
1827         (gst_videomixer_pad_set_property),
1828         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
1829         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
1830         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1831         (gst_videomixer_base_init), (gst_videomixer_class_init),
1832         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1833         (gst_videomixer_handle_src_event),
1834         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
1835         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
1836         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
1837         (gst_videomixer_loop), (gst_videomixer_get_property),
1838         (gst_videomixer_set_property), (gst_videomixer_change_state),
1839         (plugin_init):
1840         Generic video mixer plugin, can handle multiple inputs all with
1841         different framerates and video sizes. Is fully alpha channel
1842         aware.
1843
1844 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1845
1846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1847           Select first track as master track. Not sure how else to handle
1848           that...
1849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
1850           Discard discont events. Should fix #142962.
1851
1852 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1853
1854         * ext/alsa/Makefile.am:
1855         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
1856         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
1857         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
1858         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
1859         (gst_alsa_mixer_get_option):
1860         * ext/alsa/gstalsamixer.h:
1861         * ext/alsa/gstalsamixeroptions.c:
1862         (gst_alsa_mixer_options_get_type),
1863         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
1864         (gst_alsa_mixer_options_new):
1865         * ext/alsa/gstalsamixeroptions.h:
1866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1867         * ext/alsa/gstalsamixertrack.h:
1868           Add enumerations (as GstMixerOptions). Make correct distinction
1869           between input/output tracks. Add capture/playback private flag.
1870           Use flag to decide on whether to set capture or playback volumes
1871           or switches. Use playback and record switches.
1872         * gst-libs/gst/mixer/Makefile.am:
1873         * gst-libs/gst/mixer/mixer-marshal.list:
1874         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
1875         (gst_mixer_set_option), (gst_mixer_get_option),
1876         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
1877         (gst_mixer_volume_changed), (gst_mixer_option_changed):
1878         * gst-libs/gst/mixer/mixer.h:
1879         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
1880         (gst_mixer_options_class_init), (gst_mixer_options_init),
1881         (gst_mixer_options_dispose):
1882         * gst-libs/gst/mixer/mixeroptions.h:
1883           Add GstMixerOptions.
1884         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1885           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
1886           broken device detection on computers with multiple OSS sound
1887           cards.
1888
1889 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1890
1891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
1892           fixate nicely even when the peer is not negotiating
1893
1894 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1895
1896         * gst/audioconvert/gstaudioconvert.c:
1897         (gst_audio_convert_parse_caps):
1898           make sure we don't allow depth > width
1899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
1900           fixate endianness to G_BYTE_ORDER as default
1901         * gst/audioscale/gstaudioscale.c:
1902           we don't handle another endianness as host-endianness
1903
1904 2004-05-25  David Schleef  <ds@schleef.org>
1905
1906         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
1907
1908 2004-05-24  Benjamin Otte  <otte@gnome.org>
1909
1910         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
1911         (gst_oggvorbisenc_setup):
1912           properly fail when we can't setup the vorbis encoder due to
1913           unsupported settings
1914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
1915         (gst_vorbisenc_setup):
1916           same
1917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1918           fix case where warnings occured when one pad was unlinked while the
1919           other's link function was called
1920
1921 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1922
1923         * gst/tcp/Makefile.am:
1924           use GST_ENABLE_NEW
1925
1926 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1927
1928         * gst-libs/gst/resample/private.h:
1929           don't use optimizations that are #if 0'ed
1930
1931 2004-05-24  Wim Taymans  <wim@fluendo.com>
1932
1933         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
1934         Fix potential division by zero error and hopefully get
1935         the position query right to get correct timestamps on avi
1936         audio.
1937
1938 2004-05-24  Wim Taymans  <wim@fluendo.com>
1939
1940         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
1941         (gst_videoscale_scale_nearest_str2),
1942         (gst_videoscale_scale_nearest_str4),
1943         (gst_videoscale_scale_nearest_32bit),
1944         (gst_videoscale_scale_nearest_24bit),
1945         (gst_videoscale_scale_nearest_16bit):
1946         Fix the scaling algorithm and avoid a buffer overflow.
1947         removed the while loop in the scaling function as it
1948         was used for point sampling only.
1949
1950 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1951
1952         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
1953         (gst_id3_tag_class_init), (gst_id3_tag_init),
1954         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
1955         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
1956         (gst_id3_tag_send_tag_event):
1957           lots of fixes to make id3mux work and id3demux work correctly
1958
1959 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1960
1961         * ext/Makefile.am:
1962           add rules to build shout2send (was removed by accident
1963           when this module was no more marked experimental/broken)
1964
1965 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
1966
1967         * ext/shout2/gstshout2.c:
1968         * ext/shout2/gstshout2.h:
1969           adding a "connection problem" signal to shout2send
1970           (fixes #142954)
1971
1972 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1973
1974         * ext/kio/kioreceiver.cpp:
1975         * ext/kio/kioreceiver.h:
1976           fix sign comparison issues
1977
1978 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1979
1980         * gst/cdxaparse/gstcdxaparse.c:
1981         * gst/cdxaparse/gstcdxaparse.h:
1982           some renaming
1983           add some checks/sanity
1984           prepare for seek addition
1985
1986         * sys/sunaudio/gstsunaudio.c:
1987           remove exported dupe init function
1988
1989 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1990
1991         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
1992         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
1993           Fix format conversion and position querying.
1994         * gst/debug/progressreport.c: (gst_progressreport_report):
1995           Don't output a bogus total value that we didn't query.
1996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1997           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
1998           only a blank window after xine has been used.
1999
2000 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2001
2002         * m4/as-arts.m4:
2003           sync with upstream version to fix test on FC2
2004           readd with -ko to preserve Id header
2005
2006 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2007
2008         * configure.ac:
2009           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
2010         * gst/tcp/gsttcpclientsrc.c: idem
2011         * gst/tcp/gsttcpserversink.c: idem
2012         * gst/tcp/gsttcpserversrc.c: idem
2013         * m4/gst-fionread.m4: idem
2014
2015         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
2016
2017         * configure.ac: enable speex plugin for speex 1.1.5+
2018         * ext/speex/gstspeexenc.c: fix cast warning
2019
2020         * ext/esd/README: fix typo
2021
2022 2004-05-20  David Schleef  <ds@schleef.org>
2023
2024         * configure.ac: Minor cosmetic change to convince the buildbot to
2025         reautogen.
2026         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
2027         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
2028         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
2029         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
2030         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
2031         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
2032         More hacking.  Plays audio now.
2033
2034 2004-05-20  David Schleef  <ds@schleef.org>
2035
2036         * configure.ac:
2037         * sys/Makefile.am:
2038
2039 2004-05-20  David Schleef  <ds@schleef.org>
2040
2041         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
2042         * sys/osxaudio/gstosxaudio.c:
2043         * sys/osxaudio/gstosxaudioelement.c:
2044         * sys/osxaudio/gstosxaudioelement.h:
2045         * sys/osxaudio/gstosxaudiosink.c:
2046         * sys/osxaudio/gstosxaudiosink.h:
2047         * sys/osxaudio/gstosxaudiosrc.c:
2048         * sys/osxaudio/gstosxaudiosrc.h:
2049
2050 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2051
2052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
2053         (gst_vorbisenc_chain):
2054           put the codec headers on the caps as streamheader as well as
2055           pushing them out
2056
2057 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2058
2059         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
2060         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2061         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
2062         split up push_packet into two functions
2063
2064 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2065
2066         * gst/tcp/.cvsignore:
2067           ignore enums
2068         * gst/tcp/Makefile.am:
2069         * gst/tcp/README:
2070         * gst/tcp/gsttcp.c:
2071         * gst/tcp/gsttcp.h:
2072         * gst/tcp/gsttcpclientsink.c:
2073         * gst/tcp/gsttcpclientsink.h:
2074         * gst/tcp/gsttcpclientsrc.c:
2075         * gst/tcp/gsttcpclientsrc.h:
2076         * gst/tcp/gsttcpplugin.c:
2077         * gst/tcp/gsttcpserversink.c:
2078         * gst/tcp/gsttcpserversink.h:
2079         * gst/tcp/gsttcpserversrc.c:
2080         * gst/tcp/gsttcpserversrc.h:
2081           add new tcp elements
2082
2083 2004-05-19  Wim Taymans  <wim@fluendo.com>
2084
2085         * gst/law/mulaw-conversion.c: (mulaw_encode):
2086         Fix overflow bug in ulaw encoding.
2087
2088 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2089
2090         * ext/mad/gstmad.c: (gst_mad_handle_event):
2091           don't unref the event twice
2092
2093 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2094
2095         * configure.ac:
2096           remove -Wno-sign-compare
2097
2098 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2099
2100         * configure.ac:
2101           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
2102           if you want to work against glib 2.2 and 2.4
2103
2104 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2105
2106         * gst/tcp/Makefile.am:
2107         * gst/tcp/gsttcp.c:
2108         * gst/tcp/gsttcp.h:
2109         * gst/tcp/gsttcpsink.h:
2110         * gst/tcp/gsttcpsrc.h:
2111           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
2112
2113 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2114
2115         * gst/debug/tests.c: (md5_get_value):
2116           fix segfault on gst-inspect
2117
2118 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2119
2120         * gst/debug/testplugin.c: 
2121         * gst/debug/tests.c: 
2122         * gst/debug/tests.h:
2123           add new extensible and configurable testing element. Current tests
2124           include buffer count, stream length, timestamp/duration matching and
2125           md5.
2126         * gst/debug/Makefile.am:
2127         * gst/debug/gstdebug.c: (plugin_init):
2128           add infrastructure for new element
2129
2130 2004-05-19  Johan Dahlin  <johan@gnome.org>
2131
2132         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
2133         ending of the array. Fixes gst-inspect segfault on ppc.
2134
2135 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2136
2137         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
2138
2139         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
2140
2141 2004-05-18  David Schleef  <ds@schleef.org>
2142
2143         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
2144         warnings (bugs, actually) noticed by gcc but not forte.
2145
2146 2004-05-18  David Schleef  <ds@schleef.org>
2147
2148         * sys/sunaudio/Makefile.am:
2149         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
2150
2151 2004-05-18  David Schleef  <ds@schleef.org>
2152
2153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2154         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
2155         to allow qtdemux to use non-seekable streams. (bug #142272)
2156
2157 2004-05-18  David Schleef  <ds@schleef.org>
2158
2159         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
2160         (gst_resample_sinc_ft_float): Remove use of static temporary
2161         buffer.  This code was obviously not supposed to last long, but
2162         it's stuck in our ABI, so it required a little hack to make it
2163         ABI-compatible.  Fixes #142585.
2164         * gst-libs/gst/resample/resample.h: same.
2165
2166 2004-05-18  David Schleef  <ds@schleef.org>
2167
2168         * configure.ac: Add sunaudio
2169         * examples/Makefile.am: make gstplay depend on gconf
2170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
2171         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
2172         (convert_table_lookup), (img_convert): remove c99-isms
2173         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
2174           unsigned, to fix a warning on Solaris
2175         * gst/mpeg1sys/systems.c: bcopy->memcpy
2176         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
2177         * sys/Makefile.am: Add sunaudio
2178
2179 2004-05-18  Wim Taymans  <wim@fluendo.com>
2180
2181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
2182         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
2183         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
2184         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2185         (gst_ogg_mux_loop):
2186         Fix an ugly memleak where the muxer didn't flush enough ogg
2187         pages. This also resulted in badly muxed ogg files.
2188
2189 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2190
2191         * gst/asfdemux/asfheaders.c :
2192         * gst/asfdemux/asfheaders.h :
2193         * gst/asfdemux/gstasfdemux.c :
2194           - fix ASF_OBJ_PADDING guid
2195           - add 3 new object guids (language list, metadata, 
2196             extended stream properties)
2197           - add a function to parse extended header objects
2198
2199 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2200
2201         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2202           remove leftover debugging g_print
2203
2204 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2205
2206         * ext/mad/gstmad.c: (gst_mad_handle_event):
2207           Fix for when the first format in a discont event is not a
2208           byte-based one. Should fix #137710.
2209
2210 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2211
2212         * m4/a52.m4 : fix compilation with -Wall -Werror
2213         * m4/libfame.m4 : idem
2214         * m4/libmikmod.m4 : idem
2215
2216 2004-05-17  Benjamin Otte  <otte@gnome.org>
2217
2218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
2219           signal the new tags before giving up the reference
2220
2221 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2222
2223         * ext/shout2/gstshout2.c:
2224           use application/ogg instead of application/x-ogg (patch by Patrick
2225           Guimond, fixes #142432)
2226         * sys/oss/gstosselement.c: (gst_osselement_reset),
2227         (gst_osselement_sync_parms):
2228           don't set fragment size unless specified (fixes #142493)
2229
2230 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2231
2232         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
2233           fixes #142664
2234
2235 2004-05-17  Benjamin Otte  <otte@gnome.org>
2236
2237         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2238           compute offsets correctly for internal buffers so timestamps are set
2239           correctly when we can't seek. Also handle cases where there are no
2240           offsets. (based on a patch by David Moore, fixes #142507)
2241
2242 2004-05-17  Benjamin Otte  <otte@gnome.org>
2243
2244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2245           use correct variable when determining amount of data to skip so we
2246           don't skip into the void and segfault
2247
2248 2004-05-16  Benjamin Otte  <otte@gnome.org>
2249
2250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
2251           Hi, I'm a memleak
2252
2253 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2254
2255         * gst/asfdemux/gstasfdemux.c:
2256           - fix a mem leak and always propagate tags
2257           - add WMV3 to known video codecs (but no decoder yet)
2258           - replace "surplus data" at end of audio header for what
2259             it is : codec specific data
2260           - fix a typo
2261
2262 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
2263
2264         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
2265
2266         * gst-libs/gst/audio/audioclock.c:
2267           Fix wrong return type (#142205).
2268
2269 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2270
2271         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
2272           Ignore CRCs by default (fixes #142566).
2273
2274 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2275
2276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
2277         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
2278         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
2279         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
2280         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2281         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
2282           Fix for cases where we fail to attach to a mixer.
2283
2284 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2285
2286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2287           Don't touch events after not owning them anymore.
2288         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
2289         (gst_wavparse_fmt), (gst_wavparse_other),
2290         (gst_wavparse_handle_seek), (gst_wavparse_loop),
2291         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2292         (gst_wavparse_srcpad_event):
2293         * gst/wavparse/gstwavparse.h:
2294           Add seeking, fix querying.
2295
2296 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2297
2298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
2299           - process comments even if they don't end with \0\0
2300             g_convert would ignore them if present and works well without them
2301
2302 2004-05-16  Benjamin Otte  <otte@gnome.org>
2303
2304         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
2305           simplify caps
2306
2307 2004-05-16  Benjamin Otte  <otte@gnome.org>
2308
2309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
2310           don't write to memory we might not write to - g_convert does that
2311           for us anyway (fixes #142613)
2312         (gst_asf_demux_audio_caps):
2313           comment out gst_util_dump_mem
2314
2315 2004-05-16  Benjamin Otte  <otte@gnome.org>
2316
2317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2318           compute correct expected timestamps after seek (broken since
2319           last commit)
2320         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
2321           rename element and debugging category to gdkpixbufscale
2322
2323 2004-05-16  Benjamin Otte  <otte@gnome.org>
2324
2325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2326           add error checking to snd_pcm_delay and remove duplicate call to
2327           snd_pcm_delay that caused issues (see inline code comments)
2328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
2329           make more readable and fix return value when snd_pcm_delay fails
2330         (fixes #142586)
2331
2332 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
2333         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
2334         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
2335         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
2336         (gst_pixbufscale_link), (gst_pixbufscale_init),
2337         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
2338         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
2339         (gst_pixbufscale_get_property), (pixbufscale_init):
2340         * ext/gdk_pixbuf/pixbufscale.h:
2341         Add these files I forgot earlier
2342
2343 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
2344         * ext/gdk_pixbuf/Makefile.am:
2345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2346         * ext/gdk_pixbuf/gstgdkpixbuf.h:
2347         Add new pixbufscale element to scale RGB video
2348         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
2349         and HYPER interpolation correctly.
2350         * ext/theora/theoraenc.c: (theora_enc_chain),
2351         Discard buffer and return if explicit caps could not be set
2352         (theora_enc_get_property):
2353         Make _get return kbps for the bitrate consistent with
2354         the _set function.
2355
2356
2357 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2358
2359         * ext/libvisual/visual.c: (gst_visual_chain):
2360           add missing visual_audio_analyze
2361
2362 2004-05-14  David Schleef  <ds@schleef.org>
2363
2364         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
2365         is killed while we're playing.
2366         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
2367         gst_element_no_more_pads().
2368
2369 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2370
2371         * gst-libs/gst/riff/riff-read.c :
2372           - fix INFO tag extraction in RIFF/AVI files
2373             because gst_event_unref (event) also freed taglist
2374           - avoid a mem leak
2375
2376 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2377
2378         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
2379         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
2380
2381         * gst/auparse/gstauparse.c :
2382           - add code (commented for now) to support audio/x-adpcm on src pad
2383             (we have no decoder for those layout yet)
2384
2385         * gst/cdxaparse/gstcdxaparse.c :
2386         * gst/cdxaparse/gstcdxaparse.h :
2387           - partial rewrite using RiffRead (ripped iain's wavparse code)
2388
2389         * gst/rtp/gstrtpL16enc.c : typo
2390         * gst/rtp/gstrtpgsmenc.c : typo
2391
2392 2004-05-13  Benjamin Otte  <otte@gnome.org>
2393
2394         * configure.ac:
2395           check for exact version of libvisual, it's not supposed to be
2396           API/ABI stable yet
2397
2398 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2399
2400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
2401           signal no-more-pads
2402
2403 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2404
2405         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
2406         Report which format was used for GST_FORMAT_DEFAULT
2407         * gst/debug/Makefile.am:
2408         * gst/debug/gstdebug.c: (plugin_init):
2409         * gst/debug/progressreport.c: (gst_progressreport_base_init),
2410         (gst_progressreport_class_init), (gst_progressreport_init),
2411         (gst_progressreport_report), (gst_progressreport_set_property),
2412         (gst_progressreport_get_property), (gst_progressreport_chain),
2413         (gst_progressreport_plugin_init):
2414         Add progressreport element for testing.
2415
2416 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2417
2418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
2419         * sys/v4l/gstv4lsrc.h:
2420         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
2421         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
2422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
2423         (gst_v4lsrc_grab_frame):
2424           add more debugging
2425           send a discont at start
2426
2427 2004-05-12  Colin Walters  <walters@redhat.com>
2428
2429         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
2430         inflooping if we can't find a chunk.  Or in other words, don't blow
2431         chunks if we don't have a chunk to blow.
2432
2433 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2434         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
2435         Remove old debug output
2436         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
2437         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
2438         (gst_dvdec_set_property), (gst_dvdec_get_property):
2439         Change the quality setting to an enum, so it works from gst-launch
2440         Don't renegotiate a non-linked pad. Allows audio only decoding.
2441         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
2442         (gst_deinterlace_link), (gst_deinterlace_init):
2443         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
2444         (gst_videodrop_link):
2445         Some caps negotiation fixes
2446
2447 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2448
2449         * ext/tarkin/gsttarkin.c :
2450           - Change RANK from NONE to PRIMARY
2451         * ext/gdk_pixbuf/gstgdkpixbuf.c :
2452           - Change RANK from NONE to MARGINAL
2453         * ext/divx/gstdivxenc.c :
2454           - Change RANK from PRIMARY to NONE (encoder/spider issue)
2455
2456 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2457
2458         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
2459         (gst_vorbisenc_push_packet):
2460           copy a function that was added between 1.0 and 1.0.1 until we
2461           depend on worthwhile features of post-1.0
2462
2463 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2464
2465         * configure.ac:
2466           enable shout2 by default
2467         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
2468         (gst_shout2send_base_init), (gst_shout2send_init),
2469         (gst_shout2send_connect), (gst_shout2send_change_state):
2470         * ext/shout2/gstshout2.h:
2471           make this work again. Based on a patch by Zaheer Merali (fixes
2472           #142262)
2473         * ext/theora/theora.c: (plugin_init):
2474           don't set rank on encoders
2475
2476 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
2477
2478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
2479           Use codec_data property instead of flag1 and flag2 for wma
2480
2481 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2482
2483         * gst/cdxaparse/gstcdxaparse.c :
2484           - Add mpegversion to CAPS to make it link
2485           - Rank is as GST_RANK_SECONDARY instead of NONE
2486         * gst/auparse/gstauparse.c :
2487           - Document all audio encoding we can encounter from Solaris 9
2488             headers and libsndfile information.
2489           - Increase max. rate from 48000 to 192000 (to match other elements)
2490           - Don't try to play junk data between header and samples
2491
2492 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2493
2494         * ext/libvisual/visual.c: (gst_visual_getcaps):
2495           use the right caps depending on endianness (I hope)
2496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
2497           use GST_RANK_NONE for all non-decoding elements or spider gets
2498           mighty confused
2499
2500 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2501
2502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
2503           Fix some odd cases and fix BE metadata parsing of unicode16 text.
2504
2505 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2506
2507         * gst/switch/gstswitch.c: (gst_switch_release_pad),
2508         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
2509         (gst_switch_loop), (gst_switch_get_type):
2510           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
2511           HEADERS. Had to be said.
2512
2513 2004-05-10  David Schleef  <ds@schleef.org>
2514
2515         * configure.ac: Add prototype Dirac support.
2516         * ext/Makefile.am:
2517         * ext/dirac/Makefile.am:
2518         * ext/dirac/gstdirac.cc:
2519         * ext/dirac/gstdiracdec.cc:
2520
2521 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2522
2523         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
2524         (gst_auparse_init), (gst_auparse_chain),
2525         (gst_auparse_change_state):
2526           Hack around spider. Remove me some day please.
2527
2528 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2529
2530         * gst/auparse/gstauparse.c: (gst_auparse_chain):
2531           Fix for some uninitialized variables in previous patch, also
2532           makes it work. Fixes #142286 while we're at it.
2533
2534 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2535
2536         * gst/auparse/gstauparse.c:
2537                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
2538                 only unsupported formats are ADPCM/CCITT G.72x
2539                 reviewed by Ronald
2540         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
2541
2542 2004-05-10  Wim Taymans  <wim@fluendo.com>
2543
2544         * ext/vorbis/Makefile.am:
2545         * ext/vorbis/README:
2546         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
2547         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
2548         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
2549         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
2550         (gst_oggvorbisenc_convert_sink),
2551         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
2552         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
2553         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
2554         (get_constraints_string), (update_start_message),
2555         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
2556         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
2557         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
2558         * ext/vorbis/oggvorbisenc.h:
2559         * ext/vorbis/vorbis.c: (plugin_init):
2560         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
2561         (raw_caps_factory), (gst_vorbisenc_class_init),
2562         (gst_vorbisenc_init), (gst_vorbisenc_setup),
2563         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
2564         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
2565         * ext/vorbis/vorbisenc.h:
2566         Added a raw vorbis encoder to be used with the oggmuxer.
2567         We still need the old encoder for some gnome applications, 
2568         read the README to find out how that works.
2569         The raw encoder is called "rawvorbisenc" until 0.9.
2570
2571 2004-05-10  Wim Taymans  <wim@fluendo.com>
2572
2573         * ext/ogg/gstogg.c: (plugin_init):
2574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
2575         (gst_ogg_print):
2576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
2577         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
2578         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
2579         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
2580         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
2581         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
2582         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
2583         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
2584         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
2585         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
2586         Added an ogg muxer.
2587         Small typo fixes in the demuxer.
2588
2589 2004-05-10  Wim Taymans  <wim@fluendo.com>
2590
2591         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2592         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
2593         (theora_enc_change_state), (theora_enc_set_property),
2594         (theora_enc_get_property):
2595         Mark the last packet with an EOS flag which is not really needed
2596         in gstreamer.
2597         Do some better video framerate initialisation.
2598         Update the buffer timestamp.
2599
2600 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
2601
2602         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
2603         Return the result of the parent state change call
2604
2605 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2606
2607         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
2608         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
2609         * gst/law/alaw-encode.c : (idem)
2610         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
2611         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
2612         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
2613
2614 2004-05-09  Benjamin Otte  <otte@gnome.org>
2615
2616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2617           don't use a fixed buffer size when writing variable length data to
2618           it. Fixes memory corruption and makes alsasrc work
2619
2620 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2621
2622         * ext/gnomevfs/gstgnomevfssink.c:
2623         (_gst_boolean_allow_overwrite_accumulator),
2624         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
2625           Run glib's default signal handler (??) in RUN_CLEANUP rather than
2626           RUN_LAST, and don't use that to set the accumulator value because
2627           then it's always FALSE.
2628
2629 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2630
2631         * gst-libs/gst/riff/riff-media.c:
2632         (gst_riff_create_video_caps_with_data),
2633         (gst_riff_create_audio_caps),
2634         (gst_riff_create_audio_template_caps):
2635         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2636           Fix for unaligned RIFF files (i.e. where all the chunks together
2637           in a LIST chunk are not of the same size as the size given in
2638           the LIST chunk header). Fixes several odd WAVE files. Also fix
2639           ADPCM (block_align property) in audio, so that wavparse based
2640           on this works now as it used to stand-alone.
2641
2642 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
2643
2644         reviewed by Benjamin Otte  <otte@gnome.org>
2645
2646         * ext/a52dec/gsta52dec.c:
2647         * ext/divx/gstdivxdec.c:
2648         * ext/divx/gstdivxenc.c:
2649         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
2650         * ext/faac/gstfaac.c: (gst_faac_base_init):
2651         * ext/faad/gstfaad.c: (gst_faad_base_init):
2652         * ext/ivorbis/vorbisfile.c:
2653         * ext/lame/gstlame.c:
2654         * ext/libfame/gstlibfame.c:
2655         * ext/mpeg2enc/gstmpeg2enc.cc:
2656         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
2657         * ext/sidplay/gstsiddec.cc:
2658         * ext/speex/gstspeexdec.c:
2659         * ext/speex/gstspeexenc.c:
2660         * ext/xvid/gstxviddec.c:
2661         * ext/xvid/gstxvidenc.c:
2662           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
2663           (fixes #142193)
2664
2665 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2666
2667         * ext/alsa/gstalsa.c: (device_list),
2668         (gst_alsa_class_probe_devices):
2669         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2670           Fix alsa oddness in mixer after the combination of using mixer
2671           in source/sink elements and using hw:x,y instead of just hw:x.
2672
2673 2004-05-09  Benjamin Otte  <otte@gnome.org>
2674
2675         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
2676         (gst_wavparse_create_sourcepad):
2677           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
2678           sourcepads
2679
2680 2004-05-09  Benjamin Otte  <otte@gnome.org>
2681
2682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2683           allow discont events before caps nego
2684
2685 2004-05-08  Benjamin Otte  <otte@gnome.org>
2686
2687         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
2688           don't leak events
2689
2690 2004-05-08  Benjamin Otte  <otte@gnome.org>
2691
2692         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
2693         (gst_level_change_state), (gst_level_init):
2694         * gst/level/gstlevel.h:
2695           figure out if we're initialized directly instead of keeping a
2696           variable that's wrong in 90% of cases
2697           don't initialize pads and then leak them and use a new unitialized
2698           pad. (fixes #142084)
2699           these were bugs so n00bish I didn't find them for an hour :/
2700
2701 2004-05-08 Iain <iain@prettypeople.org>
2702
2703         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
2704         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
2705         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
2706         return the length that was read.
2707         (gst_riff_read_strf_auds): Allow fmt tags as well.
2708
2709 2004-05-07  David Schleef  <ds@schleef.org>
2710
2711         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
2712         signed char assumption in faad.h.
2713
2714 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2715
2716         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
2717           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
2718
2719 2004-05-07  Colin Walters  <walters@redhat.com>
2720
2721         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
2722         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
2723         function.
2724         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
2725         Add dispose function.
2726
2727 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
2728         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
2729           Fix caps nego and pad templates. RGB mode caps should
2730           work now.
2731         * ext/dvdnav/gst-dvd:
2732           Move mpeg2dec inside the thread because otherwise the
2733           queue rejects cap changes mid-stream
2734         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
2735         (gst_mpeg2dec_flush_decoder):
2736           For mpeg2dec > 0.4.0, call the flush function instead of
2737           manually extracting all in-flight frames.
2738         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
2739         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
2740           Change mime type video/dv go video/x-dv to match the
2741           rest of gst-plugins
2742
2743 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2744
2745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
2747         (gst_alsa_sink_class_init):
2748         * ext/alsa/gstalsasink.h:
2749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
2750         (gst_alsa_src_class_init):
2751         * ext/alsa/gstalsasrc.h:
2752           Make alsasink/src a subclass of alsamixer so that mixer stuff
2753           shows up in gst-rec. Needs some finetuning.
2754
2755 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2756
2757         * ext/lame/gstlame.c: (gst_lame_chain):
2758           simplify
2759         * ext/mad/gstmad.c: (gst_mad_handle_event):
2760           fix event leak
2761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
2762           be able to detect mp3 files < 4096 bytes
2763
2764 2004-05-06  Wim Taymans  <wim@fluendo.com>
2765
2766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2767         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
2768         (theora_enc_set_property), (theora_enc_get_property):
2769         Also encode the first frame, cleanup some code.
2770
2771 2004-05-06  Wim Taymans  <wim@fluendo.com>
2772
2773         * ext/mpeg2enc/gstmpeg2enc.cc:
2774         Forward events first before deciding that negotiation was
2775         not performed.
2776
2777 2004-05-06  Wim Taymans  <wim@fluendo.com>
2778
2779         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2780         First process the events before deciding that negotiation
2781         was not performed.
2782
2783 2004-05-06  Wim Taymans  <wim@fluendo.com>
2784
2785         * ext/theora/Makefile.am:
2786         * ext/theora/theora.c: (plugin_init):
2787         * ext/theora/theoradec.c: (theora_dec_change_state):
2788         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
2789         (gst_theora_enc_class_init), (gst_theora_enc_init),
2790         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
2791         (theora_enc_chain), (theora_enc_change_state),
2792         (theora_enc_set_property), (theora_enc_get_property):
2793         Added a theora encoder, grouped the encoder and decoder into the
2794         same plugin.
2795
2796 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2797
2798         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
2799         (gst_jpegenc_chain):
2800         fix DURATION on outgoing buffers
2801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
2802         debug using time formats
2803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2805         (gst_xvimagesink_sink_link):
2806         windows with width/height 0 generate X errors, so don't allow them
2807
2808 2004-05-05  Wim Taymans  <wim@fluendo.com>
2809
2810         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
2811         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
2812         (gst_mpeg2dec_negotiate_format):
2813         * ext/mpeg2dec/gstmpeg2dec.h:
2814           removed the static pad template so that we can add the
2815           more accurate framerate value to the caps.
2816           
2817
2818 2004-05-04  Benjamin Otte  <otte@gnome.org>
2819
2820         * configure.ac:
2821           check for kdemacros.h, too (should fix #141821)
2822         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
2823           don't crash if no header was sent, but nicely error out (fixes part
2824           of #141554)
2825
2826 2004-05-04  Wim Taymans  <wim@fluendo.com>
2827
2828         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
2829         parent dispose function to avoid segfault on destroy.
2830
2831 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2832
2833         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2834         (plugin_init):
2835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2836         (gst_xvimagesink_sink_link):
2837         clean up debugging caps
2838         also recreate xvimage when format has changed
2839
2840 2004-05-04  Benjamin Otte  <otte@gnome.org>
2841
2842         * ext/libvisual/Makefile.am:
2843         * ext/libvisual/visual.c: (gst_visual_class_init),
2844         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
2845         (gst_visual_srclink), (gst_visual_chain),
2846         (gst_visual_change_state), (plugin_init):
2847           use a GstAdapter to correctly adapt buffer sizes - allows using a
2848           framerate
2849
2850 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2851
2852         * sys/v4l/gstv4lelement.h:
2853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
2855         (gst_v4lsrc_buffer_free):
2856         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
2857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2858         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
2859         (gst_v4lsrc_requeue_frame):
2860         move some debugging categories around
2861         query for fps index and set accordingly if found
2862
2863 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2864
2865         * ext/lame/gstlame.c:
2866         correct defaults that lame_init puts out of range
2867
2868 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2869
2870         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
2871         (gst_divxenc_class_init):
2872         fix range since -1 is the default
2873         * gst/mpeg1sys/gstmpeg1systemencode.c:
2874         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
2875         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
2876         (gst_rtjpegdec_chain):
2877         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
2878         (gst_rtjpegenc_chain):
2879         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
2880         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
2881         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
2882         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
2883         * sys/v4l/gstv4lsrc.c:
2884         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2885         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
2886         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
2887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
2888         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
2889           remove gst_info calls
2890
2891 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2892
2893         * Makefile.am:
2894         * po/af.po:
2895         * po/az.po:
2896         * po/en_GB.po:
2897         * po/nl.po:
2898         * po/sr.po:
2899         * po/sv.po:
2900           Updated translations
2901
2902 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2903
2904         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
2905           refactor/comment code
2906
2907 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2908
2909         * gst/asfdemux/Makefile.am:
2910         * gst/asfdemux/asfheaders.c:
2911         * gst/asfdemux/asfheaders.h:
2912         * gst/asfdemux/gstasf.c: (plugin_init):
2913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
2914         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
2915         (gst_asf_demux_setup_pad):
2916         * gst/asfdemux/gstasfdemux.h:
2917         * gst/asfdemux/gstasfmux.c:
2918         * gst/asfdemux/gstasfmux.h:
2919           Add tagging support to demuxer, split out registration in its own
2920           file instead of in demux (hacky), and prevent having some tables
2921           in our memory multiple times (in asfheaders.h).
2922
2923 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2924
2925         * gst/matroska/matroska-demux.c:
2926         (gst_matroska_demux_parse_metadata):
2927         * gst/matroska/matroska-ids.h:  
2928           Basic tag reading support.
2929
2930 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2931
2932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2933           Really detect ac-3 audio.
2934         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
2935           really detect matroska files (off-by-1).
2936
2937 2004-04-30  David Schleef  <ds@schleef.org>
2938
2939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2940         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
2941         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
2942         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
2943         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
2944         hackage -- parse a lot more atoms, extract a few tags.  One might even
2945         mistake this for tag support.  Maybe it is.
2946         * gst/qtdemux/qtdemux.h:
2947
2948 2004-04-30  Colin Walters  <walters@verbum.org>
2949
2950         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
2951
2952 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2953
2954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2955         (gst_ffmpegcolorspace_getcaps):
2956           remove broken nego fix
2957
2958 2004-04-30  Benjamin Otte  <otte@gnome.org>
2959
2960         * configure.ac:
2961         * ext/Makefile.am:
2962         * ext/libvisual/Makefile.am:
2963         * ext/libvisual/visual.c: 
2964           add initial support for libvisual (http://libvisual.sourceforge.net)
2965           libvisual is still quite alpha, so expect crashes in there :)
2966
2967 2004-04-29  David Schleef  <ds@schleef.org>
2968
2969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
2970         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
2971         up qtdemux to make it spit out codec_data.  Do _not_ look at this
2972         code; you will no longer respect me.
2973
2974 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2975
2976         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
2977         * ext/alsa/gstalsa.h :
2978         change alsa pcm device discovery to find more than 1 device
2979         per card. code review by Ronald.
2980
2981 2004-04-29  David Schleef  <ds@schleef.org>
2982
2983         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
2984         Add a check for a driver bug on FreeBSD.  (bug #140565)
2985
2986 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2987
2988         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
2989         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
2990         (gst_jpegenc_getcaps):
2991           move format setting to inner loop
2992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2993         (gst_ffmpegcolorspace_getcaps):
2994           use GST_PAD_CAPS if available so that we use already negotiated
2995           caps
2996         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2997         (qtdemux_parse_moov), (qtdemux_parse):
2998           extra debugging
2999         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
3000         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
3001           move hardcoded path to DEFINE
3002
3003 2004-04-28  David Schleef  <ds@schleef.org>
3004
3005         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
3006         (bug #140064)
3007
3008 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3009
3010         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3011           Don't probe for playback device if we're a source element. Fixes
3012           #139658.
3013
3014 2004-04-29  Benjamin Otte  <otte@gnome.org>
3015
3016         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3017         (gst_id3_tag_chain):
3018           rewrite buffer offset
3019
3020 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3021
3022         * configure.ac:
3023         * ext/Makefile.am:
3024         * ext/dts/Makefile.am:
3025         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
3026         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
3027         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
3028         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
3029         (gst_dtsdec_loop), (gst_dtsdec_change_state),
3030         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
3031         (plugin_init):
3032         * ext/dts/gstdtsdec.h:
3033           New DTS decoder.
3034         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
3035         (gst_faad_srcconnect):
3036           Add ESDS atom handling (.m4a).
3037
3038 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3039
3040         * ext/divx/gstdivxdec.c: (plugin_init):
3041           Remove comment that makes no sense.
3042         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
3043           Fix for obvious typo that resulted in warnings during gst-register.
3044         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
3045         (gst_xviddec_sink_link):
3046           Fix caps negotiation a bit better.
3047         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3048           We call this 'codec_data', not 'esds'.
3049
3050 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3051
3052         * gst/monoscope/gstmonoscope.c:
3053           make sure we only provide 256x128
3054         * gst/monoscope/monoscope.c: (monoscope_init):
3055           assert size of 256x128
3056
3057 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3058
3059         * Makefile.am:
3060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3061         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
3062           fixate to max width and height of device
3063
3064 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3065
3066         * Makefile.am:
3067         * sys/v4l/gstv4l.c:
3068         * sys/v4l/gstv4lsrc.c:
3069         * sys/v4l/v4l_calls.c:
3070         * sys/v4l/v4lsrc_calls.c:
3071           fix for qc-usb driver which fakes having more than one buffer
3072           by handing the same buffer twice, which confused GStreamer's/v4lsrc
3073           buffer_free override
3074           add debugging
3075
3076 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         * Makefile.am:
3079         * gst/videotestsrc/gstvideotestsrc.c:
3080         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
3081         (gst_videotestsrc_init), (gst_videotestsrc_get),
3082         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
3083         * gst/videotestsrc/gstvideotestsrc.h:
3084           add num-buffers property
3085
3086         2004-04-26  Benjamin Otte  <otte@gnome.org>
3087
3088         * ext/mad/gstid3tag.c: (plugin_init):
3089           set id3mux rank to NONE so it doesn't confuse spider
3090           require audio/mpeg,mpegversion=1 in id3mux
3091
3092 2004-04-26  Benjamin Otte  <otte@gnome.org>
3093
3094         * configure.ac:
3095           detect faad correctly as non-working if it's indeed non-working
3096
3097 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3098
3099         * Makefile.am:
3100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3101         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
3102         fix _getcaps so it only negotiates to its supported format
3103
3104 2004-04-25  Benjamin Otte  <otte@gnome.org>
3105
3106         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
3107           fix memleak
3108
3109 2004-04-23  Benjamin Otte  <otte@gnome.org>
3110
3111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3112           audio/x-raw-int with height rules! not. Now it's depth.
3113
3114 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3115
3116         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
3117         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
3118         (gst_wavparse_loop):
3119           Missing variable initialization. Add handling of DVI ADPCM. Fix
3120           mis-parsing of LIST chunks. This works around a bug where we mis-
3121           parse non-aligning LIST chunks (so LIST chunks where the contents
3122           don't align with the actual LIST size). The correct fix is to use
3123           rifflib, I'm not going to fix wavparse - too much work. All this
3124           fixes #104878.
3125
3126 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
3127
3128         reviewed by Benjamin Otte  <otte@gnome.org>
3129
3130         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
3131           fix shoutcast not working (fixes #140844)
3132
3133 2004-04-22  Benjamin Otte  <otte@gnome.org>
3134
3135         * ext/hermes/gsthermescolorspace.c:
3136         (gst_hermes_colorspace_caps_remove_format_info):
3137         * gst/colorspace/gstcolorspace.c:
3138         (gst_colorspace_caps_remove_format_info):
3139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3140         (gst_ffmpegcolorspace_caps_remove_format_info):
3141           s/gst_caps_simplify/gst_caps_do_simplify/
3142
3143 2004-04-22  Benjamin Otte  <otte@gnome.org>
3144
3145         * gst-libs/gst/riff/riff-media.c:
3146         (gst_riff_create_video_caps_with_data):
3147           mpegversion is an int
3148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
3149           don't try to create pad templates with NULL caps, use any caps
3150           instead.
3151
3152 2004-04-20  David Schleef  <ds@schleef.org>
3153
3154         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
3155         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
3156         (bug #140384)
3157
3158 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
3159
3160         reviewed by David Schleef
3161
3162         * ext/mad/gstid3tag.c: Add stdlib.h
3163         * gst/rtp/gstrtpgsmenc.c: same
3164         * gst/tags/gstid3tag.c: same
3165         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
3166         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
3167         GST_DISABLE_LOADSAVE use.
3168         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
3169         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
3170         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
3171         atol(3)).
3172         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
3173         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
3174         strtoul(3)).
3175         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
3176         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
3177         $(ID3_CFLAGS).
3178         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
3179         $(LIBFAME_CFLAGS).
3180
3181 2004-04-20  David Schleef  <ds@schleef.org>
3182
3183         * gst/realmedia/rmdemux.c:  This was supposed to part of the
3184         last checkin.  Same idea.
3185
3186 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
3187
3188         reviewed by David Schleef
3189
3190         * configure.ac: bump required gstreamer version to 0.8.1.1
3191         because of following changes [--ds]
3192
3193         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
3194         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
3195         (gst_riff_read_header):  Use GST_READ_UINT*
3196         macros to access possibly unaligned memory.
3197
3198         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
3199         (mp3_type_find):  Use GST_READ_UINT*
3200         macros to access possibly unaligned memory.
3201         (mp3_type_find, mpeg1_parse_header, qt_type_find)
3202         (speex_type_find): Likewise
3203
3204         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
3205
3206         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
3207         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
3208         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
3209         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
3210         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
3211         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
3212         macros to access possibly unaligned memory.
3213
3214         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
3215         Likewise.
3216
3217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
3218         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
3219
3220         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
3221         Likewise.
3222
3223         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
3224         (gst_mpeg2subt_chain_subtitle): Likewise.
3225
3226         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
3227         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
3228         Likewise.
3229
3230         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
3231         Likewise.
3232
3233         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
3234         Likewise.
3235
3236         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
3237         Likewise.
3238
3239 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3240
3241         * configure.ac:
3242           update required version of GStreamer because of GST_TIME_FORMAT
3243
3244 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3245
3246         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
3247           remove leftover g_print
3248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3249           don't try setting only a subset of the caps. We don't want to kill
3250           autoplugging on purpose
3251
3252 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3253
3254         * sys/ximage/ximagesink.c: (plugin_init):
3255         * sys/xvimage/xvimagesink.c: (plugin_init):
3256           add debugging categories
3257
3258 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3259
3260         * po/en_GB.po:
3261         * po/LINGUAS:
3262           Adding en_GB translation (Gareth Owen)
3263
3264 2004-04-20  David Schleef  <ds@schleef.org>
3265
3266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
3267         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
3268         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
3269         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3270         A number of new features and hacks to extract the esds atom and
3271         put it into the caps.  (bug #137724)
3272
3273 2004-04-19  David Schleef  <ds@schleef.org>
3274
3275         * gconf/Makefile.am: Fix for non-GNU make
3276         * gst-libs/gst/Makefile.am: Change directory order to handle
3277         GstPlay linking with gstinterfaces
3278         * gst-libs/gst/audio/make_filter: make use of tr portable
3279         * gst-libs/gst/play/Makefile.am: Add intended \
3280         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3281         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
3282         function prototype instead of void *.
3283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
3284         macro.
3285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3286         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
3287         * gst/videofilter/make_filter: make use of tr portable
3288         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
3289
3290 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3291                                                                                 
3292         * po/LINGUAS:
3293         * po/uk.po:
3294           Added Ukrainian translation (Maxim V. Dziumanenko)
3295                                                                                 
3296 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3297
3298         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
3299         (gst_gsmdec_link), (gst_gsmdec_chain):
3300           Fix capsnego, simplify chain function slightly.
3301         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3302           Add GSM.
3303
3304 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3305
3306         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3307         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
3308         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
3309           Hack to make wavparse work with spider (always -> sometimes pad).
3310           Fixes #135862 && #140411.
3311
3312 2004-04-18  Benjamin Otte  <otte@gnome.org>
3313
3314         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
3315         (gst_osselement_rate_probe_check),
3316         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
3317           get rid of \n in debug output
3318
3319 2004-04-17  Iain <iain@prettypeople.org>
3320
3321         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
3322         not just EOS.
3323
3324 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3325
3326         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
3327         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
3328         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
3329         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
3330         (gst_id3_tag_src_link), (gst_id3_tag_chain),
3331         (gst_id3_tag_change_state), (plugin_init):
3332           deprecate id3tag element and replace with id3demux/id3mux.
3333           great side effect: this ugly file is now even uglier, yay!
3334         * ext/mad/gstmad.h:
3335           remove non-available function
3336           update for new get_type
3337
3338 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3339
3340         * configure.ac:
3341           require mpeg2dec >= 0.4.0
3342
3343 2004-04-17  Benjamin Otte  <otte@gnome.org>
3344
3345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3346         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
3347         (gst_xvimagesink_set_xwindow_id):
3348           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
3349           assorted cleanup fixes.
3350
3351 2004-04-16  David Schleef  <ds@schleef.org>
3352
3353         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
3354         * sys/xvimage/xvimagesink.h: same
3355
3356 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3357
3358         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
3359           Fix GST_ELEMENT_ERROR with (NULL)
3360
3361 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3362
3363         * gst-libs/gst/riff/riff-media.c:
3364         (gst_riff_create_video_caps_with_data):
3365           Add div[3456] as fourccs for DivX 3 (fixes #140137).
3366
3367 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3368
3369         * gst-libs/gst/riff/riff-media.c:
3370         (gst_riff_create_video_caps_with_data),
3371         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
3372         (gst_riff_create_video_template_caps),
3373         (gst_riff_create_audio_template_caps):
3374         * gst-libs/gst/riff/riff-media.h:
3375         * gst-libs/gst/riff/riff-read.c:
3376         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
3377         * gst-libs/gst/riff/riff-read.h:
3378         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
3379           Add MS RLE support. I added some functions to read out strf chunks
3380           into strf chunks and the data behind it. This is usually color
3381           palettes (as in RLE, but also in 8-bit RGB). Also use those during
3382           caps creation. Lastly, add ADPCM (similar to wavparse - which
3383           should eventually be rifflib based).
3384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3385         (gst_matroska_demux_init), (gst_matroska_demux_reset):
3386         * gst/matroska/matroska-demux.h:
3387           Remove placeholders for some prehistoric tagging system. Didn't add
3388           support for any tag system really anyway.
3389         * gst/qtdemux/qtdemux.c:
3390           Add support for audio/x-m4a (MPEG-4) through spider.
3391         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3392         (gst_wavparse_loop):
3393           ADPCM support (#135862). Increase max. buffer size because we
3394           cannot split buffers for ADPCM (screws references) and I've seen
3395           files with 2048 byte chunks. 4096 seems safe for now.
3396
3397 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3398
3399         * configure.ac: bump nano to 1
3400
3401 === release 0.8.1 ===
3402
3403 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3404
3405         * configure.ac: releasing 0.8.1, "Comforting Sounds"
3406
3407 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3408
3409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3410           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
3411           Fixes #140058
3412
3413 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3414
3415         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
3416           lower rank of dvddemux so that it's not used for mpeg playback.
3417
3418 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3419
3420         * configure.ac:
3421           save libs correctly when checking mad
3422
3423 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3424
3425         * ext/mad/gstid3tag.c: (plugin_init):
3426           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
3427
3428 2004-04-13  David Schleef  <ds@schleef.org>
3429
3430         * common/m4/gst-feature.m4: Call -config scripts with
3431         --plugin-libs if it is supported.
3432         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
3433         JPEG images are image/jpeg.
3434         * gst/debug/Makefile.am:
3435         * gst/debug/negotiation.c: (gst_negotiation_class_init),
3436         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
3437         (gst_negotiation_update_caps), (gst_negotiation_get_property),
3438         (gst_negotiation_plugin_init): Add a property that acts like
3439         filter caps.
3440         * testsuite/gst-lint:  Move license checking to be a standard
3441         test.
3442
3443 2004-04-13  David Schleef  <ds@schleef.org>
3444
3445         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
3446         patch from Sebastien Cote (bug #139958)
3447
3448 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3449
3450         * examples/gstplay/Makefile.am:
3451         * examples/gstplay/player.c: (main):
3452           make the commandline player example use gconf settings
3453
3454 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3455
3456         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
3457         (gst_cacasink_sinkconnect), (gst_cacasink_init),
3458         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
3459           init/end library during state transition, not object
3460           creation/disposal.  get rid of custom dispose handler.
3461          
3462
3463 2004-04-12  Christian Schaller <Uraeus@gnome.org>
3464
3465         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
3466         be a symlink
3467
3468 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3469
3470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
3471           Handle JUNK chunks inside data section. Prevents warnings.
3472
3473 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3474
3475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3476         (gst_riff_create_video_template_caps):
3477           Add MS video v1.
3478         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3479         (gst_avi_demux_stream_data):
3480           Add support for "rec-list" chunks.
3481
3482 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3483
3484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3485           Fix another codecname mismatch.
3486
3487 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3488
3489         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3490           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
3491           so that MJPEG plays back.
3492
3493 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3494
3495         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3496         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
3497         * gst/mpeg1videoparse/gstmp1videoparse.h:
3498           Fix for some slight mis-cuts in buffer parsing, and for some
3499           potential overflows or faults-causers. Adds disconts. Also fixes
3500           #139105 while we're at it.
3501
3502 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3503
3504         * configure.ac:
3505         * sys/v4l2/gstv4l2element.h:
3506           Workaround for missing struct v4l2_buffer declaration in Suse 9
3507           and Mandrake 10 linux/videodev2.h header file (#135919).
3508
3509 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3510
3511         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
3512           Bail out if no filename was given.
3513
3514 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3515
3516         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
3517         (gst_v4l2_fourcc_from_structure):
3518           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
3519           Y41B somewhere).
3520
3521 2004-04-09  Benjamin Otte  <otte@gnome.org>
3522
3523         * ext/gnomevfs/gstgnomevfssink.c:
3524         (_gst_boolean_allow_overwrite_accumulator),
3525         (gst_gnomevfssink_class_init):
3526           fix erase signal - if any handler returns false the file will not be
3527           overwritten. If no handler is connected, the file will not be
3528           overwritten either.
3529           renamed signal to "allow-overwrite"
3530         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
3531           free string when adding it to ID3 failed
3532         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3533           unref event when done
3534         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
3535           free caps
3536         * gst/typefind/gsttypefindfunctions.c:
3537         (mpeg_video_stream_type_find):
3538           fix invalid read 
3539
3540 2004-04-08  David Schleef  <ds@schleef.org>
3541
3542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3543         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
3544
3545 2004-04-08  David Schleef  <ds@schleef.org>
3546
3547         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
3548         we don't support (bug #139532)
3549
3550 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3551
3552         * ext/mad/gstmad.c: (gst_mad_handle_event),
3553         (gst_mad_check_caps_reset), (gst_mad_chain),
3554         (gst_mad_change_state):
3555           only set explicit caps if they haven't been set before for
3556           this stream.  MPEG-audio sample rate/channels aren't allowed
3557           to change in-stream.
3558           Fixes #139382
3559
3560 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3561
3562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
3563         (_gst_boolean_did_something_accumulator),
3564         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
3565         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
3566         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
3567         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
3568         (gst_gnomevfssink_change_state):
3569           Fix erase signal. Don't erase by default. Remove handoff signal.
3570           Remove erase property. Don't segfault. General cleanup.
3571
3572 2004-04-07  Benjamin Otte  <otte@gnome.org>
3573
3574         * gst-libs/gst/gconf/test-gconf.c: (main):
3575           add missing gst_init
3576
3577 2004-04-07  Benjamin Otte  <otte@gnome.org>
3578
3579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
3580           free the mutexes, too
3581
3582 2004-04-07  Benjamin Otte  <otte@gnome.org>
3583
3584         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
3585           actually free the URI string
3586         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
3587           compute offset correctly when passing discont events
3588         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
3589           don't leak discont events
3590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
3591           add some missing breaks so caps aren't copied randomly
3592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
3593           if we realloc memory, we better use it
3594
3595 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3596
3597         * ext/mad/gstmad.c: (normal_seek):
3598           fix GST_FORMAT_TIME usage
3599
3600 2004-04-05  David Schleef  <ds@schleef.org>
3601
3602         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
3603         a deprecated function (hack!)
3604
3605 2004-04-05  Benjamin Otte  <otte@gnome.org>
3606
3607         * ext/esd/esdmon.c: (gst_esdmon_get):
3608           fix nonterminated vararg and memleak
3609
3610 2004-04-05  Benjamin Otte  <otte@gnome.org>
3611
3612         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
3613         (gst_ladspa_init), (gst_ladspa_force_src_caps),
3614         (gst_ladspa_set_property), (gst_ladspa_get_property),
3615         (gst_ladspa_instantiate), (gst_ladspa_activate),
3616         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
3617           clean up debugging
3618
3619 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
3620
3621         reviewed by Benjamin Otte  <otte@gnome.org>
3622
3623         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
3624           check for broken LADSPA parameters (fixes #138635)
3625         
3626 2004-04-05  Benjamin Otte  <otte@gnome.org>
3627
3628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
3629           advertise buffer-frames correctly on sinkpads
3630
3631 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3632
3633         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
3634         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
3635         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
3636         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
3637         (gst_mad_check_caps_reset), (gst_mad_chain):
3638         add more debugging, only reset caps when we're not in error state
3639
3640 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3641
3642         * ext/mad/gstmad.c: add debugging category, comment + cleanups
3643
3644 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
3645
3646         reviewed by Benjamin Otte  <otte@gnome.org>
3647
3648         * configure.ac:
3649           fix == in test(1) operator
3650
3651 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
3652
3653         reviewed by Benjamin Otte  <otte@gnome.org>
3654
3655         * configure.ac:
3656           fix --export-symblos-regex to a working regex.
3657
3658 2004-04-04  Benjamin Otte  <otte@gnome.org>
3659
3660         * sys/oss/.cvsignore:
3661           add for oss_probe
3662
3663 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
3664
3665         reviewed by Benjamin Otte  <otte@gnome.org>
3666
3667         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
3668           add missing 'new_media' argument (fixes #138168)
3669         * gst/matroska/matroska-demux.c:
3670         (gst_matroska_demux_handle_seek_event):
3671           add vararg terminator (fixes #138169)
3672
3673 2004-04-02  David Schleef  <ds@schleef.org>
3674
3675         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
3676         disted (bug #138914)
3677
3678 2004-04-01  Benjamin Otte  <otte@gnome.org>
3679
3680         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
3681         (gst_alsa_close_audio):
3682           handle case better where a soundcard can't pause
3683         * ext/ogg/gstoggdemux.c:
3684           don't crash when we get events but don't have pads yet
3685
3686 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3687
3688         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
3689           throw an error if we couldn't probe any caps.
3690
3691 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
3692
3693         * ext/dvdnav/gst-dvd:
3694         Add a really simple sample DVD player
3695
3696 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
3697
3698         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
3699         (gst_a52dec_push), (gst_a52dec_handle_event),
3700         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
3701         (gst_a52dec_change_state):
3702         * ext/a52dec/gsta52dec.h:
3703           Use a debug category, Output timestamps correctly
3704           Emit tag info, Handle events, tell liba52dec about cpu
3705           capabilities so it can use MMX etc.
3706         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
3707           Fix a crasher accessing invalid memory
3708         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
3709         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
3710         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
3711         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
3712         (dvdnavsrc_query):
3713           Some support for byte-format seeking.
3714           Small fixes for still frames and menu button overlays
3715         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
3716         (gst_mpeg2dec_alloc_buffer):
3717           Use a debug category. Adjust the report level of several items to
3718           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
3719           so it doesn't lose the GstBuffer pointer
3720         * gst/debug/Makefile.am:
3721         * gst/debug/gstdebug.c: (plugin_init):
3722         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
3723         (gst_navseek_base_init), (gst_navseek_class_init),
3724         (gst_navseek_init), (gst_navseek_seek),
3725         (gst_navseek_handle_src_event), (gst_navseek_set_property),
3726         (gst_navseek_get_property), (gst_navseek_chain),
3727         (gst_navseek_plugin_init):
3728         * gst/debug/gstnavseek.h:
3729           Add the navseek debug element for seeking back and forth in a 
3730           video stream using arrow keys.
3731         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
3732         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
3733         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
3734         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
3735         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
3736         (gst_mpeg2subt_parse_header), (gst_get_nibble),
3737         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
3738         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
3739         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
3740         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
3741         * gst/mpeg2sub/gstmpeg2subt.h:
3742           Pretty much a complete rewrite. Now a loopbased element. May still
3743           require work to properly synchronise subtitle buffers.
3744         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
3745         (gst_dvd_demux_send_subbuffer):
3746         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
3747           Don't attempt to create subbuffers of size 0
3748           Reduce a couple of error outputs to warnings.
3749         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
3750         (gst_y4mencode_chain):
3751         Output the y4m frame header correctly.
3752
3753 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3754
3755         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
3756           throw errors instead of allowing SIGFPE
3757
3758 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3759
3760         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
3761         (gst_gconf_render_bin_from_key):
3762           leak plugging and style fixing
3763
3764 2004-03-31  David Schleef  <ds@schleef.org>
3765
3766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
3767         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
3768         (bug #138225)
3769         * gst/debug/Makefile.am:
3770         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
3771         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
3772         plugin.
3773         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
3774         (gst_negotiation_base_init), (gst_negotiation_class_init),
3775         (gst_negotiation_init), (gst_negotiation_getcaps),
3776         (gst_negotiation_pad_link), (gst_negotiation_chain),
3777         (gst_negotiation_set_property), (gst_negotiation_get_property),
3778         (gst_negotiation_plugin_init):  New element to talk about random
3779         negotiation things happening in a pipeline.
3780
3781 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3782
3783         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
3784           fix integer addition with help of Stefan Kost
3785
3786 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3787
3788         * po/nl.po: updated Dutch translation (Elros Cyriatan)
3789
3790 2004-03-30  David Schleef  <ds@schleef.org>
3791
3792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
3793         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
3794         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
3795         (bug #137504)
3796         * ext/mpeg2dec/gstmpeg2dec.h:
3797
3798 2004-03-30  David Schleef  <ds@schleef.org>
3799
3800         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
3801
3802 2004-03-30  David Schleef  <ds@schleef.org>
3803
3804         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
3805         Michael Petullo) to handle .mov
3806
3807 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3808
3809         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
3810         (gst_osselement_rate_check_rate):
3811           probe caps correctly for sound cards that only support one format
3812
3813 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3814
3815         * ext/kio/kiosrc.cpp: (process_events):
3816           update handling event processing if inside KDE - untested
3817
3818 2004-03-29  David Schleef  <ds@schleef.org>
3819
3820         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
3821         by 2 to not interfere with other colorspaces.
3822         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
3823         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
3824         one to not interfere with ffmpeg_colorspace.
3825
3826 2004-03-29  David Schleef  <ds@schleef.org>
3827
3828         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
3829         aren't in the caps.
3830         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
3831         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
3832
3833 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3834
3835         * gst-libs/gst/riff/riff-media.c:
3836           fail on error, don't try to set stuff on NULL caps
3837
3838 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3839
3840         * configure.ac:
3841         * ext/Makefile.am:
3842         * ext/kio/Makefile.am:
3843         * ext/kio/kioreceiver.cpp:
3844         * ext/kio/kioreceiver.h:
3845         * ext/kio/kiosrc.cpp:
3846         * ext/kio/kiosrc.h:
3847           add experimental kiosrc plugin
3848         * ext/alsa/gstalsaplugin.c: (plugin_init):
3849           initialize debugging category only when we're sure registering the
3850           plugins worked.
3851
3852 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3853
3854         * examples/gstplay/player.c: (main):
3855         * gst-libs/gst/play/play.c: (gst_play_class_init),
3856         (gst_play_set_location), (gst_play_set_data_src),
3857         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3858         (gst_play_set_visualization), (gst_play_connect_visualization):
3859           check return values of element_set_state and return FALSE where
3860           failed
3861
3862 2004-03-29  Benjamin Otte  <otte@gnome.org>
3863
3864         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
3865           try harder to check if an event is really a discont
3866
3867 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3868
3869         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
3870         * po/az.po:
3871
3872 2004-03-28  Benjamin Otte  <otte@gnome.org>
3873
3874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
3875         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3876         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
3877           get rid of non-standard "..." ranges in case statements.
3878
3879 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
3880
3881         * gst/mpegstream/gstmpegdemux.c: 
3882         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
3883         specific functionality split to the new dvddemux element.
3884         * gst/mpegstream/gstdvddemux.c:
3885         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
3886         streams, derived from mpegdemux.
3887         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
3888         up. SCR based timestamp rewriting can be turned off (will probably
3889         completely disappear soon).
3890         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
3891         hacking. General cleanup. All printf statements replaced by
3892         debugging messages. Almost complete libdvdnav support.
3893         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
3894         by events. New properties for audio and subpicture languages.
3895         (dvdnavsrc_update_highlight): Now uses events.
3896         (dvdnavsrc_user_op): Cleaned up.
3897         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
3898         based). Lots of cleanup, and propper support for most libdvdnav
3899         events.
3900         (dvdnavsrc_make_dvd_event): New function.
3901         (dvdnavsrc_make_dvd_nav_packet_event): New function.
3902         (dvdnavsrc_make_clut_change_event): New function.
3903
3904 2004-03-26  Benjamin Otte  <otte@gnome.org>
3905
3906         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
3907           fix bug where typefinding would claim it's theora whenever less then
3908           7 bytes of data were available
3909
3910 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3911
3912         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
3913         (gst_alawdec_base_init), (gst_alawdec_class_init),
3914         (gst_alawdec_init), (gst_alawdec_chain):
3915         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
3916         (gst_alawenc_base_init), (gst_alawenc_class_init),
3917         (gst_alawenc_init), (gst_alawenc_chain):
3918         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
3919         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
3920         (gst_mulawdec_init), (gst_mulawdec_chain):
3921         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
3922         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
3923         (gst_mulawenc_init), (gst_mulawenc_chain):
3924           Fix capsnego in all four, remove the unused property functions and
3925           simplify the chain functions slightly. I guess we could use macros
3926           or something similar for those, since the code is so similar, but
3927           I'm currently too lazy...
3928
3929 2004-03-24  David Schleef  <ds@schleef.org>
3930
3931         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
3932         (gst_osselement_close_audio), (gst_osselement_probe_caps),
3933         (gst_osselement_get_format_structure),
3934         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
3935         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
3936         (gst_osselement_rate_int_compare): Add code to handle rate probing
3937         (bug #120883)
3938         * sys/oss/gstosselement.h: same
3939         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
3940         Use rate probing provided by osselement.
3941         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
3942
3943 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3944
3945         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
3946         (gst_xvidenc_get_property):
3947           ulong/int mess-up.
3948
3949 2004-03-24  David Schleef  <ds@schleef.org>
3950
3951         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
3952         (gst_speexdec_init):
3953         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
3954         (gst_speexenc_init):  Create the pad template correctly (from
3955         the static pad template, not a NULL pointer.)
3956
3957 2004-03-25  Benjamin Otte  <otte@gnome.org>
3958
3959         * gst/debug/Makefile.am:
3960         * gst/debug/breakmydata.c: 
3961           add element that quasi-randomly changes bytes in the stream.
3962           Intended use is robustness checking of demuxers and decoders in
3963           media tests.
3964
3965 2004-03-24  Benjamin Otte  <otte@gnome.org>
3966
3967         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3968         (gst_alsa_probe_hw_params):
3969         * ext/alsa/gstalsa.h:
3970           debugging output fixes
3971
3972 2004-03-24  Benjamin Otte  <otte@gnome.org>
3973
3974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
3975           don't g_return_if_fail if element is PLAYING, fail silently as every
3976           other element.
3977         * gst/effectv/gstquark.c: (gst_quarktv_chain):
3978           only fix needed for cast lvalue issues in gst-plugins
3979         * gst/volenv/gstvolenv.c: (gst_volenv_init):
3980           add proxy_getcaps
3981
3982 2004-03-24  Benjamin Otte  <otte@gnome.org>
3983
3984         * gst/level/gstlevel.c: (gst_level_init):
3985           add proxying getcaps function, so level doesn't advertise impossible
3986           caps
3987
3988 2004-03-24  David Schleef  <ds@schleef.org>
3989
3990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
3991         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
3992         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
3993         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
3994         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
3995         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
3996         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
3997         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
3998         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
3999         messages.  Divide the chunk size by the compression ratio
4000         (needed for MACE audio)
4001
4002 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4003
4004         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4005           Fix buffer overflow read error.
4006
4007 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4008
4009         * ext/alsa/gstalsa.h:
4010           Remove unused entry.
4011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4012           Add cinepak.
4013         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
4014         (gst_videodrop_link), (gst_videodrop_chain):
4015           Fix, sort of. Was horribly broken with new capsnego. Bah...
4016
4017 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
4018
4019         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
4020         (plugin_init):
4021         Add a monkeysaudio typefind function
4022
4023 2004-03-23  Johan Dahlin  <johan@gnome.org>
4024
4025         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
4026         (gst_play_video_fixate): Check so the structure has the field
4027         before trying to fixate them, this makes it possible to have
4028         fakesinks for video and audio output without printing errors on
4029         the output console.
4030
4031 2004-03-22  David Schleef  <ds@schleef.org>
4032
4033         * sys/oss/Makefile.am:
4034         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
4035         (check_rate), (add_rate):  Rate probing test app.
4036
4037 2004-03-21  Benjamin Otte  <otte@gnome.org>
4038
4039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
4040         (_fixate_caps_to_int), (gst_audio_convert_fixate):
4041           add a fixation function that pretty much does the right thing (fixes
4042           #137556)
4043
4044 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
4045
4046         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
4047
4048 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
4049
4050         reviewed by: Benjamin Otte  <otte@gnome.org>
4051
4052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4053           terminate gst_event_new_discontinuous correctly (fixes parts of
4054           #137711)
4055
4056 2004-03-19  David Schleef  <ds@schleef.org>
4057
4058         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
4059         since it doesn't depend on X, and it's part of our ABI.
4060
4061 2004-03-19  Iain <iain@prettypeople.org>
4062
4063         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
4064         is_int in the structure, not the local variable.
4065
4066 2004-03-19  David Schleef  <ds@schleef.org>
4067
4068         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
4069         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
4070         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
4071         Improvements in caps negotiation.
4072
4073 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4074
4075         * po/LINGUAS:
4076         * po/af.po:
4077           adding Afrikaans (Petri Jooste)
4078
4079 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4080
4081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4082         (gst_ffmpegcolorspace_chain):
4083         throw error instead of g_critical (#137588)
4084
4085 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4086
4087         * Makefile.am:
4088         * configure.ac:
4089           dist common and m4 correctly
4090         * po/sv.po:
4091
4092 2004-03-17  David Schleef  <ds@schleef.org>
4093
4094         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
4095         (bug #137348)
4096
4097 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4098
4099         * po/LINGUAS:
4100         * po/sv.po:
4101           adding Swedish translation (Christian Rose)
4102
4103 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4104
4105         * Makefile.am: use release.mak
4106
4107 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4108
4109         * common/ChangeLog:
4110         * common/gst-autogen.sh:
4111           add some explanation about the version detection
4112         * configure.ac:
4113           fix X check
4114
4115 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4116
4117         * configure.ac: bump nano to 1
4118
4119 === release 0.8.0 ===
4120
4121 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4122
4123         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
4124
4125 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4126
4127         * configure.ac:
4128           update libtool version
4129         * gst-libs/gst/media-info/Makefile.am:
4130           actually use libtool version
4131
4132 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4133
4134         * configure.ac: fix speex detection to work with 1.0 but not 1.1
4135
4136 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4137
4138         * configure.ac:
4139         * gst-plugins.spec.in:
4140         * pkgconfig/Makefile.am:
4141         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
4142         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4143         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4144         * pkgconfig/gstreamer-libs.pc.in:
4145         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4146         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4147         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
4148         * pkgconfig/gstreamer-plugins.pc.in:
4149           remove @VERSION@ from some of the pc files since core and plugins
4150           are decoupled.
4151           created gstreamer-plugins.pc as it's a better name, but keeping
4152           -libs around for now to get fixes upstream done first.
4153
4154 2004-03-15  Julien MOUTTE <julien@moutte.net>
4155
4156         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
4157         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
4158         * gst-libs/gst/play/play.h:
4159
4160 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4161
4162         * *.c, *.cc: don't mix tabs and spaces
4163
4164 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4165
4166         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
4167           use the new ffmpegcolorspace
4168         * gst-plugins.spec.in:
4169           package new colorspace and media-info
4170         * configure.ac:
4171         * pkgconfig/Makefile.am:
4172           fix some more disting issues
4173         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4174         * pkgconfig/gstreamer-media-info.pc.in:
4175           generate media-info pc files
4176
4177 2004-03-15  Johan Dahlin  <johan@gnome.org>
4178         
4179         * *.h: Revert indenting
4180
4181 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4182
4183         * configure.ac:
4184           adding ffmpegcolorspace element
4185         * gst/ffmpegcolorspace/Makefile.am:
4186         * gst/ffmpegcolorspace/avcodec.h:
4187         * gst/ffmpegcolorspace/common.h:
4188         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
4189         * gst/ffmpegcolorspace/dsputil.h:
4190         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
4191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4192         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
4193         (gst_ffmpeg_caps_to_pix_fmt):
4194         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4196         (gst_ffmpegcolorspace_caps_remove_format_info),
4197         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
4198         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
4199         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
4200         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
4201         (gst_ffmpegcolorspace_set_property),
4202         (gst_ffmpegcolorspace_get_property),
4203         (gst_ffmpegcolorspace_register):
4204         * gst/ffmpegcolorspace/imgconvert.c:
4205         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
4206         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
4207         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
4208         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
4209         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
4210         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
4211         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
4212         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
4213         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
4214         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
4215         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
4216         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
4217         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
4218         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
4219         (img_get_alpha_info), (deinterlace_line),
4220         (deinterlace_line_inplace), (deinterlace_bottom_field),
4221         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
4222         * gst/ffmpegcolorspace/imgconvert_template.h:
4223         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
4224         * gst/ffmpegcolorspace/mmx.h:
4225         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
4226           adding ffmpegcolorspace element supplied by Ronald after cleaning
4227           up and pulling in the right bits of upstream source. 
4228           I'm sure a better C/compiler wizard could do some cleaning up (for
4229           example use GLIB's malloc stuff), but as a first pass this
4230           works very well
4231
4232 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4233
4234         * ext/alsa/gstalsa.h:
4235           I assume Ronald forgot to commit the change to have cardname
4236           as a struct member.  Expect some public spanking at the next
4237           opportunity.
4238
4239 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4240
4241         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
4242         (gst_alsa_open_audio), (gst_alsa_close_audio):
4243         * ext/alsa/gstalsa.c:
4244           Don't open the device if we're a mixer (= padless).
4245         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
4246         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
4247         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
4248           Open mixer during state change rather than during object
4249           initialization. Also, get a device name. Currently in a somewhat
4250           hackish fashion, but I didn't really find something better.
4251
4252 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4253
4254         * *.c, *.h: run gst-indent
4255
4256 2004-03-14  Benjamin Otte  <otte@gnome.org>
4257
4258         * gst/modplug/gstmodplug.cc:
4259         * gst/modplug/gstmodplug.h:
4260           set correct timestamps on outgoing buffers
4261
4262 2004-03-14  Benjamin Otte  <otte@gnome.org>
4263
4264         * gst/modplug/gstmodplug.cc:
4265           handle events - don't do crap when a discont arrives that's not
4266           necessary
4267           This allows correct loading and playback of mods in Rhythmbox
4268
4269 2004-03-14  Benjamin Otte  <otte@gnome.org>
4270
4271         * configure.ac:
4272         * gst-libs/gst/gconf/Makefile.am:
4273         * pkgconfig/Makefile.am:
4274           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
4275           they get rebuilt properly
4276         * configure.ac:
4277           when checking for vorbis, try pkgconfig first.
4278         * gst/modplug/gstmodplug.cc:
4279           add fixate function
4280
4281 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4282
4283         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4284           Fix for obvious mistake, where we first shift the offset and then
4285           read a samplesize element assuming the old offset. Note that this
4286           part still has something weird, i.e. my movies containing those
4287           don't actually play well, but at least there's something that looks
4288           like sound now.
4289
4290 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
4291         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
4292         (plugin_init):
4293         Add a typefind function for speex format
4294
4295 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4296
4297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
4298         (gst_asf_demux_setup_pad):
4299           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
4300           instead of 0. Reason is simple: some elements have a fps range
4301           of 1-max instead of 0-max. So now ASF video actually works.
4302
4303 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4304
4305         * po/LINGUAS:
4306         * po/sr.po:
4307           adding serbian as a language
4308
4309 2004-03-13  Benjamin Otte  <otte@gnome.org>
4310
4311         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4312           return taglist correctly from _get function, don't gst_pad_push it.
4313           (fixes #137042)
4314
4315 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
4316         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
4317
4318 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4319
4320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
4321         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
4322         (gst_alsa_mixer_track_new):
4323         * ext/alsa/gstalsamixertrack.h:
4324           Fix ancient leftovers... MixerTrack is a GObject.
4325
4326 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4327
4328         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
4329         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4330           Don't block during probing...
4331
4332 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4333
4334         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
4335         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
4336         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
4337         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
4338         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
4339         (gst_alsa_open_audio), (gst_alsa_close_audio):
4340         * ext/alsa/gstalsa.h:
4341           Add propertyprobe interface implementation, add some device-name
4342           property, all this so that it looks good in gnome-volume-control.
4343
4344 2004-03-12  David Schleef  <ds@schleef.org>
4345
4346         * configure.ac: the Hermes library controls hermescolorspace, not
4347         colorspace.
4348         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
4349         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
4350         not /* */
4351         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
4352         * ext/sdl/sdlvideosink.h: ditto.
4353         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
4354
4355 2004-03-12  Benjamin Otte  <otte@gnome.org>
4356
4357         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
4358         (gst_x_overlay_got_xwindow_id):
4359         * gst-libs/gst/xoverlay/xoverlay.h:
4360           replace XID with unsigned long to get rid of the xlibs dependency in
4361           XOverlay (fixes #137004)
4362
4363 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
4364         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
4365         (gst_agingtv_setup):
4366         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
4367         (gst_dicetv_base_init), (gst_dicetv_class_init),
4368         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
4369         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
4370         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
4371         (gst_edgetv_setup), (gst_edgetv_rgb32):
4372         * gst/effectv/gsteffectv.c:
4373         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
4374         (gst_quarktv_set_property):
4375         * gst/effectv/gstrev.c: (gst_revtv_get_type),
4376         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
4377         (gst_revtv_setup), (gst_revtv_rgb32):
4378         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
4379         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
4380         (gst_shagadelictv_init), (gst_shagadelictv_setup),
4381         (gst_shagadelictv_rgb32):
4382         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
4383         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
4384         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
4385         * gst/effectv/gstwarp.c:
4386         Port everything that can be ported to videofilter and fix up the caps.
4387         Can someone with a big-endian machine please check these?
4388
4389 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4390
4391         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
4392         (gst_osssink_chain), (gst_osssink_change_state):
4393           Latest fixes for A/V sync, audio playback and such. This is about
4394           all... MPEG playback issues are mostly related to the async build-
4395           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
4396
4397 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4398
4399         patch from: Stephane Loeuillet
4400
4401         * configure.ac:
4402           use pkg-config for some libraries, falling back to the old .m4 way
4403           (fixes #131270)
4404         * m4/libdv.m4:
4405           removed
4406
4407 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4408
4409         * configure.ac:
4410         * tools/Makefile.am:
4411         * tools/Makefile.in:
4412         * tools/gst-launch-ext-m.m:
4413         * tools/gst-launch-ext.1.in:
4414         * tools/gst-visualise-m.m:
4415         * tools/gst-visualise.1:
4416         * tools/gst-visualise.1.in:
4417           reorganizing generation of script tools
4418
4419 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4420
4421         * ext/divx/gstdivxdec.c:
4422           Downgrade priority. We prefer ffdec_mpeg4.
4423         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
4424         (gst_faad_chain), (gst_faad_change_state):
4425           Fix capsnego. Doesn't work for some sounds because we don't have
4426           a 5:1 to stereo element.
4427         * ext/xvid/gstxvid.c: (plugin_init):
4428           Add priority.
4429         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4430         (gst_osssink_change_state):
4431           Add discont handling.
4432
4433 2004-03-09  Colin Walters  <walters@verbum.org>
4434
4435         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
4436         conversion.
4437
4438 2004-03-09  Benjamin Otte  <otte@gnome.org>
4439
4440         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
4441           the signals take 2 arguments
4442
4443 2004-03-09  David Schleef  <ds@schleef.org>
4444
4445         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
4446         (gst_alsa_fixate): Add fixate function.  (bug #136686)
4447         * ext/alsa/gstalsa.h:
4448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
4449
4450 2004-03-09  Benjamin Otte  <otte@gnome.org>
4451
4452         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
4453         (gst_mikmod_change_state):
4454         * ext/mikmod/gstmikmod.h:
4455           make mikmod's loop function not loop infinitely and call
4456           gst_element_yield anymore
4457         * gst/modplug/gstmodplug.cc:
4458           fix pad negotiation (fixes #136590)
4459
4460 2004-03-09  David Schleef  <ds@schleef.org>
4461
4462         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
4463         doesn't conflict with the internal colorspace plugin.
4464         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
4465         satisfy the crappy-ass shell shipped by a certain vendor.
4466         * gst/videofilter/make_filter: same (bug #135299)
4467
4468 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4469
4470         * configure.ac: bump nano to 1
4471
4472 === release 0.7.6 ===
4473
4474 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4475
4476         * configure.in: releasing 0.7.6, "There"
4477
4478 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4479
4480         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4481         * pkgconfig/gstreamer-play.pc.in:
4482           synchronize the two
4483
4484 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4485
4486         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
4487         (cdparanoia_open), (cdparanoia_event):
4488           fix/add error handling
4489         * po/POTFILES.in:
4490           add cdparanoia source
4491         * tools/Makefile.am:
4492           make scripts executable
4493
4494 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4495
4496         * configure.ac:
4497         * ext/vorbis/Makefile.am:
4498         * sys/Makefile.am:
4499           remove id3types, vorbisfile and xvideosink from the build (#133783)
4500
4501 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4502
4503         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
4504           Fix metadata read crash (#136537).
4505
4506 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4507
4508         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
4509         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
4510           adding mime types, fixing the one-stop function
4511
4512 2004-03-08  Christian Schaller <Uraeus@gnome.org>
4513
4514         * ext/nas/nassink.c and /ext/nas/nassink.h:
4515         More NAS love from Arwed von Merkatz
4516         So lets all sing 'Can you feel the NAS tonight' 
4517
4518 2004-03-08  Christian Schaller <Uraeus@gnome.org>
4519
4520         * tools/gst-launch-ext.in: 
4521         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
4522
4523 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4524
4525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
4526         (gst_mpeg2dec_init):
4527         remove the user_data pad for now, because it is being used in
4528         fixating causing MPEG playback to fixate on 1000 Hz for playback.
4529         If someone knows how to fix this properly, please do.
4530
4531 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4532
4533         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
4534         (gst_osssink_get_time):
4535         add a warning, IMO this won't get triggered anymore, remove later
4536
4537 2004-03-07  David Schleef  <ds@schleef.org>
4538
4539         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
4540         format (bug #136470)
4541
4542 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4543
4544         * gst-libs/Makefile.am:
4545         * gst-libs/gst/media-info/Makefile.am:
4546         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
4547         (error_callback), (gst_media_info_error_create),
4548         (gst_media_info_error_element), (gmip_init), (gmip_reset),
4549         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
4550         * gst-libs/gst/media-info/media-info-priv.h:
4551         * gst-libs/gst/media-info/media-info-test.c: (main):
4552         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
4553         (gst_media_info_class_init), (gst_media_info_instance_init),
4554         (gst_media_info_set_source), (gst_media_info_read_with_idler),
4555         (gst_media_info_read_idler), (gst_media_info_read):
4556         * gst-libs/gst/media-info/media-info.h:
4557         fixed, should work now
4558
4559 2004-03-07  Christian Schaller <Uraeus@gnome.org>
4560
4561         * ext/nas/nassink.c:
4562         A bunch of NAS fixes from Arwed von Merkatz
4563
4564 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4565
4566         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
4567         (qtdemux_parse_trak):
4568           Fix crash (j might be greater than n_samples, in which case we're
4569           writing outside the allocated space for the array) and memleak.
4570
4571 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4572
4573         * sys/oss/gstosssink.c: (gst_osssink_chain):
4574           And another caller that couldn't handle delay < 0 (unsigned
4575           integer overflow). Video now continues playing on an audio
4576           buffer underrun, and the clock continues working. Audio still
4577           stalls.
4578
4579 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4580
4581         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
4582         (gst_osssink_get_time):
4583           get_delay() may return values lower than 0. In those cases, we
4584           should not actually cast to *unsigned* int64, that will break
4585           stuff horribly. In my case, it screwed up A/V sync in movies
4586           in totem rather badly.
4587
4588 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4589
4590         * ext/faac/gstfaac.c: (gst_faac_chain):
4591         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
4592         * ext/libpng/gstpngenc.c: (user_write_data):
4593         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
4594         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
4595         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
4596         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
4597         Fix several misuse of gst_buffer_merge (it doesn't take ownership
4598         of any buffer), should fix some leaks. I hope I didn't unref buffers
4599         that shouldn't be...
4600         
4601 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4602
4603         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
4604         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
4605         (error_callback), (gmi_reset), (gmi_seek_to_track),
4606         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
4607         (gmip_find_type_post), (gmip_find_stream_post),
4608         (gmip_find_track_streaminfo_post):
4609         * gst-libs/gst/media-info/media-info-priv.h:
4610         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
4611         (info_print), (main):
4612         * gst-libs/gst/media-info/media-info.c:
4613         (gst_media_info_error_create), (gst_media_info_error_element),
4614         (gst_media_info_instance_init), (gst_media_info_get_property),
4615         (gst_media_info_new), (gst_media_info_set_source),
4616         (gst_media_info_read_idler), (gst_media_info_read):
4617         * gst-libs/gst/media-info/media-info.h:
4618           first pass at making this work again.  This seems to work on
4619           tagged ogg/vorbis and mp3 files.
4620
4621 2004-03-06  Benjamin Otte  <otte@gnome.org>
4622
4623         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4624           fix huge leak: gst_buffer_merge doesn't unref the first argument
4625           itself.
4626
4627 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4628
4629         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
4630           report layer/mode/emphasis
4631
4632 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4633
4634         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
4635
4636 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4637
4638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
4639           signal serial
4640
4641 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4642
4643         * ext/vorbis/vorbis.c: (plugin_init):
4644         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4645         (gst_vorbis_dec_init), (vorbis_dec_event):
4646         add debug category
4647         make vorbisdec handle _BYTE and _TIME queries
4648
4649 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4650
4651         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
4652           from the xing header
4653
4654 2004-03-06  Benjamin Otte  <otte@gnome.org>
4655
4656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
4657         (gst_audio_convert_link), (gst_audio_convert_change_state),
4658         (gst_audio_convert_buffer_from_default_format):
4659           do conversions from/to float correctly, fix some caps nego errors,
4660           export correct supported caps in template and getcaps, use correct
4661           caps in try_set_caps functions
4662
4663 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4664
4665         For some reason, I only committed a ChangeLog entry yesterday and 
4666         not the corresponding code...
4667         * ext/mad/gstmad.c: Fix detection of Xing headers
4668         * gst/tags/gstid3tag.c: Changes to support TLEN tags
4669
4670 2004-03-06  Benjamin Otte  <otte@gnome.org>
4671
4672         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
4673         (gst_ogg_demux_src_query):
4674           make sure to handle the case where there's no current chain
4675           gracefully.
4676
4677 2004-03-05  David Schleef  <ds@schleef.org>
4678
4679         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
4680         Add fixate function. (bug #131128)
4681         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
4682         (gst_sdlvideosink_fixate):  Add fixate function.
4683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4684         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
4685         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
4686         Fix missing break that was causing ulaw to be interpreted as
4687         raw int.
4688
4689 2004-03-05  David Schleef  <ds@schleef.org>
4690
4691         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
4692         Fix code that ignores return value of gst_buffer_merge().
4693         (bug #114560)
4694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
4695         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
4696         * testsuite/gst-lint:  Check for above.
4697
4698 2004-03-05  David Schleef  <ds@schleef.org>
4699
4700         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
4701         caps and throw an element error.  (bug #136334)
4702
4703 2004-03-05  David Schleef  <ds@schleef.org>
4704
4705         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
4706         (gst_faad_chain): Fix negotiation.
4707         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
4708         key and button events.
4709         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
4710         dung heap of code.
4711         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
4712         depends on gconf
4713         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
4714         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4715         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
4716         function to encourage better negotiation, particularly between
4717         audioconvert and osssink.
4718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
4719         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
4720         more important.
4721         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
4722         typefinding.
4723         * gst/vbidec/vbiscreen.c:  Add glib header
4724         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
4725
4726 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
4727
4728         * ext/mad/gstmad.c: Fix detection of Xing headers
4729         * gst/tags/gstid3tag.c: Changes to support TLEN tags
4730
4731 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4732
4733         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4734         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
4735           debug updates
4736
4737 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4738
4739         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4740         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
4741         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
4742         files, and report the parsed length as a GST_TAG_DURATION tag.
4743         * gst/tags/gstid3tag.c: support TLEN (duration) tag
4744
4745 2004-03-05  Benjamin Otte  <otte@gnome.org>
4746
4747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
4748           convert channels correctly. convert correctly to unsigned.
4749
4750 2004-03-05  Julien MOUTTE <julien@moutte.net>
4751
4752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
4753         we have a window before clearing it.
4754
4755 2004-03-05  Julien MOUTTE <julien@moutte.net>
4756
4757         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
4758         have a window before clearing it.
4759
4760 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4761
4762         * gconf/gstreamer.schemas.in:
4763         * gst-libs/gst/gconf/Makefile.am:
4764           version installation path the same way as for 0.6
4765         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4766         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4767         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4768           remove comment that was fixed
4769
4770 2004-03-05  David Schleef  <ds@schleef.org>
4771
4772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
4773         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
4774         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
4775         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
4776         Add prototype code for handling seeking and querying.
4777
4778 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4779
4780         * examples/gstplay/player.c: (main):
4781           Initialize variables to NULL. Prevents a segfault because the
4782           (uninitialized) variable is not NULL, resulting in a crash on
4783           trying to reach error->message.
4784
4785 2004-03-05  Benjamin Otte  <otte@gnome.org>
4786
4787         * gst/audioconvert/gstaudioconvert.c:
4788         (gst_audio_convert_buffer_to_default_format):
4789         make float=>int conversion work correctly even in cornercases.
4790
4791 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
4792
4793         * debian/README.Debian:
4794         * debian/build-deps:
4795         * debian/changelog:
4796         * debian/control:
4797         * debian/control.in:
4798         * debian/copyright:
4799         * debian/gstreamer-a52dec.files:
4800         * debian/gstreamer-aa.files:
4801         * debian/gstreamer-alsa.files:
4802         * debian/gstreamer-alsa.manpages:
4803         * debian/gstreamer-arts.files:
4804         * debian/gstreamer-artsd.files:
4805         * debian/gstreamer-audiofile.files:
4806         * debian/gstreamer-avifile.files:
4807         * debian/gstreamer-cdparanoia.files:
4808         * debian/gstreamer-colorspace.files:
4809         * debian/gstreamer-doc.files:
4810         * debian/gstreamer-dv.files:
4811         * debian/gstreamer-dvd.files:
4812         * debian/gstreamer-esd.files:
4813         * debian/gstreamer-festival.files:
4814         * debian/gstreamer-flac.files:
4815         * debian/gstreamer-gconf.conffiles:
4816         * debian/gstreamer-gconf.files:
4817         * debian/gstreamer-gconf.postinst:
4818         * debian/gstreamer-gnomevfs.files:
4819         * debian/gstreamer-gsm.files:
4820         * debian/gstreamer-http.files:
4821         * debian/gstreamer-jack.files:
4822         * debian/gstreamer-jpeg.files:
4823         * debian/gstreamer-mad.files:
4824         * debian/gstreamer-mikmod.files:
4825         * debian/gstreamer-misc.files:
4826         * debian/gstreamer-mpeg2dec.files:
4827         * debian/gstreamer-oss.files:
4828         * debian/gstreamer-plugin-apps.files:
4829         * debian/gstreamer-plugin-apps.manpages:
4830         * debian/gstreamer-plugin-libs-dev.files:
4831         * debian/gstreamer-plugin-libs.files:
4832         * debian/gstreamer-plugin-template.postinst:
4833         * debian/gstreamer-plugin-template.postrm:
4834         * debian/gstreamer-sdl.files:
4835         * debian/gstreamer-sid.files:
4836         * debian/gstreamer-vorbis.files:
4837         * debian/gstreamer-x.files:
4838         * debian/mk.control:
4839         * debian/rules:
4840         Debian package info not maintained here.
4841
4842 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4843
4844         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
4845         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
4846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
4847         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
4848         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
4849         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
4850         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
4851         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
4852         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
4853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
4854         * gst-libs/gst/colorbalance/colorbalance.c:
4855         (gst_color_balance_class_init):
4856         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4857         (gst_color_balance_channel_class_init):
4858         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
4859         * gst-libs/gst/play/play.c: (gst_play_class_init):
4860         * gst-libs/gst/propertyprobe/propertyprobe.c:
4861         (gst_property_probe_iface_init):
4862         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
4863         * gst-libs/gst/tuner/tunerchannel.c:
4864         (gst_tuner_channel_class_init):
4865         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
4866         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
4867         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
4868         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
4869         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
4870         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4871         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
4874           fix signals to use - instead of _
4875         * ext/libcaca/gstcacasink.h:
4876         * ext/sdl/sdlvideosink.h:
4877           fix header rename
4878
4879 2004-03-04  David Schleef  <ds@schleef.org>
4880
4881         * testsuite/gst-lint:  Add a check for bad signal names.
4882
4883 2004-03-04  <kost@imn.htwk-leipzig.de>
4884
4885         reviewed by David Schleef
4886
4887         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
4888         modified the alpha channel and caused a warning. (bug #136192)
4889
4890 2004-04-03  Christian Schaller <Uraeus@gnome.org>
4891
4892         * gst-plugins.spec.in:
4893         Change names of plugins to actually be correct. Try to keep things
4894         alphabetical to avoid getting beat up by Thomas
4895
4896 2004-03-03  Julien MOUTTE <julien@moutte.net>
4897
4898         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
4899         Using ximagesink as a default if no gconf key found. We should
4900         probably consider using alsasink instead of osssink for the audio
4901         part.
4902
4903 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4904
4905         * configure.ac:
4906           fix --with-plugins, don't think it ever worked before
4907         * gst-plugins.spec.in:
4908           even more updates
4909
4910 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4911
4912         * ext/sdl/sdlvideosink.h:
4913         * sys/ximage/ximagesink.h:
4914         * sys/xvideo/xvideosink.h:
4915         * sys/xvimage/xvimagesink.h:
4916           Fix for move of gstvideosink.h -> videosink.h.
4917
4918 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4919
4920         * gst-libs/gst/xwindowlistener/Makefile.am:
4921           this is a plugin library, not a library
4922
4923 2004-03-01  David Schleef  <ds@schleef.org>
4924
4925         * AUTHORS:  Added some names.  Add yourself if you're still
4926         missing.
4927
4928 2004-03-01  David Schleef  <ds@schleef.org>
4929
4930         * MAINTAINERS: Add
4931
4932 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * gst-plugins.spec.in: clean up spec file
4935
4936 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4937
4938         * gst-libs/gst/video/Makefile.am:
4939         * gst-libs/gst/video/gstvideosink.c:
4940         * gst-libs/gst/video/gstvideosink.h:
4941           rename gstvideosink.h to videosink.h to match other headers
4942         * gst/mixmatrix/Makefile.am:
4943           fix plugin filename
4944         * gst/tags/Makefile.am: fix plugin filename
4945
4946 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4947
4948         * gst/tags/Makefile.am: fix plugin filename
4949
4950 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4951
4952         * examples/gstplay/player.c: (got_time_tick), (main):
4953           add error handler
4954           display time_tick more readably
4955         * gst/mixmatrix/Makefile.am:
4956           fix plugin file name
4957
4958 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
4959
4960         * sys/oss/gstosselement.c: (gst_osselement_probe),
4961         (device_combination_append), (gst_osselement_class_probe_devices):
4962         * sys/oss/gstosselement.h: 
4963           Reworked enumeration of oss dsps and mixers so that gst-mixer works
4964           on my system using alsa oss emulation, fixes bug #135597
4965
4966 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4967
4968         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
4969         (gst_videodrop_chain), (gst_videodrop_change_state):
4970         * gst/videodrop/gstvideodrop.h:
4971           Work based on timestamp of input data, not based on the expected
4972           framerate from the input. The consequence is that this element now
4973           not only scales framerates, but also functions as a framerate
4974           corrector or framerate stabilizer/constantizer.
4975
4976 2004-02-27  David Schleef  <ds@schleef.org>
4977
4978         patches from jmmv@menta.net (Julio M. Merino Vidal)
4979
4980         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
4981         GST_ELEMENT_ERROR call (bug #135634)
4982         * gst/interleave/interleave.c: (interleave_buffered_loop),
4983         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
4984         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
4985         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
4986         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
4987         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
4988         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
4989         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
4990         Fix GST_ELEMENT_ERROR call.
4991         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
4992         GST_ELEMENT_ERROR call.
4993
4994 2004-02-27  Benjamin Otte  <otte@gnome.org>
4995
4996         * gst-libs/gst/audio/audio.h:
4997           add macro to make sure header isn't included twice
4998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
4999           don't use gst_buffer_free
5000         * gst/playondemand/filter.func:
5001           don't use gst_data_free. Free data only once.
5002
5003 2004-02-26  David Schleef  <ds@schleef.org>
5004
5005         * gst-libs/gst/colorbalance/Makefile.am:
5006         * gst-libs/gst/mixer/Makefile.am:
5007         * gst-libs/gst/tuner/Makefile.am:
5008         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
5009         should not be disted, -marshal.h files should not be installed,
5010         and -enum.h files _should_ be installed.  Fix to make this the
5011         case.
5012
5013 === release 0.7.5 ===
5014
5015 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5016
5017         * configure.ac: release 0.7.5, "Under The Sea"
5018
5019 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5020
5021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5022         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
5023         * gst/videoscale/gstvideoscale.c:
5024         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5025           assorted debug/warning fixes
5026
5027 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5028
5029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5030         (gst_videoscale_init), (gst_videoscale_chain),
5031         (gst_videoscale_set_property), (plugin_init):
5032         * gst/videoscale/gstvideoscale.h:
5033         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
5034         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
5035         (gst_videoscale_planar400), (gst_videoscale_packed422),
5036         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
5037         (gst_videoscale_24bit), (gst_videoscale_16bit),
5038         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
5039         (gst_videoscale_scale_plane_slow),
5040         (gst_videoscale_scale_point_sample),
5041         (gst_videoscale_scale_nearest),
5042         (gst_videoscale_scale_nearest_str2),
5043         (gst_videoscale_scale_nearest_str4),
5044         (gst_videoscale_scale_nearest_32bit),
5045         (gst_videoscale_scale_nearest_24bit),
5046         (gst_videoscale_scale_nearest_16bit):
5047         add debugging category and use it properly
5048         fix use of GST_PTR_FORMAT
5049
5050 2004-02-25  Andy Wingo  <wingo@pobox.com>
5051
5052         * gst/interleave/interleave.c (interleave_buffered_loop): Always
5053         push only when channel->buffer is NULL. Prevents segfaults doing
5054         the state change after a nonlocal exit, like a scheme exception.
5055
5056         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5057         Handle the case where the intersected caps is empty.
5058
5059 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5060
5061         * gst/law/mulaw-decode.c: (mulawdec_link):
5062         * gst/law/mulaw.c: (plugin_init):
5063           fix mulawdec so it actually works again
5064
5065 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
5066
5067         reviewed by: David Schleef  <ds@schleef.org>
5068
5069         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
5070         (gst_gamma_init), (gst_gamma_set_property),
5071         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5072         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
5073         for RGB, with separate r g and b correction factors. (#131167)
5074
5075 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5076
5077         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5078           only signal tags for bitrate if they're > 0 (#134894)
5079
5080 2004-02-24  David Schleef  <ds@schleef.org>
5081
5082         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
5083         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
5084         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
5085         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
5086         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
5087         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
5088         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
5089         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
5090         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
5091         category.  Attempt to fix timestamp calculation.
5092
5093 2004-02-24  Johan Dahlin  <johan@gnome.org>
5094
5095         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
5096
5097 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5098
5099         * configure.ac:
5100         * gconf/Makefile.am:
5101         * gconf/gstreamer.schemas:
5102         * gst-libs/gst/gconf/Makefile.am:
5103         * gst-libs/gst/gconf/gconf.c:
5104           version gconf schemas and install locations
5105
5106 2004-02-23  Benjamin Otte  <otte@gnome.org>
5107
5108         * ext/xine/xineinput.c: (gst_xine_input_dispose):
5109         (gst_xine_input_subclass_init):
5110           call parent dispose.
5111           change pad template for CD reader correctly
5112         * ext/xine/Makefile.am:
5113         * ext/xine/gstxine.h:
5114         * ext/xine/xine.c: (plugin_init):
5115         * ext/xine/xineaudiosink.c:
5116           wrap audio sinks, too
5117         * gst-libs/gst/resample/private.h:
5118         * gst-libs/gst/resample/resample.c: (gst_resample_init),
5119         (gst_resample_reinit), (gst_resample_scale),
5120         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
5121         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
5122         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
5123         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
5124         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
5125         * gst-libs/gst/resample/resample.h:
5126         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5127         (gst_audioscale_class_init), (gst_audioscale_link),
5128         (gst_audioscale_get_buffer), (gst_audioscale_init),
5129         (gst_audioscale_chain), (gst_audioscale_set_property),
5130         (gst_audioscale_get_property):
5131         * gst/audioscale/gstaudioscale.h:
5132           s/resample_*/gst_resample_*/i to not clobber namespaces
5133
5134 2004-02-23  Julien MOUTTE  <julien@moutte.net>
5135
5136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5137         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
5138         (gst_riff_create_video_template_caps),
5139         (gst_riff_create_audio_template_caps),
5140         (gst_riff_create_iavs_template_caps):
5141         * gst-libs/gst/riff/riff-media.h:
5142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
5143         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
5144         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
5145         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
5146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5147         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
5148         (gst_matroska_demux_plugin_init): First batch implementing audio and 
5149         video codec tags in demuxers.
5150
5151 2004-02-22  Benjamin Otte  <otte@gnome.org>
5152
5153         * ext/xine/Makefile.am:
5154         * ext/xine/gstxine.h:
5155         * ext/xine/xine.c: (plugin_init):
5156         * ext/xine/xineinput.c:
5157           add input plugin wrapper. Playback from files, http, mms and cdda
5158           works.
5159         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
5160           remove leftover G_GNUC_UNUSED
5161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
5162         (gst_asf_demux_identify_guid):
5163           improve debugging output
5164
5165 2004-02-22  Benjamin Otte  <otte@gnome.org>
5166
5167         reported by: Padraig O'Briain <padraig.obriain@sun.com>
5168
5169         * autogen.sh:
5170           replace test -e with test -x for mkinstalldirs to be more portable.
5171           (fixes #134816)
5172
5173 2004-02-22  Benjamin Otte  <otte@gnome.org>
5174
5175         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
5176
5177         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
5178           set rank to PRIMARY
5179         * gst/volume/gstvolume.c: (plugin_init):
5180           set rank to NONE
5181         fixes #134960
5182
5183 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
5184
5185         reviewed by Benjamin Otte  <otte@gnome.org>
5186
5187         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
5188           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
5189
5190 2004-02-22  Benjamin Otte  <otte@gnome.org>
5191
5192         * configure.ac:
5193           export [_]*{gst,Gst,GST}.* symbols from plugins
5194
5195 2004-02-22  Christophe Fergeau <teuf@gnome.org>
5196
5197         reviewed by: Benjamin Otte  <otte@gnome.org>
5198
5199         * ext/lame/gstlame.c: (add_one_tag):
5200         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
5202         (gst_vorbisenc_metadata_set1):
5203         * gst/tags/gstid3tag.c:
5204         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
5205           apply fixes from bugs #135042 (lame can't write tags) and #133817
5206           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
5207
5208 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
5209
5210         * configure.ac: Export only gst_plugin_desc from plugins.
5211          Note that this change only makes any effect with Linux using libtool 
5212          1.5.2 or higher. Otherwise it is silently ignored, but it would build
5213          fine. And don't try to have several versions of libtool in different
5214          directories.
5215
5216 2004-02-20  Andy Wingo  <wingo@pobox.com>
5217
5218         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
5219         interleave respectively.
5220
5221         * gst/interleave/deinterleave.c: New plugin: deinterleave
5222         (replaces on oneton).
5223         * gst/interleave/interleave.c: New plugin: interleave.
5224         * gst/interleave/plugin.h: Support file.
5225         * gst/interleave/plugin.c: Support file.
5226
5227         * configure.ac: Remove intfloat and oneton, add interleave.
5228
5229         * ext/sndfile/gstsf.c: Handle events better.
5230
5231         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
5232         and float2int operation. int2float has scheduling problems as
5233         noted in in2float_chain. 
5234
5235 2004-02-20  Benjamin Otte  <otte@gnome.org>
5236
5237         * ext/xine/Makefile.am:
5238         * ext/xine/gstxine.h:
5239         * ext/xine/xine.c: 
5240         * ext/xine/xineaudiodec.c: 
5241         * ext/xine/xinecaps.c: 
5242           add first version of xine plugin wrapper. Currently only wraps the
5243           QDM2 win32 DLL, and even that only in proof-of-concept quality.
5244         * configure.ac:
5245         * ext/Makefile.am:
5246           add xine plugin wrapper, disabled by default. Use --enable-xine to
5247           build. Note that it'll segfault on gst-register if you don't remove
5248           the goom and tvtime post plugins from xine.
5249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5250         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
5251           add extradata parsing for QDM2.
5252           change around debugging prints.
5253
5254 2004-02-19  Benjamin Otte  <otte@gnome.org>
5255
5256         * ext/lame/gstlame.c: (gst_lame_chain):
5257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5258           use gst_tag_list_insert when you want to insert tags
5259
5260 2004-02-18  David Schleef  <ds@schleef.org>
5261
5262         * configure.ac:  Move massink to gst-rotten
5263         * ext/Makefile.am:
5264         * ext/mas/Makefile.am:
5265         * ext/mas/massink.c:
5266         * ext/mas/massink.h:
5267
5268 2004-02-18  David Schleef  <ds@schleef.org>
5269
5270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
5271         typefinding, since it seems to be worse than nothing.
5272         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
5273         atom to recognize .mp4 and .m4a files as video/quicktime.
5274
5275 2004-02-18  David Schleef  <ds@schleef.org>
5276
5277         * gst/sine/demo-dparams.c: (quit_live),
5278         (dynparm_log_value_changed), (dynparm_value_changed), (main):
5279         Use double dparams, not float.
5280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5281         (gst_sinesrc_init): Change sync default to FALSE, since multiple
5282         sync'd elements don't really work correctly.
5283         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
5284         (volume_update_volume), (volume_get_property):  Change dparam
5285         to double.
5286
5287 2004-02-18  Julien MOUTTE  <julien@moutte.net>
5288
5289         * sys/ximage/ximagesink.c:
5290         (gst_ximagesink_xwindow_update_geometry),
5291         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
5292         (gst_ximagesink_change_state), (gst_ximagesink_expose),
5293         (gst_ximagesink_init): Rework the way software video scaling works. So
5294         now we check on each chain call if the video frames are feeling the 
5295         window. If not we try to renegotiate caps. On failure we memorize that
5296         and we won't try again for that PLAYING sessions.
5297         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
5298         failure.
5299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
5300         synchronous flag.
5301
5302 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5303
5304         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
5305           break up _link so we can give a better debug message for errors
5306
5307 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5308
5309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5310           set up debug category
5311
5312 2004-02-18  Julien MOUTTE <julien@moutte.net>
5313
5314         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5315         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
5316         the way renegotiation work. The event handling function is not taking
5317         care of external windows and renegotiate method check for pad flags
5318         NEGOTIATING. Should fix : #133209
5319
5320 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5321
5322         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
5323         pad is negotiating before trying renegotiation.
5324
5325 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5326
5327         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
5328           pass on all possible mime types as typefind hints
5329
5330 2004-02-17  Julien MOUTTE <julien@moutte.net>
5331
5332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
5333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
5334         possible SHM leak if we crash. All other apps using XShm are doing
5335         that.
5336
5337 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5338
5339         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5340         (gst_ximagesink_expose): Renegotiate size on expose.
5341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
5342         size on expose.
5343
5344 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5345
5346         * testsuite/alsa/sinesrc.c:
5347           cosmetic fix to fix compile issue with gcc 2.95.4
5348
5349 2004-02-16  Julien MOUTTE <julien@moutte.net>
5350
5351         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5352         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
5353         failed opening the audio device.
5354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5355         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5356         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
5357         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
5358         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
5359         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5360         (gst_ximagesink_change_state), (gst_ximagesink_chain),
5361         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
5362         Removing some useless g_return_if_fail like wingo suggested.
5363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5364         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
5365         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
5366         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
5367         (gst_xvimagesink_update_colorbalance),
5368         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
5369         (gst_xvimagesink_xcontext_clear),
5370         (gst_xvimagesink_get_fourcc_from_caps),
5371         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
5372         (gst_xvimagesink_set_xwindow_id),
5373         (gst_xvimagesink_colorbalance_list_channels),
5374         (gst_xvimagesink_colorbalance_set_value),
5375         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
5376         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
5377
5378 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5379
5380         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5381           throw error when not negotiated instead of asserting
5382
5383 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5384
5385         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
5386         correct data refcounting.
5387
5388 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5389
5390         * gst/switch/gstswitch.c: (gst_switch_change_state),
5391         (gst_switch_class_init): Cleaning the sinkpads correctly on state
5392         change, mostly the EOS flag.
5393
5394 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5395
5396         * examples/gstplay/player.c: (got_eos), (main): Adding some 
5397         output for debugging.
5398         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
5399         timeouts if we go to any state different from PLAYING.
5400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
5401         more EOS bugs in riff lib.
5402
5403 2004-02-14  Julien MOUTTE  <julien@moutte.net>
5404
5405         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
5406         visualization until i find a way to fix switch correctly.
5407         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
5408         EOS arrives.
5409         * gst/switch/gstswitch.c: (gst_switch_release_pad),
5410         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
5411         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
5412         Reworked switch to get a more correct behaviour with events and refing
5413         of data stored in sinkpads.
5414         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
5415         we don't pull from a pad in EOS.
5416
5417 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5418
5419         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5420           remove v1 tag even if we can't read it (makes sure we don't detect
5421           it again)
5422
5423 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5424
5425         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
5426         (gst_alsa_xrun_recovery):
5427         * ext/alsa/gstalsa.h:
5428           try xrun recovery when wait failed. Make xrun recovery function
5429           return TRUE/FALSE to indicate success. (might fix #134354)
5430
5431 2004-02-13  David Schleef  <ds@schleef.org>
5432
5433         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
5434         (dynparm_value_changed), (main): Convert from float to double.
5435         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
5436
5437 2004-02-13  David Schleef  <ds@schleef.org>
5438
5439         * gst/silence/gstsilence.c: (gst_silence_class_init),
5440         (gst_silence_set_clock), (gst_silence_get),
5441         (gst_silence_set_property), (gst_silence_get_property):
5442         * gst/silence/gstsilence.h: Add sync property.
5443         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5444         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
5445         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
5446         * gst/sine/gstsinesrc.h: Add sync property.
5447
5448 2004-02-13  David Schleef  <ds@schleef.org>
5449
5450         * gst/intfloat/gstint2float.c: (conv_f32_s16),
5451         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
5452
5453 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5454
5455         * configure.ac:
5456         * ext/Makefile.am:
5457         * gst-libs/ext/Makefile.am:
5458           move ffmpeg plugin to gst-ffmpeg module
5459
5460 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5461
5462         * configure.ac: use GST_ARCH to detect architecture
5463
5464 2004-02-12  Julien MOUTTE  <julien@moutte.net>
5465
5466         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
5467
5468 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5469
5470         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
5471           classify LADSPA plugins based on number of src/sink pads
5472           (#133663, Stefan Kost)
5473         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
5474           fix dparams registration
5475           (#133528, Stefan Kost)
5476         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
5477           fix use of isprint and use g_ascii_isprint instead
5478           (#133316, Stefan Kost)
5479
5480 2004-02-11  David Schleef  <ds@schleef.org>
5481
5482         Convert a few inner loops to use liboil.  This is currently
5483         optional, and is only enabled if liboil is present (duh!).
5484         * configure.ac: Check for liboil-0.1
5485         * gst/intfloat/Makefile.am:
5486         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
5487         (gst_int2float_chain_gint16):
5488         * gst/videofilter/Makefile.am:
5489         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
5490         (tablelookup_u8), (gst_videobalance_planar411):
5491         * gst/videotestsrc/Makefile.am:
5492         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
5493         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
5494         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
5495         (paint_hline_RGB565), (paint_hline_xRGB1555):
5496
5497 2004-02-11  David Schleef  <ds@schleef.org>
5498
5499         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
5500         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
5501         (gst_colorspace_getcaps), (gst_colorspace_link),
5502         (gst_colorspace_base_init), (gst_colorspace_init),
5503         (gst_colorspace_chain), (gst_colorspace_change_state),
5504         (plugin_init): Merge Ronald's patch (bug #117897) and update
5505         for new caps and negotiation.  Seems to work, although it
5506         shows off bugs in lcs.
5507
5508 2004-02-11  David Schleef  <ds@schleef.org>
5509
5510         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
5511         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
5512
5513 2004-02-11  David Schleef  <ds@schleef.org>
5514
5515         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
5516         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
5517         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
5518         Add server and port properties
5519
5520 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522         * m4/a52.m4:
5523         * m4/aalib.m4:
5524         * m4/as-ffmpeg.m4:
5525         * m4/as-liblame.m4:
5526         * m4/as-slurp-ffmpeg.m4:
5527         * m4/check-libheader.m4:
5528         * m4/esd.m4:
5529         * m4/freetype2.m4:
5530         * m4/gconf-2.m4:
5531         * m4/glib.m4:
5532         * m4/gst-alsa.m4:
5533         * m4/gst-artsc.m4:
5534         * m4/gst-ivorbis.m4:
5535         * m4/gst-matroska.m4:
5536         * m4/gst-sdl.m4:
5537         * m4/gst-shout2.m4:
5538         * m4/gst-sid.m4:
5539         * m4/gtk.m4:
5540         * m4/libdv.m4:
5541         * m4/libfame.m4:
5542         * m4/libmikmod.m4:
5543         * m4/ogg.m4:
5544         * m4/vorbis.m4:
5545           fix underquotedness of macros (#133800)
5546         * m4/as-avifile.m4:
5547         * m4/xmms.m4:
5548           removed because no longer used
5549
5550 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5551
5552         * configure.ac:
5553           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5554           by autopoint (fixes #132996)
5555
5556 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5557
5558         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
5559         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
5560         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
5561         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
5562           fix memleaks
5563
5564 2004-02-11  David Schleef  <ds@schleef.org>
5565
5566         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
5567         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
5568         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
5569         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
5570         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
5571         (gst_jpegenc_class_init), (gst_jpegenc_init),
5572         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
5573         (gst_jpegenc_chain), (gst_jpegenc_set_property),
5574         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
5575         * ext/jpeg/gstjpegenc.h: Fix negotiation.
5576
5577 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5578
5579         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
5580         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
5581         * ext/mikmod/gstmikmod.h:
5582           fix caps negotiation in mikmod
5583         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
5584           output debug information
5585
5586 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5587
5588         * gst-libs/gst/colorbalance/Makefile.am:
5589         * gst-libs/gst/navigation/Makefile.am:
5590         * gst-libs/gst/xoverlay/Makefile.am:
5591           remove unused GST_OPT_CFLAGS from Makefiles
5592           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
5593
5594 2004-02-07  David Schleef  <ds@schleef.org>
5595
5596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
5597         push events to pads that haven't been created (#133508)
5598
5599 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
5600
5601         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
5602         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
5603         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
5604         (gst_dvdec_loop), (gst_dvdec_change_state):
5605         Second attempt at committing a working dvdec element.
5606
5607 2004-02-06  David Schleef  <ds@schleef.org>
5608
5609         Build fixes for OS X: (see #129600)
5610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
5611         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
5612         (gst_riff_read_strf_iavs):
5613         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
5614         (gst_avi_demux_stream_odml):
5615         * gst/playondemand/Makefile.am:
5616         * gst/rtp/rtp-packet.c:
5617
5618 2004-02-05  David Schleef  <ds@schleef.org>
5619
5620         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
5621         last change, because it Just Doesn't Compile.
5622
5623 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5624
5625         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5626           skip undecodable id3v2 tag instead of keeping it
5627
5628 2004-02-05  David Schleef  <ds@schleef.org>
5629
5630         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5631         Unref leaked buffer.  (Noticed by Ronald)
5632
5633 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
5634
5635         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5636         Sync requires with other checks.  >= vs =.
5637
5638 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
5639
5640         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
5641         (gst_dvdec_video_link), (gst_dvdec_loop):
5642         * ext/dv/gstdvdec.h:
5643           rework the caps negotiation so that dvdec works again instead
5644           of just segfaulting.
5645
5646 === release 0.7.4 ===
5647
5648 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5649                                                                                 
5650         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
5651         * configure.ac: changed for release
5652
5653 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5654
5655         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
5656         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5657         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5658         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5659           reworked patch by David Lehn to fix libdir and includedir for
5660           uninstalled libraries
5661           removed play and gconf from gstreamer-libs since they have their
5662           own pkgconfig files
5663
5664 2004-02-04  David Schleef  <ds@schleef.org>
5665
5666         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
5667         memleak.
5668
5669 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5670
5671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5672           use correct GST_TAG_ENCODER tag
5673
5674 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5675
5676         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5677           be sure to stop the clock when going to paused
5678         * sys/oss/gstosssink.c: (gst_osssink_change_state):
5679           reset number of transmitted when going to ready.
5680         fixes #132935
5681
5682 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
5683
5684         reviewed by Benjamin Otte
5685
5686         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5687           extract track count (fixes #133410)
5688
5689 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5690
5691         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
5692           that should be !=, not == (fixes #132519)
5693
5694 2004-02-04  David Schleef  <ds@schleef.org>
5695
5696         Make sure set_explicit_caps() is called before adding pad.
5697         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5698         * gst/id3/gstid3types.c: (gst_id3types_loop):
5699         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
5700         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
5701
5702 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5703
5704         * configure.ac:
5705           bump nano to 2, first prerelease
5706           put back AM_PROG_LIBTOOL
5707
5708 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5709
5710         * testsuite/alsa/Makefile.am:
5711           these are user test apps, not automatic testsuite tests
5712
5713 2004-02-04  David Schleef  <ds@schleef.org>
5714
5715         Convert GST_DEBUG_CAPS() to GST_DEBUG():
5716         * gst/mpeg1videoparse/gstmp1videoparse.c:
5717         (mp1videoparse_parse_seq):
5718         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
5719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
5720         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
5721         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
5722         (gst_xvideosink_getcaps):
5723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5724         * testsuite/gst-lint: more tests
5725
5726 2004-02-04  David Schleef  <ds@schleef.org>
5727
5728         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
5729         with the code that they would expand to.
5730         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
5731         (gst_flacdec_get_src_query_types),
5732         (gst_flacdec_get_src_event_masks):
5733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
5734         (gst_gnomevfssrc_get_query_types),
5735         (gst_gnomevfssrc_get_event_mask):
5736
5737 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5738
5739         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5740         (gst_sinesrc_dispose):
5741           fix memleak by properly disposing sinesrc
5742
5743 2004-02-04  Julien MOUTTE  <julien@moutte.net>
5744
5745         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
5746         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
5747         an overlay to redraw the image because it has been exposed.
5748         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
5749         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
5750         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
5751         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
5752         interface
5753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
5754         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
5755         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
5756         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
5757         interface 
5758
5759 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5760
5761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
5762           more memleak fixage
5763
5764 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5765
5766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5767         * gst/typefind/gsttypefindfunctions.c:
5768           fix memleaks shown by gst-typefind
5769
5770 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5771
5772         * common/glib-gen.mak:
5773           add hack rule to touch .Plo files
5774         * gst-libs/gst/colorbalance/Makefile.am:
5775         * gst-libs/gst/mixer/Makefile.am:
5776         * gst-libs/gst/play/Makefile.am:
5777         * gst-libs/gst/tuner/Makefile.am:
5778           remove glib_root variable
5779
5780 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5781
5782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
5783           set explicit caps before adding the element, so the autopluggers can
5784           plug correctly.
5785         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5786         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5787         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5788         (dv_type_find):
5789           fix memleaks in typefind functions. gst_type_find_suggest takes a const
5790           argument.
5791
5792 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5793
5794         * gst-libs/gst/colorbalance/Makefile.am:
5795         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
5796         * gst-libs/gst/colorbalance/colorbalance.c:
5797         * gst-libs/gst/colorbalance/colorbalance.h:
5798         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
5799         * gst-libs/gst/mixer/Makefile.am:
5800         * gst-libs/gst/mixer/mixer-marshal.list:
5801         * gst-libs/gst/mixer/mixer.c:
5802         * gst-libs/gst/mixer/mixer.h:
5803         * gst-libs/gst/mixer/mixermarshal.list:
5804         * gst-libs/gst/play/Makefile.am:
5805         * gst-libs/gst/play/play.h:
5806         * gst-libs/gst/tuner/Makefile.am:
5807         * gst-libs/gst/tuner/tuner-marshal.list:
5808         * gst-libs/gst/tuner/tuner.c:
5809         * gst-libs/gst/tuner/tuner.h:
5810         * gst-libs/gst/tuner/tunermarshal.list:
5811           use new glib-gen.mak snippet to clean up Makefile.am
5812           fix various bugs in Makefile.am's
5813
5814 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5815
5816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
5817           handle chain parsing correctly in the multichain case
5818         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
5819         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
5820         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
5821         (theora_dec_chain):
5822           handle events and queries correctly
5823
5824 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
5825
5826         * .cvsignore:
5827         Ignore generated file _stdint.h.
5828
5829 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
5830
5831         * gst-libs/gst/colorbalance/Makefile.am:
5832         * gst-libs/gst/colorbalance/colorbalance.h:
5833         * gst-libs/gst/mixer/Makefile.am:
5834         * gst-libs/gst/mixer/mixer.h:
5835         * gst-libs/gst/play/Makefile.am:
5836         * gst-libs/gst/play/play.h:
5837         * gst-libs/gst/tuner/Makefile.am:
5838         * gst-libs/gst/tuner/tuner.h:
5839         Generate enum type code with glib-mkenums.
5840         * gst-libs/gst/colorbalance/.cvsignore:
5841         * gst-libs/gst/mixer/.cvsignore:
5842         * gst-libs/gst/play/.cvsignore:
5843         * gst-libs/gst/tuner/.cvsignore:
5844         Ignore generated files.
5845
5846 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
5847
5848         * gst-libs/gst/audio/.cvsignore:
5849         Ignore generated file.
5850         * gst-libs/gst/audio/Makefile.am:
5851         Do not install example filter.
5852
5853 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
5854
5855         * examples/switch/.cvsignore:
5856         Ignore generated file.
5857
5858 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5859
5860         * common/m4/ax_create_stdint_h.m4:
5861         * configure.ac:
5862           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
5863           _stdint.h.
5864         * Makefile.am:
5865           remove generated _stdint.h in DISTCLEANFILES
5866         * ext/a52dec/gsta52dec.c:
5867           include _stdint.h for a52dec. (should fix #133064)
5868
5869 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
5870
5871         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
5872         (gst_tag_to_vorbis_comments):
5873         Add replaygain support to vorbistag
5874
5875 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
5876         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
5877         (gst_ffmpeg_caps_to_extradata):
5878           Fix SVQ3 caps flag properties
5879           Use glib macro for bytes swap
5880
5881 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5882
5883         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
5884         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
5885         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5886         * ext/sndfile/gstsf.c: (plugin_init):
5887         * gst/avi/gstavi.c: (plugin_init):
5888         * sys/dxr3/dxr3init.c: (plugin_init):
5889         * sys/oss/gstossaudio.c: (plugin_init):
5890         * sys/v4l/gstv4l.c: (plugin_init):
5891         * sys/v4l2/gstv4l2.c: (plugin_init):
5892           remove textdomain calls
5893         * po/nl.po:
5894           update Dutch translation
5895
5896 2004-02-02  Julien MOUTTE  <julien@moutte.net>
5897
5898         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5899         (gst_play_set_audio_sink): Moving volume in the audio thread for 
5900         instantaneous volume change. Maybe i will add another volume in front
5901         of visualization later, not sure yet though.
5902
5903 2004-02-02  Julien MOUTTE  <julien@moutte.net>
5904
5905         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5906         (gst_ximagesink_handle_xevents): Better X events handling, only take
5907         the latest events for configure and motion.
5908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
5909
5910 2004-02-02  Jon Trowbridge  <trow@gnu.org>
5911
5912         reviewed by: David Schleef  <ds@schleef.org>
5913
5914         Fix memory leaks:
5915         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
5916         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
5917
5918 2004-02-02  David Schleef  <ds@schleef.org>
5919
5920         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
5921         of lines.
5922         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
5923         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5924         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
5925         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
5926         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5927         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
5928         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
5929         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
5930         (gst_float2_2_int_link):
5931         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5932         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
5933         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
5934         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
5935         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
5936         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
5937         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
5938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5939         * testsuite/gst-lint: Add tests for bzero and ;;
5940
5941 2004-02-02  David Schleef  <ds@schleef.org>
5942
5943         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
5944
5945 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5946
5947         * ext/aalib/gstaasink.c: (gst_aasink_open):
5948         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
5949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5950         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5951         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
5952         (gst_afsink_close_file):
5953         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
5954         (gst_afsrc_close_file):
5955         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
5956         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
5957         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
5958         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
5959         * ext/esd/esdmon.c: (gst_esdmon_get):
5960         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
5961         * ext/faac/gstfaac.c: (gst_faac_chain):
5962         * ext/faad/gstfaad.c: (gst_faad_chain):
5963         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
5964         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5965         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
5966         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
5967         (gst_flacdec_loop):
5968         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
5969         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5970         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
5971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
5972         (gst_gnomevfssink_close_file):
5973         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5974         (gst_gnomevfssrc_open_file):
5975         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
5976         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
5977         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
5978         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
5979         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
5980         * ext/mad/gstmad.c: (gst_mad_chain):
5981         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5982         * ext/mpeg2dec/gstmpeg2dec.c:
5983         * ext/mpeg2enc/gstmpeg2enc.cc:
5984         * ext/mplex/gstmplex.cc:
5985         * ext/mplex/gstmplexibitstream.cc:
5986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
5987         (gst_ogg_demux_push):
5988         * ext/raw1394/gstdv1394src.c:
5989         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
5990         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
5991         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
5992         (gst_sf_loop):
5993         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
5994         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
5995         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
5996         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
5997         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5998         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
5999         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
6000         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
6001         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6002         (gst_riff_read_element_data), (gst_riff_read_seek),
6003         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
6004         * gst/adder/gstadder.c: (gst_adder_loop):
6005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
6006         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
6007         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
6008         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
6009         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
6010         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6011         * gst/goom/gstgoom.c: (gst_goom_chain):
6012         * gst/id3/gstid3types.c: (gst_id3types_loop):
6013         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
6014         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
6015         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
6016         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
6017         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6018         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
6019         (gst_ebml_read_float), (gst_ebml_read_header):
6020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
6021         (gst_matroska_demux_parse_blockgroup):
6022         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
6023         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
6024         * gst/oneton/gstoneton.c: (gst_oneton_chain):
6025         * gst/silence/gstsilence.c: (gst_silence_get):
6026         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6027         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
6028         * gst/speed/gstspeed.c: (speed_loop):
6029         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6030         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6031         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
6032         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6033         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6034         (gst_wavparse_loop):
6035         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
6036         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
6037         (dxr3audiosink_close):
6038         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
6039         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
6040         (dxr3videosink_close), (dxr3videosink_write_data):
6041         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
6042         * sys/oss/gstosssink.c: (gst_osssink_chain):
6043         * sys/oss/gstosssrc.c: (gst_osssrc_get):
6044         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
6045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
6046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
6047         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
6048         (gst_v4l_set_window), (gst_v4l_enable_overlay):
6049         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
6050         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
6051         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
6052         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
6053         (gst_v4l_set_audio):
6054         * sys/v4l/v4l_calls.h:
6055         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6056         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
6057         (gst_v4lmjpegsink_playback_init),
6058         (gst_v4lmjpegsink_playback_start):
6059         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
6060         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6061         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
6062         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
6063         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
6064         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
6065         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
6066         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6067         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
6068         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
6069         (gst_v4l2_get_output), (gst_v4l2_set_output),
6070         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
6071         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
6072         (gst_v4l2_set_attribute):
6073         * sys/v4l2/v4l2_calls.h:
6074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6075         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6076         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6077         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6078         (gst_v4l2src_capture_stop):
6079         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
6080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6081         (gst_ximagesink_chain):
6082         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
6083         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
6084         (gst_xvideosink_xwindow_new):
6085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6086         (gst_xvimagesink_chain):
6087
6088 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6089
6090         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6091         (gst_volume_get_volume), (volume_class_init), (volume_init),
6092         (volume_chain_int16), (volume_update_volume):
6093         * gst/volume/gstvolume.h:
6094           make code more readable by removing magic numbers
6095           make mixer interface export 0-100 range
6096           make it internally map to 0.0-1.0 range so users don't distort
6097           output by putting the sliders at full volume
6098
6099 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6100
6101         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
6102         (gst_play_state_change), (gst_play_seek_to_time):
6103         block the tick callback for 0.5 secs after doing a seek
6104
6105 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6106
6107         * gst-libs/gst/play/play.c: (gst_play_new):
6108           check for GError
6109
6110 2004-02-01  Julien MOUTTE  <julien@moutte.net>
6111
6112         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
6113         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
6114         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6115         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
6116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6117         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
6118
6119 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6120
6121         * configure.ac:
6122         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6123           check for a function added in vorbis 1.1
6124
6125 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6126
6127         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
6128         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
6129           really start/stop clock only on PLAYING <=> PAUSED
6130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6131           remove \n from debugging lines
6132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
6133           make it work when seeking does not
6134         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6135           reset on DISCONT
6136
6137 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6138
6139         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
6140           start clock on PAUSED=>PLAYING, not later
6141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6142           extract correct time for different discont formats
6143         (gst_alsa_sink_get_time):
6144           don't segfault when no format is negotiated yet, just return 0
6145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
6146         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
6147         (gst_ogg_pad_push):
6148           handle flush and discont events correctly
6149         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6150           handle discont events correctly
6151
6152 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6153
6154         * gst-libs/gst/play/play.c: (gst_play_error_quark),
6155         (gst_play_error_create), (gst_play_error_plugin),
6156         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
6157         * gst-libs/gst/play/play.h:
6158           add error handling during creation
6159         * examples/gstplay/player.c: (main):
6160           use new gst_play_new
6161           
6162
6163 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6164
6165         * ext/theora/theoradec.c: (theora_dec_chain):
6166           make comments work
6167         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6168         (vorbis_dec_src_event), (vorbis_dec_chain):
6169           add encoder tag, fix tag reading to be more error tolerant, change
6170           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
6171           gst_pad_event_default.
6172         * gst/tags/gstvorbistag.c:
6173         (gst_tag_list_from_vorbiscomment_buffer):
6174           undefine function specific define at end of function
6175
6176 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
6177
6178         * ext/flac/gstflac.c: (plugin_init):
6179         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
6180         * ext/flac/gstflacdec.h:
6181         * ext/flac/gstflacenc.h:
6182           Fix typos
6183
6184 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
6185
6186         * examples/gstplay/player.c: s/gstplay.h/play.h/
6187
6188 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6189
6190         * gst-libs/gst/play/Makefile.am:
6191         * gst-libs/gst/play/gstplay.c:
6192         * gst-libs/gst/play/gstplay.h:
6193         * gst-libs/gst/play/play.c:
6194           more surgery, operation complete
6195
6196 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6197
6198         * gst-libs/gst/play/play.old.c:
6199         * gst-libs/gst/play/play.old.h:
6200           after CVS surgery by moving, remove
6201         * gst-libs/gst/play/playpipelines.c:
6202           remove
6203           
6204         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
6205           add negotiation error
6206
6207 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6208
6209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
6210         (gst_ogg_demux_push):
6211           add some seeking debug info
6212           send a flush when seeking
6213
6214 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6215
6216         * configure.ac:
6217           use AC_C_INLINE
6218         * configure.ac:
6219         * ext/Makefile.am:
6220         * ext/theora/Makefile.am:
6221         * ext/theora/theoradec.c: 
6222           add theora video decoder. Does just do simple decoding for now and
6223           has been tested against Theora cvs only. It only works when theora
6224           is compiled with --enable-static.
6225         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6226           always reset packetno on DISCONT
6227
6228 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6229
6230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
6231           Fix audio.
6232
6233 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6234
6235         * gst/mpegaudioparse/gstmpegaudioparse.c:
6236         (mp3_type_frame_length_from_header):
6237           Fix header parsing - stolen from ffmpeg (thank you! :) ).
6238
6239 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6240
6241         * ext/esd/esdsink.c: (gst_esdsink_init):
6242           Since we have static pad template caps, we don't need to negotiate;
6243           either the core errors out or we know the format.
6244
6245 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6246
6247         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6248         (gst_riff_read_seek):
6249         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
6250         (gst_ebml_read_seek):
6251           Fix event handling.
6252
6253 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6254
6255         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
6256           removee video/x-theora from vp3 decoder, it doesn't handle raw
6257           theora streams
6258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
6259           fix bug with finalizing element that never went to PAUSED
6260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
6261           length and position queries were swapped
6262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6263         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
6264         (vorbis_dec_src_event):
6265           implement querying time and bytes
6266
6267 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6268
6269         * just about every source file:
6270           gst_element_error -> GST_ELEMENT_ERROR
6271
6272 2004-01-29  Julien MOUTTE  <julien@moutte.net>
6273
6274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
6275         emiting FLUSH and even before DISCONT.
6276         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
6277         get the best instant seeking as possible yay!
6278
6279 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6280
6281         * gst/mpeg1videoparse/gstmp1videoparse.c:
6282         (gst_mp1videoparse_real_chain):
6283           Committed wrong version last week... Grr... Didn't notice until now.
6284
6285 2004-01-29  Julien MOUTTE <julien@moutte.net>
6286
6287         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
6288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
6289         have_xwindow_id signal in xwindow_create.
6290
6291 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6292
6293         * ext/ogg/gstoggdemux.c: 
6294           lots of changes - mainly support for chained bitstreams, seeking,
6295           querying and bugfixes of course
6296         * ext/vorbis/Makefile.am:
6297         * ext/vorbis/vorbisdec.c: 
6298         * ext/vorbis/vorbisdec.h:
6299           add vorbisdec raw vorbis decoder
6300         * ext/vorbis/vorbis.c: (plugin_init):
6301           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
6302         * gst/intfloat/Makefile.am:
6303         * gst/intfloat/float22int.c:
6304         * gst/intfloat/float22int.h:
6305         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
6306           add float2intnew plugin. It converts multichannel interleaved float to
6307           multichannel interleaved int. The name should probably be changed.
6308         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
6309         (plugin_init):
6310           add typefinding for raw theora video so oggdemux can detect it.
6311
6312 2004-01-28  Julien MOUTTE  <julien@moutte.net>
6313
6314         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
6315         sink element first.
6316         * gst/videoscale/gstvideoscale.c:
6317         (gst_videoscale_handle_src_event): Fixing src event handler.
6318
6319 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6320
6321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
6322         (gst_v4lsrc_open), (gst_v4lsrc_close),
6323         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
6324         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
6325         * sys/v4l/gstv4lsrc.h:
6326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
6327         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
6328           Implement resizing... Hack. But that's why v4l is b0rked...
6329
6330 2004-01-28  Julien MOUTTE <julien@moutte.net>
6331
6332         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6333         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
6334         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
6335         (gst_ximagesink_xwindow_destroy):
6336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6337         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
6338         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6339         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
6340         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
6341         correctly cleaning the image created to check xshm calls on succes,
6342         added a lot of XSync calls in X11 functions, and fixed a segfault when
6343         no image format was defined before negotiation happened.
6344
6345 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6346
6347         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
6348           use gst_element_get_time to get correct time
6349
6350 2004-01-28  Julien MOUTTE  <julien@moutte.net>
6351
6352         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
6353         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
6354         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
6355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
6356         (gst_xvimagesink_check_xshm_calls),
6357         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
6358         X plugins are now able to detect that XShm calls will fail even if the
6359         server claims that it has XShm support (remote displays most of the
6360         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
6361         so that we use non XShm functions. This feature is almost useless for
6362         xvimagesink as Xv is not supported on remote displays anyway, but 
6363         it might happen than even on the local display XShm calls fail.
6364
6365 2004-01-27  David Schleef  <ds@schleef.org>
6366
6367         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
6368         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
6369         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
6370         changed esdsink to only use 44100,16,2, since esd sucks at rate
6371         conversion and esdsink has had difficulty negotiating.
6372
6373 2004-01-27  Julien MOUTTE <julien@moutte.net>
6374
6375         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
6376         (gst_play_seek_to_time): Fixing the way to get current position.
6377
6378 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6379
6380         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
6381           use gst_element_get_time to get correct time
6382
6383 2004-01-27  Julien MOUTTE <julien@moutte.net>
6384
6385         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
6386         fix ever... Inverting 2 lines of code make spider autoplug correctly
6387         tagged mp3 !
6388
6389 2004-01-27  David Schleef  <ds@schleef.org>
6390
6391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6392         Use gst_pad_try_set_caps_nonfixed().
6393
6394 2004-01-27  David Schleef  <ds@schleef.org>
6395
6396         * gst/ac3parse/gstac3parse.c: update to checklist 5
6397         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
6398         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
6399         * gst/audioscale/gstaudioscale.c: same
6400         * gst/auparse/gstauparse.c: same
6401         * gst/avi/gstavidemux.c: same
6402
6403 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6404
6405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6406           stop processing after EOS
6407
6408 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6409
6410         * gst/asfdemux/asfheaders.h:
6411         * gst/asfdemux/gstasfdemux.c: 
6412         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
6413         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
6414         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
6415           lot's of fixes to make data extraction simpler and get the code
6416           architecture and compiler independant. Add debugging category
6417         * gst/goom/gstgoom.c: (gst_goom_change_state):
6418           reset channel count on PAUSED=>READY, not READY=>PAUSED
6419
6420 2004-01-26  Colin Walters  <walters@verbum.org>
6421
6422         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
6423         code to pull a bigger buffer in iradio mode.  This as a side effect
6424         makes typefinding work.
6425
6426 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
6427
6428         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
6429         Fix SVQ3 decoding on PPC
6430
6431 2004-01-26  Julien MOUTTE <julien@moutte.net>
6432
6433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
6434         that one managed to stay there... Fixed.
6435
6436 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
6437
6438         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
6439         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
6440         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
6441         (qtdemux_video_caps):
6442         * gst/qtdemux/qtdemux.h:
6443         Add SVQ3 specific flags to qtdemux and ffmpeg
6444
6445 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6446
6447         * gst-libs/gst/audio/audio.h:
6448           remove buffer-frames from audio caps
6449         * gst/audioconvert/gstaudioconvert.c:
6450           fix plugin to really work.
6451
6452 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6453
6454         * gst-libs/gst/mixer/mixer.c:
6455         * gst-libs/gst/propertyprobe/propertyprobe.c:
6456         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
6457         (gst_tuner_find_channel_by_name):
6458         * gst-libs/gst/tuner/tuner.h:
6459           Add gtk-doc style comments. Also fix a function name.
6460
6461 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6462
6463         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
6464         (gst_divxdec_negotiate):
6465           Fix for new capsnego - also fixes gst-player with divxdec.
6466
6467 2004-01-25  Julien MOUTTE  <julien@moutte.net>
6468
6469         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
6470         (gst_play_identity_handoff), (gst_play_set_location),
6471         (gst_play_set_visualization), (gst_play_connect_visualization): Another
6472         try in visualization implementation. Still have an issue with switch
6473         blocking when pulling from video_queue and only audio comes out of 
6474         spider.
6475         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6476         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
6477         release method. And check if the pad is usable before pulling.
6478
6479 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6480
6481         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
6482         (gst_videobalance_init),
6483         (gst_videobalance_colorbalance_list_channels),
6484         (gst_videobalance_colorbalance_set_value),
6485         (gst_videobalance_colorbalance_get_value),
6486         (gst_videobalance_update_properties),
6487         (gst_videobalance_update_tables_planar411),
6488         (gst_videobalance_planar411):
6489         * gst/videofilter/gstvideobalance.h:
6490           Implement lookup-tables. +/- 10x faster.
6491
6492 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6493
6494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6495         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
6496           The index reading was broken. The rest worked fine, but the whole
6497           goal of my rewrite was to make avidemux readable, and this was
6498           not at all readable. Please use typed variables.
6499
6500 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6501
6502         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6503           Additional pad usability check.
6504         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
6505         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
6506         (gst_mp1videoparse_real_chain):
6507           Fix MPEG video stream parsing. The original plugin had several
6508           issues, including not timestamping streams where the source was
6509           not timestamped (this happens with PTS values in mpeg system
6510           streams, but MPEG video is also a valid stream on its own so
6511           that needs timestamps too). We use the display time code for that
6512           for now. Also, if one incoming buffer contains multiple valid
6513           frames, we push them all on correctly now, including proper EOS
6514           handling. Lastly, several potential segfaults were fixed, and we
6515           properly sync on new sequence/gop headers to include them in next,
6516           not previous frames (since they're header for the next frame, not
6517           the previous). Also see #119206.
6518         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
6519         (bpf_from_header):
6520           Move caps setting so we only do it after finding several valid
6521           MPEG-1 fraes sequentially, not right after the first one (which
6522           might be coincidental).
6523         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
6524         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6525         (plugin_init):
6526           Add unsynced MPEG video stream typefinding, and change some
6527           probability values so we detect streams rightly. The idea is as
6528           follows: I can have an unsynced system stream which contains
6529           video. In the current code, I would randomly get a type for either
6530           system or video stream type found, because the probabilities are
6531           being calculated rather randomly. I now use fixed values, so we
6532           always prefer system stream if that was found (and that is how it
6533           should be). If no system stream was found, we can still identity                the stream as video-only.
6534
6535 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6536
6537         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6538         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
6539           don't write to buffer. Extract data without the need of
6540           __attribute__ ((packed))
6541
6542 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6543
6544         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
6545         (mpeg1_sys_type_find):
6546           Fix MPEG-1 stream typefinding.
6547
6548 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6549
6550         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6551           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
6552
6553 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6554
6555         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
6556         * ext/esd/gstesd.c: (plugin_init):
6557           private debugging, better error reporting
6558
6559 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6560
6561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
6562         (gst_riff_read_init), (gst_riff_read_change_state):
6563         * gst-libs/gst/riff/riff-read.h:
6564           Remove stuff fromold metadata system.
6565
6566 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6567
6568         * ext/ogg/gstoggdemux.c:
6569           Fix wrong file comment.
6570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6571         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
6572           Add metadata reading properly.
6573
6574 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6575
6576         * ext/Makefile.am:
6577           Fix nas DIST_SUBDIRS
6578           Uraeus:
6579           Fix bug where make distcheck doesn't get run on adding stuff to
6580           the build.
6581
6582 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6583
6584         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
6585         * ext/divx/gstdivxdec.h:
6586           Fix divx3 ("msmpeg4") playback using divxdec.
6587
6588 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6589
6590         * gst/typefind/gsttypefindfunctions.c:
6591         (mp3_type_frame_length_from_header): fix bug in length computation 
6592         (mp3_type_find): improve debugging output
6593
6594 2004-01-23  Julien MOUTTE  <julien@moutte.net>
6595
6596         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
6597         (gst_play_set_location), (gst_play_seek_to_time),
6598         (gst_play_set_audio_sink), (gst_play_set_visualization),
6599         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
6600         the pipeline from scratch. Visualization is back and switch went out as
6601         i realized it was not possible to use the way i wanted.
6602         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
6603         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
6604         clearing in state change from READY to NULL. So that one can clean the
6605         X ressources keeping the element.
6606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6607         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
6608         (gst_xvimagesink_colorbalance_set_value),
6609         (gst_xvimagesink_colorbalance_get_value),
6610         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
6611         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
6612         change from READY to NULL and fixed some stupid bugs in colorbalance
6613         get/set values. Also added the following feature : when nobody tries to
6614         set some values to the colorbalance levels before the xcontext is 
6615         grabbed, then when creating channels list from Xv attributes we set the
6616         internal values to the Xv defaults. This way we handle buggy Xv drivers
6617         that set default hue values far from the middle of the range (Thanks
6618         to Jon Trowbridge for pointing that issue).
6619         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
6620         colorbalance levels have been set before xcontext is grabbed.
6621
6622 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6623
6624         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6625           Fix the ossmixer case where we shouldn't open /dev/dsp* because
6626           it might block operations (which is bad for a mixer).
6627
6628 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6629
6630         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
6631         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
6632         (gmip_find_type_pre):
6633         * gst-libs/gst/media-info/media-info-priv.h:
6634         * gst-libs/gst/media-info/media-info.c:
6635         (gst_media_info_instance_init), (gst_media_info_read_idler):
6636         add fakesink to get caps on decoder src pad again
6637         fix callback prototype to match new have_type signal signature
6638
6639 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6640
6641         * gst/adder/gstadder.c: (gst_adder_link):
6642           fix non-compile and cut-n-paste code
6643
6644 2004-01-21  David Schleef  <ds@schleef.org>
6645
6646         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
6647         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
6648         (gst_swfdec_init), (gst_swfdec_change_state):
6649         * ext/swfdec/gstswfdec.h:
6650         Fix negotiation.
6651         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
6652         (gst_adder_request_new_pad): Fix negotiation.
6653         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
6654         Add a fixate function.
6655         * gst/intfloat/gstfloat2int.c:
6656         * gst/intfloat/gstfloat2int.h:
6657         * gst/intfloat/gstint2float.c:
6658         * gst/intfloat/gstint2float.h:
6659         Completely rewrite the negotiation.  Doesn't quite work yet,
6660         due to some buffer-frames problem.
6661
6662 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6663
6664         * ext/gnomevfs/gstgnomevfssrc.c:
6665         * sys/v4l2/v4l2_calls.h:
6666           fix includes for distcheck
6667
6668 2004-01-21  Christian Schaller <uraeus@gnome.org>
6669
6670         * ext/nas/
6671         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
6672         based on earlier patch from Laurent Vivier
6673
6674 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
6675
6676         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
6677         Fix wma caps property
6678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6679         Fix typo (flags1 and flags2)
6680
6681 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6682
6683         * gst-libs/gst/media-info/media-info-priv.c:
6684         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
6685         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
6686         (gmip_find_stream), (gmip_find_track_metadata),
6687         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
6688         (gmip_find_track_format):
6689         * gst-libs/gst/media-info/media-info-priv.h:
6690         * gst-libs/gst/media-info/media-info-test.c: (main):
6691         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
6692         (gst_media_info_read_idler), (gst_media_info_read):
6693         * gst-libs/gst/media-info/media-info.h:
6694           register debugging category and use it for debugging
6695
6696 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6697
6698         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
6699         (gst_vorbisfile_new_link):
6700           signal streaminfo through tags
6701
6702 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6703
6704         * ext/mplex/gstmplex.cc:
6705         * ext/mplex/gstmplexibitstream.cc:
6706           g++ doesn't like NULL in our i18n/error macros, should be
6707           either (NULL) or ("").
6708
6709 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * sys/dxr3/dxr3audiosink.c:
6712         * sys/dxr3/dxr3init.c:
6713         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
6714         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
6715           Fix more error error error errors (missing includes here).
6716
6717 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6718
6719         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6720           fix thomas' error errors.
6721
6722 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6723
6724         * ext/mpeg2enc/gstmpeg2enc.cc:
6725           fix error errors.
6726
6727 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6728
6729         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
6730         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
6731           Fix for new error system.
6732
6733 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6734
6735         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
6736           fix for new error reporting
6737
6738 2004-01-20  David Schleef  <ds@schleef.org>
6739
6740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6741         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
6742         (gst_ximagesink_set_xwindow_id): Change to using a framerate
6743         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
6744         and neither is 100+, most likely.
6745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6746         (gst_xvimagesink_getcaps): same
6747
6748 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6749
6750         * configure.ac:
6751           Up version requirement to 2.0.3 (not yet released) to avoid symbol
6752           clashes with ffmpeg.
6753
6754 2004-01-20  Julien MOUTTE  <julien@moutte.net>
6755
6756         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
6757         (gst_switch_init): Fixed switch element : proxying link and setting
6758         caps from src to sink on request.
6759
6760 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6761
6762         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6763         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
6764         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
6765         fix element_error
6766
6767 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6768
6769         * sys/v4l/v4l_calls.h:
6770         * sys/v4l2/v4l2_calls.h:
6771           element_error fixes
6772
6773 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6774
6775         * gst-libs/gst/gst-i18n-plugin.h:
6776           add locale.h
6777           remove config.h inclusion
6778
6779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6780
6781         * autogen.sh:
6782           adding autopoint invocation
6783         * Makefile.am:
6784         * configure.ac:
6785         * gst-libs/gst/gettext.h:
6786           adding gettext bits
6787         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
6788         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
6789         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
6791         (gst_gnomevfssink_close_file):
6792         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
6793         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
6794         * gst-libs/gst/gst-i18n-plugin.h:
6795         * gst/avi/gstavi.c: (plugin_init):
6796         * sys/dxr3/dxr3init.c: (plugin_init):
6797         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
6798         * sys/oss/gstossaudio.c: (plugin_init):
6799         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
6800         * sys/v4l/gstv4l.c: (plugin_init):
6801         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6802         * sys/v4l2/gstv4l2.c: (plugin_init):
6803         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6804         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
6805         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
6806         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
6807         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
6808         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
6809           make sure locale and translation domain are set
6810           fix translated strings 
6811         * po/.cvsignore:
6812         * po/LINGUAS:
6813         * po/Makevars:
6814         * po/POTFILES.in:
6815         * po/nl.po:
6816           put translation files into place
6817         * sys/xvideo/imagetest.c: (main):
6818         * ext/dv/demo-play.c: (main):
6819           fix unnecessary translations
6820
6821 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6822
6823         * ext/sndfile/gstsf.c:
6824         * gst/avi/gstavimux.c:
6825         * ext/audiofile/gstafsink.c:
6826         * ext/audiofile/gstafsrc.c:
6827         * ext/gnomevfs/gstgnomevfssink.c:
6828         * ext/gnomevfs/gstgnomevfssrc.c:
6829         * sys/oss/gstosselement.c:
6830         * sys/v4l/v4l_calls.h:
6831           fix i18n include
6832
6833 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6834
6835         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6836         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
6837         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
6838         (gst_v4l2_get_output), (gst_v4l2_set_output),
6839         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
6840         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
6841         (gst_v4l2_set_attribute):
6842         update to new error handling
6843
6844 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6845
6846         * ext/sidplay/gstsiddec.cc:
6847         * gst/modplug/gstmodplug.cc:
6848           parenthese NULL because C++ seems angry about it
6849
6850 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6851
6852         * gst-libs/gst/gst-i18n-plugin.h:
6853           add skeleton i18n stuff, but needs to be further implemented
6854
6855 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6856
6857         * examples/gstplay/player.c: (main):
6858         * ext/aalib/gstaasink.c: (gst_aasink_open):
6859         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
6860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6862         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
6863         (gst_afsink_close_file):
6864         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
6865         (gst_afsrc_close_file):
6866         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
6867         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
6868         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
6869         * ext/esd/esdmon.c: (gst_esdmon_get):
6870         * ext/esd/esdsink.c: (gst_esdsink_chain):
6871         * ext/faac/gstfaac.c: (gst_faac_chain):
6872         * ext/faad/gstfaad.c: (gst_faad_chain):
6873         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
6874         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6875         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
6876         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
6877         (gst_flacdec_loop):
6878         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6879         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
6881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
6882         (gst_gnomevfssink_close_file):
6883         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6884         (gst_gnomevfssrc_open_file):
6885         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
6886         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
6887         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
6888         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6889         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
6890         * ext/mad/gstmad.c: (gst_mad_chain):
6891         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
6892         * ext/mpeg2dec/gstmpeg2dec.c:
6893         * ext/mpeg2enc/gstmpeg2enc.cc:
6894         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6895         * ext/mplex/gstmplex.cc:
6896         * ext/mplex/gstmplexibitstream.cc:
6897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
6898         (gst_ogg_demux_push), (gst_ogg_pad_push):
6899         * ext/raw1394/gstdv1394src.c:
6900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
6901         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
6902         * ext/sidplay/gstsiddec.cc:
6903         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
6904         (gst_sf_loop):
6905         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
6906         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
6907         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
6908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6909         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
6910         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
6911         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
6912         * gst-libs/gst/Makefile.am:
6913         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6914         (gst_riff_read_element_data), (gst_riff_read_seek),
6915         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
6916         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
6917         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
6918         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
6919         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
6920         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
6921         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
6922         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6923         * gst/goom/gstgoom.c: (gst_goom_chain):
6924         * gst/id3/gstid3types.c: (gst_id3types_loop):
6925         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
6926         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
6927         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
6928         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6929         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
6930         (gst_ebml_read_float), (gst_ebml_read_header):
6931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
6932         (gst_matroska_demux_parse_blockgroup):
6933         * gst/modplug/gstmodplug.cc:
6934         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
6935         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
6936         * gst/oneton/gstoneton.c: (gst_oneton_chain):
6937         * gst/silence/gstsilence.c: (gst_silence_get):
6938         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6939         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
6940         * gst/speed/gstspeed.c: (speed_loop):
6941         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6942         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6943         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
6944         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6945         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6946         (gst_wavparse_loop):
6947         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
6948         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
6949         (dxr3audiosink_close):
6950         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
6951         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
6952         (dxr3videosink_close), (dxr3videosink_write_data):
6953         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
6954         * sys/oss/gstosselement.h:
6955         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
6956         (gst_osssink_chain):
6957         * sys/oss/gstosssrc.c: (gst_osssrc_get):
6958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
6959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
6960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
6961         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
6962         (gst_v4l_enable_overlay):
6963         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
6964         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
6965         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
6966         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
6967         (gst_v4l_set_audio):
6968         * sys/v4l/v4l_calls.h:
6969         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6970         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
6971         (gst_v4lmjpegsink_playback_init),
6972         (gst_v4lmjpegsink_playback_start):
6973         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
6974         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
6975         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
6976         (gst_v4lmjpegsrc_requeue_frame):
6977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6978         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
6979         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
6980         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
6981         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6982         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6983         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6984         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6985         (gst_v4l2src_capture_stop):
6986         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
6987         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6988         (gst_ximagesink_chain):
6989         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
6990         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
6991         (gst_xvideosink_xwindow_new):
6992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6993         (gst_xvimagesink_chain):
6994         use new error signal, function and categories
6995
6996 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
6997
6998         * configure.ac:
6999         * ext/Makefile.am:
7000         * ext/musicbrainz/gsttrm.c:
7001         * ext/musicbrainz/gsttrm.h:
7002         * ext/musicbrainz/Makefile.am:
7003         Add a trm plugin 
7004
7005 2004-01-18  Julien MOUTTE  <julien@moutte.net>
7006
7007         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
7008         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
7009         synchronous property for debugging.
7010         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
7011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7012         (gst_xvimagesink_set_property): Moving a pointer declaration to a
7013         smaller block, fixing indent.
7014
7015 2004-01-16  David Schleef  <ds@schleef.org>
7016
7017         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
7018         property affects the video stream.
7019         * sys/xvimage/xvimagesink.c: 
7020         * sys/xvimage/xvimagesink.h:
7021         Add synchronous property for debugging.  Should probably be
7022         disabled in non-CVS builds.  Make sure that the Xv attribute
7023         exists before we set it (crash!).  Fix a silly float bug that
7024         caused colorbalance to just not work.
7025
7026 2004-01-17  Christian Schaller <Uraeus@gnome.org>
7027
7028         * tools/gst-launch-ext.in - update for new plugins
7029
7030 2004-01-16  David Schleef  <ds@schleef.org>
7031
7032         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
7033         already-freed caps.
7034
7035 2994-01-16  Christian Schaller <Uraeus@gnome.org>
7036
7037         * Update spec for new colorspace plugin and libcaca plugin
7038         * Fix compilation of libcaca plugin (clock -> id)
7039
7040 2004-01-16  Julien MOUTTE <julien@moutte.net>
7041
7042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
7043         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
7044         (gst_xvimagesink_set_xwindow_id),
7045         (gst_xvimagesink_colorbalance_set_value),
7046         (gst_xvimagesink_colorbalance_get_value),
7047         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7048         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
7049         correct colorbalance properties. They can now be set when the element
7050         is still in NULL state. The values will be committed to the Xv Port
7051         when xcontext is initialized.
7052         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
7053         brightness int values in the GstXvImagesink structure.
7054
7055 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7056
7057         * gst-libs/gst/Makefile.am:
7058           restructure so having local patches works easier.
7059
7060 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7061
7062         * ext/mpeg2enc/Makefile.am:
7063         * ext/mpeg2enc/gstmpeg2enc.cc:
7064         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7065           Bugfix with respect to EOS handling.
7066
7067 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7068
7069         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
7070           Link with right caps (else, it segfaults).
7071         * ext/mplex/gstmplexjob.cc:
7072           Fix for slight API change in 1.6.1.93 release of mjpegtools.
7073
7074 2004-01-15  David Schleef  <ds@schleef.org>
7075
7076         * gst-libs/gst/audio/Makefile.am:
7077         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
7078         from the template.
7079         * gst-libs/gst/audio/gstaudiofilter.c:
7080         * gst-libs/gst/audio/gstaudiofilter.h:
7081         Add bytes_per_sample and size and n_samples calculation.
7082         * gst-libs/gst/audio/gstaudiofilterexample.c:
7083         Remove, now autogenerated.
7084         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7085         Moved from gstaudiofilterexample, object name changed, code added
7086         so that it actually works.
7087         * gst-libs/gst/audio/make_filter:
7088         Script to build an audiofilter subclass from the template.
7089         * gst/colorspace/Makefile.am:
7090         * gst/colorspace/yuv2yuv.c:
7091         Remove file, since it's GPL, and we don't use it.
7092
7093 2004-01-15  Julien MOUTTE  <julien@moutte.net>
7094
7095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
7096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
7097         them use the buffer free function to test how the buffer was allocated.
7098
7099 2004-01-15  David Schleef  <ds@schleef.org>
7100
7101         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
7102         that handles osssink fallback.
7103         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7104         (gst_audio_convert_getcaps):
7105         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
7106         Add audio/x-qdm2 for QDM2 audio.
7107         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7108         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
7109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7110         Decrease minimum size to 16x16.
7111         * gst/wavparse/gstwavparse.c:
7112         Convert disabled pad template caps to new caps.
7113         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7115         (gst_xvimagesink_chain): Throw element error when display cannot
7116         be opened.  Increase minimum framerate to 1.0.  Check the data
7117         free function on a buffer to make sure it is the type we expect
7118         before manipulating it.
7119
7120 2004-01-15  Julien MOUTTE <julien@moutte.net>
7121
7122         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
7123         (gst_videobalance_colorbalance_set_value): Implement passthru if
7124         settings are in the middle.
7125         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
7126
7127 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7128
7129         * gst/videofilter/Makefile.am:
7130         * gst/volume/Makefile.am:
7131           Since we use videofilter symbols, link to it.
7132
7133 2004-01-15  Julien MOUTTE <julien@moutte.net>
7134
7135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
7136         mixer interface type to HARDWARE.
7137         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
7138         type to SOFTWARE.
7139         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
7140         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
7141         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
7142         (gst_volume_interface_init), (gst_volume_list_tracks),
7143         (gst_volume_set_volume), (gst_volume_get_volume),
7144         (gst_volume_set_mute), (gst_volume_mixer_init),
7145         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
7146         (volume_init): Implementing mixer interface.
7147         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
7148         * sys/oss/gstosselement.c: (gst_osselement_get_type),
7149         (gst_osselement_change_state): Removing some trailing commas in
7150         structures.
7151         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
7152         interface type to HARDWARE.
7153         * sys/v4l/gstv4lcolorbalance.c:
7154         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
7155         type to HARDWARE.
7156         * sys/v4l2/gstv4l2colorbalance.c:
7157         (gst_v4l2_color_balance_interface_init): Setting colorbalance
7158         interface type to HARDWARE.
7159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
7160         same code than ximagesink for event handling.
7161
7162 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7163
7164         * ext/snapshot/Makefile.am:
7165         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
7166         (gst_snapshot_chain):
7167         * ext/snapshot/gstsnapshot.h:
7168           This has to be a joke... Snapshot should be connected to a tee,
7169           colorspace element before it and EOS after that, where the other
7170           src of the tee receives normal data.
7171           The current way is *wrong*.
7172
7173 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7174
7175         * ext/hermes/gsthermescolorspace.c:
7176           Fix another compile error. Same as below.
7177
7178 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7179
7180         * gst/colorspace/gstcolorspace.c:
7181         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
7182         (gst_colorspace_i420_to_yv12):
7183           Fix compiling... Didn't test if it actually works.
7184
7185 2004-01-15  David Schleef  <ds@schleef.org>
7186
7187         * configure.ac:
7188         * gst/colorspace/Makefile.am:
7189         * gst/colorspace/gstcolorspace.c:
7190         * gst/colorspace/gstcolorspace.h:
7191         * gst/colorspace/yuv2rgb.c:
7192         * gst/colorspace/yuv2rgb.h:
7193         Duplicate the ext/hermes colorspace plugin, and remove Hermes
7194         code and GPL code.  Fix for new caps negotiation.  Rewrite
7195         much of the format handling code, and some of the conversion
7196         code.  Basically, rewrote almost everything.  This element
7197         handles I420, YV12 to RGB conversions.
7198         * ext/hermes/Makefile.am:
7199         * ext/hermes/gsthermescolorspace.c:
7200         Rename colorspace to hermescolorspace.  Fix negotiation issues.
7201         Remove non-Hermes related code.  This element handles lots of
7202         RGB to RGB conversions, but no YUV.
7203         * ext/hermes/gstcolorspace.c:
7204         * ext/hermes/gstcolorspace.h:
7205         * ext/hermes/rgb2yuv.c:
7206         * ext/hermes/yuv2rgb.c:
7207         * ext/hermes/yuv2rgb.h:
7208         * ext/hermes/yuv2rgb_mmx16.s:
7209         * ext/hermes/yuv2yuv.c:
7210         * ext/hermes/yuv2yuv.h:
7211         Remove old code.
7212
7213 2004-01-14  Colin Walters  <walters@verbum.org>
7214
7215         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
7216         they've already been.
7217
7218 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7219
7220         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
7221           assume tag mode when pad is not connected
7222
7223 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7224
7225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7226           Don't update the time of the clock
7227         (gst_alsa_sink_loop):
7228           sync to the clock given to alsasink, not the own clock
7229         * sys/oss/gstosssink.c: (gst_osssink_chain):
7230           sync to the clock
7231         (gst_osssink_change_state):
7232           activate the clock
7233         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
7234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
7235           remove bogus code that made DISCONT events unhandled
7236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
7237           explicitly case to double in _set_simple. (fixes 2nd warning in bug
7238           #131502)
7239         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
7240         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
7241         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
7242           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
7243           2nd warning in bug #131502)
7244
7245 2004-01-14  Julien MOUTTE  <julien@moutte.net>
7246
7247         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
7248         (gst_videobalance_colorbalance_set_value),
7249         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
7250         for colorbalance interface implementation.
7251         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7252         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7253         (gst_ximagesink_dispose), (gst_ximagesink_init),
7254         (gst_ximagesink_class_init): Adding DISPLAY property.
7255         * sys/ximage/ximagesink.h: Adding display_name to store display.
7256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7257         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7258         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
7259         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
7260         properties (they still need polishing though for gst-launch use : no
7261         xcontext yet, i ll do that tomorrow).
7262         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
7263
7264 2004-01-14  Julien MOUTTE  <julien@moutte.net>
7265
7266         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7267         (gst_play_set_location), (gst_play_set_visualization): Preparing 
7268         switch integration, adding videobalance in the pipeline.
7269
7270 2004-01-14  Julien MOUTTE <julien@moutte.net>
7271
7272         * gst-libs/gst/colorbalance/colorbalance.c:
7273         (gst_color_balance_class_init): Adding a default type.
7274         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
7275         the type.
7276         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
7277         (gst_videobalance_dispose), (gst_videobalance_class_init),
7278         (gst_videobalance_init), (gst_videobalance_interface_supported),
7279         (gst_videobalance_interface_init),
7280         (gst_videobalance_colorbalance_list_channels),
7281         (gst_videobalance_colorbalance_set_value),
7282         (gst_videobalance_colorbalance_get_value),
7283         (gst_videobalance_colorbalance_init): Implementing colorbalance
7284         interface.
7285         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
7286         list.
7287         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
7288         bug which was triggering a BadAccess X error when setting an overlay
7289         before pad was really negotiated.
7290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
7291         Using the colorbalance type macro.
7292
7293 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7294
7295         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
7296         (gst_flacenc_chain):
7297           handle tags correctly
7298         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7299           extract ID3v1 tags correctly
7300
7301 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7302
7303         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
7304         (plugin_init):
7305           Improve matroska typefinding for odd-typed headers...
7306
7307 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7308
7309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7310           Fix for using incremental number on padnames.
7311
7312 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7313
7314         * ext/divx/gstdivxdec.c:
7315         * ext/divx/gstdivxenc.c:
7316           Set category to divx4linux instead of divx (too generic).
7317         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7318         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
7319         (gst_wavparse_loop), (gst_wavparse_change_state):
7320         * gst/wavparse/gstwavparse.h:
7321           fix parsing of WAV files with non-standard fmt-tag size and fix
7322           skipping of unrecognized chunks... Someone please fix this thing
7323           to use rifflib so all this is automated.
7324         * sys/v4l/Makefile.am:
7325         * sys/v4l2/Makefile.am:
7326           Add X_CFLAGS because we depend on X (for overlay).
7327
7328 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
7329
7330         * ext/mpeg2dec/gstmpeg2dec.c:
7331           Don't issue a timestamp unless we tagged the frame
7332           with a PTS.
7333
7334 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7335
7336         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
7337           Query the audio element to get the time, not the clock. We're
7338           interested in the element's time here.
7339
7340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7341
7342         * ext/aalib/gstaasink.c: (gst_aasink_chain):
7343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7344         * ext/esd/esdsink.c: (gst_esdsink_chain):
7345         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
7346         * ext/mas/massink.c: (gst_massink_chain):
7347         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
7348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
7349         (gst_matroska_demux_parse_metadata):
7350         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
7351         (gst_mpeg_parse_release_locks):
7352         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
7353         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
7354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7355         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
7356         (gst_osssink_change_state):
7357         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7358         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
7359         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
7360         (gst_xvideosink_release_locks):
7361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
7362           use element time.
7363         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
7364         (gst_alsa_clock_stop):
7365         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
7366         (gst_audio_clock_get_internal_time):
7367           simplify for use with new clocking code.
7368         * testsuite/alsa/Makefile.am:
7369         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
7370           fix testsuite for new caps system
7371
7372 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7373
7374         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
7375         * ext/flac/gstflacenc.c: (add_one_tag):
7376           length is already host endian, no need to convert. Fixes playback of
7377           tagged files on PPC. (bug #128384)
7378
7379 2004-01-13  Julien MOUTTE <julien@moutte.net>
7380
7381         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
7382         colorbalance interface stating if it is hardware based or software
7383         based.
7384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
7385         Removing a trailing comma.
7386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7387         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
7388         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
7389         the documentation seems to be wrong on the -1000 to 1000 interval.
7390
7391 2004-01-12  David Schleef  <ds@schleef.org>
7392
7393         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
7394         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
7395         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
7396         Fix negotiation.  Add a bufferalloc function for the sink pad,
7397         and generally clean up some of the code.
7398
7399 2004-01-12  Julien MOUTTE <julien@moutte.net>
7400
7401         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7402         (gst_color_balance_channel_dispose): Adding safety check in dispose
7403         method.
7404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7405         (gst_xvimagesink_xcontext_clear),
7406         (gst_xvimagesink_interface_supported),
7407         (gst_xvimagesink_colorbalance_list_channels),
7408         (gst_xvimagesink_colorbalance_set_value),
7409         (gst_xvimagesink_colorbalance_get_value),
7410         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
7411         Adding colorbalance interface support to set XV parameters such as
7412         HUE, BRIGHTNESS, CONTRAST, SATURATION.
7413         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
7414         interface.
7415
7416 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7417
7418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
7419         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
7420         (gst_audio_convert_init), (gst_audio_convert_set_property),
7421         (gst_audio_convert_get_property), (gst_audio_convert_chain),
7422         (gst_audio_convert_link),
7423         (gst_audio_convert_buffer_to_default_format),
7424         (gst_audio_convert_buffer_from_default_format), (plugin_init):
7425           - implement _getcaps and use it
7426           - improve linking
7427           - remove float caps since no float conversion is actually done
7428           - remove properties and arguments that were to be used for rate
7429             conversion
7430
7431 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7432
7433         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
7434         (gst_audio_structure_set_int):
7435         * gst-libs/gst/audio/audio.h:
7436           add helper functions for _getcaps matching the standard audio
7437           templates
7438
7439 2004-01-12  David Schleef  <ds@schleef.org>
7440
7441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7442         Test that pad is negotiated before getting its caps.
7443
7444 2004-01-12  Julien MOUTTE <julien@moutte.net>
7445
7446         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
7447         analyzing the pads of an element the bin is mostly in READY state so
7448         no caps were negotiated. This helper function needs to work with
7449         _get_caps directly then. I was not freeing them though, added that to
7450         fix the mem leak.
7451
7452 2004-01-12  Julien MOUTTE <julien@moutte.net>
7453
7454         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
7455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
7456         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
7457         than the free_func.
7458
7459 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7460
7461         * sys/oss/gstossaudio.c: (plugin_init):
7462         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
7463         * sys/oss/gstosselement.h:
7464           make an oss debugging category
7465           make failure more descriptive
7466
7467 2004-01-11  David Schleef  <ds@schleef.org>
7468
7469         * ext/ffmpeg/gstffmpeg.c:
7470         * ext/ffmpeg/gstffmpegcodecmap.c:
7471         * ext/ffmpeg/gstffmpegdec.c:
7472         * ext/ffmpeg/gstffmpegenc.c:
7473         * ext/ffmpeg/gstffmpegprotocol.c:
7474         * ext/gdk_pixbuf/gstgdkanimation.c:
7475         * ext/jpeg/gstjpeg.c:
7476         * ext/libpng/gstpng.c:
7477         * ext/mpeg2dec/perftest.c:
7478         * ext/speex/gstspeex.c:
7479         * gst-libs/gst/resample/dtos.c:
7480         * gst/intfloat/gstintfloatconvert.c:
7481         * gst/oneton/gstoneton.c:
7482         * gst/rtjpeg/RTjpeg.c:
7483         * gst/rtp/gstrtp.c:
7484         * sys/dxr3/dxr3init.c:
7485         * sys/glsink/gstgl_nvimage.c:
7486         * sys/glsink/gstgl_pdrimage.c:
7487         * sys/glsink/gstglsink.c:
7488         * testsuite/gst-lint:
7489         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
7490
7491 2004-01-11  David Schleef  <ds@schleef.org>
7492
7493         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
7494         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
7495         * ext/gdk_pixbuf/gstgdkanimation.c:
7496         (gst_gdk_animation_iter_create_pixbuf):
7497         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
7498         (gst_gdk_pixbuf_chain):
7499         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7500         * ext/jack/gstjack.c: (gst_jack_change_state):
7501         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
7502         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
7503         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
7504         * gst/videofilter/gstvideofilter.c:
7505         (gst_videofilter_set_output_size):
7506         Remove all usage of gst_pad_get_caps(), and replace it with
7507         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
7508
7509 2004-01-11  David Schleef  <ds@schleef.org>
7510
7511         * configure.ac:
7512         * ext/Makefile.am: Fixes to make ext/libcaca compile.
7513         * ext/divx/gstdivxdec.c:
7514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
7515         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
7516         handle images that span multiple buffers.  Now work with both
7517         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
7518         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7519         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
7520         video/video.h changes
7521         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
7522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
7523         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
7524         of GstData free function.
7525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
7526         same.
7527
7528 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7529
7530         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
7531         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
7532         (gst_v4l2element_get_property):
7533         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
7534           add norm, channel and frequency properties.
7535         * sys/v4l2/gstv4l2tuner.c:
7536           fixes for tuner interface changes
7537         * sys/v4l2/gstv4l2element.h:
7538         * sys/v4l2/gstv4l2src.c: 
7539         * sys/v4l2/gstv4l2src.h:
7540         * sys/v4l2/v4l2src_calls.c: 
7541         * sys/v4l2/v4l2src_calls.h:
7542           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
7543
7544 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7545
7546         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
7547         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
7548         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
7549         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
7550         * gst-libs/gst/tuner/tuner.h:
7551           GObjects aren't const.
7552           Add find_by_name functions.
7553           Add checks to _changed functions.
7554         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
7555         (gst_v4l_tuner_get_norm):
7556           Fixes for above.
7557
7558 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7559
7560         * gst-libs/gst/video/video.h:
7561           Fix caps template names to be understandable.
7562           Prefix everything with GST_VIDEO.
7563         * ext/aalib/gstaasink.c:
7564         * ext/divx/gstdivxdec.c:
7565         * ext/divx/gstdivxenc.c:
7566         * ext/gdk_pixbuf/gstgdkpixbuf.c:
7567         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
7568         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
7569         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
7570         * ext/libcaca/gstcacasink.c:
7571         * ext/libpng/gstpngenc.c: (raw_caps_factory):
7572         * ext/snapshot/gstsnapshot.c:
7573         * ext/swfdec/gstswfdec.c:
7574         * ext/xvid/gstxviddec.c:
7575         * ext/xvid/gstxvidenc.c:
7576         * gst/chart/gstchart.c:
7577         * gst/deinterlace/gstdeinterlace.c:
7578         * gst/effectv/gsteffectv.c:
7579         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7580         * gst/goom/gstgoom.c:
7581         * gst/median/gstmedian.c:
7582         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
7583         (gst_monoscope_srcconnect), (gst_monoscope_chain):
7584         * gst/overlay/gstoverlay.c:
7585         * gst/smooth/gstsmooth.c:
7586         * gst/smpte/gstsmpte.c:
7587         * gst/synaesthesia/gstsynaesthesia.c:
7588         * gst/videocrop/gstvideocrop.c:
7589         * gst/videodrop/gstvideodrop.c:
7590         * gst/y4m/gsty4mencode.c:
7591         * sys/qcam/gstqcamsrc.c:
7592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7593           Make them work with new video.h file.
7594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
7595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
7596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
7597         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
7598           Make it work with new buffer allocation system.
7599
7600 2004-01-11  Julien MOUTTE  <julien@moutte.net>
7601
7602         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
7603         pad_alloc_buffer implementation to use ->srcpad
7604         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
7605         pad_alloc_buffer implementation to use ->srcpad
7606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
7607         pad_alloc_buffer implementation to use ->srcpad
7608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7609         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
7610         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
7611         a reference to everything we need.
7612         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
7613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7614         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7615         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
7616         a reference to everything we need.
7617         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
7618
7619 2004-01-11  David Schleef  <ds@schleef.org>
7620
7621         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
7622         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
7623         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
7624         structure members.
7625         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
7626         value during a resize/renegotiation.
7627         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
7628         gst_pad_alloc_buffer();
7629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
7630         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
7631         structure members.
7632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
7633         Fix for rename of buffer private structure members.
7634         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
7635         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
7636         Fix for rename of buffer private structure members.
7637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
7638         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
7639         Fix for rename of buffer private structure members.
7640
7641 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
7642
7643         reviewed by: David Schleef <ds@schleef.org>
7644
7645         * gst/videofilter/Makefile.am:
7646         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
7647         from the patch by ds to fit in with recent make_filter changes.
7648
7649 2004-01-11  Julien MOUTTE  <julien@moutte.net>
7650
7651         * configure.ac: Adding examples/switch/Makefile
7652         * examples/Makefile.am: Adding examples/switch
7653         * examples/switch/Makefile.am: Adding switcher example.
7654         * examples/switch/switcher.c: (got_eos), (idle_iterate),
7655         (switch_timer), (main): Adding an example demonstrating switch usage
7656         with 2 videotestsrc showing different patterns.
7657         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
7658         (gst_switch_init): Fixing switch with the new caps system.
7659
7660 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7661
7662         * gst-libs/gst/video/video.h:
7663           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
7664           They should probably be like
7665           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
7666
7667 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7668
7669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7670         (qtdemux_parse_trak):
7671           fix audio chunk size/timestamp calculation
7672
7673 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7674
7675         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7676           fix SVQ3 caps
7677
7678 2004-01-11  Steve Baker  <steve@stevebaker.org>
7679
7680         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
7681         (gst_agingtv_base_init), (gst_agingtv_class_init),
7682         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
7683         (gst_agingtv_set_property), (gst_agingtv_get_property):
7684         Port agingTV to videofilter
7685
7686 2004-01-09  Julien MOUTTE <julien@moutte.net>
7687
7688         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
7689         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
7690
7691 2004-01-09  Julien MOUTTE <julien@moutte.net>
7692
7693         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
7694         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
7695         * gst-libs/gst/xoverlay/xoverlay.c:
7696         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
7697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
7698         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
7699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7700         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
7701         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
7702         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7703         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
7704         the bufferalloc_function to replace bufferpools, fixing the XOverlay
7705         interface implementation to handle xid being 0 and fix some bugs
7706         triggered by Benjamin's testcase.
7707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
7708         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7709         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
7710         the bufferalloc_function to replace bufferpools, fixing the XOverlay
7711         interface implementation to handle xid being 0 and fix some bugs
7712         triggered by Benjamin's testcase.
7713
7714 2004-01-09  David Schleef  <ds@schleef.org>
7715
7716         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
7717         mouse pointer events.  It works.
7718
7719 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7720
7721         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
7722           Use explicit caps - fix capsnego.
7723         * ext/xvid/gstxviddec.c:
7724         * ext/xvid/gstxvidenc.c:
7725           Remove macro-inside-macro which caused compile errors.
7726         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
7727           Error out if it's not a RIFF file. Else we error out without
7728           gst_element_error() which is not good...
7729
7730 2004-01-08  David Schleef  <ds@schleef.org>
7731
7732         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
7733         Fix pad_link function to handle formats that ffmpeg returns
7734         as multiple caps structures.
7735         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
7736         Only complain if source buffer is _smaller_ than expected.
7737         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
7738         (gst_videoscale_handle_src_event): Resize navigation events
7739         when passing them upstream.
7740         * gst/videotestsrc/gstvideotestsrc.c:
7741         * gst/videotestsrc/gstvideotestsrc.h:
7742         * gst/videotestsrc/videotestsrc.c:
7743         * gst/videotestsrc/videotestsrc.h:
7744         Rewrite many of the buffer painting functions to handle odd
7745         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
7746         been verified to work with my video card.
7747         * testsuite/gst-lint:  Add check for elements calling
7748         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
7749
7750 2004-01-08  David Schleef  <ds@schleef.org>
7751
7752         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7753         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
7754
7755 2004-01-08  Julien MOUTTE  <julien@moutte.net>
7756
7757         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
7758         configure event is not emiting the desired size signal. That fixes
7759         aspect ratio issues with gst-player.
7760
7761 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7762
7763         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
7764           Fix capsnego.
7765
7766 2004-01-08  Julien MOUTTE  <julien@moutte.net>
7767
7768         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
7769         public method to fire size signal.
7770
7771 2004-01-07  Julien MOUTTE  <julien@moutte.net>
7772
7773         * examples/gstplay/Makefile.am: Adding the interface library.
7774         * gst-libs/gst/play/Makefile.am: Adding the interface library.
7775         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
7776         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
7777         GST_IS_X_OVERLAY before signal connect.
7778         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
7779         Removing the have_video_size signal.
7780         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
7781         and associated public method.
7782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7783         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
7784         signal.
7785         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
7786         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
7787         signal.
7788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
7789         Using XOverlay public method to fire size signal.
7790
7791 2004-01-07  David Schleef  <ds@schleef.org>
7792
7793         * gst/videofilter/Makefile.am:
7794         * gst/videofilter/gstvideotemplate.c:
7795         * gst/videofilter/make_filter:
7796         Create gstvideoexample.c in a srcdir!=builddir friendly way.
7797         Convert make_filter to /bin/sh script.
7798
7799 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7800
7801         * gst/modplug/gstmodplug.cc: fix element description
7802
7803 2004-01-07  Julien MOUTTE  <julien@moutte.net>
7804
7805         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
7806         (got_video_size): Adding some new lines in g_print calls.
7807         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7808         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
7809         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
7810         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
7811         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
7812         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
7813         Complete code review, reverting some stuff i disagree with, adding
7814         some fixes : time synchronization on invalid timestamps, renegotiation
7815         of private window.
7816         * sys/ximage/ximagesink.h:
7817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
7818         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
7819         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7820         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
7821         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
7822         (gst_xvimagesink_buffer_new),
7823         (gst_xvimagesink_navigation_send_event),
7824         (gst_xvimagesink_set_xwindow_id),
7825         (gst_xvimagesink_get_desired_size),
7826         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
7827         stuff i disagree with, adding some fixes : Renegotiation of private
7828         window, implementing get_desired_size.
7829
7830 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7831
7832         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
7833         (gst_afsink_handle_event):
7834         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
7835         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
7836         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
7837         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
7838         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
7839           Fix for instantiate-test (see core). Also remove dead code from
7840           jpegenc (which still needs fixing, but that's lower on my TODO
7841           list...).
7842         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7843           Never return NULL as caps.
7844
7845 2004-01-07  David Schleef  <ds@schleef.org>
7846
7847         * configure.ac:
7848         * ext/Makefile.am:
7849         * ext/librfb/Makefile.am:
7850         * ext/librfb/gstrfbsrc.c:
7851         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
7852         is the protocol used by VNC.
7853
7854 2004-01-07  David Schleef  <ds@schleef.org>
7855
7856         * gst/videofilter/gstvideotemplate.c:
7857         * gst/videofilter/gstvideotemplate.h:
7858         * gst/videofilter/make_filter:
7859         Merge videotemplate header into source file.
7860         * gst/effectv/Makefile.am:
7861         * gst/effectv/gsteffectv.c: (plugin_init):
7862         * gst/effectv/gstwarp.c:
7863         Make warpTV a subclass of videofilter.
7864
7865 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7866
7867         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7868           Add guard against invalid utf-8 conversions in mad. Just in case.
7869
7870 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7871
7872         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
7873           Fix for bug shown by poisoning
7874
7875 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7876
7877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
7878         (gst_v4lmjpegsrc_buffer_free):
7879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
7880         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
7881         (gst_v4lsrc_buffer_free):
7882           Fix for removed bufferpools.
7883
7884 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
7885
7886         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7887         Fix caps negotiation.
7888
7889         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7890         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
7891         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7892         (dvdnavsrc_event):
7893         * ext/mpeg2dec/gstmpeg2dec.c:
7894         * gst-libs/gst/navigation/navigation.c:
7895         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
7896         * gst-libs/gst/navigation/navigation.h:
7897         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
7898         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7900         Super-simple first version of mouse and keyboard events. Clicking
7901         on a DVD menu now works, although it may not take you where you
7902         expected.
7903
7904         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
7905         * gst/videotestsrc/gstvideotestsrc.c:
7906         (gst_videotestsrc_src_fixate):
7907         These fixate functions were broken - they never actually
7908         fixated :)
7909         
7910 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7911
7912         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
7913         (gst_icecastsend_init):
7914           fix for new caps system.
7915         * gst-libs/gst/mixer/mixertrack.h:
7916         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
7917           Add 'master track' flag (for tools like ACME that only want to
7918           change the main volume).
7919
7920 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
7921
7922         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
7923         (gst_xvid_csp_to_caps):
7924         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
7925         * ext/xvid/gstxvidenc.c:
7926         ifdef out ARGB type when it isn't available 
7927         in xvidcore 1.0.0beta2
7928
7929 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7930
7931         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7932           When we have received a new SCR right in the first buffer after
7933           a seek (so in the same cycle that handles the discont), we should
7934           handle the buffer instead of unreffing it, else we lose data.
7935
7936 2004-01-06  Iain <iain@prettypeople.org>
7937
7938         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
7939           buffer-frames caps too.
7940
7941         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
7942           caps that we need, don't destroy them all and rebuild them. And when
7943           creating src pads, use the src pad template rather than the sink...
7944
7945 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7946
7947         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7948           Add pad to element *after* setting functions such as event handler.
7949           Without this, the scheduler (opt) will link pads, set the event
7950           handler from the default event function (dispatcher in gstpad.c)
7951           and *after* that, we will set our own event function, which will
7952           thus never be used (and thus mpegdemux doesn't handle events).
7953
7954 2004-01-04  David Schleef  <ds@schleef.org>
7955
7956         Fix the fixate functions to handle new prototype:
7957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
7958         * gst/videotestsrc/gstvideotestsrc.c:
7959         (gst_videotestsrc_src_fixate):
7960         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
7961         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
7962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
7963
7964 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7965
7966         * sys/ximage/ximagesink.h:
7967         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7968         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
7969         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
7970         (gst_ximagesink_xoverlay_init):
7971           assorted fixes to make (re)embedding work
7972         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
7973         (gst_ximagesink_get_desired_size):
7974           implement desired size additions to XOverlay
7975
7976 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7977
7978         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
7979         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
7980         (gst_x_overlay_got_desired_size):
7981         * gst-libs/gst/xoverlay/xoverlay.h:
7982           Add optional "desired size" signal and querying.
7983
7984 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7985
7986         * gst/matroska/matroska-demux.c:
7987         (gst_matroska_demux_parse_blockgroup):
7988           Fix EBML-laced block parsing. Diffs are relative to previous
7989           lace, not the first lace. Thanks to Mosu from the Matroska
7990           team for detecting this.
7991         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7992         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
7993         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
7994         (gst_wavparse_change_state):
7995         * gst/wavparse/gstwavparse.h:
7996           Quickfix for capsnego.
7997
7998 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7999
8000         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
8001           Fix indenting, fix pad creation.
8002
8003 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8004
8005         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
8006         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
8007         (gst_xviddec_sink_link):
8008           Implement src_getcaps() so proper size caps is negotiated.
8009
8010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8011
8012         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
8013           Finish flac decoder on EOS. See #116178.
8014
8015 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8016
8017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
8018         (gst_matroska_demux_add_stream):
8019         * gst/matroska/matroska-ids.h:
8020           Add getcaps() function to fix capsnego...
8021
8022 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8023
8024         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8025         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
8026         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8027           Fix more integer overflows. Again, see #126967.
8028
8029 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8030
8031         * ext/mpeg2dec/gstmpeg2dec.c:
8032           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
8033           #130416.
8034
8035 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8036
8037         * configure.ac:
8038         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
8039         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
8040         * ext/xvid/gstxvid.h:
8041         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
8042         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
8043         (gst_xviddec_src_link), (gst_xviddec_sink_link),
8044         (gst_xviddec_change_state):
8045         * ext/xvid/gstxviddec.h:
8046         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
8047         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
8048         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
8049         (gst_xvidenc_link), (gst_xvidenc_set_property),
8050         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
8051         * ext/xvid/gstxvidenc.h:
8052           Update xvid plugin to latest xvid (1.0.0-beta3) API.
8053
8054 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8055
8056         * gst/rtp/rtp-packet.c:
8057           Add sys/types.h include, since OS X doesn't define in_addr_t
8058           in netinet/in.h, like it does on Linux (see #129600).
8059
8060 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
8061
8062         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
8063
8064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
8065           Correct logic of dispose function (see #129306).
8066
8067 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8068
8069         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
8070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8071         (gst_mpeg_parse_init):
8072         * gst/mpegstream/gstmpegparse.h:
8073           Remove clock (which was never provided, i.e. dead code), and
8074           also fix integer overflows at high PTS values (see #126967).
8075
8076 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8077
8078         * ext/flac/gstflacdec.c:
8079         * ext/libpng/gstpngenc.h:
8080         * ext/mikmod/gstmikmod.h:
8081           OS X fixes (see #126628).
8082
8083 2004-01-02  David Schleef  <ds@schleef.org>
8084
8085         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
8086         (gst_alsa_src_base_init): Remove bogus "src" request pad.
8087         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
8088         (gst_mpeg_parse_class_init): Move pad template registration
8089         to class_init, since the derived class (mpegdemux) doesn't
8090         want them.
8091
8092 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8093
8094         * sys/ximage/Makefile.am:
8095         * sys/xvideo/Makefile.am:
8096         * sys/xvimage/Makefile.am:
8097           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
8098           after installation (see #127664).
8099
8100 2004-01-02  David Schleef  <ds@schleef.org>
8101
8102         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
8103         (gst_ffmpegenc_connect):  Negotiation fixes.
8104         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
8105         Remove inappropriate gst_caps_free().
8106         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
8107         Reenable Ronald's internal resize code, since the core handles
8108         it correctly now.
8109
8110 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8111
8112         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
8113         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
8114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
8115           Fix pad template stuff.
8116
8117 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8118
8119         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8120         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
8121           fix signed integer reading/writing.
8122
8123 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8124
8125         * ext/alsa/README:
8126           Remove outdated document
8127
8128 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
8129
8130         * gst/cutter/gstcutter.c: (gst_cutter_init):
8131           src pad was being created twice - oops.
8132
8133 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8134
8135         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
8136           Comment out internal resize. It doesn't handle the resulting
8137           XEvent internally, does another try_set_caps() which leads to
8138           a really nice loop.
8139           Real fix will come when Julien and Dave are awake. ;).
8140
8141 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8142
8143         * ext/mpeg2enc/gstmpeg2enc.cc:
8144           fix const/nonconst compile issue.
8145
8146 2004-01-02  David Schleef  <ds@schleef.org>
8147
8148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
8149         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
8150         Add fixate function and a check for bad formats.
8151
8152 2004-01-01  David Schleef  <ds@schleef.org>
8153
8154         Negotiation fixes:
8155         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8156         (gst_audiofilter_init):
8157         * gst/debug/efence.c: (gst_efence_init):
8158         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8159         (gst_deinterlace_init):
8160         * gst/volume/gstvolume.c: (volume_connect):
8161
8162 2004-01-01  David Schleef  <ds@schleef.org>
8163
8164         Convert elements to use gst_pad_use_explicit_caps() where
8165         appropriate:
8166         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
8167         * ext/audiofile/gstafparse.c: (gst_afparse_init),
8168         (gst_afparse_open_file):
8169         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
8170         (gst_afsrc_open_file):
8171         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
8172         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
8173         (gst_ffmpegdec_chain):
8174         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8175         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
8176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
8177         (gst_gdk_pixbuf_chain):
8178         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
8179         (gst_jpegdec_chain):
8180         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
8181         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
8182         (gst_mikmod_negotiate):
8183         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8184         (gst_mpeg2dec_negotiate_format):
8185         * ext/mpeg2enc/gstmpeg2enc.cc:
8186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8187         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
8188         (gst_speexdec_sinkconnect):
8189         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
8190         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
8191         (gst_vorbisfile_new_link):
8192         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
8193         (gst_ac3parse_chain):
8194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
8195         (gst_asf_demux_setup_pad):
8196         * gst/auparse/gstauparse.c: (gst_auparse_init),
8197         (gst_auparse_chain):
8198         * gst/id3/gstid3types.c: (gst_id3types_loop):
8199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8200         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
8201         (mp1videoparse_parse_seq):
8202         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
8203         (bpf_from_header):
8204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8205         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
8206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8207         (gst_mpeg_parse_send_data):
8208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8209         (gst_qtdemux_add_stream):
8210         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8211         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8212         (gst_wavparse_parse_fmt):
8213
8214 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * configure.ac:
8217           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
8218           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
8219           it therefore uses the wrong include paths. Too bad... Note
8220           that 1.6.1.93 is not release yet. ;).
8221           Also add a check for mplex, which is now using the lib'ified
8222           mplex from mjpegtools, too.
8223         * ext/ffmpeg/gstffmpegcodecmap.c:
8224           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
8225           issues. I don't think ffmpeg handles 3ivx correctly, so this
8226           probably won't work. But it won't hurt either.
8227         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
8228         (gst_ffmpegdec_chain):
8229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
8230         (gst_ffmpegenc_chain_audio):
8231           Fix memleak in audio encoding. Close codec if open fails, this
8232           calls the cleanup routines so we can re-use the context.
8233         * ext/mpeg2enc/gstmpeg2enc.cc:
8234           Fix pad template names/types, fix memory issue with getcaps().
8235         * ext/mpeg2enc/gstmpeg2encoder.cc:
8236         * ext/mpeg2enc/gstmpeg2encoder.hh:
8237           Fix compile issue with new caps system (const thingy).
8238         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8239         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
8240           We read a first frame right on initing, so that we have a caps
8241           when we init the output. This caps is cached in padprivate and
8242           read as first frame.
8243         * ext/mplex/Makefile.am:
8244         * ext/mplex/gstmplex.cc:
8245         * ext/mplex/gstmplex.h:
8246         * ext/mplex/gstmplex.hh:
8247         * ext/mplex/gstmplexibitstream.cc:
8248         * ext/mplex/gstmplexibitstream.hh:
8249         * ext/mplex/gstmplexjob.cc:
8250         * ext/mplex/gstmplexjob.hh:
8251         * ext/mplex/gstmplexoutputstream.cc:
8252         * ext/mplex/gstmplexoutputstream.hh:
8253           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
8254           had issues, didn't do capsnego, supported only a subset of the
8255           mplex features and required a mplex fork in our local CVS. Plus
8256           that it worked agaist a very old mplex version. Rewriting was
8257           faster than updating it.
8258         * gst-libs/ext/Makefile.am:
8259         * gst-libs/ext/mplex/INSTRUCT:
8260         * gst-libs/ext/mplex/Makefile.am:
8261         * gst-libs/ext/mplex/README:
8262         * gst-libs/ext/mplex/TODO:
8263         * gst-libs/ext/mplex/ac3strm_in.cc:
8264         * gst-libs/ext/mplex/audiostrm.hh:
8265         * gst-libs/ext/mplex/audiostrm_out.cc:
8266         * gst-libs/ext/mplex/aunit.hh:
8267         * gst-libs/ext/mplex/bits.cc:
8268         * gst-libs/ext/mplex/bits.hh:
8269         * gst-libs/ext/mplex/buffer.cc:
8270         * gst-libs/ext/mplex/buffer.hh:
8271         * gst-libs/ext/mplex/fastintfns.h:
8272         * gst-libs/ext/mplex/format_codes.h:
8273         * gst-libs/ext/mplex/inputstrm.cc:
8274         * gst-libs/ext/mplex/inputstrm.hh:
8275         * gst-libs/ext/mplex/lpcmstrm_in.cc:
8276         * gst-libs/ext/mplex/mjpeg_logging.cc:
8277         * gst-libs/ext/mplex/mjpeg_logging.h:
8278         * gst-libs/ext/mplex/mjpeg_types.h:
8279         * gst-libs/ext/mplex/mpastrm_in.cc:
8280         * gst-libs/ext/mplex/mpegconsts.cc:
8281         * gst-libs/ext/mplex/mpegconsts.h:
8282         * gst-libs/ext/mplex/mplexconsts.hh:
8283         * gst-libs/ext/mplex/multplex.cc:
8284         * gst-libs/ext/mplex/outputstream.hh:
8285         * gst-libs/ext/mplex/padstrm.cc:
8286         * gst-libs/ext/mplex/padstrm.hh:
8287         * gst-libs/ext/mplex/stillsstream.cc:
8288         * gst-libs/ext/mplex/stillsstream.hh:
8289         * gst-libs/ext/mplex/systems.cc:
8290         * gst-libs/ext/mplex/systems.hh:
8291         * gst-libs/ext/mplex/vector.cc:
8292         * gst-libs/ext/mplex/vector.hh:
8293         * gst-libs/ext/mplex/videostrm.hh:
8294         * gst-libs/ext/mplex/videostrm_in.cc:
8295         * gst-libs/ext/mplex/videostrm_out.cc:
8296         * gst-libs/ext/mplex/yuv4mpeg.cc:
8297         * gst-libs/ext/mplex/yuv4mpeg.h:
8298         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
8299         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
8300           We don't fork mjpegtools' mplex in our CVS anymore.
8301         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
8302         (gst_avi_demux_add_stream):
8303         * gst/avi/gstavidemux.h:
8304           Add getcaps() function for proper caps nego. This makes some
8305           parts of AVI playback/reading work.
8306         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
8307           Resize window on new capsnego. This is probably wrong, but
8308           I'm still committing it because with current capsnego, the
8309           first successfull capsnego is auto-fixated, therefore rounded
8310           down to the lowest values in the caps. this results in a 16x16
8311           XWindow that is not reized when real capsnego finishes.
8312           Dave, I see more cases of this, do you know a proper solution?
8313         * tools/gst-launch-ext.in:
8314           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
8315
8316 2003-12-31  David Schleef  <ds@schleef.org>
8317
8318         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
8319         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
8320           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
8321
8322 2003-12-30  David Schleef  <ds@schleef.org>
8323
8324         * ext/ffmpeg/gstffmpegcolorspace.c:
8325         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8326         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
8327         (gst_ffmpegcsp_chain): Negotiation fixes
8328         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
8329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8330         (gst_audio_convert_link), (gst_audio_convert_channels):
8331         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
8332         (gst_audioscale_link), (gst_audioscale_get_buffer),
8333         (gst_audioscale_chain): Negotiation fixes
8334         * gst/audioscale/gstaudioscale.h:
8335         * gst/videofilter/gstvideofilter.c:
8336         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
8337         (gst_videofilter_link), (gst_videofilter_init),
8338         (gst_videofilter_set_output_size), (gst_videofilter_setup),
8339         (gst_videofilter_find_format_by_structure):
8340         * gst/videofilter/gstvideofilter.h: Negotiation fixes
8341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8342         (gst_videoscale_link):
8343         * gst/videoscale/videoscale.c: (videoscale_get_structure),
8344         (videoscale_find_by_structure), (gst_videoscale_setup):
8345         * gst/videoscale/videoscale.h: Negotiation fixes
8346         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8347         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
8348         function, restrict resizing to a multiple of 4 (hack until
8349         everyone supports odd sizes correctly).
8350
8351 2003-12-29  Colin Walters  <walters@verbum.org>
8352
8353         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
8354         signed.
8355
8356 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
8357
8358         * ext/sndfile/gstsf.c: (gst_sf_loop):
8359           Fix warning about discarding const qualifier
8360
8361 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
8362
8363         * gst/cutter/gstcutter.c:
8364         * gst/videoscale/gstvideoscale.c:
8365         * gst/volenv/gstvolenv.c:
8366         * gst-libs/gst/audio/audio.c:
8367         * gst-libs/gst/video/video.c:
8368           Fix warnings
8369
8370 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8371
8372         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
8373           Don't send ALSA debugging to stderr.
8374         * ext/alsa/gstalsa.h:
8375           Use GST_WARNING instead of g_warning when ALSA functions fail.
8376
8377 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8378
8379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8380           Free XVAdapterInfo correctly.
8381
8382 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8383
8384         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8385         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
8386           Make id3tag use correct caps nego.
8387
8388 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
8389
8390         * ext/ivorbis/vorbis.c: 
8391         * ext/ivorbis/vorbisenc.h:
8392         * ext/ivorbis/vorbisfile.c:
8393           Modify so that it uses the new caps things
8394
8395 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8396
8397         * testsuite/spider/spider1.c: (main):
8398         * testsuite/spider/spider2.c: (main):
8399         * testsuite/spider/spider3.c: (main):
8400           Make tests compile again. They probably don't work.
8401
8402 2003-12-24  Colin Walters  <walters@verbum.org>
8403
8404         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
8405         we can't fixate the caps anymore.
8406
8407 2003-12-23  David Schleef  <ds@schleef.org>
8408
8409         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
8410         * sys/oss/gstosssink.c: (gst_osssink_init),
8411         (gst_osssink_sink_fixate): Add fixate function.
8412
8413 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8414
8415         * ext/ffmpeg/gstffmpegcodecmap.c:
8416         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
8417         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
8418         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
8419         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
8420         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
8421         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8422         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
8423           fix typo in RGB masks, and move back to "old" colorspace
8424           capsnego code until whoever wrote this new crap has actually
8425           tested it so that it works.
8426           And yes, this works, keep it that way please.
8427
8428 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
8431         (gst_divxdec_init), (gst_divxdec_negotiate):
8432         * ext/divx/gstdivxdec.h:
8433         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
8434         (gst_divxenc_init):
8435         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
8436         (gst_faac_sinkconnect), (gst_faac_srcconnect):
8437         * ext/mpeg2enc/gstmpeg2enc.cc:
8438         * ext/mpeg2enc/gstmpeg2encoder.cc:
8439         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8440         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
8441         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
8442         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
8443         (dxr3spusink_init):
8444         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
8445         (dxr3videosink_init):
8446           Fix caps breakage after Dave's caps branch merge.
8447
8448 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8449
8450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8451           Fix for 24bpp display.
8452
8453 2003-12-23  Colin Walters  <walters@verbum.org>
8454
8455         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
8456         a GnomeVFSHandle directly.
8457
8458 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8459
8460         * gst/volume/Makefile.am:
8461         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
8462         (volume_base_init), (volume_init):
8463           Reenable volume element and fix to work with new caps stuff.
8464           Rhythmbox needs this.
8465
8466 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8467
8468         * gst/qtdemux/qtdemux.c: (plugin_init):
8469           qtdemux requires bytestream
8470
8471 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8472
8473         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
8474           Fix remaining caps handling errors due to CAPS merge.
8475
8476 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8477
8478         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
8479         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
8480         (gst_faad_srcconnect): 
8481           Port to new caps system.
8482
8483 2003-12-21  Julien MOUTTE  <julien@moutte.net>
8484
8485         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
8486         (got_video_size), (main): using g_print instead of g_message.
8487         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
8488         signal which was not emitted because of "switch" element added to the
8489         bin but not connected. (Removing from the bin temporarily)
8490
8491 2003-12-21  Julien MOUTTE  <julien@moutte.net>
8492
8493         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
8494         find X development files. I don't understand the previous tests and
8495         they fail on my debian/ppc unstable. This one works.
8496         * examples/gstplay/player.c: (main): Set the pipeline to READY before
8497         exiting.
8498         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
8499         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8500         (gst_play_set_visualization): Add some safety checks in set_ methods
8501         and state_change. This was throwing some ugly CRITICAL messages when
8502         pipeline was getting disposed and casts were failing.
8503
8504 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8505
8506         * configure.ac:
8507           Improve mpeg2enc detection. This is for distributions that do
8508           ship mjpegtools, but without mpeg2enc. Also does object check
8509           for might there ever be ABI incompatibility.
8510         * ext/mpeg2enc/gstmpeg2enc.cc:
8511           Add Andrew as second maintainer (he's helping me), and also add
8512           an error if no caps was set. This happens if I pull before capsnego
8513           and that's something I should solve sometime else.
8514         * gst/matroska/matroska-demux.c:
8515         (gst_matroska_demux_parse_blockgroup):
8516           Fix time parsing.
8517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
8518         (gst_matroska_mux_track_header):
8519           Add caps to templates.
8520         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
8521           Add mpegversion=1 to prevent confusion with MPEG/AAC.
8522         * gst/mpegstream/gstmpegdemux.c:
8523           Remove layer since it causes warnings about unfixed caps.
8524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8525           Fix obvious typo (we error out if caps were set, we should of
8526           course error out if *no* caps were set).
8527         * sys/oss/gstosselement.c: (gst_osselement_convert):
8528           Fix format conversion, we confused bits/bytes.
8529         * sys/oss/gstosselement.h:
8530           Improve documentation for 'bps'.
8531         * sys/v4l/TODO:
8532           Remove stuff about plugins that need removing - this was done
8533           ages ago.
8534         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
8535         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
8536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
8537         (gst_v4lsrc_src_query):
8538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
8539         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
8540           Add get_query_types(), get_formats() and query() functions.
8541
8542 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8543
8544         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
8545         * moved CVS to freedesktop.org
8546