sys/v4l2/gstv4l2element.c: Flag typo.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2
3         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
4           Flag typo.
5         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
6           No warnings.
7
8 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9
10         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
11           Fix hang.
12
13 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14
15         * sys/v4l2/gstv4l2element.h:
16           Yet Another Hack (tm) for kernel header borkedness.
17         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
18         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20         (gst_v4l2src_change_state):
21         * sys/v4l2/gstv4l2src.h:
22         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
23         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24           Fix caps, keep track of state, work.
25
26 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27
28         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29           Quiet.
30
31 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
32
33         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34           Don't mix bytes and samples.
35
36 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
37
38         * ext/ogg/gstoggmux.c:
39           Basic pad template which accepts OGM tracks, speex, flac, vorbis
40           and theora. Any is incorrect.
41         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
42           Fix caps.
43         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
44         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
45         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
46         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
47         * sys/v4l/gstv4lmjpegsrc.h:
48         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
49         (gst_v4lsrc_change_state):
50         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
51         (gst_v4lmjpegsrc_capture_stop):
52           Fix caps. Keep track of internal state. Work.
53
54 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
55
56         * ext/Makefile.am:
57           Fix the build fixes.
58
59 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
60
61         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
62         (gst_ogg_demux_src_event), (_find_chain_seek),
63         (gst_ogg_pad_push):
64           Check for pad availability before using it.
65         * ext/ogg/gstoggdemux.c: (_find_chain_process):
66           Fix parsing of chained ogg. Needs more work on the decoder side.
67
68 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
69
70         * gst/spectrum/Makefile.am:
71         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
72         (idle_func):
73           Fix demo and reenable it. Yes, I'm currently playing with audio
74           analysis tools
75
76 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
77
78         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
79           We love it if files that start at zero work too...
80
81 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
82
83         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
84           Handle files with missing EOS headers.
85
86 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
87
88         * gst/tcp/gsttcpserversink.c:
89         (gst_tcpserversink_handle_server_read),
90         (gst_tcpserversink_init_send):
91         Zero some variables first (need for accept not to return EINVAL)
92
93 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
94
95         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
96         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
97         * ext/theora/theoradec.c: (theora_dec_sink_convert),
98         (theora_dec_chain):
99         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
100         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
101           Seeking and querying finetune.
102
103 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
104
105         * configure.ac:
106         * ext/Makefile.am:
107         * ext/raw1394/Makefile.am:
108           fix the build
109
110 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
111
112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
113           Wrong return.
114         * gst/playback/Makefile.am:
115         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
116         * gst/playback/gstplay-marshal.list:
117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
118           Fix marshallers.
119
120 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
121
122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
123           Silence.
124
125 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
126
127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
128         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
129         (gst_ogg_pad_push):
130           Yay for non-lineair granulepos in theora.
131
132 2004-10-18  Wim Taymans  <wim@fluendo.com>
133
134         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
135         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
136         * ext/dv/gstdvdec.h:
137         Make sure we renegotiate aspect ratio when the camera switches.
138
139 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
140
141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
142         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
143           Start at zero.
144         * ext/theora/theoradec.c: (theora_dec_chain):
145           Skip headers. Bad idea for chained ogg, but fixes seeking.
146
147 2004-10-18  Wim Taymans  <wim@fluendo.com>
148
149         * configure.ac:
150         I swear, this is the last time I touch this.
151
152 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
153
154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
155         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
156         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
157           Faster seeking.
158         * ext/theora/theoradec.c: (theora_dec_sink_convert):
159           Time-to-default conversion.
160         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
161           Don't error on unknown packets, just skip. We should probably
162           read them if we want to support chained ogg.
163
164 2004-10-18  Wim Taymans  <wim@fluendo.com>
165
166         * configure.ac:
167         Added cdaudio to wrong list.
168
169 2004-10-18  Wim Taymans  <wim@fluendo.com>
170
171         * configure.ac:
172         Revive cdaudio.
173
174 2004-10-18  Wim Taymans  <wim@fluendo.com>
175
176         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
177         (gst_dvdec_video_link), (gst_dvdec_push):
178         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
179         (gst_smokeenc_resync), (gst_smokeenc_chain):
180         Fix mimetype on smoke encoder.
181         Add aspect ratio to dvdec. Not sure if these
182         values are correct though....
183
184 2004-10-18  Wim Taymans  <wim@fluendo.com>
185
186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
187         Fix vorbis property descriptions and ranges.
188
189 2004-10-18  Wim Taymans  <wim@fluendo.com>
190
191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
192         Really do nothing when no data is available.
193         Go to the playing state when the stream is not seekable
194         instead of failing.
195
196 2004-10-18  Wim Taymans  <wim@fluendo.com>
197
198         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
199         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
200         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
201         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
202         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
203         Added uri handler for cd://
204         Port to new API.
205
206 2004-10-18  Wim Taymans  <wim@fluendo.com>
207
208         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
209         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
210         (try_to_link_1), (no_more_pads), (close_link), (type_found):
211         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
212         (remove_prerolls), (unknown_type), (add_element_stream),
213         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
214         (gst_play_base_bin_remove_element),
215         (gst_play_base_bin_link_stream):
216         * gst/playback/gstplaybin.c: (gen_video_element),
217         (gen_vis_element), (remove_sinks), (setup_sinks):
218         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
219         (gst_stream_info_get_type), (gst_stream_info_class_init),
220         (gst_stream_info_init), (gst_stream_info_new),
221         (gst_stream_info_dispose), (stream_info_mute_pad),
222         (gst_stream_info_set_property), (gst_stream_info_get_property):
223         * gst/playback/gststreaminfo.h:
224         Add sink padtemplate to decodebin.
225         Added some more comments.
226         Make queue size configurable in playbasebin.
227         Added possibility to use elements as sinks (ex cdaudio).
228
229 2004-10-15  Wim Taymans  <wim@fluendo.com>
230
231         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
232         (gst_speexenc_chain):
233         Fix speex timestamps so that it gets muxed properly.
234
235 2004-10-15  Wim Taymans  <wim@fluendo.com>
236
237         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
238         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
239         (gst_dv1394src_init), (gst_dv1394src_dispose),
240         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
241         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
242         (gst_dv1394src_event), (gst_dv1394src_get_formats),
243         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
244         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
245         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
246         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
247         * ext/raw1394/gstdv1394src.h:
248         Added conversion/query functions.
249         Update buffer timestamps,
250         Added signals. 
251         Added uri dv:// so it might play from the firewire in playbin. 
252         Fix a possible leak. 
253         Added debugging.
254
255 2004-10-15  Wim Taymans  <wim@fluendo.com>
256
257         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
258         (gst_dv1394src_init), (gst_dv1394src_set_property),
259         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
260         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
261         * ext/raw1394/gstdv1394src.h:
262         Added AV/C VTR control support needed for some cameras.
263         Added automatic port detection.
264         Added properties for selecting the channel.
265         The configure.ac script is not yet updated to reflect the
266         new libavc1394 and librom1394 dependencies.
267
268 2004-10-15  Wim Taymans  <wim@fluendo.com>
269
270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
271         (qtdemux_parse), (gst_qtdemux_handle_esds):
272         An esds box is not a container.
273         Fix parsing of mp4v boxes.
274         Do not try to renegotiate fps for each frame. Need to
275         find a better method. This should fix mp4 playback.
276
277 2004-10-14  David Schleef  <ds@schleef.org>
278
279         * configure.ac: update for swfdec-0.3 and liboil-0.2
280         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
281         * ext/swfdec/gstswfdec.h: same
282         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
283         * gst/videotestsrc/videotestsrc.c: same
284
285 2004-10-14  Wim Taymans  <wim@fluendo.com>
286
287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
288         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
289         (is_sync_frame), (gst_multifdsink_new_client),
290         (gst_multifdsink_handle_client_write),
291         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
292         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
293         Turn warnings into info.
294         Don't allow a state change in the streaming thread.
295
296 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
297
298         * ext/vorbis/oggvorbisenc.c:
299         * ext/vorbis/vorbisdec.c:
300           fix template sample rate
301
302 2004-10-13  Wim Taymans  <wim@fluendo.com>
303
304         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
305         Decoding the header first fixes some problems in resyncing
306         in more mp3s.
307
308 2004-10-12  Wim Taymans  <wim@fluendo.com>
309
310         * gst/playback/gstplaybin.c: (gen_video_element),
311         (gen_vis_element), (remove_sinks), (setup_sinks):
312         Added vis plugin support, need to configure the vis
313         element to activate it.
314
315 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
316
317         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
318         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
319           Some debug.
320         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
321         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
322         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
323         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
324         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
325         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
326         * gst/avi/gstavidemux.h:
327           Support for openDML-2.0 indx/ix## chunks. Support for broken index
328           recovery (where, if part of the index is broken, we will still read
329           the rest of the index and recover the broken part by stream
330           scanning). More broken media support. EOS workarounds. General AVI
331           braindamage headache recovery. Aspirin included.
332
333 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
334
335         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
336         (cdparanoia_event), (cdparanoia_query):
337           Get rid of hideous lead-in.
338
339 2004-10-11  Wim Taymans  <wim@fluendo.com>
340
341         * gst/playback/gstplaybasebin.c: (setup_source):
342         Wrong var used to get g_list_next.
343
344 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
345
346         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
347         (cdparanoia_get), (cdparanoia_open):
348           Report discid as metadata, add duration.
349
350 2004-10-11  Wim Taymans  <wim@fluendo.com>
351
352         * gst/playback/gstplaybasebin.c: (setup_source):
353         Cleanup the previous pipeline a little earlier for the
354         case that a source element provides raw data.
355
356 2004-10-11  Benjamin Otte  <otte@gnome.org>
357
358         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
359           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
360           consuming the last 128 bytes, even though it was valid mp3 data.
361
362 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
363
364         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
365         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
366         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
367         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
368
369 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
370
371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
372         Fix for webcams that support only specific width or height
373
374 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
375
376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
377
378         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
379           Fix wrong discont event setup (fixes #154967).
380
381 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
382
383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
384
385         * gst/auparse/gstauparse.c: (gst_auparse_chain):
386           Error out on invalid data (fixes #154807).
387
388 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
389
390         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
391
392         * ext/dvdread/dvdreadsrc.c: (_read):
393           Make titles > 0 work again (fixes #154834).
394
395 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
396
397         * gst-libs/gst/riff/riff-media.c:
398         (gst_riff_create_video_template_caps):
399           WMV3 missing in template caps.
400
401 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
402
403         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
404           OK, so the original code was too strict. It makes random AVI files
405           hang for seconds upon opening, which is unacceptable and is far
406           beyond the original goal of getting multiple chunks for one-chunk
407           sounc stream files. So now do just that.
408
409 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
410
411         * gst/playback/gstplaybasebin.c: (setup_source),
412         (gst_play_base_bin_change_state):
413           Actually clean up streaminfo if output fails. This would trigger
414           if, for example, there was no CD in the drive. No preroll, so
415           a streaminfo structure is created, but the subsequent state change
416           of the thread fails.
417         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
418           Don't change state if parent failed.
419
420 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
421
422         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
423         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
424         (gen_video_element), (remove_sinks):
425           Add small bits of code for screenshot handling.
426
427 2004-10-08  Wim Taymans  <wim@fluendo.com>
428
429         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
430         (gen_video_element), (gen_audio_element), (setup_sinks):
431         Don't assume the user provided sinks are named "sink"...
432
433 2004-10-08  Wim Taymans  <wim@fluendo.com>
434
435         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
436         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
437         (gst_play_base_bin_link_stream):
438         Do not try to autoplug sources that generate raw streams like
439         cdparanoia.
440         disconnect the preroll overrun signal when we don't need it anymore.
441
442 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
443
444         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
445         Added reworked patch from #154903 from milosz derezynski (deadchip).
446
447 2004-10-08  Wim Taymans  <wim@fluendo.com>
448
449         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
450         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
451         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
452         (cdparanoia_convert), (cdparanoia_uri_get_type),
453         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
454         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
455         * ext/cdparanoia/gstcdparanoia.h:
456         This adds the cdda://<tracknum> uri.
457
458 2004-10-08  Wim Taymans  <wim@fluendo.com>
459
460         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
461         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
462         (try_to_link_1), (no_more_pads), (close_link), (type_found):
463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
464         (unknown_type), (gst_play_base_bin_remove_element),
465         (gst_play_base_bin_link_stream):
466         * gst/playback/gstplaybasebin.h:
467         * gst/playback/gstplaybin.c: (gst_play_bin_init),
468         (gst_play_bin_set_property), (gen_video_element),
469         (gen_audio_element), (setup_sinks):
470         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
471         (gst_stream_info_get_type), (gst_stream_info_class_init),
472         (gst_stream_info_init), (gst_stream_info_new),
473         (gst_stream_info_dispose), (stream_info_mute_pad),
474         (gst_stream_info_set_property), (gst_stream_info_get_property):
475         * gst/playback/gststreaminfo.h:
476         Reuse the audio and video bins.
477         Some internal cleanups in the stream selection code.
478
479 2004-10-08  Julien MOUTTE  <julien@moutte.net>
480
481         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
482         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
483         * sys/ximage/ximagesink.h:
484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
485         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
486         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
487         not coming from those elements. Moreover these elements should not keep
488         the xid they have been given when in NULL state.
489
490 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
491
492         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
493         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
494         * sys/ximage/ximagesink.h:
495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
496         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
497         * sys/xvimage/xvimagesink.h:
498           Actually only create a new toplevel window if we're not gonna
499           embed it right after.
500
501 2004-10-07  Wim Taymans  <wim@fluendo.com>
502
503         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
504         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
505         * gst/playback/gstplaybin.c: (setup_sinks):
506         Implement muting/unmuting of streams, mute streams that are not
507         used.
508
509 2004-10-07  Wim Taymans  <wim@fluendo.com>
510
511         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
512         (plugin_init):
513         Added lame audio/x-ac3 typefind function.
514
515 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
516
517         * configure.ac:
518           bump nano to cvs
519
520 === release 0.8.5 ===
521
522 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
523
524         * NEWS:
525         * RELEASE:
526         * configure.ac:
527           releasing 0.8.5, "Take You On"
528
529 2004-10-06  Wim Taymans  <wim@fluendo.com>
530
531         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
532         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
533         (no_more_pads), (close_link), (type_found):
534         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
535         * gst/playback/gstplaybin.c: (gen_video_element):
536         Do not signal the no_more_pads after the first pad when
537         we are plugging a non dynamic element with multiple
538         output pads (like swfdec, dvdec, ...).
539
540 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
541
542         * configure.ac:
543           bump for prerelease
544
545 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
546
547         * gst/wavparse/gstwavparse.c:
548           add ATRAC3 to STATIC CAPS to fix a warning
549
550         * gst/matroska/ebml-read.c:
551         * gst-libs/gst/riff/riff-read.c:
552           fix typos
553
554 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
555
556         * gst-libs/gst/riff/riff-media.c:
557           generate caps for ATRAC3 audio streams
558
559         * gst/realmedia/rmdemux.c:
560           generate caps for ATRAC3 audio streams
561
562 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
563
564         * gst/wavparse/Makefile.am
565         * gst/wavparse/riff.h
566         * gst/wavparse/wavparse.vcproj
567           riff.h removal (unused and duplication with riff-ids.h)
568
569 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
570
571         * gst/wavparse/gstwavparse.h
572           remove duplicated defines for audio codec codes
573
574         * gst-libs/gst/riff/riff-ids.h
575         * gst/wavenc/riff.h:
576           add "4CC" code for ATRAC3 audio streams
577           add "4CC" code for ITU_G721_ADPCM (unused for now)
578
579 2004-10-06  Wim Taymans  <wim@fluendo.com>
580
581         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
582         Actually _do_ negotiation. Pass gdouble as arg instead
583         of guint64 for the framerate.
584
585 2004-10-06  Wim Taymans  <wim@fluendo.com>
586
587         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
588         (find_compatibles), (close_pad_link), (try_to_link_1),
589         (no_more_pads), (close_link), (type_found):
590         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
591         * gst/playback/gstplaybin.c: (gen_video_element),
592         (gen_audio_element):
593         Set state on newly added element to READY so that negotiation
594         can happen ASAP.
595         Addes some more debug info.
596         Do not try to plug pads with multiple caps structures or ANY
597         because it is too dangerous since we do not do dynamic 
598         replugging.
599
600 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
601
602         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
603
604         * po/LINGUAS:
605         * po/or.po:
606           add Oriya translation
607
608 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
609
610         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
611           Prevent overwrite of size member. Makes audio sound crappy.
612
613 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
614
615         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
616         Add rmvb to the list of known RealMedia extensions
617
618 2004-10-05  Wim Taymans  <wim@fluendo.com>
619
620         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
621         (mngdec_openstream), (mngdec_closestream),
622         (mngdec_handle_sink_event), (mngdec_readdata),
623         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
624         (mngdec_getcanvasline), (mngdec_refresh),
625         (gst_mngdec_change_state):
626         Set the framerate correctly.
627
628 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
629
630         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
631           There was something wrong with the index massaging.
632
633 2004-10-04  Wim Taymans  <wim@fluendo.com>
634
635         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
636         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
637         (gst_smokedec_chain):
638         * ext/jpeg/gstsmokedec.h:
639         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
640         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
641         * ext/jpeg/gstsmokeenc.h:
642         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
643         (smokecodec_decode_new), (smokecodec_info_free),
644         (smokecodec_set_quality), (smokecodec_get_quality),
645         (smokecodec_set_threshold), (smokecodec_get_threshold),
646         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
647         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
648         (smokecodec_encode), (smokecodec_parse_id),
649         (smokecodec_parse_header), (smokecodec_decode):
650         * ext/jpeg/smokecodec.h:
651         * ext/jpeg/smokeformat.h:
652         Updated smoke, new bitstream, allows embedding in ogg.
653
654 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
655
656         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
657           Fix seeking in some files. All this code is no longer needed (and
658           actually breaks stuff) because we now synchronize the full index
659           right when reading the header.
660
661 2004-10-04  Wim Taymans  <wim@fluendo.com>
662
663         * configure.ac:
664         configure update for libmng.
665
666 2004-10-04  Wim Taymans  <wim@fluendo.com>
667
668         * ext/libmng/Makefile.am:
669         * ext/libmng/gstmng.c: (plugin_init):
670         * ext/libmng/gstmng.h:
671         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
672         (gst_mngdec_base_init), (gst_mngdec_class_init),
673         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
674         (gst_mngdec_loop), (gst_mngdec_get_property),
675         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
676         (mngdec_closestream), (mngdec_handle_sink_event),
677         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
678         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
679         (gst_mngdec_change_state):
680         * ext/libmng/gstmngdec.h:
681         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
682         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
683         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
684         (gst_mngenc_chain), (gst_mngenc_get_property),
685         (gst_mngenc_set_property):
686         * ext/libmng/gstmngenc.h:
687         Added basic MNG decoder. Needs more work. The encoder does
688         not work yet.
689
690 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
691
692         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
693         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
694         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
695           Don't hang on length=0 chunks. Some negotiation fixes. Signal
696           no-more-pads.
697
698 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
699
700         * configure.ac:
701           you need at least 1.0.4 of speex
702
703 2004-10-04 Iain <iaingnome@gmail.com>
704
705         * ext/speex/gstspeexdec.h: Revert the includes changes.
706                 
707         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
708
709 2004-09-30 Iain <iaingnome@gmail.com>
710
711         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
712         found during init or set as a property instead of hardcoding /dev/audio
713
714 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
715
716         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
717         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
718         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
719         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
720         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
721         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
722         (gst_rmdemux_dump_data):
723           Use debug category, fix EOS handling. filesrc ! rmdemux now
724           works.
725
726 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
727
728         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
729         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
730         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
731           Improve allocation, cutting and sorting of the index. How takes a
732           few seconds instead of minutes.
733
734 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
735
736         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
737           fixed compilation
738
739 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
740
741         * gst-libs/gst/riff/riff-media.c:
742         (gst_riff_create_video_caps_with_data),
743         (gst_riff_create_video_template_caps):
744           Add wing commander format mimetype/fourccs.
745         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
746           Don't crash if some value is 0.
747
748 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
749
750         * gst-libs/gst/riff/riff-media.c:
751         (gst_riff_create_video_caps_with_data),
752         (gst_riff_create_video_template_caps):
753           Add DIB fourcc (raw, palettized 8-bit RGB).
754         * gst-libs/gst/riff/riff-read.c:
755         (gst_riff_read_strf_vids_with_data):
756           Oops, fix strf_data reading bug.
757         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
758           Use a non-NULL tag.
759         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
760           Time for hacks. Sorry Dave. At least one quicktime movie (a
761           trailer) that I've encountered contains multiple video tracks.
762           One of those is the actual video track, the other are one-frame
763           tracks (images). Unfortunately, the number of frames according
764           to the trak header is 1 for each, so that doesn't help. So
765           instead, I look at the duration and discard tracks with a
766           duration shorter than 20% of the length of the stream. Better
767           than nothing.
768
769 2004-10-01  Christian Schaller <christian@fluendo.com>
770
771         * ext/ivorbis/vorbis.c:
772           Patch from Phil Blundell (Bug 152341)
773
774 2004-10-01  Wim Taymans  <wim@fluendo.com>
775
776         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
777         (speex_dec_get_formats), (speex_dec_convert),
778         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
779         (speex_dec_chain), (gst_speexdec_get_property),
780         (gst_speexdec_set_property):
781         Small cleanups.
782
783 2004-10-01  Wim Taymans  <wim@fluendo.com>
784
785         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
786         (gst_wavparse_stream_init), (gst_wavparse_fmt),
787         (gst_wavparse_other), (gst_wavparse_loop),
788         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
789         (gst_wavparse_srcpad_event):
790         * gst/wavparse/gstwavparse.h:
791         Added some more debugging info.
792         Fix the case where the length of the file is 0.
793         Make sure we seek to sample borders.
794
795 2004-10-01  Wim Taymans  <wim@fluendo.com>
796
797         * gst/playback/README:
798         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
799         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
800         (try_to_link_1), (no_more_pads), (close_link), (type_found):
801         Add some debug info to decodebin, update README
802
803 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
804
805         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
806           Don't use g_print(); use GST_DEBUG().
807
808 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
809
810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
811         (gst_ogg_mux_queue_pads):
812           Handle EOS properly.
813
814 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
815
816         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
817
818         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
819         (gst_faad_chain), (gst_faad_change_state):
820         * ext/faad/gstfaad.h:
821           Allow playback of raw (unframed) MPEG AAC files (#148993).
822
823 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
824
825         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
826
827         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
828           Throw error if we didn't recognize the stream. Fixes #152289.
829
830 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
831
832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
833           Fix negotiation.
834
835 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
836
837         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
838
839         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
840           Fix memleak.
841
842 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
843
844         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
845
846         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
847           Solve #152805.
848         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
849           Solve 152806.
850
851 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
852
853         * gst-libs/gst/riff/riff-media.c:
854         (gst_riff_create_video_caps_with_data),
855         (gst_riff_create_audio_caps_with_data):
856           Add codec_data handling (like asfdemux used to do).
857         * gst/asfdemux/gstasf.c: (plugin_init):
858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
859         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
860           Use riff-media for caps creation instead of our own (mostly
861           broken) copy of its functions.
862
863 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
864
865         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
866           Don't actually error out if we get another return value than
867           -EINVAL. Opposite to what I first thought, drivers have random
868           return values for this, although -EINVAL is the expected return
869           value. Since this is not fatal, we shouldn't use
870           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
871
872 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
873
874         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
875         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
876         (dvdreadsrc_get_property), (_open), (_seek), (_read),
877         (dvdreadsrc_get), (dvdreadsrc_open_file),
878         (dvdreadsrc_change_state):
879           Fix. Don't do one big huge loop around the whole DVD, that will
880           cache all data and thus eat sizeof(dvd) (several GB) before we
881           see something.
882         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
883           Actually NULL'ify event after using it.
884         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
885         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
886         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
887         (gst_ebml_read_seek), (gst_ebml_read_skip):
888           Handle events.
889         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
890         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
891         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
892           Fix timing (this will probably break if I seek using menus, but
893           I didn't get there yet). VOBs and normal DVDs should now work.
894           Add a mpeg2-only pad with high rank so this get autoplugged for
895           MPEG-2 movies.
896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
897         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
898         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
899         (gst_mpeg_demux_get_audio_stream),
900         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
901         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
902           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
903           MPEG-1 but use dvddemux for MPEG-2.
904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
905         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
906         (gst_mpeg_parse_parse_packhead):
907           Timing. Only add pad template if it exists. Add sink template from
908           class and not from ourselves. This means we will always use the
909           correct sink template even if it is not the one defined in this
910           file.
911
912 2004-09-29  Wim Taymans  <wim@fluendo.com>
913
914         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
915         (gst_mpeg_demux_parse_pes):
916         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
917         Fix playback of mpeg again, timestamps where screwed up by
918         patch 1.61.
919
920 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
921
922         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
923           Only return true if we actually filled something in. Prevents
924           player applications from showing a random length for flac files.
925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
926         (gst_riff_read_use_event), (gst_riff_read_handle_event),
927         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
928         (gst_riff_read_strf_vids_with_data),
929         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
930           OK, ok, so I implemented event handling. Apparently it's normal
931           that we receive random events at random points without asking
932           for it.
933         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
934         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
935         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
936         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
937         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
938         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
939         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
940         * gst/avi/gstavidemux.h:
941           Implement non-lineair chunk handling and subchunk processing.
942           The first solves playback of AVI files where the audio and video
943           data of individual buffers that we read are not synchronized.
944           This should not happen according to the wonderful AVI specs, but
945           of course it does happen in reality. It is also a prerequisite for
946           the second. Subchunk processing allows us to cut chunks in small
947           pieces and process each of these pieces separately. This is
948           required because I've seen several AVI files with incredibly large
949           audio chunks, even some files with only one audio chunk for the
950           whole file. This allows for proper playback including seeking.
951           This patch is supposed to fix all AVI A/V sync issues.
952         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
953         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
954           Work.
955         * gst/modplug/gstmodplug.cc:
956           Proper return value setting for the query() function.
957         * gst/playback/gstplaybasebin.c: (setup_source):
958           Being in non-playing state (after, e.g., EOS) is not necessarily
959           a bad thing. Allow for that. This fixes playback of short files.
960           They don't actually playback fully now, because the clock already
961           runs. This means that small files (<500kB) with a small length
962           (<2sec) will still not or barely play. Other files, such as mod
963           or flx, will work correctly, however.
964
965 2004-09-28  Wim Taymans  <wim@fluendo.com>
966
967         * ext/speex/gstspeex.c: (plugin_init):
968         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
969         (gst_speex_dec_class_init), (speex_dec_get_formats),
970         (speex_get_event_masks), (speex_get_query_types),
971         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
972         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
973         (gst_speexdec_get_property), (gst_speexdec_set_property),
974         (speex_dec_change_state):
975         * ext/speex/gstspeexdec.h:
976         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
977         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
978         (gst_speexenc_base_init), (gst_speexenc_class_init),
979         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
980         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
981         (gst_speexenc_src_query), (gst_speexenc_init),
982         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
983         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
984         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
985         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
986         (gst_speexenc_chain), (gst_speexenc_get_property),
987         (gst_speexenc_set_property), (gst_speexenc_change_state):
988         * ext/speex/gstspeexenc.h:
989         Rewrote speex encoder, make sure it can be embedded in ogg.
990         Implemented speex decoder.
991
992 2004-09-28  Christian Schaller <christian@fluendo.com>
993
994         * configure.ac:
995         Remove kioslave plugin. Markey is brewing a new working one
996         * ext/Makefile.am: Remove kioslave plugin
997         * ext/kio: remove
998         * gst-plugins.spec.in: remove kio plugin from spec
999
1000 2004-09-27  Wim Taymans  <wim@fluendo.com>
1001
1002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1003         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1004         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1005         (gst_multifdsink_new_client),
1006         (gst_multifdsink_handle_client_write),
1007         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1008         (gst_multifdsink_handle_clients):
1009         * gst/tcp/gstmultifdsink.h:
1010         Make syncing to keyframes actually work for new clients and lagging
1011         clients.
1012
1013 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1014
1015         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1016         (gst_navigationtest_handle_src_event), (draw_box_planar411),
1017         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1018         * gst/debug/gstnavigationtest.h:
1019           make navigationtest display button-press and button-release events
1020
1021 2004-09-26 Iain <iaingnome@gmail.com>
1022
1023         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1024         the channels have received a new media event.
1025         (interleave_buffered_loop): Compresses a new media event on all 
1026         channels into one.
1027
1028 2004-09-26 Iain <iaingnome@gmail.com>
1029
1030         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1031         call the sinkpad's default event handler and not the srcpads. He also
1032         says this is confusing :)
1033         (gst_wavenc_stop_file): Company says that seek events only go upstream
1034         we should send a discontinuous downstream instead.
1035
1036 2004-09-25  Christian Schaller <christian@fluendo.com>
1037
1038         * Update SPEC file to be usable in conjunction with Fedora Core,
1039           Fedora.us and freshrpms packages
1040         * Fix typo in multifilesrc test Makefile
1041         
1042 2004-09-24  Wim Taymans  <wim@fluendo.com>
1043
1044         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1045         Only signal the no_more_pads signal when we have
1046         added the stream to our list.
1047
1048 2004-09-24  Wim Taymans  <wim@fluendo.com>
1049
1050         * gst/playback/gstplaybasebin.c: (remove_prerolls),
1051         (new_decoded_pad):
1052         * gst/playback/gstplaybasebin.h:
1053         * gst/playback/gstplaybin.c: (setup_sinks):
1054         Don't try to preroll or decode more than one audio/video
1055         track.
1056
1057 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1058
1059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1060           Throw error if we failed to find a suitable output. This should
1061           throw an error if we successfully set up a pipeline (e.g. because
1062           we recognized a media file) but found no decodable streams in it
1063           (e.g. because it contains only media stream types for which we
1064           have no decoders, or because it's not a media type).
1065
1066 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1067
1068         * ext/dirac/Makefile.am:
1069         * ext/dirac/gstdirac.cc:
1070         * ext/dirac/gstdiracdec.cc:
1071         * ext/dirac/gstdiracdec.h:
1072           Do something. Don't actually know if this works because I don't
1073           have a demuxer yet.
1074         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1075           Add channels=1 to caps returned from _getcaps().
1076         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1077         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1078         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1079         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1080         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1081         (gst_ogm_parse_change_state):
1082           Separate between audio/video so ogmaudioparse actually uses the
1083           audio pad templates. Both audio and video work now, including
1084           autoplugging. Also use sometimes-srcpad hack.
1085         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1086           Handle events better. Don't hang on infinite loops.
1087         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1088         (gst_avi_demux_init), (gst_avi_demux_reset),
1089         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1090         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1091         (gst_avi_demux_change_state):
1092         * gst/avi/gstavidemux.h:
1093           Improve A/V sync. Still not perfect.
1094         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1095         (gst_ebml_read_skip):
1096           Handle events better.
1097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1098         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1099         (qtdemux_audio_caps):
1100           Add IMA4. Improve event handling. Save offset after a seek when
1101           the headers are at the end of the file so that we don't end up in
1102           an infinite loop.
1103         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1104           Add low-priority typefind support for files with no length.
1105
1106 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1107
1108         * testsuite/multifilesink/Makefile.am:
1109         fix typo
1110
1111 2004-09-22  Julien MOUTTE  <julien@moutte.net>
1112
1113         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
1115         mistakes from thaytan's patches.
1116
1117 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1118
1119         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1120           For completeness, XSync in the destroy function as xvimage does.
1121
1122 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1123
1124         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1125            Correct caps negotiation
1126         * gst/volume/gstvolume.c: (volume_chain_float),
1127         (volume_chain_int16):
1128            Modify debug output to be little more informative
1129         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1131         (gst_xvimagesink_xvimage_destroy):
1132           Add XSync calls after detaching from the shared memory segment to
1133           avoid a crash.
1134
1135 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1136
1137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1138         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1139         * ext/vorbis/vorbis.c: (plugin_init):
1140         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1141         (gst_vorbisenc_chain):
1142         * ext/vorbis/vorbisenc.h:
1143         remove explicit newmedia support from oggmux and vorbisenc
1144         add debug category to vorbisenc
1145         * gst/multifilesink/gstmultifilesink.c:
1146         (gst_multifilesink_class_init), (gst_multifilesink_init),
1147         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1148         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1149         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1150         (plugin_init):
1151         * gst/multifilesink/gstmultifilesink.h:
1152         add support for streamheader in multifilesink
1153
1154 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1155
1156         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1157         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1158         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1159           Prevent infinite loops. More correct error reporting.
1160         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1161           Error out if negotiation fails.
1162         * gst/playback/gstplaybasebin.c: (setup_source),
1163         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1164         (gst_play_base_bin_found_tag):
1165           Error/tag forwarding. Pre-roll fixes for source errors on state
1166           changes (e.g. "file does not exist") to prevent hangs.
1167
1168 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1169
1170         * testsuite/multifilesink/Makefile.am:
1171         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1172         (gst_newmedia_class_init), (gst_newmedia_init),
1173         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1174         (newfile_signal), (test_signal), (main):
1175         * testsuite/multifilesink/multifilesrc_test.c: (main):
1176         * testsuite/multifilesink/oggtheora_test.c:
1177         (gst_newmedia_base_init), (gst_newmedia_class_init),
1178         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1179         (test_format), (newfile_signal), (test_signal), (main):
1180         * testsuite/multifilesink/oggvorbis_test.c:
1181         (gst_newmedia_base_init), (gst_newmedia_class_init),
1182         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1183         (test_format), (newfile_signal), (test_signal), (main):
1184         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1185         (gst_newmedia_class_init), (gst_newmedia_init),
1186         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1187         (newfile_signal), (test_signal), (main):
1188         New media tests
1189
1190 2004-09-20  Christian Schaller <christian@fluendo.com>
1191
1192         * Fix mikmod license to LGPL as they have relicensed
1193         * Move Dirac and Effectv into LGPL section of README_license
1194
1195 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1196
1197         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1198         (gst_mad_change_state):
1199           Allow for mp3 rate/channels changes. However, only very
1200           conservatively. Reason that we *have* to enable this is smiply
1201           because the mad find_sync() function is not good enough, it will
1202           regularly sync on random data as valid frames and therefore make
1203           us provide random caps as *final* caps of the stream. The best fix
1204           I could think of is to simply require several of the same stream
1205           changes in a row before we change caps.
1206           The actual testcase that works now is #
1207         * ext/ogg/Makefile.am:
1208         * ext/ogg/gstogg.c: (plugin_init):
1209         * ext/ogg/gstogmparse.c:
1210           OGM support (video only for now; I need an audio sample file).
1211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1212         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1213         (gst_asf_demux_add_video_stream):
1214           WMV extradata.
1215         * gst/playback/gstplaybasebin.c: (unknown_type):
1216           Don't error out on single unknown-types after all. It's wrong.
1217           If we found type of video and audio but not of a subtitle stream,
1218           it will still error out (which is unwanted). Will find a better fix
1219           later on.
1220         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
1221         (ogmaudio_type_find), (plugin_init):
1222           OGM support.
1223
1224 2004-09-20  Johan Dahlin  <johan@gnome.org>
1225
1226         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
1227         after setting caps.
1228
1229 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1230
1231         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
1232         * gst/wavenc/gstwavenc.h:
1233         Added newmedia support to wavenc
1234
1235 2004-09-17  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
1238         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1239         (gst_fdset_fd_can_write), (gst_fdset_wait):
1240         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1241         (gst_multifdsink_init), (gst_multifdsink_add),
1242         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
1243         (gst_multifdsink_remove_client_link),
1244         (gst_multifdsink_client_queue_buffer),
1245         (gst_multifdsink_handle_client_write),
1246         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
1247         (gst_multifdsink_close), (gst_multifdsink_change_state):
1248         * gst/tcp/gstmultifdsink.h:
1249         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1250         (gst_tcpserversink_removed):
1251         Small cleanups in fdset.c
1252         Use a hastable to map fd to the client structure for faster
1253         lookup in _remove and get_stats.
1254         Added virtual function to close the fds.
1255         Handle clients even when the select/poll call was unblocked because
1256         of a command.
1257         Implement syncing to keyframe in the recovery procedure.
1258
1259 2004-09-16 Iain <iaingnome@gmail.com>
1260
1261         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
1262         try caps.
1263
1264 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1265
1266         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
1267           Caps are only set if the type of the stream is unknown, but this
1268           is initialized in ->init_stream(), so set to UNKNOWN after calling
1269           ->init_stream() so that capsnego starts.
1270
1271 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1272
1273         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1274         (gst_avi_demux_stream_data):
1275           Just hardcode for raw audio then. AVI audio sucks.
1276
1277 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
1278
1279         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1280         * gst/matroska/matroska-mux.c: (audiosink_templ),
1281         (gst_matroska_mux_audio_pad_link):
1282         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
1283         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
1284
1285 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1286
1287         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1288         (gst_avi_demux_stream_data):
1289           Try to fix a/v sync issues.
1290
1291 2004-09-15  David Schleef  <ds@schleef.org>
1292
1293         * configure.ac: remove NASM check, since we don't use it.  Update
1294         dirac check to 0.4
1295         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
1296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1297         Initialized variables.
1298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1299         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
1300         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
1301         SVQ3 format
1302
1303 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1304
1305         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1306         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
1307         * gst/avi/gstavidemux.h:
1308           Fix for compressed audio (mp3) timestamp generation. How did this
1309           ever work?
1310
1311 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1312
1313         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1314           Volume is a double not a float.
1315
1316 2004-09-15  Wim Taymans  <wim@fluendo.com>
1317
1318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
1319         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1320         Don't close the fd in multifdsink as we didn't open it in the
1321         first place. Some cleanups.
1322
1323 2004-09-15  Wim Taymans  <wim@fluendo.com>
1324
1325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1327         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1328         Fix the case where the muxer would mark pages as delta
1329         frames when they are not (vorbis only ogg).
1330
1331 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1332
1333         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
1334         (gst_play_base_bin_change_state):
1335           Handle the case where we failed to setup a clear pipeline. This
1336           will throw an error (or EOS, another nice case) and if you don't
1337           catch that, the app will wait for the signal forever (and thus
1338           hang).
1339
1340 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1341
1342         * ext/gnomevfs/gstgnomevfssink.c:
1343         (gst_gnomevfssink_uri_get_protocols):
1344         * ext/gnomevfs/gstgnomevfssrc.c:
1345         (gst_gnomevfssrc_uri_get_protocols):
1346         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1347         * ext/gnomevfs/gstgnomevfsuri.h:
1348           Use _uri_new() instead of _open(), so it doesn't take as long and
1349           Christophe's computer won't hang.
1350         * gst/playback/gstplaybasebin.c: (unknown_type):
1351           Throw error on unknown media type, so apps actually display it.
1352
1353 2004-09-14  Brian Cameron  <brian.cameron@sun.com
1354
1355         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
1356           this script to work on Solaris since bash shell handles echo
1357           differenly than bash.
1358
1359 2004-09-17  Wim Taymans  <wim@fluendo.com>
1360
1361         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
1362         (setup_source), (gst_play_base_bin_set_property),
1363         (gst_play_base_bin_add_element):
1364         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1365         Some more work on making sure seeking pauses the pipeline and
1366         that changing the uri actually does something.
1367
1368 2004-09-17  Wim Taymans  <wim@fluendo.com>
1369
1370         * gst/tcp/gstfdset.c: (gst_fdset_wait):
1371         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
1372         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
1373         (gst_tcpserversink_close):
1374         Be a bit more paranoid when freeing memory.
1375
1376 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1377
1378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1379         (qtdemux_parse_trak):
1380           Don't crash by dividing by zero (see sample movie in #126922).
1381
1382 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1383
1384         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1385           Don't touch non-existing data (fixes crash on file in #140147).
1386
1387 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1388
1389         * gst/playback/gstplaybasebin.c:
1390         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
1391           Handle double disposals, and proper change of URIs.
1392
1393 2004-09-13  Martin Eikermann <meiker@upb.de>
1394
1395         * gst/mpegstream/gstmpegparse.c:
1396           fix synchronistation for streams recorded from digital PCR
1397           fixes bug #119376
1398
1399 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1400
1401         * ext/gnomevfs/Makefile.am:
1402         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1403         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
1404         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
1405         (gst_gnomevfssink_uri_get_type),
1406         (gst_gnomevfssink_uri_get_protocols),
1407         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
1408         (gst_gnomevfssink_uri_handler_init),
1409         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
1410         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
1411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
1412         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
1413         (gst_gnomevfssrc_uri_get_type),
1414         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
1415         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
1416         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
1417         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
1418         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1419         * ext/gnomevfs/gstgnomevfsuri.h:
1420           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
1421           of fake URIs to see which this version of Gnome-VFS likes, and
1422           uses that for the Gst-URI interface. Makes playbin support http://
1423           streams. Also fix up some stupid behaviour in gnomevfssrc.
1424
1425 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1426
1427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1428         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1429         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1430         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1431           Update mixer (to sync with other sessions) if we try to obtain
1432           a new value. This makes alsamixer work accross applications.
1433         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1434           Only call sync functions if we're running, else alsalib asserts.
1435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1436           Sometimes fails to compile. Possibly a gcc bug.
1437         * gst/playback/gstplaybin.c: (gen_video_element),
1438         (gen_audio_element):
1439           Add a reference to an application-provided object, because we lose
1440           this same reference if we add it to the bin. If we don't do this,
1441           we can only use this object once and thus crash if we go from
1442           ready to playing, back to ready and back to playing again.
1443           Also add an audioscale element because several cheap soundcards -
1444           like mine - don't support all samplerates.
1445         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1446         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
1447           Fix wrong order or PAR calls. Makes automatically obtained PAR
1448           from the X server atually being used.
1449
1450 2004-09-12  David Schleef  <ds@schleef.org>
1451
1452         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
1453         #151887, #152102, #152247.
1454         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
1455         * examples/seeking/cdparanoia.c: same
1456         * examples/seeking/cdplayer.c: same
1457         * examples/seeking/seek.c: same
1458         * examples/seeking/spider_seek.c: same
1459         * examples/seeking/vorbisfile.c: same
1460         * examples/stats/mp2ogg.c: same
1461         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1462         (gst_esdsink_dispose): Dispose of element properly.
1463         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
1464         fixes.
1465         * ext/nas/nassink.c: (gst_nassink_class_init),
1466         (gst_nassink_dispose): Dispose of element correctly.
1467         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
1468         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1469         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1470         Fix 64-bit warning.
1471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1472         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1473         Fix 64-bit warning.
1474
1475 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1476
1477         * configure.ac : change speex detection as 1.1.6 now uses
1478           .pc/pkg-config and they changed their headers location.
1479
1480 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
1481
1482         * gst/matroska/matroska-mux.h:
1483         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1484         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1485         (gst_matroska_mux_write_data):
1486           Write multiple blocks/frames per cluster.
1487                 Write meta-seek information (seek heads).
1488
1489 2004-09-09  Scott Wheeler <wheeler@kde.org>
1490
1491         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
1492         (gst_play_bin_set_property), (gst_play_bin_get_property),
1493         (gen_audio_element), (gen_audio_element):
1494           Add a volume element / property to the pipeline.
1495
1496 2004-09-07  Wim Taymans  <wim@fluendo.com>
1497
1498         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
1499         Copy timestamps from the master pad to the output buffers.
1500
1501 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1502
1503         * ext/raw1394/gstdv1394src.c:
1504           throw errors when applicable
1505
1506 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
1507
1508         * gst/matroska/ebml-ids.h:
1509         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
1510         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
1511         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
1512           automatically convert unix time <-> ebml time when reading/writing
1513           a date, use gst_ebml_write_uint to write CUETIME,
1514           not gst_ebml_write_date.
1515         * gst/matroska/matroska-ids.h:
1516         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1517         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
1518         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1519         (gst_matroska_mux_write_data):
1520           Write track and segment UIDs, write muxing date, write
1521           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
1522           Create cues for audio only files.
1523
1524 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1525
1526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1527         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1528           Re-commit ALSA switches.
1529         * gst/adder/gstadder.c: (gst_adder_loop):
1530           64-bit fix (#151416).
1531         * gst/debug/progressreport.c: (gst_progressreport_report):
1532           64-bit fix (#151419).
1533         * gst/matroska/matroska-demux.c:
1534         (gst_matroska_demux_parse_contents):
1535           64-bit fix (#151420).
1536         * gst/playback/test3.c: (update_scale):
1537           64-bit fix (#151421).
1538
1539 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1540
1541         * configure.ac:
1542           bump nano to cvs
1543
1544 === release 0.8.4 ===
1545
1546 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1547
1548         * configure.ac: releasing 0.8.4, "Alias"
1549
1550 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1551
1552         * ext/theora/Makefile.am:
1553           fix makefile.  Fixes #151462.
1554
1555 2004-08-30  Wim Taymans  <wim@fluendo.com>
1556
1557         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
1558         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1559         (gst_multifdsink_remove_client_link),
1560         (gst_multifdsink_client_queue_buffer),
1561         (gst_multifdsink_handle_client_write):
1562         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
1563         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
1564         Fix some memory leaks.
1565
1566 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1567
1568         Patch by: David Schleef
1569
1570         * configure.ac:
1571         * sys/Makefile.am:
1572           rename our detection macro for V4L2.  Fixes #151236.
1573
1574 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1575
1576         Patch by: David Schleef
1577
1578         * configure.ac:
1579           check to define LAMEPRESET.  Fixes #151232.
1580
1581 2004-08-27  David Schleef  <ds@schleef.org>
1582
1583         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
1584         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
1585         (gst_glimagesink_fixate):  Move local variable declarations to
1586         make gcc-2.95 happy.
1587
1588 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1589
1590         * configure.ac:
1591           bump nano for prerelease
1592
1593 2004-08-27  David Schleef  <ds@schleef.org>
1594
1595         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
1596         * sys/sunaudio/gstsunaudiosrc.c: 
1597         * sys/sunaudio/gstsunaudiosrc.h:
1598
1599 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
1600
1601         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
1602         handle EOS correctly
1603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
1604         * gst/matroska/matroska-mux.h:
1605         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
1606         VFW compatibility mode
1607
1608 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1609
1610         patch by: Zaheer Abbas Merali
1611
1612         * ext/ogg/gstoggmux.c:
1613         * ext/vorbis/vorbisenc.c:
1614         * ext/vorbis/vorbisenc.h:
1615           handle NEWMEDIA
1616
1617 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
1618
1619         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
1620         fix byte order reversion on little endian machines.
1621         * gst/matroska/matroska-mux.c: (audiosink_templ),
1622         (gst_matroska_mux_audio_pad_link):
1623         add TTA codec to the list of supported codecs.
1624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
1625         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1626         (gst_matroska_mux_write_data):
1627         * gst/matroska/matroska-mux.h:
1628         write segment duration correctly, write muxing app string, fixes bugs
1629         #140897 and #140898.
1630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
1631         wait for all pads to be negotiated before starting to mux.
1632
1633 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1634
1635         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
1636         * ext/lame/gstlame.h:
1637         Added new media support to lame
1638
1639 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
1640
1641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
1642         send vorbis headers at the beginning of a stream, fixes bug #141554.
1643         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
1644         bug #148950.
1645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
1646         (gst_matroska_demux_plugin_init):
1647         * gst/matroska/matroska-ids.h:
1648         enable demuxing of TTA audio streams, fixes bug #148951.
1649         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
1650         enable typefinding for TTA audio files, fixes bug #148711.
1651         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
1652         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
1653         fixes playback of packed bitstream and xvid with bframes, bug #135407.
1654
1655 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
1656  
1657         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1658         (gst_riff_read_element_data), (gst_riff_read_seek),
1659         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
1660         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
1661         <teuf@gnome.org>
1662
1663 2004-08-23 Iain <iaingnome@gmail.com>
1664
1665         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
1666         tags. They appear to be handled differently to normal.
1667         (tag_list_to_id3_tag_foreach): Ditto.
1668
1669 2004-08-22  Wim Taymans  <wim@fluendo.com>
1670
1671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1672         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1673         Make sure we never send -1 granulepos.
1674
1675 2004-08-20  Wim Taymans  <wim@fluendo.com>
1676
1677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1678         (gst_ogg_mux_loop):
1679         I will accept bitchslappings with non sharp objects.
1680
1681 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1682
1683         * configure.ac:
1684         Clean up the test for lame presets
1685
1686 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1687
1688         * configure.ac:
1689         * ext/lame/Makefile.am:
1690         * ext/lame/gstlame.c: (gst_lame_class_init),
1691         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
1692         Only enable lame presets if version of lame has presets in API
1693
1694 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
1695         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
1696         * gst/udp/gstudpsrc.h:
1697           Don't call gst_pad_push in a get function. Fixes #150449
1698
1699 2004-08-18  Wim Taymans  <wim@fluendo.com>
1700
1701         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
1702         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
1703         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1704         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1705         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1706         (gst_fdset_wait):
1707         * gst/tcp/gstfdset.h:
1708         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1709         (gst_multifdsink_client_queue_buffer),
1710         (gst_multifdsink_handle_client_write):
1711         * gst/tcp/gstmultifdsink.h:
1712         Some extra checks in gstfdset.
1713         Only use send() when the fd is a socket. Don't try to
1714         read from write only fds.
1715
1716 2004-08-18  Wim Taymans  <wim@fluendo.com>
1717
1718         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
1719         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1720         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1721         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1722         (gst_fdset_wait):
1723         Add more locking and bounds checking.
1724
1725 2004-08-18  Wim Taymans  <wim@fluendo.com>
1726
1727         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
1728         Realloc test fdset in the lock and right before starting
1729         the poll call. Bump the limit to 4096.
1730
1731 2004-08-17  David Schleef  <ds@schleef.org>
1732
1733         * sys/sunaudio/Makefile.am:
1734         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
1735         of rates and channels.  Make debugging less obnoxious.
1736
1737         Patch from Balamurali Viswanathan implementing a mixer for
1738         Sun audio.  (bug #144091):
1739         * sys/sunaudio/gstsunelement.c:
1740         * sys/sunaudio/gstsunelement.h:
1741         * sys/sunaudio/gstsunmixer.c:
1742         * sys/sunaudio/gstsunmixer.h:
1743
1744 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1745
1746         * gst/audioscale/gstaudioscale.c:
1747         * gst/audioscale/gstaudioscale.h:
1748         made audioscale resample from any sample rate to any sample rate
1749
1750 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1751
1752         * ext/libpng/gstpngdec.c:
1753           error out on unsupported types
1754
1755 2004-08-17  Iain <iaingnome@gmail.com>
1756
1757         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
1758         mid_side and loose_mid_side properties if its a stereo stream.
1759
1760 2004-08-17  Wim Taymans  <wim@fluendo.com>
1761
1762         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1763         (theora_get_formats), (theora_dec_src_convert),
1764         (theora_dec_sink_convert), (theora_dec_src_query),
1765         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1766         Add a debug line.
1767
1768 2004-08-17  Wim Taymans  <wim@fluendo.com>
1769
1770         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
1771         (gst_ogg_pad_push):
1772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1773         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
1774         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
1775         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1776         Mark delta units in the muxer.
1777         Try to decode the packet after an out-of-sync error from
1778         libogg.
1779
1780 2004-08-17  Wim Taymans  <wim@fluendo.com>
1781
1782         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1783         (gst_multifdsink_init), (gst_multifdsink_add),
1784         (gst_multifdsink_client_queue_buffer),
1785         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
1786         * gst/tcp/gstmultifdsink.h:
1787         Added option to send a keyframe to clients as the first buffer.
1788         Make timeout property writable.
1789
1790 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1791
1792         patch by: Wim Taymans
1793
1794         * gst/tcp/gstfdset.c:
1795         * gst/tcp/gstmultifdsink.c:
1796           fix index comparison, should include 0
1797
1798 2004-08-16  Wim Taymans  <wim@fluendo.com>
1799
1800         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
1801         (gst_fdset_add_fd), (gst_fdset_remove_fd),
1802         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1803         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1804         (gst_fdset_wait):
1805           copy when reallocing for poll so the select arguments don't get
1806           changed during the call
1807
1808 2004-08-16  Wim Taymans  <wim@fluendo.com>
1809
1810         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
1811         (gst_theora_enc_class_init), (theora_enc_sink_link),
1812         (theora_buffer_from_packet), (theora_enc_chain):
1813         Fix bug where buffers were not marked as keyframes
1814         correctly.
1815
1816 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1817
1818         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
1819         (gst_lame_preset_get_type), (gst_lame_class_init):
1820         describe the enum values for vbr mode and presets more verbosely
1821
1822 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1823
1824         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
1825         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
1826         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
1827         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
1828         * ext/lame/gstlame.h:
1829         add preset property to lame so it can use lame presets
1830
1831 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1832
1833         * ext/lame/gstlame.c: (gst_lame_get_property):
1834         whoops forgot break, thanks teuf
1835
1836 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1837
1838         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
1839         (gst_lame_class_init), (gst_lame_src_getcaps),
1840         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
1841         (gst_lame_get_property), (gst_lame_setup):
1842         * ext/lame/gstlame.h:
1843         fix lame's broken vbr stuff, allow it to resample if need be, and also 
1844         make xing header optional
1845
1846 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1847
1848         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
1849         added getcaps function so samplerate doesnt get fixated to silly values
1850
1851 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1852
1853         * ext/lame/gstlame.c: (gst_lame_src_link):
1854         revert previous fix
1855
1856 2004-08-12  Johan Dahlin  <johan@gnome.org>
1857
1858         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
1859         checks. Doesn't matter what state we are in. Interfaces are a
1860         compile time thing, not runtime. It also broke the python bindings.
1861
1862 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1863
1864         * ext/lame/gstlame.c: (gst_lame_src_link):
1865         made source pad link function check if sinkpad is ok..fixes the problem
1866         where core fixates the output rate of lame stupidly
1867
1868 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1869
1870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
1871         * sys/v4l/v4l_calls.c:
1872         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
1873           fix fixate function to handle nonsimple caps.
1874           remove bogus check in _link
1875           cleanups
1876
1877 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1878
1879         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
1880         set default compression ratio parameter to 0.0 so bitrate parameter
1881         works :)
1882
1883 2004-08-11  David Schleef  <ds@schleef.org>
1884
1885         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
1886
1887 2004-08-11  David Schleef  <ds@schleef.org>
1888
1889         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
1890         before.
1891
1892 2004-08-11  David Schleef  <ds@schleef.org>
1893
1894         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
1895
1896 2004-08-11  David Schleef  <ds@schleef.org>
1897
1898         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
1899           license field
1900         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
1901         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
1902           LGPL.
1903         * gst/auparse/gstauparse.c: Fix plugin license field.
1904         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
1905         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
1906         * gst/rtp/gstrtp.c: Fix plugin license field.
1907
1908 2004-08-11  Wim Taymans  <wim@fluendo.com>
1909
1910         * gst/tcp/Makefile.am:
1911         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
1912         (ensure_size), (gst_fdset_new), (gst_fdset_free),
1913         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
1914         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
1915         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
1916         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1917         (gst_fdset_fd_can_write), (gst_fdset_wait):
1918         * gst/tcp/gstfdset.h:
1919         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
1920         (gst_multifdsink_class_init), (gst_multifdsink_init),
1921         (gst_multifdsink_add), (gst_multifdsink_remove),
1922         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1923         (gst_multifdsink_remove_client_link),
1924         (gst_multifdsink_handle_client_read),
1925         (gst_multifdsink_client_queue_data),
1926         (gst_multifdsink_client_queue_caps),
1927         (gst_multifdsink_client_queue_buffer),
1928         (gst_multifdsink_handle_client_write),
1929         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1930         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1931         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
1932         (gst_multifdsink_close):
1933         * gst/tcp/gstmultifdsink.h:
1934         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1935         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1936         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
1937         (gst_tcpserversink_close):
1938         * gst/tcp/gsttcpserversink.h:
1939         Abstracted away the select call, implemented poll (yes we ran into
1940         the 1024 limit in production).
1941
1942 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         * gst/tcp/gsttcp.c:
1945         * gst/tcp/gsttcpplugin.c:
1946           improve debuggging, remove assert
1947
1948 2004-08-10  Wim Taymans  <wim@fluendo.com>
1949
1950         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
1951         (gst_client_status_get_type), (gst_multifdsink_class_init),
1952         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1953         (gst_multifdsink_handle_client_read),
1954         (gst_multifdsink_handle_client_write),
1955         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1956         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1957         (gst_multifdsink_get_property):
1958         * gst/tcp/gstmultifdsink.h:
1959         * gst/tcp/gsttcp-marshal.list:
1960         Starting to prepare for specifying buffer time in other units
1961         than buffers. Expose remove reason in signal.
1962
1963 2004-08-10  Wim Taymans  <wim@fluendo.com>
1964
1965         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1966         (gst_multifdsink_remove), (gst_multifdsink_clear),
1967         (gst_multifdsink_remove_client_link),
1968         (gst_multifdsink_handle_client_read),
1969         (gst_multifdsink_client_queue_data),
1970         (gst_multifdsink_client_queue_buffer),
1971         (gst_multifdsink_handle_client_write),
1972         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1973         (gst_multifdsink_chain), (gst_multifdsink_close):
1974         * gst/tcp/gstmultifdsink.h:
1975         Added more debugging info. Changed the way clients are 
1976         removed from the lists. Fixed a bug where a bad file descriptor
1977         could cause many clients to be removed.
1978
1979 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1980
1981         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
1982           allow all pixel-aspect-ratios, not just 1:1
1983
1984 2004-08-09  David Schleef  <ds@schleef.org>
1985
1986         * sys/glsink/ARB_multitexture.h:  Remove old files.
1987         * sys/glsink/EXT_paletted_texture.h:
1988         * sys/glsink/NV_register_combiners.h:
1989         * sys/glsink/gstgl_nvimage.c:
1990         * sys/glsink/gstgl_pdrimage.c:
1991         * sys/glsink/gstgl_rgbimage.c:
1992         * sys/glsink/gstglsink.c:
1993         * sys/glsink/gstglsink.h:
1994         * sys/glsink/gstglxwindow.c:
1995         * sys/glsink/regcomb_yuvrgb.c:
1996
1997 2004-08-09  David Schleef  <ds@schleef.org>
1998
1999         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2000         GL sink plugin.  (Bug #147302)
2001
2002         * configure.ac: Test for OpenGL
2003         * sys/Makefile.am: Use test for OpenGL
2004         * sys/glsink/Makefile.am:
2005         * sys/glsink/glimagesink.c: rewrite
2006         * sys/glsink/glimagesink.h: rewrite
2007
2008 2004-08-09  David Schleef  <ds@schleef.org>
2009
2010         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
2011         sane framerates.
2012         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2014         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2015
2016 2004-08-09  Wim Taymans  <wim@fluendo.com>
2017
2018         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2019         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2020         (gst_multifdsink_client_remove),
2021         (gst_multifdsink_handle_client_read),
2022         (gst_multifdsink_handle_client_write),
2023         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2024         Do a bit more logging, make the client_read code more robust.
2025
2026 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2027
2028         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2029         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2030         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2031         (gst_jpegdec_init), (gst_jpegdec_chain):
2032         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2033         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2034           cleanups, debugging fixes and memleak plugging
2035
2036 2004-08-09  Wim Taymans  <wim@fluendo.com>
2037
2038         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2039         (theora_get_formats), (theora_dec_src_convert),
2040         (theora_dec_sink_convert), (theora_dec_src_query),
2041         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2042         (theora_dec_change_state):
2043         Don't crash on missing header packets.
2044
2045 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * po/LINGUAS:
2048         * po/sq.po:
2049           Added Albanian translation (Laurent Dhima)
2050         * po/cs.po:
2051           updated
2052
2053 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2054
2055         * ext/lame/gstlame.c:
2056           fix/add debugging
2057
2058 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2059
2060         * sys/ximage/ximagesink.c:
2061         * sys/xvimage/xvimagesink.c:
2062           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
2063
2064 2004-08-06  Wim Taymans  <wim@fluendo.com>
2065
2066         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2067         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2068         (gst_multifdsink_client_remove),
2069         (gst_multifdsink_handle_client_read),
2070         (gst_multifdsink_handle_client_write),
2071         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2072         Make sure we don't try to read more from a client that what 
2073         ioctl says us or we deadlock.
2074
2075 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2076
2077         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2078         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2079         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2080           decouple running_time and n_frames so it can handle changing
2081           framerate while running
2082
2083 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2084
2085         * po/nl.po:
2086         * po/sv.po:
2087           updated translations
2088
2089 2004-08-04  Benjamin Otte  <otte@gnome.org>
2090
2091         * gst/videotestsrc/gstvideotestsrc.c:
2092         (gst_videotestsrc_get_capslist), (generate_capslist),
2093         (plugin_init):
2094           generate the list of supported caps at startup and reuse it instead
2095           of always generating it
2096
2097 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2098
2099         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2100           whoops, last checkin broke normal build
2101
2102 2004-08-03  Benjamin Otte  <otte@gnome.org>
2103
2104         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2105         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2106         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2107         (gst_alsa_mixer_get_option):
2108         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2109         (dvdnavsrc_print_event):
2110         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2112         (gst_ogg_mux_pad_unlink):
2113         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2114         (gst_multipart_mux_pad_unlink):
2115         * gst/videofilter/gstvideobalance.c:
2116         (gst_videobalance_colorbalance_set_value):
2117         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2118         (gst_videomixer_pad_unlink):
2119         * po/uk.po:
2120         * sys/oss/gstossmixer.c:
2121         * sys/v4l/gstv4lcolorbalance.c:
2122         * sys/v4l/gstv4ltuner.c:
2123         * sys/v4l/v4lsrc_calls.c:
2124         * sys/v4l2/gstv4l2colorbalance.c:
2125         * sys/v4l2/gstv4l2tuner.c:
2126           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2127
2128 2004-08-03  Benjamin Otte  <otte@gnome.org>
2129
2130         * examples/dynparams/filter.c: (ui_control_create):
2131         * examples/gstplay/player.c: (print_tag):
2132         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2133         * ext/gdk_pixbuf/gstgdkanimation.c:
2134         (gst_gdk_animation_iter_may_advance):
2135         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2136         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2137         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2138         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2140         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2141         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2142         * gst/sine/demo-dparams.c: (main):
2143         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2144         * testsuite/alsa/formats.c: (create_pipeline):
2145         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2146           fixes for G_DISABLE_ASSERT and friends
2147         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2148         (mp3_type_frame_length_from_header), (mp3_type_find),
2149         (plugin_init):
2150           require mp3 typefinding to have at least MIN_HEADERS valid headers
2151           add typefinding for AAC adts files
2152
2153 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
2154
2155         * sys/ximage/ximagesink.c:
2156         (gst_ximagesink_calculate_pixel_aspect_ratio):
2157         * sys/xvimage/xvimagesink.c:
2158         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2159         Make sure we calculate pixel-aspect-ratio using floating point maths
2160
2161 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2162
2163         * po/uk.po:
2164           updated translation
2165
2166 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2167
2168         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2170           add debugging for display PAR calculation
2171
2172 2004-08-02  David Schleef  <ds@schleef.org>
2173
2174         * configure.ac: Fix mikmod CFLAGS.
2175
2176 2004-07-27  Benjamin Otte  <otte@gnome.org>
2177
2178         * gst/audioscale/gstaudioscale.c:
2179         - fix templates to only support S16, it's the only format that works
2180         - make caps nego code use try_set_caps_nonfixed and fixation instead
2181         of try_set_caps twice, which is not nice for autopluggers
2182         - change rank to secondary, so autopluggers can pick it up after
2183         audioconvert
2184
2185 2004-08-02  Iain <iain@prettypeople.org>
2186
2187         * gst/interleave/interleave.c (interleave_init),
2188         (interleave_request_new_pad),
2189         (interleave_pad_removed),
2190         (interleave_buffered_loop): Use the real pad count, not the artificial
2191         one.
2192
2193 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2194
2195         * configure.ac: bump nano back to development
2196
2197 === release 0.8.3 ===
2198
2199 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2200
2201         * configure.ac: releasing 0.8.3, "Water"
2202
2203 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2204
2205         * sys/xvimage/xvimagesink.c:
2206         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2207         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2208         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2209         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2210         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2211         * sys/xvimage/xvimagesink.h:
2212           apply similar PAR fixes as to ximagesink
2213
2214 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2215
2216         patch from: Benjamin Otte
2217
2218         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
2219           add link function to lame.  Fixes #148986.
2220
2221 2004-08-02  Johan Dahlin  <johan@gnome.org>
2222
2223         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
2224         fix debugging log
2225
2226 2004-07-30  David Schleef  <ds@schleef.org>
2227
2228         * gst/videomixer/Makefile.am: Fix things that should have been
2229         fixed in the last checkin.
2230
2231 2004-07-30  David Schleef  <ds@schleef.org>
2232
2233         * gst/multipart/Makefile.am: Fix things that should have been
2234         fixed in the last checkin.
2235
2236 2004-07-30  David Schleef  <ds@schleef.org>
2237
2238         * testsuite/multifilesink/Makefile.am: Fix unused variable.
2239
2240 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2241
2242         * configure.ac:
2243           bump nano for prerelease
2244         * po/af.po:
2245         * po/az.po:
2246         * po/cs.po:
2247         * po/en_GB.po:
2248         * po/hu.po:
2249         * po/nl.po:
2250         * po/sr.po:
2251         * po/sv.po:
2252         * po/uk.po:
2253           updates
2254
2255 2004-07-30  Wim Taymans  <wim@fluendo.com>
2256
2257         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2258         (gst_multifdsink_add), (gst_multifdsink_remove),
2259         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2260         (gst_multifdsink_client_remove),
2261         (gst_multifdsink_handle_client_write),
2262         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2263         * gst/tcp/gstmultifdsink.h:
2264         Recover from a select with a bad file descriptor by removing
2265         the client.
2266
2267 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2268
2269         * configure.ac:
2270           fix requirement of core
2271         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
2272         (gst_play_pipeline_setup):
2273           don't use colorspace element.  do use hermescolorspace element.
2274           make macro to get a colorspace element.
2275           mark strings for translation.
2276         * po/POTFILES.in:
2277           add play.c
2278         * po/af.po:
2279         * po/az.po:
2280         * po/cs.po:
2281         * po/en_GB.po:
2282         * po/hu.po:
2283         * po/nl.po:
2284         * po/sr.po:
2285         * po/sv.po:
2286         * po/uk.po:
2287           update translations
2288
2289 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2290
2291         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
2292         fix default for newmedia flag
2293
2294 2004-07-30  Wim Taymans  <wim@fluendo.com>
2295
2296         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2297         (gst_theora_dec_init), (theora_get_formats),
2298         (theora_dec_src_convert), (theora_dec_sink_convert),
2299         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2300         (theora_dec_chain), (theora_dec_set_property),
2301         (theora_dec_get_property):
2302         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2303         (gst_theora_enc_class_init), (gst_theora_enc_init),
2304         (theora_enc_sink_link), (theora_enc_chain),
2305         (theora_enc_set_property), (theora_enc_get_property):
2306         Added cropping option to theora decoder.
2307         Added border option to theora encoder.
2308
2309 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2310
2311         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2312         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2313         (gst_pngenc_set_property):
2314         * ext/libpng/gstpngenc.h:
2315         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
2316
2317 2004-07-30  Wim Taymans  <wim@fluendo.com>
2318
2319         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2320         (theora_enc_sink_link), (theora_enc_chain),
2321         (theora_enc_set_property), (theora_enc_get_property):
2322         Fix encoding of non-multiple-of-16 video.
2323
2324 2004-07-29  David Schleef  <ds@schleef.org>
2325
2326         * configure.ac: make test for audiofile more strict
2327
2328 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2329
2330         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2331           give different names to typefind functions
2332
2333 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2334
2335         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2336         (gst_ximagesink_calculate_pixel_aspect_ratio),
2337         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
2338         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
2339         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
2340         (gst_ximagesink_get_property), (gst_ximagesink_init):
2341         * sys/ximage/ximagesink.h:
2342           allocate PAR's dynamically.
2343           use autodetected PAR if no object-set PAR is given.
2344           add workaround for directfb's X not setting physical size.
2345           fix to xvimagesink will follow tomorrow.
2346
2347 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2348
2349         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
2350         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
2351         (gst_shout2send_get_type), (gst_shout2send_set_clock),
2352         (gst_shout2send_class_init), (gst_shout2send_init),
2353         (set_shout_metadata), (gst_shout2send_set_metadata),
2354         (gst_shout2send_chain), (gst_shout2send_set_property),
2355         (gst_shout2send_get_property), (gst_shout2send_connect),
2356         (gst_shout2send_change_state):
2357         * ext/shout2/gstshout2.h:
2358         - fix for sending mp3 audio to icecast2 server, if pad link function not
2359         called before PAUSED state
2360         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
2361         - added tagging support for mp3 audio broadcasted
2362         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
2363         debug info
2364
2365 2004-07-28  Wim Taymans  <wim@fluendo.com>
2366
2367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2368         (gst_ogg_demux_push):
2369         Return query failure when we don't know the length of
2370         an ogg stream insteda of returning TRUE with a bogus value.
2371
2372 2004-07-28  Wim Taymans  <wim@fluendo.com>
2373
2374         * ext/theora/theoradec.c: (theora_get_formats),
2375         (theora_dec_src_convert), (theora_dec_sink_convert),
2376         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2377         (theora_dec_chain):
2378         Don't screw up the 1 Chroma for 1 luma sample situation when we
2379         have an odd offset/width by adding a black border in those cases.
2380
2381 2004-07-28  Wim Taymans  <wim@fluendo.com>
2382
2383         * ext/theora/theoradec.c: (theora_get_formats),
2384         (theora_dec_src_convert), (theora_dec_sink_convert),
2385         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2386         (theora_dec_chain):
2387         * ext/theora/theoraenc.c: (theora_enc_sink_link):
2388         Added first attempt at cropping of the image as required by the 
2389         theora spec. We need more properties in the caps (offset_x,
2390         offset_y,stride) to implement this correctly.
2391
2392 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
2393
2394         * ext/dvdnav/README:
2395           Update the README to use dvddemux
2396         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2397           Ensure getcaps returns a subset of the template caps
2398         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
2399         (gst_mpeg2subt_init):
2400           Ensure getcaps returns a subset of the template caps
2401         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2402         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
2403         (gst_dvd_demux_get_subpicture_stream),
2404         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
2405         * gst/mpegstream/gstdvddemux.h:
2406           Set the explicit caps on the current_video pad before pushing
2407           anything
2408         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2409         (gst_mpeg_demux_get_audio_stream):
2410           Free caps used to gst_pad_set_explicit_caps, which takes a const
2411           GstCaps *
2412
2413 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2414
2415         * configure.ac: update GStreamer requirement to 0.8.4 because of
2416           GstFraction.
2417
2418 2004-07-28  Wim Taymans  <wim@fluendo.com>
2419
2420         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
2421         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
2422         Add the pad to the element after setting up the caps. This
2423         makes it a lot easier to autoplug.
2424
2425 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2426
2427         * gst/median/gstmedian.c:
2428         * gst/mpeg2subt/gstmpeg2subt.c:
2429         * gst/mpegaudioparse/gstmpegaudioparse.c:
2430         * gst/mpegstream/gstdvddemux.c:
2431         * gst/mpegstream/gstmpegdemux.c:
2432         * gst/mpegstream/gstmpegpacketize.c:
2433         * gst/rtjpeg/gstrtjpeg.c:
2434         * gst/rtjpeg/gstrtjpegdec.c:
2435         * gst/rtjpeg/gstrtjpegenc.c:
2436         * gst/sine/gstsinesrc.c:
2437         * gst/smooth/gstsmooth.c:
2438         * gst/smpte/gstsmpte.c:
2439         * gst/smpte/gstsmpte.h:
2440         * gst/stereo/gststereo.c:
2441         * gst/videofilter/gstgamma.c:
2442         * gst/videofilter/gstvideobalance.c:
2443         * gst/videofilter/gstvideofilter.c:
2444         * gst/videofilter/gstvideoflip.c:
2445         * gst/videoscale/gstvideoscale.c:
2446         * gst/videoscale/videoscale.c:
2447         * gst/videotestsrc/gstvideotestsrc.c:
2448         * gst/videotestsrc/videotestsrc.c:
2449         * gst/wavenc/gstwavenc.c:
2450         * gst/wavparse/gstwavparse.c:
2451           fix local includes and 64 bits constants
2452
2453 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2454
2455         * win32/gst.sln:
2456         * gst-libs/gst/*/*.vcproj:
2457         * gst/*/*.vcproj:
2458           more working plugins
2459
2460 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2461
2462         * testsuite/alsa/Makefile.am:
2463         * testsuite/alsa/srcstate.c:
2464         add test for alsasrc changing state
2465
2466 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2467
2468         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
2469         (gst_silence_get):
2470         * gst/silence/gstsilence.h:
2471         fix silence generation for 16bit raw audio
2472
2473 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2474
2475         * gst/matroska/matroska-demux.c:
2476         (gst_matroska_demux_parse_metadata),
2477         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
2478         * gst/mpegaudio/common.c:
2479         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2480         (gst_videoscale_getcaps), (gst_videoscale_link),
2481         (gst_videoscale_src_fixate), (gst_videoscale_init),
2482         (gst_videoscale_finalize):
2483         * gst/videoscale/gstvideoscale.h:
2484         * gst/videotestsrc/gstvideotestsrc.c:
2485         (gst_videotestsrc_get_capslist):
2486         * gst/wavenc/gstwavenc.c:
2487         * sys/oss/gstossmixer.c: (fill_labels):
2488         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2489         (gst_ximagesink_handle_xevents),
2490         (gst_ximagesink_calculate_pixel_aspect_ratio),
2491         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
2492         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
2493         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
2494         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2495         (gst_ximagesink_init), (gst_ximagesink_class_init):
2496         * sys/ximage/ximagesink.h:
2497         * sys/xvimage/xvimagesink.c:
2498         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2499         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
2500         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
2501         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2502         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2503         * sys/xvimage/xvimagesink.h:
2504           first batch of pixel aspect ratio commits.
2505
2506 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2507
2508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2509         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
2510         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
2511           handle stride, needs work if we want to move stride handling
2512           upstream, but works correctly for our purposes.
2513
2514 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2515
2516         * gst/videoscale/README:
2517           add testing examples
2518         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
2519         (gst_videoscale_chain):
2520         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2521         (gst_videoscale_get_size):
2522           add get_size function that handles stride like videotestsrc.
2523           fixes conversion for YUV formats for as much as I can test them.
2524
2525 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2526
2527         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2528         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2530         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2531         (gst_xvimagesink_xvimage_put):
2532           further cleanups, logging, error handling and synchronizing
2533
2534 2004-07-27  Wim Taymans  <wim@fluendo.com>
2535
2536         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2537         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
2538         (gst_videomixer_pad_set_property),
2539         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
2540         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2541         (gst_videomixer_class_init), (gst_videomixer_init),
2542         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
2543         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
2544         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
2545         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2546         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2547         (gst_videomixer_loop), (plugin_init):
2548         Be a nicer negotiation citizen and provide a getcaps function on
2549         the srcpad. This also fixes a crash when resizing.
2550
2551 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2552
2553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2554         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
2555
2556 2004-07-27  Wim Taymans  <wim@fluendo.com>
2557
2558         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
2559         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2560         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2561         (gst_pngenc_set_property):
2562         * ext/libpng/gstpngenc.h:
2563         Added snapshot property to pngenc.
2564         removed g_print from pngdec
2565
2566 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2567
2568         * gst/ac3parse/ac3parse.vcproj
2569         * gst/adder/adder.vcproj
2570         * gst/alpha/alpha.vcproj
2571         * gst/alpha/alphacolor.vcproj
2572         * gst/asfdemux/asf.vcproj
2573         * gst/audioconvert/audioconvert.vcproj
2574         * gst/audiorate/audiorate.vcproj
2575         * gst/audioscale/audioscale.vcproj
2576         * gst/auparse/auparse.vcproj
2577         * gst/avi/avi.vcproj
2578         * gst/cdxaparse/cdxaparse.vcproj
2579         * gst/chart/chart.vcproj
2580         * gst/colorspace/colorspace.vcproj
2581         * gst/cutter/cutter.vcproj
2582         * gst/debug/debug.vcproj
2583         * gst/debug/efence.vcproj
2584         * gst/debug/navigationtest.vcproj
2585         * gst/deinterlace/deinterlace.vcproj
2586         * gst/effectv/effectv.vcproj
2587         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2588         * gst/filter/filter.vcproj
2589         * gst/flx/flxdec.vcproj
2590         * gst/goom/goom.vcproj
2591         * gst/interleave/interleave.vcproj
2592         * gst/law/alaw.vcproj
2593         * gst/law/mulaw.vcproj
2594         * gst/matroska/matroska.vcproj
2595         * gst/median/median.vcproj
2596         * gst/mixmatrix/mixmatrix.vcproj
2597         * gst/mpeg1sys/mpeg1systemencode.vcproj
2598         * gst/mpeg1videoparse/mp1videoparse.vcproj
2599         * gst/mpeg2sub/mpeg2subt.vcproj
2600         * gst/mpegaudio/mpegaudio.vcproj
2601         * gst/mpegaudioparse/mpegaudioparse.vcproj
2602         * gst/mpegstream/mpegstream.vcproj
2603         * gst/multifilesink/multifilesink.vcproj
2604         * gst/multipart/multipart.vcproj
2605         * gst/oneton/oneton.vcproj
2606         * gst/overlay/overlay.vcproj
2607         * gst/passthrough/passthrough.vcproj
2608         * gst/qtdemux/qtdemux.vcproj
2609         * gst/realmedia/rmdemux.vcproj
2610         * gst/rtjpeg/rtjpeg.vcproj
2611         * gst/rtp/rtp.vcproj
2612         * gst/silence/silence.vcproj
2613         * gst/sine/sinesrc.vcproj
2614         * gst/smooth/smooth.vcproj
2615         * gst/smpte/smpte.vcproj
2616         * gst/spectrum/spectrum.vcproj
2617         * gst/speed/speed.vcproj
2618         * gst/stereo/stereo.vcproj
2619         * gst/switch/switch.vcproj
2620         * gst/tags/tagedit.vcproj
2621         * gst/tcp/tcp.vcproj
2622         * gst/typefind/typefindfunctions.vcproj
2623         * gst/udp/udp.vcproj
2624         * gst/videobox/videobox.vcproj
2625         * gst/videocrop/videocrop.vcproj
2626         * gst/videodrop/videodrop.vcproj
2627         * gst/videofilter/gamma.vcproj
2628         * gst/videofilter/videobalance.vcproj
2629         * gst/videofilter/videofilter.vcproj
2630         * gst/videofilter/videoflip.vcproj
2631         * gst/videoflip/videoflip.vcproj
2632         * gst/videomixer/videomixer.vcproj
2633         * gst/videorate/videorate.vcproj
2634         * gst/videoscale/videoscale.vcproj
2635         * gst/videotestsrc/videotestsrc.vcproj
2636         * gst/virtualdub/virtualdub.vcproj
2637         * gst/volenv/volenv.vcproj
2638         * gst/volume/volume.vcproj
2639         * gst/wavenc/wavenc.vcproj
2640         * gst/wavparse/wavparse.vcproj
2641         * gst/y4m/y4menc.vcproj
2642         * gst-libs/gst/audio/audio.vcproj
2643         * gst-libs/gst/audio/audiofilter.vcproj
2644         * gst-libs/gst/colorbalance/colorbalance.vcproj
2645         * gst-libs/gst/idct/idtc.vcproj
2646         * gst-libs/gst/media-info/media-info.vcproj
2647         * gst-libs/gst/mixer/mixer.vcproj
2648         * gst-libs/gst/navigation/navigation.vcproj
2649         * gst-libs/gst/play/play.vcproj
2650         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
2651         * gst-libs/gst/resample/resample.vcproj
2652         * gst-libs/gst/riff/riff.vcproj
2653         * gst-libs/gst/tuner/tuner.vcproj
2654         * gst-libs/gst/video/video.vcproj
2655         * gst-libs/gst/xoverlay/xoverlay.vcproj
2656           avoid problems with math.h, fix release dependancy
2657           rename GStreamer-0.8.lib to libgstreamer.lib
2658
2659 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2660
2661         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
2662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
2663         the atom is not available we have to unlock the mutex. Fixes #148023
2664
2665 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2666
2667         * gst-libs/gst/media-info/media-info.h:
2668           issue for a vararg macro with MSVC
2669
2670 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2671
2672         * gst/effectv/effectv.vcproj
2673         * gst-libs/gst/idct/idct.vcproj:
2674         * gst-libs/gst/media-info/media-info.vcproj:
2675         * gst-libs/gst/navigation/navigation.vcproj:
2676         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
2677         * gst-libs/gst/video/video.vcproj:
2678         * gst-libs/gst/xoverlay/xoverlay.vcproj:
2679           fixes for build problems
2680
2681 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2682
2683         * gst-libs/gst/audio/audio.def:
2684         * gst-libs/gst/audio/riff.def:
2685           add some definitions needed by plugins
2686
2687 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2688
2689         * gst/asfdemux/gstasfmux.c
2690           Fix some 64 bits constants to be glib friendly
2691
2692 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2693
2694         * gst/ac3parse/gstac3parse.c
2695         * gst/audioscale/gstaudioscale.c
2696         * gst/auparse/gstauparse.c
2697         * gst/colorspace/gstcolorspace.c
2698         * gst/colorspace/yuv2rgb.h
2699           local include fixes
2700
2701 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2702
2703         * win32/gst.sln
2704           add more plugins to the build
2705
2706 2004-07-26  Julien MOUTTE  <julien@moutte.net>
2707
2708         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2709         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
2710
2711 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2712
2713         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
2714         (gst_level_set_property), (gst_level_get_property),
2715         (gst_level_base_init), (gst_level_class_init):
2716           add debugging categories.  cleanups.
2717
2718 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2719
2720         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2721         (gst_videoscale_planar411), (gst_videoscale_planar400),
2722         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
2723         (gst_videoscale_scale_nearest_str1),
2724         (gst_videoscale_scale_nearest_str2),
2725         (gst_videoscale_scale_nearest_str4),
2726         (gst_videoscale_scale_nearest_16bit),
2727         (gst_videoscale_scale_nearest_24bit):
2728           fixed stride issues
2729           tested with 320x240 -> 321, 322, 324 x240
2730           tested with YV12, I420, YUY2, UYVY
2731           fixed packed422rev (don't think it could have worked before)
2732           by testing with UYVY
2733
2734 2004-07-26  Benjamin Otte  <otte@gnome.org>
2735
2736         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
2737         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
2738         (plugin_init):
2739           add debugging category, add error checks like checking return values
2740           of setup calls, make sure it still works after
2741           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
2742
2743 2004-07-26  Wim Taymans  <wim@fluendo.com>
2744
2745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2746         (gst_mpeg_demux_get_audio_stream),
2747         (gst_mpeg_demux_process_private):
2748         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
2749         Check for error codes from the negotiation functions. Make sure
2750         we really set the pad caps when a new pad is created.
2751
2752 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2753
2754         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2755         (gst_ffmpeg_caps_to_pix_fmt):
2756         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2757         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2758         (gst_ffmpegcolorspace_pad_link):
2759           don't make function do two things at the same time without reason.
2760
2761 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2762
2763         * gst/ac3parse/ac3parse.vcproj
2764         * gst/adder/adder.vcproj
2765         * gst/alpha/alpha.vcproj
2766         * gst/alpha/alphacolor.vcproj
2767         * gst/asfdemux/asf.vcproj
2768         * gst/audioconvert/audioconvert.vcproj
2769         * gst/audiorate/audiorate.vcproj
2770         * gst/audioscale/audioscale.vcproj
2771         * gst/auparse/auparse.vcproj
2772         * gst/avi/avi.vcproj
2773         * gst/cdxaparse/cdxaparse.vcproj
2774         * gst/chart/chart.vcproj
2775         * gst/colorspace/colorspace.vcproj
2776         * gst/cutter/cutter.vcproj
2777         * gst/debug/debug.vcproj
2778         * gst/debug/efence.vcproj
2779         * gst/debug/navigationtest.vcproj
2780         * gst/deinterlace/deinterlace.vcproj
2781         * gst/effectv/effectv.vcproj
2782         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2783         * gst/filter/filter.vcproj
2784         * gst/flx/flxdec.vcproj
2785         * gst/goom/goom.vcproj
2786         * gst/interleave/interleave.vcproj
2787         * gst/law/alaw.vcproj
2788         * gst/law/mulaw.vcproj
2789         * gst/matroska/matroska.vcproj
2790         * gst/median/median.vcproj
2791         * gst/mixmatrix/mixmatrix.vcproj
2792         * gst/mpeg1sys/mpeg1systemencode.vcproj
2793         * gst/mpeg1videoparse/mp1videoparse.vcproj
2794         * gst/mpeg2sub/mpeg2subt.vcproj
2795         * gst/mpegaudio/mpegaudio.vcproj
2796         * gst/mpegaudioparse/mpegaudioparse.vcproj
2797         * gst/mpegstream/mpegstream.vcproj
2798         * gst/multifilesink/multifilesink.vcproj
2799         * gst/multipart/multipart.vcproj
2800         * gst/oneton/oneton.vcproj
2801         * gst/overlay/overlay.vcproj
2802         * gst/passthrough/passthrough.vcproj
2803         * gst/qtdemux/qtdemux.vcproj
2804         * gst/realmedia/rmdemux.vcproj
2805         * gst/rtjpeg/rtjpeg.vcproj
2806         * gst/rtp/rtp.vcproj
2807         * gst/silence/silence.vcproj
2808         * gst/sine/sinesrc.vcproj
2809         * gst/smooth/smooth.vcproj
2810         * gst/smpte/smpte.vcproj
2811         * gst/spectrum/spectrum.vcproj
2812         * gst/speed/speed.vcproj
2813         * gst/stereo/stereo.vcproj
2814         * gst/switch/switch.vcproj
2815         * gst/tags/tagedit.vcproj
2816         * gst/tcp/tcp.vcproj
2817         * gst/typefind/typefindfunctions.vcproj
2818         * gst/udp/udp.vcproj
2819         * gst/videobox/videobox.vcproj
2820         * gst/videocrop/videocrop.vcproj
2821         * gst/videodrop/videodrop.vcproj
2822         * gst/videofilter/gamma.vcproj
2823         * gst/videofilter/videobalance.vcproj
2824         * gst/videofilter/videofilter.vcproj
2825         * gst/videofilter/videoflip.vcproj
2826         * gst/videoflip/videoflip.vcproj
2827         * gst/videomixer/videomixer.vcproj
2828         * gst/videorate/videorate.vcproj
2829         * gst/videoscale/videoscale.vcproj
2830         * gst/videotestsrc/videotestsrc.vcproj
2831         * gst/virtualdub/virtualdub.vcproj
2832         * gst/volenv/volenv.vcproj
2833         * gst/volume/volume.vcproj
2834         * gst/wavenc/wavenc.vcproj
2835         * gst/wavparse/wavparse.vcproj
2836         * gst/y4m/y4menc.vcproj
2837           more plugins supported under windows
2838
2839 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2840
2841         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2842         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
2843         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
2844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2845         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
2846           Add debugging statements.  Use the sizes as returned by the
2847           *CreateImage calls.
2848
2849 2004-07-26  Johan Dahlin  <johan@gnome.org>
2850
2851         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
2852         the pad is negotiated.
2853
2854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
2855
2856 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2857
2858         * gst-libs/gst/colorbalance/colorbalance.vcproj:
2859         * gst-libs/gst/idct/idct.vcproj:
2860         * gst-libs/gst/media-info/media-info.vcproj:
2861         * gst-libs/gst/mixer/mixer.vcproj:
2862         * gst-libs/gst/navigation/navigation.vcproj:
2863         * gst-libs/gst/play/play.vcproj:
2864         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
2865         * gst-libs/gst/resample/resample.vcproj:
2866         * gst-libs/gst/tuner/tuner.vcproj:
2867         * gst-libs/gst/video/video.vcproj:
2868         * gst-libs/gst/xoverlay/xoverlay.vcproj:
2869           more plugins supported under windows
2870
2871 2004-07-25 Iain <iain@prettypeople.org>
2872
2873         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
2874         pad now rather than when the pad is created because state changes wipe
2875         explicit caps (fixes #148043).
2876
2877 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
2878
2879         reviewed by Benjamin Otte  <otte@gnome.org>
2880
2881         * ext/mad/gstmad.c:
2882           fix mad plugin crashing on Sun (fixes #148289)
2883
2884 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2885
2886         * gst/avi/avi.def:
2887         * gst/avi/avi.vcproj:
2888         * gst/matroska/matroska.def:
2889         * gst/matroska/matroska.vcproj:
2890           remove unused .def files
2891
2892 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2893
2894         * gst-libs/gst/audio/gstaudiofilter.c:
2895           Clean the local include
2896
2897 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2898
2899         * win32/gst.sln:
2900         * gst-libs/gst/audio/audio.def:
2901         * gst-libs/gst/audio/audio.vcproj:
2902         * gst-libs/gst/audio/audiofilter.vcproj:
2903         * gst-libs/gst/audio/riff.def:
2904         * gst-libs/gst/audio/riff.vcproj:
2905         * gst-libs/gst/gst-libs.def:
2906         * gst-libs/gst/gst-libs.vcproj:
2907         * gst/avi/avi.vcproj:
2908         * gst/avi/avi.vcproj:
2909           Copy the files where needed after building, cleaner projects
2910
2911 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2912
2913         * gst/matroska/ebml-write.c:
2914           Fix some 64 bits constants to be glib friendly
2915
2916 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
2917
2918         * win32/gst.sln:
2919         * gst-libs/gst/gst-libs.def:
2920         * gst-libs/gst/gst-libs.vcproj:
2921         * gst/matroska/matroska.def:
2922         * gst/matroska/matroska.vcproj:
2923           Add the preliminary canvas to build plugins on Win32
2924
2925 2004-07-23  Benjamin Otte  <otte@gnome.org>
2926
2927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2928           don't enfore negotiation from source side, it breaks 
2929           sinesrc ! audioconvert ! osssink
2930
2931 2004-07-22  David Schleef  <ds@schleef.org>
2932
2933         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
2934         for ELF files, since they can easily be recognized as audio/mpeg.
2935         (bug #147441)
2936
2937 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2938
2939         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2940         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
2941         (gst_videoscale_scale_nearest_24bit),
2942         (gst_videoscale_scale_nearest_16bit):
2943           fix 16bit and 24bit for stride (24bit might need testing)
2944           don't pretend we do more than one algorithm
2945
2946 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2947
2948         * configure.ac:
2949         * gst/Makefile.am:
2950         * gst/multifilesink/Makefile.am:
2951         * gst/multifilesink/gstmultifilesink.c:
2952         (gst_multifilesink_get_formats),
2953         (gst_multifilesink_get_query_types), (_do_init),
2954         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
2955         (gst_multifilesink_init), (gst_multifilesink_dispose),
2956         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
2957         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
2958         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
2959         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
2960         (gst_multifilesink_chain), (gst_multifilesink_change_state),
2961         (gst_multifilesink_uri_get_type),
2962         (gst_multifilesink_uri_get_protocols),
2963         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
2964         (gst_multifilesink_uri_handler_init), (plugin_init):
2965         * gst/multifilesink/gstmultifilesink.h:
2966         * testsuite/Makefile.am:
2967         * testsuite/multifilesink/Makefile.am:
2968         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
2969         (gst_newmedia_class_init), (gst_newmedia_init),
2970         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2971         (newfile_signal), (test_signal), (main):
2972         multifilesink plugin for creating new files every time a new media
2973         discontinuity event occurs
2974
2975 2004-07-22  Wim Taymans  <wim@fluendo.com>
2976
2977         * gst/alpha/Makefile.am:
2978         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
2979         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
2980         (gst_alpha_color_init), (gst_alpha_color_set_property),
2981         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
2982         (transform), (gst_alpha_color_chain),
2983         (gst_alpha_color_change_state), (plugin_init):
2984         Stupid plugin to to RGBA to AYUV conversion because none of
2985         the colorspace plugins can handle that yet.
2986
2987 2004-07-22  Wim Taymans  <wim@fluendo.com>
2988
2989         * examples/seeking/seek.c: (update_scale), (main):
2990         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2991         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
2992         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2993         (gst_decode_bin_init), (gst_decode_bin_dispose),
2994         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2995         (no_more_pads), (close_link), (type_found),
2996         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2997         (plugin_init):
2998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2999         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3000         (gst_play_base_bin_dispose), (queue_overrun),
3001         (gen_preroll_element), (remove_prerolls), (unknown_type),
3002         (no_more_pads), (new_stream), (setup_source),
3003         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3004         (play_base_eos), (gst_play_base_bin_change_state),
3005         (gst_play_base_bin_add_element),
3006         (gst_play_base_bin_remove_element),
3007         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3008         (gst_play_base_bin_unlink_stream),
3009         (gst_play_base_bin_get_streaminfo):
3010         * gst/playback/gstplaybin.c: (gen_video_element),
3011         (gen_audio_element):
3012         * gst/playback/gststreaminfo.h:
3013         More playback updates, attempt to fix things after the state change
3014         breakage.
3015
3016 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3017
3018         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3019         (gst_videoscale_scale_nearest_16bit):
3020           comment algorithm
3021
3022 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3023
3024         * gst/videotestsrc/gstvideotestsrc.c:
3025         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3026         (gst_videotestsrc_init), (gst_videotestsrc_get),
3027         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3028         (gst_videotestsrc_get_property):
3029         * gst/videotestsrc/gstvideotestsrc.h:
3030         * gst/videotestsrc/videotestsrc.c:
3031         * gst/videotestsrc/videotestsrc.h:
3032           cleanup and commenting
3033
3034 2004-07-21  Wim Taymans  <wim@fluendo.com>
3035
3036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3037         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3038         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3039         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3040         (_find_chain_get_unknown_part), (_find_streams_check),
3041         (gst_ogg_demux_push), (gst_ogg_pad_push):
3042         * ext/theora/theoradec.c: (theora_get_formats),
3043         (theora_dec_src_convert), (theora_dec_sink_convert),
3044         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3045         (theora_dec_chain):
3046         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3047         (vorbis_dec_convert), (vorbis_dec_src_query),
3048         (vorbis_dec_src_event), (vorbis_dec_event):
3049         More seeking fixes, oggdemux now supports seeking to time and
3050         uses the downstream element to convert granulepos to time.
3051         Seeking in theora-only ogg files now works.
3052
3053 2004-07-21  Wim Taymans  <wim@fluendo.com>
3054
3055         * ext/theora/theoradec.c: (gst_theora_dec_init),
3056         (theora_get_formats), (theora_get_event_masks),
3057         (theora_get_query_types), (theora_dec_src_convert),
3058         (theora_dec_sink_convert), (theora_dec_src_query),
3059         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3060         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3061         (vorbis_get_event_masks), (vorbis_get_query_types),
3062         (gst_vorbis_dec_init), (vorbis_dec_convert),
3063         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3064         Added query/convert/formats functions to vorbis and theora decoders
3065         so that the outside world can use them too. Fixed seeking on an
3066         ogg/theora/vorbis file by disabling the seeking seeking on the 
3067         theora srcpad.
3068
3069 2004-07-21  Julien MOUTTE  <julien@moutte.net>
3070
3071         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3072         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3073         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3074         images creation for both elements. We don't create the image on caps
3075         nego or renego, we just destroy the internal one if present if it does
3076         not match the needs. The chain function takes care of creating a new
3077         image when needed.
3078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3079         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3080         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3081         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3082         the image format information. The buffer pool checks for the context
3083         image format and discard images with different formats.
3084         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3085
3086 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3087
3088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3089         (gst_ffmpegcolorspace_chain):
3090           no point in doing any chaining if the pad we want to push from
3091           isn't usable.
3092
3093 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3094
3095         * gst-libs/gst/riff/riff-media.c:
3096         (gst_riff_create_audio_caps_with_data):
3097           Fix double end-to-native symbol conversion (#148021).
3098
3099 2004-07-20  David Schleef  <ds@schleef.org>
3100
3101         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3102         Don't use an Atom that doesn't exist.
3103
3104 2004-07-20  Wim Taymans  <wim@fluendo.com>
3105
3106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3107         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3108         (gst_multifdsink_client_remove),
3109         (gst_multifdsink_handle_client_write),
3110         (gst_multifdsink_queue_buffer):
3111         * gst/tcp/gstmultifdsink.h:
3112         More multifdsink stats. Avoid deadlock by releasing locks
3113         before sending out a signal.
3114
3115 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3116
3117         * po/LINGUAS:
3118         * po/hu.po:
3119           added Hungarian translation (Laszlo Dvornik)
3120
3121 2004-07-20  Wim Taymans  <wim@fluendo.com>
3122
3123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3124         (gst_multifdsink_add), (gst_multifdsink_client_remove),
3125         (gst_multifdsink_handle_client_write),
3126         (gst_multifdsink_queue_buffer):
3127         * gst/tcp/gsttcp-marshal.list:
3128         Fixed the stupid marshal definition.
3129
3130 2004-07-20  Wim Taymans  <wim@fluendo.com>
3131
3132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3133         (gst_multifdsink_init), (gst_multifdsink_add),
3134         (gst_multifdsink_client_remove),
3135         (gst_multifdsink_handle_client_write),
3136         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3137         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3138         (gst_multifdsink_init_send):
3139         * gst/tcp/gstmultifdsink.h:
3140         Added more stats, added timeout for a client, fixed some typos
3141         and added some comments.
3142
3143 2004-07-20  Wim Taymans  <wim@fluendo.com>
3144
3145         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3146         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3147         (gst_multifdsink_client_remove),
3148         (gst_multifdsink_handle_client_write):
3149         * gst/tcp/gstmultifdsink.h:
3150         * gst/tcp/gsttcp-marshal.list:
3151         Added get_stats method that returns a GValueArray of
3152         stats values.
3153
3154 2004-07-19  Benjamin Otte  <otte@gnome.org>
3155
3156         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3157           make sure longname, description and author are valid UTF-8
3158
3159 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3160
3161         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3162         (gst_ximagesink_set_property):
3163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3164         (gst_xvimagesink_set_property):
3165           make sure SYNCHRONOUS is respected after getting the X context
3166
3167 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3168
3169         * gst/matroska/matroska-demux.c:
3170         (gst_matroska_demux_handle_src_event),
3171         (gst_matroska_demux_parse_blockgroup):
3172         * gst/matroska/matroska-ids.h:
3173           add BlockReference tag and ignore it to clear out log.
3174           ignore NAVIGATION events to clear out log.
3175
3176 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3177
3178         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3179         (gst_matroska_demux_add_stream):
3180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3181           add debug categories
3182
3183 2004-07-16  Wim Taymans  <wim@fluendo.com>
3184
3185         * ext/libpng/Makefile.am:
3186         * ext/libpng/gstpng.c: (plugin_init):
3187         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3188         (gst_pngdec_get_type), (gst_pngdec_base_init),
3189         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3190         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3191         * ext/libpng/gstpngdec.h:
3192         Added png decoder.
3193
3194 2004-07-16  Julien MOUTTE  <julien@moutte.net>
3195
3196         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3197         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3198         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3199         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3200         (gst_ximagesink_buffer_alloc):
3201         * sys/ximage/ximagesink.h:
3202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3203         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3204         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3205         (gst_xvimagesink_buffer_alloc):
3206         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3207         again. Using internal data pointer of the x(v)image to store image's
3208         data to be coherent with the buffer alloc mechanism. Investigated the
3209         image destruction code to be sure that everything gets freed correctly.
3210
3211 2004-07-16  Wim Taymans  <wim@fluendo.com>
3212
3213         * gst-libs/gst/riff/riff-read.c:
3214         (gst_riff_read_strf_vids_with_data),
3215         (gst_riff_read_strf_auds_with_data):
3216         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3217         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3218         Make sure we don't create 0 sized subbuffers in riff-read.
3219         Signal the no more pads signal after reading the avi header.
3220
3221 2004-07-16  Wim Taymans  <wim@fluendo.com>
3222
3223         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3224         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3225         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3226         (gst_decode_bin_init), (gst_decode_bin_dispose),
3227         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3228         (no_more_pads), (close_link), (type_found),
3229         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3230         (gst_decode_bin_change_state), (plugin_init):
3231         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3232         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3233         (gst_play_base_bin_dispose), (queue_overrun),
3234         (gen_preroll_element), (remove_prerolls), (unknown_type),
3235         (no_more_pads), (new_stream), (setup_source),
3236         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3237         (play_base_eos), (gst_play_base_bin_change_state),
3238         (gst_play_base_bin_add_element),
3239         (gst_play_base_bin_remove_element),
3240         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3241         (gst_play_base_bin_unlink_stream),
3242         (gst_play_base_bin_get_streaminfo):
3243         * gst/playback/gstplaybasebin.h:
3244         Better error recovery. Added configurable preroll queue size. Faster
3245         detection of no-more-pads.
3246
3247 2004-07-16  Wim Taymans  <wim@fluendo.com>
3248
3249         * gst-libs/gst/video/video.h:
3250         Added 32 bits RGBA. Not sure if we should use another mime-type
3251         for alpha rgb. Currently the presence of the alpha_mask property
3252         signals an alpha channel.
3253
3254 2004-07-16  Wim Taymans  <wim@fluendo.com>
3255
3256         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3258         FPS seems to be 0.0 to MAX everywhere else.
3259
3260 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3261
3262         * gst-libs/gst/riff/riff-media.c:
3263         (gst_riff_create_video_caps_with_data):
3264           mp42/mp43 (no caps) exist too.
3265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
3266           Set pixel_width/height; we've got them in-caps.
3267         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3268         * gst/wavparse/gstwavparse.c: (plugin_init):
3269           Both are valid primary.
3270         * sys/oss/gstossmixer.c:
3271           Remove i18n hack and enable translations.
3272
3273 2004-07-15  Benjamin Otte  <otte@gnome.org>
3274
3275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3276         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3277           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
3278
3279 2004-07-15  Benjamin Otte  <otte@gnome.org>
3280
3281         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3282         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
3283         (gst_alsa_close_audio):
3284           disable some of the debugging code for now. Writing debugging to a
3285           buffer is broken in current alsalib releases.
3286
3287 2004-07-12  Benjamin Otte  <otte@gnome.org>
3288
3289         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
3290           use bufferpools
3291
3292 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3293
3294         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3295         (theora_dec_src_query), (theora_dec_event):
3296         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3297           add debugging categories.  Remove \n's.
3298
3299 2004-07-13  Johan Dahlin  <johan@gnome.org>
3300
3301         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
3302         (gst_play_bin_get_property): Impl.
3303
3304 2004-07-13  Wim Taymans  <wim@fluendo.com>
3305
3306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
3307         When trying to find the stream length, seek back N pages
3308         instead of just one, where N is the number of streams in 
3309         the current chain.
3310
3311 2004-07-13  Wim Taymans  <wim@fluendo.com>
3312
3313         * gst-libs/gst/riff/riff-media.c:
3314         (gst_riff_create_audio_caps_with_data),
3315         (gst_riff_create_audio_caps),
3316         (gst_riff_create_audio_template_caps):
3317         * gst-libs/gst/riff/riff-media.h:
3318         * gst-libs/gst/riff/riff-read.c:
3319         (gst_riff_read_strf_vids_with_data),
3320         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
3321         * gst-libs/gst/riff/riff-read.h:
3322         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3323         (gst_avi_demux_add_stream):
3324         Set codec_data on caps for avidemuxer.
3325
3326 2004-07-12  David Schleef  <ds@schleef.org>
3327
3328         * configure.ac: Fix test for Objective C
3329
3330 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
3331         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
3332         (gst_gdk_pixbuf_chain):
3333           Add svg and pcx to template caps, and ensure that getcaps returns a
3334           subset of the template caps.
3335           Copy each row manually for output, as gdkpixbuf may pad the
3336           rowstride to a 32-bit word boundary.
3337
3338 2004-07-12  Wim Taymans  <wim@fluendo.com>
3339
3340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3341         (gst_riff_create_video_template_caps):
3342         Fix the template caps to include some more media types.
3343
3344 2004-07-12  Wim Taymans  <wim@fluendo.com>
3345
3346         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3347         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3348         (compare_ranks), (print_feature), (gst_decode_bin_init),
3349         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3350         (try_to_link_1), (new_pad), (close_link), (type_found),
3351         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3352         (gst_decode_bin_change_state), (plugin_init):
3353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3354         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3355         (gst_play_base_bin_dispose), (queue_overrun),
3356         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3357         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3358         (gst_play_base_bin_get_property), (play_base_eos),
3359         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3360         (gst_play_base_bin_remove_element),
3361         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3362         (gst_play_base_bin_unlink_stream),
3363         (gst_play_base_bin_get_streaminfo):
3364         * gst/playback/gstplaybasebin.h:
3365         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3366         (gst_play_bin_class_init), (gst_play_bin_init),
3367         (gst_play_bin_dispose), (gst_play_bin_set_property),
3368         (gst_play_bin_get_property), (gen_video_element),
3369         (gen_audio_element), (remove_sinks), (setup_sinks),
3370         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3371         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3372         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3373         (gst_play_bin_query), (plugin_init):
3374         * gst/playback/test4.c: (main):
3375         More fixes on reusing of the element.
3376
3377 2004-07-11  Benjamin Otte  <otte@gnome.org>
3378
3379         * ext/mad/gstmad.c: (normal_seek):
3380           allow seeking for other methods than just SET
3381
3382 2004-07-11  Andy Wingo  <wingo@pobox.com>
3383
3384         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
3385         float, "any" caps -> buffer_frames=[0,MAX].
3386
3387         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
3388         doesn't intersect our caps with the template any more. Do it
3389         ourselves.
3390         (interleave_buffered_loop): Use g_newa instead of malloc/free.
3391
3392 2004-07-09  Wim Taymans  <wim@fluendo.com>
3393
3394         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3395         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3396         (compare_ranks), (print_feature), (gst_decode_bin_init),
3397         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3398         (try_to_link_1), (new_pad), (close_link), (type_found),
3399         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3400         (gst_decode_bin_change_state), (plugin_init):
3401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3402         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3403         (gst_play_base_bin_dispose), (queue_overrun),
3404         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3405         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3406         (gst_play_base_bin_get_property), (play_base_eos),
3407         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3408         (gst_play_base_bin_remove_element),
3409         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3410         (gst_play_base_bin_unlink_stream),
3411         (gst_play_base_bin_get_streaminfo):
3412         * gst/playback/gstplaybasebin.h:
3413         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3414         (gst_play_bin_class_init), (gst_play_bin_init),
3415         (gst_play_bin_dispose), (gst_play_bin_set_property),
3416         (gst_play_bin_get_property), (gen_video_element),
3417         (gen_audio_element), (remove_sinks), (setup_sinks),
3418         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3419         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3420         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3421         (gst_play_bin_query), (plugin_init):
3422         * gst/playback/test4.c: (main):
3423         Work on object reuse and seeking.
3424
3425 2004-07-09  Wim Taymans  <wim@fluendo.com>
3426
3427         * examples/seeking/seek.c: (iterate):
3428         Don't consume all CPU in the idle loop.
3429
3430 2004-07-09  Wim Taymans  <wim@fluendo.com>
3431
3432         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
3433         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
3434         Add pad to element *after* setting the pad functions so that
3435         the scheduler can use the correct ones.
3436
3437 2004-07-09  Wim Taymans  <wim@fluendo.com>
3438
3439         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3440         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
3441         Sync to keyframe after seek
3442
3443 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3444
3445         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3446         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3447         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
3448         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
3449         * ext/libvisual/visual.c: (gst_visual_change_state):
3450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
3451         * ext/theora/theoradec.c: (theora_dec_change_state):
3452         * ext/theora/theoraenc.c: (theora_enc_change_state):
3453         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
3454         * gst-libs/gst/navigation/navigation.c:
3455         * gst/adder/gstadder.c: (gst_adder_change_state):
3456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3457         (gst_audio_convert_get_buffer):
3458         * gst/multipart/multipartdemux.c:
3459         (gst_multipart_demux_change_state):
3460         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3462         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3463         * gst/videoscale/gstvideoscale.c:
3464         (gst_videoscale_handle_src_event):
3465         * gst/volume/gstvolume.c: (volume_chain_int16):
3466           don't assert in state change, this should be done by the base
3467           GstElement class.
3468           various debugging fixes.
3469
3470 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3471
3472         * configure.ac:
3473         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3474         (gst_play_dispose), (gst_play_set_location),
3475         (gst_play_set_data_src), (gst_play_set_video_sink),
3476         (gst_play_set_audio_sink), (gst_play_set_visualization),
3477         (gst_play_connect_visualization), (gst_play_get_sink_element),
3478         (gst_play_get_all_by_interface):
3479         * gst-libs/gst/play/play.h:
3480           add new method to get elements implementing an interface.
3481           add various error logging
3482
3483 2004-07-08  Wim Taymans  <wim@fluendo.com>
3484
3485         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
3486         (make_mpeg_pipeline), (make_mpegnt_pipeline),
3487         (make_playerbin_pipeline), (query_durations_elems),
3488         (query_durations_pads), (query_positions_elems),
3489         (query_positions_pads), (update_scale), (iterate), (stop_seek),
3490         (main):
3491         Added playbin seeking example.
3492
3493 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3494
3495         * gst-libs/gst/play/play.c: (gst_play_set_location),
3496         (gst_play_set_data_src), (gst_play_set_video_sink),
3497         (gst_play_set_audio_sink), (gst_play_set_visualization),
3498         (gst_play_connect_visualization), (gst_play_get_framerate):
3499           use a macro to look up elements from hash table
3500
3501 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3502
3503         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3504         (gst_play_get_length_callback), (gst_play_set_location),
3505         (gst_play_seek_to_time), (gst_play_set_data_src),
3506         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3507         (gst_play_set_visualization), (gst_play_connect_visualization),
3508         (gst_play_get_sink_element):
3509         - add debugging info
3510         - fix looking up sink elements by iterating over complete caps
3511         - put everything except for source and autoplugger in a complete bin
3512
3513 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3514
3515         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
3516         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
3517         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
3518         (gst_alsa_sink_write), (gst_alsa_sink_loop):
3519         * ext/alsa/gstalsasink.h:
3520         - add debugging info
3521         - clean up schizophrenia of data/buffer/event
3522         - fix double event unref error
3523
3524 2004-07-08  Wim Taymans  <wim@fluendo.com>
3525
3526         * gst/playback/Makefile.am:
3527         Add headers to noinst
3528
3529 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3530
3531         * tools/gst-launch-ext-m.m:
3532         * tools/gst-launch-ext.1.in:
3533           convert to the third millenium
3534
3535 2004-07-07  David Schleef  <ds@schleef.org>
3536
3537         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
3538
3539 2004-07-07  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/playback/Makefile.am:
3542         * gst/playback/README:
3543         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3544         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3545         (compare_ranks), (print_feature), (gst_decode_bin_init),
3546         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3547         (try_to_link_1), (new_pad), (close_link), (type_found),
3548         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3549         (plugin_init):
3550         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3551         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3552         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
3553         (gen_preroll_element), (no_more_pads), (new_stream),
3554         (setup_source), (gst_play_base_bin_set_property),
3555         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
3556         (gst_play_base_bin_add_element),
3557         (gst_play_base_bin_remove_element),
3558         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3559         (gst_play_base_bin_unlink_stream),
3560         (gst_play_base_bin_get_streaminfo):
3561         * gst/playback/gstplaybasebin.h:
3562         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3563         (gst_play_bin_class_init), (gst_play_bin_init),
3564         (gst_play_bin_dispose), (gst_play_bin_set_property),
3565         (gst_play_bin_get_property), (gen_video_element),
3566         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
3567         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3568         (gst_play_bin_get_formats), (gst_play_bin_convert),
3569         (gst_play_bin_get_query_types), (gst_play_bin_query),
3570         (plugin_init):
3571         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
3572         (gst_stream_info_get_type), (gst_stream_info_class_init),
3573         (gst_stream_info_init), (gst_stream_info_new),
3574         (gst_stream_info_dispose), (gst_stream_info_set_property),
3575         (gst_stream_info_get_property):
3576         * gst/playback/gststreaminfo.h:
3577         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3578         (main):
3579         * gst/playback/test2.c: (main):
3580         * gst/playback/test3.c: (update_scale), (main):
3581         More playbin fixes. Added README. Do better element filtering.
3582         Added base class to preroll media. Added test apps.
3583
3584 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3585
3586         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
3587         * ext/mpeg2dec/gstmpeg2dec.h:
3588           various debugging improvements.  Reset stream to next picture
3589           instead of sequence header, otherwise seeks cannot work.
3590
3591 2004-07-07  Wim Taymans  <wim@fluendo.com>
3592
3593         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3594         (gst_video_box_class_init), (gst_video_box_set_property),
3595         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
3596         Use pad_alloc where possible.
3597
3598 2004-07-07  Wim Taymans  <wim@fluendo.com>
3599
3600         * sys/oss/gstosselement.c: (gst_osselement_reset),
3601         (gst_osselement_parse_caps):
3602         * sys/oss/gstosselement.h:
3603         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3604         Fix offset on osssrc.
3605
3606 2004-07-07  Wim Taymans  <wim@fluendo.com>
3607
3608         * ext/theora/theora.c: (plugin_init):
3609         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3610         (theora_dec_src_query), (theora_dec_chain):
3611         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3612         (theora_enc_sink_link), (theora_buffer_from_packet),
3613         (theora_push_packet), (theora_enc_chain):
3614         Fix theora granulepos calculation.
3615         Fix overflow in duration/position calculation.
3616         Bump rank to PRIMARY for theoradec.
3617         Use granulepos of last packet to calculate position.
3618         Set keyframe flag on buffers when needed.
3619
3620 2004-07-06  David Schleef  <ds@schleef.org>
3621
3622         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
3623         serious?  (Fixed, obviously.)
3624
3625 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3626
3627         * po/LINGUAS:
3628         * po/cs.po:
3629           added Czech translation (Miloslav Trmac)
3630
3631 2004-07-05  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3634         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3635         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
3636         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3637         (close_link), (type_found), (gst_decode_bin_set_property),
3638         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
3639         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
3640         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
3641         (gst_decode_bin_query), (plugin_init):
3642         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3643         (gst_play_bin_class_init), (gst_play_bin_init),
3644         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
3645         (get_video_element), (new_pad), (setup_source),
3646         (gst_play_bin_set_property), (gst_play_bin_get_property),
3647         (gst_play_bin_change_state), (gst_play_bin_add_element),
3648         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
3649         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3650         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3651         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
3652         * gst/playback/test.c: (main):
3653         More fixes, cleaned up playbin, make it use decodebin. Added
3654         threaded property to playbin.
3655
3656 2004-07-05  Wim Taymans  <wim@fluendo.com>
3657
3658         * configure.ac:
3659         * gst/playback/Makefile.am:
3660         * gst/playback/decodetest.c: (main):
3661         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3662         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3663         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
3664         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3665         (close_link), (type_found), (gst_decode_bin_set_property),
3666         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
3667         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
3668         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
3669         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
3670         (plugin_init):
3671         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3672         (gst_play_bin_class_init), (gst_play_bin_init),
3673         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
3674         (collect_sink_pads), (find_compatibles), (close_pad_link),
3675         (try_to_link_1), (new_pad), (close_link), (type_found),
3676         (setup_source), (gst_play_bin_set_property),
3677         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
3678         (compare_ranks), (gst_play_bin_collect_factories),
3679         (gst_play_bin_change_state), (gst_play_bin_add_element),
3680         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
3681         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3682         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3683         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
3684         * gst/playback/test.c: (main):
3685         Added some playback helper elements and some test apps, very alpha
3686         still.
3687
3688 2004-07-04  Benjamin Otte  <otte@gnome.org>
3689
3690         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
3691           only restart audio when we indeed have an xrun to fix repeated
3692           xruns. Fix suggested by Giuliano Pochini.
3693
3694 2004-07-03  David Schleef  <ds@schleef.org>
3695
3696         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
3697         call to gst_debug_log() if debugging is disabled (bug #145118)
3698
3699 2004-07-03  Benjamin Otte  <otte@gnome.org>
3700
3701         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
3702           use our own functions for restarting the alsa device.
3703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3704           I should apply patches myself - use MIN for the third argument, not
3705           the second, this fixes seeking
3706
3707 2004-07-02  David Schleef  <ds@schleef.org>
3708
3709         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
3710         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
3711         do with the logic.
3712
3713 2004-07-02  David Schleef  <ds@schleef.org>
3714
3715         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
3716         output buffers.  Fix logic mistake.  (bug #144866)
3717
3718 2004-07-02  David Schleef  <ds@schleef.org>
3719
3720         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
3721         on X.  (bug #144753)
3722
3723 2004-07-02  David Schleef  <ds@schleef.org>
3724
3725         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
3726         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
3727         (bug #144624)
3728         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
3729         (gst_osselement_rate_probe_check): Add another workaround for
3730         buggy drivers (bug #145336)
3731
3732 2004-07-02  David Schleef  <ds@schleef.org>
3733
3734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
3735         Most systems don't have MSG_NOSIGNAL.
3736
3737 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3738
3739         * Makefile.am:
3740         * gst-libs/gst/colorbalance/Makefile.am:
3741         * gst-libs/gst/mixer/Makefile.am:
3742         * gst-libs/gst/play/Makefile.am:
3743         * gst-libs/gst/tuner/Makefile.am:
3744           (hopefully) fix both install and dist and make error message useful.
3745           needs testing across automakes.
3746
3747 2004-07-02  Benjamin Otte  <otte@gnome.org>
3748
3749         * ext/ogg/gstogg.c: (plugin_init):
3750           we require bytestream now
3751         * ext/ogg/gstoggdemux.c: 
3752           huge diff to implement chain setup in a fast and generic way. This
3753           improves tag reading and startup of huge files (read: Theora videos)
3754           quite a bit. It probably contains bugs, too, so please test.
3755           Seeking is not improved to the fast method.
3756
3757 2004-06-29  Wim Taymans  <wim@fluendo.com>
3758
3759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3760         * ext/ogg/gstoggmux.c:
3761         Fix memleak in oggdemux when running unconnected pads.
3762         doc update in mux, start working on keyframe mode.
3763
3764 2004-06-29  Benjamin Otte  <otte@gnome.org>
3765
3766         * sys/oss/gstosssink.c:
3767         * sys/oss/gstosssrc.c:
3768           advertise correct template caps - we indeed do non-native endianness
3769           and 8bit audio has no endianness
3770         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
3771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
3772           avoid (wrong) duplications in getcaps function and return
3773           template caps
3774
3775 2004-06-29  Wim Taymans  <wim@fluendo.com>
3776
3777         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3778         (gst_multifdsink_class_init), (gst_multifdsink_add),
3779         (gst_multifdsink_remove), (gst_multifdsink_clear),
3780         (gst_multifdsink_client_remove),
3781         (gst_multifdsink_handle_client_read),
3782         (gst_multifdsink_client_queue_data),
3783         (gst_multifdsink_client_queue_caps),
3784         (gst_multifdsink_client_queue_buffer),
3785         (gst_multifdsink_handle_client_write),
3786         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3787         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3788         (gst_multifdsink_init_send), (gst_multifdsink_close):
3789         Fix wrong GList iteration that could crash the server when
3790         more then 2 clients disconnect at the same time. Read all the
3791         pending commands in one batch to recover from command storms under
3792         very heavy load.
3793
3794 2004-06-28  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3797         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3798         (gst_videomixer_pad_set_property),
3799         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3800         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3801         (gst_videomixer_class_init), (gst_videomixer_init),
3802         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
3803         (pad_zorder_compare), (gst_videomixer_sort_pads),
3804         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3805         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
3806         (gst_videomixer_update_queues), (gst_videomixer_loop),
3807         (plugin_init):
3808         Avoid divide by zero, choose masterpad as the pad with the highest
3809         framerate.
3810
3811 2004-06-27  Julien Moutte  <julien@moutte.net>
3812
3813         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
3814         (gst_ximagesink_xwindow_new):
3815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3816         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
3817         function directly. We might want to call it from somewhere else one day.
3818
3819 2004-06-27  Julien Moutte  <julien@moutte.net>
3820
3821         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
3822         (gst_ximagesink_xwindow_new):
3823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3824         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
3825         window decorations.
3826
3827 2004-06-27  Wim Taymans  <wim@fluendo.com>
3828
3829         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
3830         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
3831         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
3832         (gst_dvdec_set_property), (gst_dvdec_get_property):
3833         * ext/dv/gstdvdec.h:
3834         Implement drop_factor property to lower the framerate with
3835         a factor.
3836
3837 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3838
3839         * gst-libs/gst/colorbalance/Makefile.am:
3840         * gst-libs/gst/mixer/Makefile.am:
3841         * gst-libs/gst/play/Makefile.am:
3842         * gst-libs/gst/tuner/Makefile.am:
3843           unbreak Company's fix that didn't install the -enum.h files
3844
3845 2004-06-27  Wim Taymans  <wim@fluendo.com>
3846
3847         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
3848         (gst_dvdec_change_state):
3849         * ext/dv/gstdvdec.h:
3850         Fix timestamp, duration and offset of the buffers.
3851
3852 2004-06-27  Wim Taymans  <wim@fluendo.com>
3853
3854         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3855         (gst_multifdsink_class_init), (gst_multifdsink_add),
3856         (gst_multifdsink_remove), (gst_multifdsink_clear),
3857         (gst_multifdsink_client_remove),
3858         (gst_multifdsink_handle_client_read),
3859         (gst_multifdsink_client_queue_data),
3860         (gst_multifdsink_client_queue_caps),
3861         (gst_multifdsink_client_queue_buffer),
3862         (gst_multifdsink_handle_client_write),
3863         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3864         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3865         (gst_multifdsink_init_send), (gst_multifdsink_close):
3866         * gst/tcp/gstmultifdsink.h:
3867         * gst/tcp/gsttcpserversink.c:
3868         (gst_tcpserversink_handle_server_read),
3869         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
3870         More multifdsink fixes, more recovery policy fixes.
3871         Removed stupid g_print
3872
3873 2004-06-26  Wim Taymans  <wim@fluendo.com>
3874
3875         * gst/tcp/Makefile.am:
3876         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3877         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
3878         (gst_multifdsink_class_init), (gst_multifdsink_init),
3879         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
3880         (gst_multifdsink_handle_client_read),
3881         (gst_multifdsink_client_queue_data),
3882         (gst_multifdsink_client_queue_caps),
3883         (gst_multifdsink_client_queue_buffer),
3884         (gst_multifdsink_handle_client_write),
3885         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3886         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3887         (gst_multifdsink_chain), (gst_multifdsink_set_property),
3888         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
3889         (gst_multifdsink_close), (gst_multifdsink_change_state):
3890         * gst/tcp/gstmultifdsink.h:
3891         * gst/tcp/gsttcpplugin.c: (plugin_init):
3892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
3893         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
3894         (gst_tcpserversink_handle_server_read),
3895         (gst_tcpserversink_handle_select),
3896         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
3897         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
3898         * gst/tcp/gsttcpserversink.h:
3899         Added multifdsink, made tcpserversink a subclass of fdsink, removed
3900         one of the locks, added recovery policy to multifdsink.
3901
3902 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3903
3904         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3905           fix decision for when getting frames with same timestamp
3906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3907         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3908         (gst_v4lsrc_get_property):
3909         * sys/v4l/gstv4lsrc.h:
3910           add latency offset property 
3911
3912 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3913
3914         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
3915         (plugin_init):
3916           fix debugging. add category.
3917
3918 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3919
3920         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3921           fix wrong offsets
3922
3923 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3924
3925         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3926         (gst_alsa_src_get_time), (gst_alsa_src_loop),
3927         (gst_alsa_src_change_state):
3928           return a time that is in sync with the element's processing
3929
3930 2004-06-25  Wim Taymans  <wim@fluendo.com>
3931
3932         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3933         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3934         (gst_tcpserversink_client_remove),
3935         (gst_tcpserversink_handle_client_read),
3936         (gst_tcpserversink_client_queue_data),
3937         (gst_tcpserversink_client_queue_caps),
3938         (gst_tcpserversink_client_queue_buffer),
3939         (gst_tcpserversink_handle_client_write),
3940         (gst_tcpserversink_queue_buffer),
3941         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
3942         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
3943         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
3944         (gst_tcpserversink_close):
3945         * gst/tcp/gsttcpserversink.h:
3946         Serversink rewrite. Really do non blocking writes to clients and
3947         maintain an internal queue to handle slower clients while not
3948         disturbing fast clients.
3949
3950 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3951
3952         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
3953           better debug, don't override OFFSET and OFFSET_END
3954
3955 2004-06-25  Iain <iain@prettypeople.org>
3956
3957         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
3958         name=source for the wavparse pipeline.
3959
3960 2004-06-24  Johan Dahlin  <johan@gnome.org>
3961
3962         * ext/theora/theoraenc.c (theora_enc_chain): Call
3963         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
3964         streamheader caps are set correctly.
3965
3966 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3967
3968         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
3969         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
3970           respect minimum bitrate; same could be done for max bitrate
3971
3972 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3973
3974         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
3975         (gst_vorbisenc_setup):
3976           fix sample rate range
3977
3978 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3979
3980         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
3981         (gst_oggvorbisenc_setup):
3982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3983         (gst_vorbisenc_setup):
3984           resolve ambiguities in code and description
3985
3986 2004-06-24  Wim Taymans  <wim@fluendo.com>
3987
3988         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
3989         * ext/alsa/gstalsa.h:
3990         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3991         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
3992         Use alsa trigger_tstamp to get the timestamp of the first
3993         sample in the buffer for more precise sync. Some cleanups.
3994
3995 2004-06-24  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
3998         (gst_audiorate_init), (gst_audiorate_chain),
3999         (gst_audiorate_set_property), (gst_audiorate_get_property):
4000         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4001         (gst_videorate_chain):
4002         Added some logging, fixed an overflow bug in videorate.
4003
4004 2004-06-24  Benjamin Otte  <otte@gnome.org>
4005
4006         * ext/kio/Makefile.am:
4007           fix for builddir != srcdir and distcheck
4008
4009 2004-06-24  Benjamin Otte  <otte@gnome.org>
4010
4011         * gst-libs/gst/colorbalance/Makefile.am:
4012         * gst-libs/gst/mixer/Makefile.am:
4013         * gst-libs/gst/play/Makefile.am:
4014         * gst-libs/gst/tuner/Makefile.am:
4015         * gst/tcp/Makefile.am:
4016         * sys/dxr3/Makefile.am:
4017           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4018           tarball.
4019           Also add all *.list files that were missing.
4020         * Makefile.am:
4021           add a distcheck hook to ensure the above doesn't happen again.
4022
4023 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
4024
4025         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4026
4027 2004-06-23  Colin Walters  <walters@redhat.com>
4028
4029         * m4/Makefile.am: Distribute gst-fionread.m4.
4030
4031 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4032
4033         * configure.ac: back to dev
4034
4035 2004-06-23  Wim Taymans  <wim@fluendo.com>
4036
4037         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4038         (gst_alsa_xrun_recovery):
4039         * ext/alsa/gstalsa.h:
4040         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4041         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4042         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4043         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4044         (gst_alsa_src_loop):
4045         Add clock to alsasrc. Take new capture timestamp when
4046         restarting after an overrun. Split up some functions between
4047         alsasrc and alsasink.
4048
4049 === release 0.8.2 ===
4050
4051 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4052
4053         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4054         (gst_alsa_change_state), (gst_alsa_update_avail),
4055         (gst_alsa_xrun_recovery):
4056         * ext/alsa/gstalsa.h:
4057         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4058           merge back changes from release
4059
4060 2004-06-23  Wim Taymans  <wim@fluendo.com>
4061
4062         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4063         (gst_audiorate_init), (gst_audiorate_chain),
4064         (gst_audiorate_set_property), (gst_audiorate_get_property):
4065         Implement sample dropping and notify
4066
4067 2004-06-22  Wim Taymans  <wim@fluendo.com>
4068
4069         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4070         (theora_enc_sink_link), (theora_buffer_from_packet),
4071         (theora_push_packet), (theora_enc_chain):
4072         Some cleanups, make sure the timestamps are correct.
4073
4074 2004-06-22  Wim Taymans  <wim@fluendo.com>
4075
4076         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4077         (gst_alsa_change_state), (gst_alsa_update_avail),
4078         (gst_alsa_xrun_recovery):
4079         * ext/alsa/gstalsa.h:
4080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4081         Cleanups, take queued samples into account when reporting
4082         the time.
4083
4084 2004-06-22  Wim Taymans  <wim@fluendo.com>
4085
4086         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4087         (gst_videorate_init):
4088         Initialize the property as well.
4089
4090 2004-06-22  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4093         (gst_videorate_init), (gst_videorate_chain),
4094         (gst_videorate_set_property), (gst_videorate_get_property):
4095         Add property to make videorate silent.
4096         Add property to prefer new frames over old ones.
4097
4098 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4099
4100         * sys/osxvideo/Makefile.am:
4101         Workaround so that the osxvideo .so file gets linked with the
4102         Cocoa, OpenGL and QuickTime frameworks
4103
4104 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4105
4106         * sys/osxaudio/Makefile.am:
4107         Workaround so that the osxaudio .so file gets linked with the
4108         CoreAudio framework
4109  
4110 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4111
4112         * configure.ac:
4113         Whoops, my fault...fixed build issues
4114
4115 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4116
4117         * configure.ac:
4118         Add objective-c support if running in Darwin/Mac OS X
4119         * sys/Makefile.am:
4120         * sys/osxvideo:
4121         * sys/osxvideo/Makefile.am:
4122         * sys/osxvideo/osxvideosink.h:
4123         * sys/osxvideo/osxvideosink.m:
4124         * sys/osxvideo/cocoawindow.h:
4125         * sys/osxvideo/cocoawindow.m:
4126         Add osxvideosink, a cocoa-based osx video sink
4127         
4128
4129 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4130         * ext/dvdnav/gst-dvd:
4131         Grab the gconf key from the right spot
4132         * gst/debug/gstnavseek.c: (gst_navseek_init),
4133         (gst_navseek_segseek), (gst_navseek_handle_src_event),
4134         (gst_navseek_chain):
4135         * gst/debug/gstnavseek.h:
4136           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4137           and loop parameters of a segment seek.
4138         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4139         (gst_videotestsrc_get_event_masks),
4140         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4141         * gst/videotestsrc/gstvideotestsrc.h:
4142           Add seeking support to videotestsrc
4143           Initialise the timestamp_offset variable.
4144
4145 2004-06-18  Wim Taymans  <wim@fluendo.com>
4146
4147         * ext/sidplay/gstsiddec.cc:
4148         Fix negotiation and set correct end offset.
4149
4150 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4151
4152         * configure.ac: branch and prerelease
4153
4154 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4155
4156         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4157         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4158         (gst_tcpclientsrc_init_receive):
4159         * gst/tcp/gsttcpclientsrc.h:
4160           read caps when connecting to server for GDP so we set them correctly
4161
4162 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4163
4164         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4165           notify drops and duplicates
4166         * gst/videoscale/videoscale.c: (videoscale_get_structure):
4167           no good reason to limit ourselves to 100x100
4168
4169 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4170
4171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4172         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4173         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4174         (gst_v4lsrc_get_property):
4175         * sys/v4l/gstv4lsrc.h:
4176         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4177         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4178         (gst_v4l_set_audio):
4179         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4180         (gst_v4lsrc_try_capture):
4181         * sys/v4l/v4lsrc_calls.h:
4182           change try_palette to more general try_capture
4183           add autoprobe option so we can turn off autoprobing
4184           various fixes
4185
4186 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4187
4188         * configure.ac:
4189           add videorate
4190         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4191         (gst_ximagesink_class_init):
4192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4193         (gst_xvimagesink_class_init):
4194           run them as finalize, not dispose, since dispose can be invoked
4195           multiple times
4196
4197 2004-06-17  Wim Taymans  <wim@fluendo.com>
4198
4199         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4200         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4201         * ext/alsa/gstalsa.h:
4202         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4203         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4204         (gst_alsa_src_change_state):
4205         * ext/alsa/gstalsasrc.h:
4206         Make the xrun code timestamp and offset the buffers correctly.
4207         moved the clock to the base class, use alsa methods to get time.
4208         Do correct timestamping on outgoing buffers.
4209
4210 2004-06-17  Wim Taymans  <wim@fluendo.com>
4211
4212         * gst/audiorate/Makefile.am:
4213         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4214         (gst_audiorate_base_init), (gst_audiorate_class_init),
4215         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4216         (gst_audiorate_set_property), (gst_audiorate_get_property),
4217         (gst_audiorate_change_state), (plugin_init):
4218         Added an audiorate converter that fills in gaps.
4219
4220 2004-06-17  Johan Dahlin  <johan@gnome.org>
4221
4222         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
4223
4224 2004-06-16  Wim Taymans  <wim@fluendo.com>
4225
4226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
4227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4228         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4229         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4230         (gst_v4lsrc_get_property):
4231         * sys/v4l/gstv4lsrc.h:
4232         Added a copy mode to v4lsrc where it will output a copied version
4233         of its internal hardware buffer.
4234         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
4235         can't | them.
4236
4237 2004-06-16  Wim Taymans  <wim@fluendo.com>
4238
4239         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4240         Timestamp fixes.
4241
4242 2004-06-16  Wim Taymans  <wim@fluendo.com>
4243
4244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4245         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4246         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4247         (gst_v4lsrc_get_property):
4248         * sys/v4l/gstv4lsrc.h:
4249         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4250         Added a sync mode enum property to control v4lsrc timestamp method
4251         Removed the use-fixed-fps property and moved functionality in
4252         the enum. 
4253         Don't error on an error value from v4l-conf, it might not always
4254         be a real error.
4255
4256 2004-06-16  Wim Taymans  <wim@fluendo.com>
4257
4258         * gst/videorate/Makefile.am:
4259         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
4260         (gst_videorate_base_init), (gst_videorate_class_init),
4261         (gst_videorate_getcaps), (gst_videorate_link),
4262         (gst_videorate_init), (gst_videorate_chain),
4263         (gst_videorate_set_property), (gst_videorate_get_property),
4264         (gst_videorate_change_state), (plugin_init):
4265         Added a video timestamp corrector.
4266
4267 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4268
4269         fixed a potential leak with previous commit
4270         
4271         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4272
4273 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4274
4275         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4276         Added missing refcount, fixes bug #144425
4277         Cheers Tim for finding the bug
4278
4279 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4280
4281         * sys/v4l/gstv4l.c: (plugin_init):
4282         * sys/v4l/gstv4lcolorbalance.c:
4283         * sys/v4l/gstv4lcolorbalance.h:
4284         * sys/v4l/gstv4lelement.c:
4285         * sys/v4l/gstv4lelement.h:
4286         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4287         * sys/v4l/gstv4lmjpegsink.h:
4288         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4289         * sys/v4l/gstv4lmjpegsrc.h:
4290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4291         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4292         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4293         * sys/v4l/gstv4lsrc.h:
4294         * sys/v4l/gstv4ltuner.c:
4295         * sys/v4l/gstv4ltuner.h:
4296         * sys/v4l/gstv4lxoverlay.c:
4297         * sys/v4l/gstv4lxoverlay.h:
4298         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
4299         (gst_v4l_set_window), (gst_v4l_enable_overlay):
4300         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4301         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4302         (gst_v4l_set_audio):
4303         * sys/v4l/v4l_calls.h:
4304         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4305         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
4306         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
4307         (gst_v4lmjpegsink_playback_init),
4308         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
4309         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
4310         (gst_v4lmjpegsink_playback_stop),
4311         (gst_v4lmjpegsink_playback_deinit):
4312         * sys/v4l/v4lmjpegsink_calls.h:
4313         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
4314         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
4315         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
4316         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
4317         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
4318         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
4319         * sys/v4l/v4lmjpegsrc_calls.h:
4320         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4321         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
4322         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
4323         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
4324         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
4325         (gst_v4lsrc_try_palette):
4326         * sys/v4l/v4lsrc_calls.h:
4327           bunch of paranoia cleanups
4328
4329 2004-06-14  David Schleef  <ds@schleef.org>
4330
4331         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
4332         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
4333         Send discont events and change timestamps appropriately when
4334         we get a seek event.  (bug #144240)
4335         * ext/cdparanoia/gstcdparanoia.h:
4336
4337 2004-06-14  Benjamin Otte  <otte@gnome.org>
4338
4339         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
4340           snd_pcm_hw_params_set_rate  since the latter fails for no good 
4341           reason on some setups.
4342
4343 2004-06-14  David Schleef  <ds@schleef.org>
4344
4345         * gst/volume/demo.c: (value_changed_callback): exp10() is not
4346         standard.  Thank you for playing.
4347
4348 2004-06-14  Wim Taymans  <wim@fluendo.com>
4349
4350         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4351         Patch 1.3 broke the ordering of the colorspace info and
4352         made the plugin basically work by coincidence, reordered
4353         the info.
4354
4355 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4356
4357         * ext/lame/gstlame.c:
4358         * ext/mad/gstmad.c:
4359           sync caps.  Make sure mad can only output a list of rates, not
4360           a full range.  In the future, have three caps lists for each of the
4361           mpeg versions.  Change mpegversion to a double as well.
4362
4363 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4364
4365         * gst/volume/.cvsignore:
4366         * gst/volume/Makefile.am:
4367         * gst/volume/demo.c: (value_changed_callback), (idler),
4368         (setup_gui), (main):
4369           added small demo app
4370
4371 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
4372         * ext/esd/esdsink.c: (gst_esdsink_change_state):
4373         * ext/esd/esdsink.h:
4374         Close the esd connection on pause, because esd will just wait -  
4375         blocking all other esd clients indefinitely.
4376
4377 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
4378
4379         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
4380           previous commit with GST_DEBUG
4381
4382 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4383
4384         * configure.ac:
4385           add a header check for a dvdread header in dvdnav.  Fixes #133002
4386
4387 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4388
4389         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
4390         * gst/tcp/gsttcpclientsink.h:
4391         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
4392         * gst/tcp/gsttcpclientsrc.h:
4393         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
4394         (gst_tcpserversink_handle_server_read),
4395         (gst_tcpserversink_init_send):
4396         * gst/tcp/gsttcpserversink.h:
4397         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4398         * gst/tcp/gsttcpserversrc.h:
4399         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
4400         version of IP)
4401
4402 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4403
4404         * configure.ac:
4405         Added ogg library so that OSX detects libtheora properly
4406         
4407 2004-06-11  Wim Taymans  <wim@fluendo.com>
4408
4409         * ext/theora/theoradec.c: (theora_dec_chain),
4410         (theora_dec_change_state):
4411         Don't try to decode frames before we received a keyframe.
4412
4413 2004-06-11  Wim Taymans  <wim@fluendo.com>
4414
4415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4416         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4417         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4418         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4419         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4420         Added property to set the maximum delay of a page.
4421
4422 2004-06-10  Wim Taymans  <wim@fluendo.com>
4423
4424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4425         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4426         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4427         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4428         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4429         Added max-delay property to control the maximum amount
4430         of data to put in one page.
4431
4432 2004-06-10  Wim Taymans  <wim@fluendo.com>
4433
4434         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4435         (gst_theora_enc_init), (theora_enc_sink_link),
4436         (theora_buffer_from_packet), (theora_enc_set_property),
4437         (theora_enc_get_property):
4438         Set duration on encoded buffer, added some more properties
4439
4440 2004-06-10  Wim Taymans  <wim@fluendo.com>
4441
4442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4443         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4444         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
4445         * ext/theora/theoraenc.c: (theora_enc_chain):
4446         Fix refcounting bugs
4447
4448 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4449
4450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4451         (gst_asf_demux_loop), (gst_asf_demux_process_file),
4452         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
4453         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
4454         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
4455         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
4456         (gst_asf_demux_change_state):
4457         * gst/asfdemux/gstasfdemux.h:
4458           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
4459           feels like. I think we should set a new requirement for demuxers
4460           from now on to implement sane loop functions, data loops, query
4461           and seek functions before first commit into CVS. And this commit
4462           fixes all of the above.
4463
4464 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
4465
4466         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
4467           vorbis comments are properly encoded in UTF-8 before adding them
4468           to a GstTagList
4469
4470 2004-06-09  Benjamin Otte  <otte@gnome.org>
4471
4472         * ext/alsa/gstalsa.c: (add_channels):
4473           handle min <= max correctly
4474         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
4475         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
4476           add fixation functions so we fixate correctly. No preferring of alaw
4477           anymore because it's the first structure.
4478         * ext/alsa/gstalsa.h:
4479         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
4480         (gst_alsa_hw_params_dump):
4481           add functions to ease debugging in alsalib
4482         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
4483         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
4484         (gst_alsa_start_audio):
4485           only specify hw params if we really setup a format (fixes #134007 -
4486           or at least works around it)
4487
4488 2004-06-09  Wim Taymans  <wim@fluendo.com>
4489
4490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4491         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
4492         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
4493         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
4494         (gst_ogg_mux_loop):
4495         Use stream caps to setup the initial pages in the ogg stream.
4496         Correctly set the streamheader caps on the srcpad.
4497
4498 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4499
4500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4501         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4502         (gst_v4lsrc_getcaps):
4503         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4504         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
4505           add querying of fps lists for webcams.  Negotiating to a framerate
4506           now works.
4507
4508 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4509
4510         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4511         (theora_push_buffer), (theora_push_packet),
4512         (theora_set_header_on_caps), (theora_enc_chain):
4513           mark buffers and put on streamheader, raw theora streaming
4514           now works too, whee
4515
4516 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4517
4518         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4519         (gst_tcp_gdp_read_caps):
4520           do a looping read for caps and GDP headers too
4521
4522 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4523
4524         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4525         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
4526           return EOS instead of NULL in _get
4527
4528 2004-06-08  Wim Taymans  <wim@fluendo.com>
4529
4530         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4531         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
4532         (gst_tcp_gdp_write_caps):
4533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4534         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4535         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
4536         Memory leak fixes
4537
4538 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4539
4540         * ext/vorbis/Makefile.am:
4541         * ext/vorbis/vorbis.c: (plugin_init):
4542         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
4543         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
4544         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
4545         (vorbis_parse_change_state):
4546         * ext/vorbis/vorbisparse.h:
4547           adding a vorbisparse element that marks the buffers, streaming
4548           raw vorbis using GDP now works, whee
4549
4550 2004-06-08  Wim Taymans  <wim@fluendo.com>
4551
4552         * ext/jpeg/Makefile.am:
4553         * ext/jpeg/README:
4554         * ext/jpeg/gstjpeg.c: (plugin_init):
4555         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
4556         (gst_smokedec_base_init), (gst_smokedec_class_init),
4557         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
4558         * ext/jpeg/gstsmokedec.h:
4559         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
4560         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
4561         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
4562         (gst_smokeenc_resync), (gst_smokeenc_chain),
4563         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
4564         * ext/jpeg/gstsmokeenc.h:
4565         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
4566         (smokecodec_flush_destination), (smokecodec_term_destination),
4567         (smokecodec_init_source), (smokecodec_fill_input_buffer),
4568         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
4569         (smokecodec_term_source), (smokecodec_encode_new),
4570         (smokecodec_decode_new), (smokecodec_info_free),
4571         (smokecodec_set_quality), (smokecodec_get_quality),
4572         (smokecodec_set_threshold), (smokecodec_get_threshold),
4573         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
4574         (find_best_size), (abs_diff), (put), (smokecodec_encode),
4575         (smokecodec_parse_header), (smokecodec_decode):
4576         * ext/jpeg/smokecodec.h:
4577         Added a new simple jpeg based codec
4578
4579 2004-06-08  Wim Taymans  <wim@fluendo.com>
4580
4581         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4582         (gst_multipart_mux_loop):
4583         Fix memory leak
4584
4585 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4586
4587         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4588         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
4589         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
4590         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
4591         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4592         * gst/tcp/gsttcpserversink.h:
4593           take streamheader into account
4594
4595 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4596
4597         * gst/level/Makefile.am:
4598         * gst/level/gstlevel.c: (gst_level_class_init):
4599           clean up marshal generation
4600
4601 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4602
4603         * gst/tcp/Makefile.am:
4604         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
4605         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
4606         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
4607         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4608         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
4609         (gst_tcpclientsrc_get_property):
4610         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4611         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4612         (gst_tcpserversink_handle_client_read),
4613         (gst_tcpserversink_handle_client_write),
4614         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
4615         * gst/tcp/gsttcpserversink.h:
4616           add signals client-added and client-removed
4617         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4618         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
4619         (gst_tcpserversrc_get_property):
4620         uniformized, change default protocol to NONE
4621         * gst/tcp/gsttcp-marshal.list: added
4622 2004-06-07  Benjamin Otte  <otte@gnome.org>
4623
4624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4625           handle discont events if they happen before caps nego
4626
4627 2004-06-07  Wim Taymans  <wim@fluendo.com>
4628
4629         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4630         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
4631         (gst_multipart_demux_plugin_init):
4632         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4633         (gst_multipart_mux_init), (gst_multipart_mux_loop),
4634         (gst_multipart_mux_change_state):
4635         Small updates, fix a memleak
4636
4637 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4638
4639         * configure.ac: OSS portability
4640         * ext/arts/gst_arts.c: idem
4641         * sys/oss/gstosselement.c: idem
4642         * sys/oss/gstossmixer.c: idem
4643         * sys/oss/gstosssink.c: idem
4644         * sys/oss/gstosssrc.c: idem
4645         * sys/oss/oss_probe.c: idem
4646           - check for soundcard.h in different places for some BSD
4647
4648 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
4649
4650         * AUTHORS:
4651         Add me to the authors file
4652         * configure.ac:
4653         Increase the libdv requirement to >= version 0.100
4654         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
4655         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
4656         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
4657         * ext/dv/gstdvdec.h:
4658         Add support for the new_media flag when sending DISCONT events
4659         Make the querying work when video pad is not linked
4660
4661 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4662
4663         reviewed by Benjamin Otte  <otte@gnome.org>
4664
4665         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
4666           create a NULL-initialized array of pads, so we don't think they
4667           exist already. (fixes #143130)
4668
4669 2004-06-07  Benjamin Otte  <otte@gnome.org>
4670
4671         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
4672         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
4673         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
4674           don't use // coments
4675
4676 2004-06-07  Benjamin Otte  <otte@gnome.org>
4677
4678         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
4679           cast to GstClockTime to get higher granularity
4680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4681           use gst_element_set_time_delay to get the exact time
4682         * ext/mad/gstmad.c: (gst_mad_chain):
4683           use the negotiated rate instead of the current frame's rate which
4684           might be wrong because of bit errors. This avoids emitting totally
4685           bogus timestamps and screwing sync.
4686         (fixes #143454)
4687
4688 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4689
4690         reviewed by Benjamin Otte  <otte@gnome.org>
4691
4692         * gst/adder/gstadder.c: (gst_adder_loop):
4693           properly error out when no negotiation has happened yet. (fixes
4694           #143032)
4695
4696 2004-06-06  Benjamin Otte  <otte@gnome.org>
4697
4698         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4699           forward correctly transformed offset in discont events. Based on
4700           patch by Arwed v. Merkatz. (fixes #142851)
4701
4702 2004-06-06  David Schleef  <ds@schleef.org>
4703
4704         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
4705         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
4706         problems on several systems.
4707
4708 2004-06-06  Benjamin Otte  <otte@gnome.org>
4709
4710         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4711           use explicit caps on the srcpad
4712         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4713           properly error out if caps couldn't be set (fixes #142764)
4714
4715 2004-06-06  Benjamin Otte  <otte@gnome.org>
4716
4717         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
4718         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
4719         (gst_alsa_start_audio):
4720           - don't call set_periods_integer anymore, it breaks the
4721           configuration randomly
4722           - call snd_pcm_hw_params_set_access directly instead of using masks
4723           - don't fail if the sw_params can't be set, just use the default
4724           params and hope it works. Alsalib has weird issues when you touch
4725           sw_params and does no proper error reporting about what failed.
4726         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4727         (gst_alsa_close_audio):
4728           make our alsa debugging go via gst debugging and not conditionally
4729           defined
4730         * ext/alsa/gstalsa.h:
4731           add ALSA_DEBUG_FLUSH macro
4732         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
4733         (plugin_init):
4734           wrap alsa errors to be printed via the gst debugging system and not
4735           spammed to stderr
4736
4737 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4738
4739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
4740         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
4741         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
4742         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
4743         (qtdemux_parse_trak):
4744         * gst/qtdemux/qtdemux.h:
4745           Bitch. Also known as seeking, querying & co.
4746         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4747         (gst_osssink_change_state):
4748         * sys/oss/gstosssink.h:
4749           Resyncing is for weenies, this hack is no longer needed and was
4750           broken anyway (since it - unintendedly - always leaves resync to
4751           TRUE).
4752
4753 2004-06-05  Andrew Turner <zxombie@hotpop.com>
4754
4755         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
4756         * gst/tcp/gsttcpclientsrc.h: idem
4757           - define MSG_NOSIGNAL if not done
4758           - include unistd.h for off_t
4759           (fixes #143749)
4760
4761 2004-06-05  Benjamin Otte  <otte@gnome.org>
4762
4763         * configure.ac:
4764         * ext/kio/Makefile.am:
4765           check for qt's moc preprocessor explicitly and use it
4766
4767 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4768
4769         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4770           don't get a signal for EPIPE on socket writes
4771           (somebody check if this works on other platforms)
4772
4773 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4774
4775         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4776         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4777           check error condition on available samples correctly
4778
4779 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4780
4781         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
4782           avoid a segfault
4783         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4784         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
4785         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4786         (gst_tcpserversrc_gdp_read_header):
4787          use ssize_t over size_t since the former is signed and thus the
4788          check for error codes can work
4789
4790 2004-06-02  Wim Taymans  <wim@fluendo.com>
4791
4792         reviewed by: Johan
4793
4794         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4795         (gst_multipart_mux_loop):
4796         Oops
4797
4798 2004-06-02  Wim Taymans  <wim@fluendo.com>
4799
4800         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4801         (gst_multipart_mux_init), (gst_multipart_mux_loop),
4802         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
4803         (gst_multipart_mux_change_state):
4804         Added configurable boundary specifier, added the value as a
4805         caps field as well.
4806
4807 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
4808
4809         * gst/tcp/gsttcp.c:
4810         * gst/tcp/gsttcpclientsrc.c:
4811         * gst/tcp/gsttcpclientsrc.h:
4812         * gst/tcp/gsttcpserversrc.c:
4813           - portability fix, to compile on OSX
4814             (fixes #143146)
4815
4816         * sys/osxaudio/gstosxaudioelement.c:
4817         * sys/osxaudio/gstosxaudiosink.c:
4818         * sys/osxaudio/gstosxaudiosrc.c:
4819           - compilation warnings on OSX
4820             (fixes #143153)
4821
4822 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4823
4824         * ext/vorbis/vorbisdec.c : sign warning fixes
4825
4826         * gst-libs/gst/mixer/mixertrack.c :
4827           do no use defines which are glib 2.4 specific
4828
4829 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
4830
4831         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
4832           buffer since libflac doesn't expect it (reports a sync error when 
4833           it encounters that)
4834
4835         
4836 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
4837
4838         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
4839         * gst-libs/gst/mixer/mixertrack.c:
4840         (gst_mixer_track_get_property), (get_mixer_track_init),
4841         (get_mixer_track_get_property): Added property accessors
4842         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
4843         * gst-libs/gst/mixer/mixeroptions.c:
4844         (gst_mixer_options_get_values): Added   
4845         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
4846         * gst-libs/gst/mixer/mixer.c: Fixed comment
4847
4848
4849 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4850
4851         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
4852           improve error messages on open
4853
4854
4855 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4856
4857         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4858           check if v4l-conf is in path
4859
4860 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4861
4862         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
4863           change assert to a more readable error message
4864
4865 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4866
4867         * gst-libs/gst/tuner/tunerchannel.h:
4868           - add a freq_multiplicator field to make the conversion
4869             between internal frequency unit and Hz
4870         * sys/v4l/gstv4lelement.c:
4871         * sys/v4l2/gstv4l2element.c:
4872           - change default video device to /dev/video0
4873         * sys/v4l/v4l_calls.c:
4874         * sys/v4l2/v4l2_calls.c:
4875           - we only expose frequency to the user in Hz instead of
4876             bastard v4lX unit (either 62.5kHz or 62.5Hz)
4877
4878 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
4879         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4880           Initialise b_o_s and e_o_s variables
4881         * gst-libs/gst/riff/riff-media.c:
4882         (gst_riff_create_video_caps_with_data):
4883           Add some unusual fourcc's from mplayer avi's
4884         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
4885           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
4886           autoplugging.
4887
4888 2004-05-28  Wim Taymans  <wim@fluendo.com>
4889
4890         * configure.ac:
4891         * gst/alpha/Makefile.am:
4892         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4893         (gst_alpha_get_type), (gst_alpha_base_init),
4894         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
4895         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
4896         (gst_alpha_chroma_key), (gst_alpha_chain),
4897         (gst_alpha_change_state), (plugin_init):
4898         A plugin to add an alpha channel to I420 video. Can optionally do
4899         chroma keying.
4900         * gst/multipart/Makefile.am:
4901         * gst/multipart/multipart.c: (plugin_init):
4902         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4903         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
4904         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
4905         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
4906         (gst_multipart_demux_change_state),
4907         (gst_multipart_demux_plugin_init):
4908         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
4909         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
4910         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
4911         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
4912         (gst_multipart_mux_pad_unlink),
4913         (gst_multipart_mux_request_new_pad),
4914         (gst_multipart_mux_handle_src_event),
4915         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
4916         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
4917         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
4918         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
4919         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
4920         send multipart jpeg images to a browser.
4921         * gst/videobox/Makefile.am:
4922         * gst/videobox/README:
4923         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4924         (gst_video_box_get_type), (gst_video_box_base_init),
4925         (gst_video_box_class_init), (gst_video_box_init),
4926         (gst_video_box_set_property), (gst_video_box_get_property),
4927         (gst_video_box_sink_link), (gst_video_box_i420),
4928         (gst_video_box_ayuv), (gst_video_box_chain),
4929         (gst_video_box_change_state), (plugin_init):
4930         Crops or adds borders around an image. can do alpha channel
4931         borders as well.
4932         * gst/videomixer/Makefile.am:
4933         * gst/videomixer/README:
4934         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4935         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
4936         (gst_videomixer_pad_get_sink_event_masks),
4937         (gst_videomixer_pad_get_property),
4938         (gst_videomixer_pad_set_property),
4939         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
4940         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
4941         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4942         (gst_videomixer_base_init), (gst_videomixer_class_init),
4943         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4944         (gst_videomixer_handle_src_event),
4945         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
4946         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
4947         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
4948         (gst_videomixer_loop), (gst_videomixer_get_property),
4949         (gst_videomixer_set_property), (gst_videomixer_change_state),
4950         (plugin_init):
4951         Generic video mixer plugin, can handle multiple inputs all with
4952         different framerates and video sizes. Is fully alpha channel
4953         aware.
4954
4955 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4956
4957         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4958           Select first track as master track. Not sure how else to handle
4959           that...
4960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
4961           Discard discont events. Should fix #142962.
4962
4963 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4964
4965         * ext/alsa/Makefile.am:
4966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
4967         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
4968         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
4969         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
4970         (gst_alsa_mixer_get_option):
4971         * ext/alsa/gstalsamixer.h:
4972         * ext/alsa/gstalsamixeroptions.c:
4973         (gst_alsa_mixer_options_get_type),
4974         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
4975         (gst_alsa_mixer_options_new):
4976         * ext/alsa/gstalsamixeroptions.h:
4977         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4978         * ext/alsa/gstalsamixertrack.h:
4979           Add enumerations (as GstMixerOptions). Make correct distinction
4980           between input/output tracks. Add capture/playback private flag.
4981           Use flag to decide on whether to set capture or playback volumes
4982           or switches. Use playback and record switches.
4983         * gst-libs/gst/mixer/Makefile.am:
4984         * gst-libs/gst/mixer/mixer-marshal.list:
4985         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
4986         (gst_mixer_set_option), (gst_mixer_get_option),
4987         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
4988         (gst_mixer_volume_changed), (gst_mixer_option_changed):
4989         * gst-libs/gst/mixer/mixer.h:
4990         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
4991         (gst_mixer_options_class_init), (gst_mixer_options_init),
4992         (gst_mixer_options_dispose):
4993         * gst-libs/gst/mixer/mixeroptions.h:
4994           Add GstMixerOptions.
4995         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4996           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
4997           broken device detection on computers with multiple OSS sound
4998           cards.
4999
5000 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5001
5002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5003           fixate nicely even when the peer is not negotiating
5004
5005 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5006
5007         * gst/audioconvert/gstaudioconvert.c:
5008         (gst_audio_convert_parse_caps):
5009           make sure we don't allow depth > width
5010         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5011           fixate endianness to G_BYTE_ORDER as default
5012         * gst/audioscale/gstaudioscale.c:
5013           we don't handle another endianness as host-endianness
5014
5015 2004-05-25  David Schleef  <ds@schleef.org>
5016
5017         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
5018
5019 2004-05-24  Benjamin Otte  <otte@gnome.org>
5020
5021         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5022         (gst_oggvorbisenc_setup):
5023           properly fail when we can't setup the vorbis encoder due to
5024           unsupported settings
5025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5026         (gst_vorbisenc_setup):
5027           same
5028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5029           fix case where warnings occured when one pad was unlinked while the
5030           other's link function was called
5031
5032 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5033
5034         * gst/tcp/Makefile.am:
5035           use GST_ENABLE_NEW
5036
5037 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5038
5039         * gst-libs/gst/resample/private.h:
5040           don't use optimizations that are #if 0'ed
5041
5042 2004-05-24  Wim Taymans  <wim@fluendo.com>
5043
5044         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5045         Fix potential division by zero error and hopefully get
5046         the position query right to get correct timestamps on avi
5047         audio.
5048
5049 2004-05-24  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5052         (gst_videoscale_scale_nearest_str2),
5053         (gst_videoscale_scale_nearest_str4),
5054         (gst_videoscale_scale_nearest_32bit),
5055         (gst_videoscale_scale_nearest_24bit),
5056         (gst_videoscale_scale_nearest_16bit):
5057         Fix the scaling algorithm and avoid a buffer overflow.
5058         removed the while loop in the scaling function as it
5059         was used for point sampling only.
5060
5061 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5062
5063         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5064         (gst_id3_tag_class_init), (gst_id3_tag_init),
5065         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5066         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5067         (gst_id3_tag_send_tag_event):
5068           lots of fixes to make id3mux work and id3demux work correctly
5069
5070 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5071
5072         * ext/Makefile.am:
5073           add rules to build shout2send (was removed by accident
5074           when this module was no more marked experimental/broken)
5075
5076 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
5077
5078         * ext/shout2/gstshout2.c:
5079         * ext/shout2/gstshout2.h:
5080           adding a "connection problem" signal to shout2send
5081           (fixes #142954)
5082
5083 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5084
5085         * ext/kio/kioreceiver.cpp:
5086         * ext/kio/kioreceiver.h:
5087           fix sign comparison issues
5088
5089 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5090
5091         * gst/cdxaparse/gstcdxaparse.c:
5092         * gst/cdxaparse/gstcdxaparse.h:
5093           some renaming
5094           add some checks/sanity
5095           prepare for seek addition
5096
5097         * sys/sunaudio/gstsunaudio.c:
5098           remove exported dupe init function
5099
5100 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5101
5102         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5103         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5104           Fix format conversion and position querying.
5105         * gst/debug/progressreport.c: (gst_progressreport_report):
5106           Don't output a bogus total value that we didn't query.
5107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5108           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5109           only a blank window after xine has been used.
5110
5111 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5112
5113         * m4/as-arts.m4:
5114           sync with upstream version to fix test on FC2
5115           readd with -ko to preserve Id header
5116
5117 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5118
5119         * configure.ac:
5120           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5121         * gst/tcp/gsttcpclientsrc.c: idem
5122         * gst/tcp/gsttcpserversink.c: idem
5123         * gst/tcp/gsttcpserversrc.c: idem
5124         * m4/gst-fionread.m4: idem
5125
5126         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5127
5128         * configure.ac: enable speex plugin for speex 1.1.5+
5129         * ext/speex/gstspeexenc.c: fix cast warning
5130
5131         * ext/esd/README: fix typo
5132
5133 2004-05-20  David Schleef  <ds@schleef.org>
5134
5135         * configure.ac: Minor cosmetic change to convince the buildbot to
5136         reautogen.
5137         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5138         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5139         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5140         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5141         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5142         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5143         More hacking.  Plays audio now.
5144
5145 2004-05-20  David Schleef  <ds@schleef.org>
5146
5147         * configure.ac:
5148         * sys/Makefile.am:
5149
5150 2004-05-20  David Schleef  <ds@schleef.org>
5151
5152         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
5153         * sys/osxaudio/gstosxaudio.c:
5154         * sys/osxaudio/gstosxaudioelement.c:
5155         * sys/osxaudio/gstosxaudioelement.h:
5156         * sys/osxaudio/gstosxaudiosink.c:
5157         * sys/osxaudio/gstosxaudiosink.h:
5158         * sys/osxaudio/gstosxaudiosrc.c:
5159         * sys/osxaudio/gstosxaudiosrc.h:
5160
5161 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5162
5163         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5164         (gst_vorbisenc_chain):
5165           put the codec headers on the caps as streamheader as well as
5166           pushing them out
5167
5168 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5169
5170         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5171         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5172         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5173         split up push_packet into two functions
5174
5175 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5176
5177         * gst/tcp/.cvsignore:
5178           ignore enums
5179         * gst/tcp/Makefile.am:
5180         * gst/tcp/README:
5181         * gst/tcp/gsttcp.c:
5182         * gst/tcp/gsttcp.h:
5183         * gst/tcp/gsttcpclientsink.c:
5184         * gst/tcp/gsttcpclientsink.h:
5185         * gst/tcp/gsttcpclientsrc.c:
5186         * gst/tcp/gsttcpclientsrc.h:
5187         * gst/tcp/gsttcpplugin.c:
5188         * gst/tcp/gsttcpserversink.c:
5189         * gst/tcp/gsttcpserversink.h:
5190         * gst/tcp/gsttcpserversrc.c:
5191         * gst/tcp/gsttcpserversrc.h:
5192           add new tcp elements
5193
5194 2004-05-19  Wim Taymans  <wim@fluendo.com>
5195
5196         * gst/law/mulaw-conversion.c: (mulaw_encode):
5197         Fix overflow bug in ulaw encoding.
5198
5199 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5200
5201         * ext/mad/gstmad.c: (gst_mad_handle_event):
5202           don't unref the event twice
5203
5204 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5205
5206         * configure.ac:
5207           remove -Wno-sign-compare
5208
5209 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5210
5211         * configure.ac:
5212           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5213           if you want to work against glib 2.2 and 2.4
5214
5215 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5216
5217         * gst/tcp/Makefile.am:
5218         * gst/tcp/gsttcp.c:
5219         * gst/tcp/gsttcp.h:
5220         * gst/tcp/gsttcpsink.h:
5221         * gst/tcp/gsttcpsrc.h:
5222           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
5223
5224 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5225
5226         * gst/debug/tests.c: (md5_get_value):
5227           fix segfault on gst-inspect
5228
5229 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5230
5231         * gst/debug/testplugin.c: 
5232         * gst/debug/tests.c: 
5233         * gst/debug/tests.h:
5234           add new extensible and configurable testing element. Current tests
5235           include buffer count, stream length, timestamp/duration matching and
5236           md5.
5237         * gst/debug/Makefile.am:
5238         * gst/debug/gstdebug.c: (plugin_init):
5239           add infrastructure for new element
5240
5241 2004-05-19  Johan Dahlin  <johan@gnome.org>
5242
5243         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
5244         ending of the array. Fixes gst-inspect segfault on ppc.
5245
5246 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5247
5248         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
5249
5250         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
5251
5252 2004-05-18  David Schleef  <ds@schleef.org>
5253
5254         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
5255         warnings (bugs, actually) noticed by gcc but not forte.
5256
5257 2004-05-18  David Schleef  <ds@schleef.org>
5258
5259         * sys/sunaudio/Makefile.am:
5260         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
5261
5262 2004-05-18  David Schleef  <ds@schleef.org>
5263
5264         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5265         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
5266         to allow qtdemux to use non-seekable streams. (bug #142272)
5267
5268 2004-05-18  David Schleef  <ds@schleef.org>
5269
5270         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
5271         (gst_resample_sinc_ft_float): Remove use of static temporary
5272         buffer.  This code was obviously not supposed to last long, but
5273         it's stuck in our ABI, so it required a little hack to make it
5274         ABI-compatible.  Fixes #142585.
5275         * gst-libs/gst/resample/resample.h: same.
5276
5277 2004-05-18  David Schleef  <ds@schleef.org>
5278
5279         * configure.ac: Add sunaudio
5280         * examples/Makefile.am: make gstplay depend on gconf
5281         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
5282         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
5283         (convert_table_lookup), (img_convert): remove c99-isms
5284         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
5285           unsigned, to fix a warning on Solaris
5286         * gst/mpeg1sys/systems.c: bcopy->memcpy
5287         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
5288         * sys/Makefile.am: Add sunaudio
5289
5290 2004-05-18  Wim Taymans  <wim@fluendo.com>
5291
5292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
5293         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5294         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
5295         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5296         (gst_ogg_mux_loop):
5297         Fix an ugly memleak where the muxer didn't flush enough ogg
5298         pages. This also resulted in badly muxed ogg files.
5299
5300 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5301
5302         * gst/asfdemux/asfheaders.c :
5303         * gst/asfdemux/asfheaders.h :
5304         * gst/asfdemux/gstasfdemux.c :
5305           - fix ASF_OBJ_PADDING guid
5306           - add 3 new object guids (language list, metadata, 
5307             extended stream properties)
5308           - add a function to parse extended header objects
5309
5310 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5311
5312         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5313           remove leftover debugging g_print
5314
5315 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5316
5317         * ext/mad/gstmad.c: (gst_mad_handle_event):
5318           Fix for when the first format in a discont event is not a
5319           byte-based one. Should fix #137710.
5320
5321 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5322
5323         * m4/a52.m4 : fix compilation with -Wall -Werror
5324         * m4/libfame.m4 : idem
5325         * m4/libmikmod.m4 : idem
5326
5327 2004-05-17  Benjamin Otte  <otte@gnome.org>
5328
5329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5330           signal the new tags before giving up the reference
5331
5332 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5333
5334         * ext/shout2/gstshout2.c:
5335           use application/ogg instead of application/x-ogg (patch by Patrick
5336           Guimond, fixes #142432)
5337         * sys/oss/gstosselement.c: (gst_osselement_reset),
5338         (gst_osselement_sync_parms):
5339           don't set fragment size unless specified (fixes #142493)
5340
5341 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5342
5343         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
5344           fixes #142664
5345
5346 2004-05-17  Benjamin Otte  <otte@gnome.org>
5347
5348         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5349           compute offsets correctly for internal buffers so timestamps are set
5350           correctly when we can't seek. Also handle cases where there are no
5351           offsets. (based on a patch by David Moore, fixes #142507)
5352
5353 2004-05-17  Benjamin Otte  <otte@gnome.org>
5354
5355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5356           use correct variable when determining amount of data to skip so we
5357           don't skip into the void and segfault
5358
5359 2004-05-16  Benjamin Otte  <otte@gnome.org>
5360
5361         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5362           Hi, I'm a memleak
5363
5364 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5365
5366         * gst/asfdemux/gstasfdemux.c:
5367           - fix a mem leak and always propagate tags
5368           - add WMV3 to known video codecs (but no decoder yet)
5369           - replace "surplus data" at end of audio header for what
5370             it is : codec specific data
5371           - fix a typo
5372
5373 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
5374
5375         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5376
5377         * gst-libs/gst/audio/audioclock.c:
5378           Fix wrong return type (#142205).
5379
5380 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5381
5382         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
5383           Ignore CRCs by default (fixes #142566).
5384
5385 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5386
5387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
5388         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
5389         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
5390         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
5391         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5392         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
5393           Fix for cases where we fail to attach to a mixer.
5394
5395 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5396
5397         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5398           Don't touch events after not owning them anymore.
5399         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5400         (gst_wavparse_fmt), (gst_wavparse_other),
5401         (gst_wavparse_handle_seek), (gst_wavparse_loop),
5402         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5403         (gst_wavparse_srcpad_event):
5404         * gst/wavparse/gstwavparse.h:
5405           Add seeking, fix querying.
5406
5407 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5408
5409         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5410           - process comments even if they don't end with \0\0
5411             g_convert would ignore them if present and works well without them
5412
5413 2004-05-16  Benjamin Otte  <otte@gnome.org>
5414
5415         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
5416           simplify caps
5417
5418 2004-05-16  Benjamin Otte  <otte@gnome.org>
5419
5420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5421           don't write to memory we might not write to - g_convert does that
5422           for us anyway (fixes #142613)
5423         (gst_asf_demux_audio_caps):
5424           comment out gst_util_dump_mem
5425
5426 2004-05-16  Benjamin Otte  <otte@gnome.org>
5427
5428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5429           compute correct expected timestamps after seek (broken since
5430           last commit)
5431         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
5432           rename element and debugging category to gdkpixbufscale
5433
5434 2004-05-16  Benjamin Otte  <otte@gnome.org>
5435
5436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5437           add error checking to snd_pcm_delay and remove duplicate call to
5438           snd_pcm_delay that caused issues (see inline code comments)
5439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5440           make more readable and fix return value when snd_pcm_delay fails
5441         (fixes #142586)
5442
5443 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
5444         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
5445         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
5446         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
5447         (gst_pixbufscale_link), (gst_pixbufscale_init),
5448         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
5449         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
5450         (gst_pixbufscale_get_property), (pixbufscale_init):
5451         * ext/gdk_pixbuf/pixbufscale.h:
5452         Add these files I forgot earlier
5453
5454 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
5455         * ext/gdk_pixbuf/Makefile.am:
5456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5457         * ext/gdk_pixbuf/gstgdkpixbuf.h:
5458         Add new pixbufscale element to scale RGB video
5459         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
5460         and HYPER interpolation correctly.
5461         * ext/theora/theoraenc.c: (theora_enc_chain),
5462         Discard buffer and return if explicit caps could not be set
5463         (theora_enc_get_property):
5464         Make _get return kbps for the bitrate consistent with
5465         the _set function.
5466
5467
5468 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5469
5470         * ext/libvisual/visual.c: (gst_visual_chain):
5471           add missing visual_audio_analyze
5472
5473 2004-05-14  David Schleef  <ds@schleef.org>
5474
5475         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
5476         is killed while we're playing.
5477         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
5478         gst_element_no_more_pads().
5479
5480 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5481
5482         * gst-libs/gst/riff/riff-read.c :
5483           - fix INFO tag extraction in RIFF/AVI files
5484             because gst_event_unref (event) also freed taglist
5485           - avoid a mem leak
5486
5487 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5488
5489         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
5490         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
5491
5492         * gst/auparse/gstauparse.c :
5493           - add code (commented for now) to support audio/x-adpcm on src pad
5494             (we have no decoder for those layout yet)
5495
5496         * gst/cdxaparse/gstcdxaparse.c :
5497         * gst/cdxaparse/gstcdxaparse.h :
5498           - partial rewrite using RiffRead (ripped iain's wavparse code)
5499
5500         * gst/rtp/gstrtpL16enc.c : typo
5501         * gst/rtp/gstrtpgsmenc.c : typo
5502
5503 2004-05-13  Benjamin Otte  <otte@gnome.org>
5504
5505         * configure.ac:
5506           check for exact version of libvisual, it's not supposed to be
5507           API/ABI stable yet
5508
5509 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5510
5511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
5512           signal no-more-pads
5513
5514 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5515
5516         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
5517         Report which format was used for GST_FORMAT_DEFAULT
5518         * gst/debug/Makefile.am:
5519         * gst/debug/gstdebug.c: (plugin_init):
5520         * gst/debug/progressreport.c: (gst_progressreport_base_init),
5521         (gst_progressreport_class_init), (gst_progressreport_init),
5522         (gst_progressreport_report), (gst_progressreport_set_property),
5523         (gst_progressreport_get_property), (gst_progressreport_chain),
5524         (gst_progressreport_plugin_init):
5525         Add progressreport element for testing.
5526
5527 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5528
5529         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
5530         * sys/v4l/gstv4lsrc.h:
5531         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5532         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
5534         (gst_v4lsrc_grab_frame):
5535           add more debugging
5536           send a discont at start
5537
5538 2004-05-12  Colin Walters  <walters@redhat.com>
5539
5540         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
5541         inflooping if we can't find a chunk.  Or in other words, don't blow
5542         chunks if we don't have a chunk to blow.
5543
5544 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5545         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
5546         Remove old debug output
5547         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
5548         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
5549         (gst_dvdec_set_property), (gst_dvdec_get_property):
5550         Change the quality setting to an enum, so it works from gst-launch
5551         Don't renegotiate a non-linked pad. Allows audio only decoding.
5552         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
5553         (gst_deinterlace_link), (gst_deinterlace_init):
5554         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5555         (gst_videodrop_link):
5556         Some caps negotiation fixes
5557
5558 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5559
5560         * ext/tarkin/gsttarkin.c :
5561           - Change RANK from NONE to PRIMARY
5562         * ext/gdk_pixbuf/gstgdkpixbuf.c :
5563           - Change RANK from NONE to MARGINAL
5564         * ext/divx/gstdivxenc.c :
5565           - Change RANK from PRIMARY to NONE (encoder/spider issue)
5566
5567 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5568
5569         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5570         (gst_vorbisenc_push_packet):
5571           copy a function that was added between 1.0 and 1.0.1 until we
5572           depend on worthwhile features of post-1.0
5573
5574 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5575
5576         * configure.ac:
5577           enable shout2 by default
5578         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
5579         (gst_shout2send_base_init), (gst_shout2send_init),
5580         (gst_shout2send_connect), (gst_shout2send_change_state):
5581         * ext/shout2/gstshout2.h:
5582           make this work again. Based on a patch by Zaheer Merali (fixes
5583           #142262)
5584         * ext/theora/theora.c: (plugin_init):
5585           don't set rank on encoders
5586
5587 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
5588
5589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5590           Use codec_data property instead of flag1 and flag2 for wma
5591
5592 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5593
5594         * gst/cdxaparse/gstcdxaparse.c :
5595           - Add mpegversion to CAPS to make it link
5596           - Rank is as GST_RANK_SECONDARY instead of NONE
5597         * gst/auparse/gstauparse.c :
5598           - Document all audio encoding we can encounter from Solaris 9
5599             headers and libsndfile information.
5600           - Increase max. rate from 48000 to 192000 (to match other elements)
5601           - Don't try to play junk data between header and samples
5602
5603 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5604
5605         * ext/libvisual/visual.c: (gst_visual_getcaps):
5606           use the right caps depending on endianness (I hope)
5607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
5608           use GST_RANK_NONE for all non-decoding elements or spider gets
5609           mighty confused
5610
5611 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5612
5613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5614           Fix some odd cases and fix BE metadata parsing of unicode16 text.
5615
5616 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5617
5618         * gst/switch/gstswitch.c: (gst_switch_release_pad),
5619         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
5620         (gst_switch_loop), (gst_switch_get_type):
5621           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
5622           HEADERS. Had to be said.
5623
5624 2004-05-10  David Schleef  <ds@schleef.org>
5625
5626         * configure.ac: Add prototype Dirac support.
5627         * ext/Makefile.am:
5628         * ext/dirac/Makefile.am:
5629         * ext/dirac/gstdirac.cc:
5630         * ext/dirac/gstdiracdec.cc:
5631
5632 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5633
5634         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
5635         (gst_auparse_init), (gst_auparse_chain),
5636         (gst_auparse_change_state):
5637           Hack around spider. Remove me some day please.
5638
5639 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5640
5641         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5642           Fix for some uninitialized variables in previous patch, also
5643           makes it work. Fixes #142286 while we're at it.
5644
5645 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5646
5647         * gst/auparse/gstauparse.c:
5648                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
5649                 only unsupported formats are ADPCM/CCITT G.72x
5650                 reviewed by Ronald
5651         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
5652
5653 2004-05-10  Wim Taymans  <wim@fluendo.com>
5654
5655         * ext/vorbis/Makefile.am:
5656         * ext/vorbis/README:
5657         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
5658         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
5659         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
5660         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
5661         (gst_oggvorbisenc_convert_sink),
5662         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
5663         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
5664         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
5665         (get_constraints_string), (update_start_message),
5666         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
5667         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
5668         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
5669         * ext/vorbis/oggvorbisenc.h:
5670         * ext/vorbis/vorbis.c: (plugin_init):
5671         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
5672         (raw_caps_factory), (gst_vorbisenc_class_init),
5673         (gst_vorbisenc_init), (gst_vorbisenc_setup),
5674         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
5675         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
5676         * ext/vorbis/vorbisenc.h:
5677         Added a raw vorbis encoder to be used with the oggmuxer.
5678         We still need the old encoder for some gnome applications, 
5679         read the README to find out how that works.
5680         The raw encoder is called "rawvorbisenc" until 0.9.
5681
5682 2004-05-10  Wim Taymans  <wim@fluendo.com>
5683
5684         * ext/ogg/gstogg.c: (plugin_init):
5685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
5686         (gst_ogg_print):
5687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
5688         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
5689         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
5690         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
5691         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
5692         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
5693         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
5694         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
5695         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
5696         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
5697         Added an ogg muxer.
5698         Small typo fixes in the demuxer.
5699
5700 2004-05-10  Wim Taymans  <wim@fluendo.com>
5701
5702         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5703         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
5704         (theora_enc_change_state), (theora_enc_set_property),
5705         (theora_enc_get_property):
5706         Mark the last packet with an EOS flag which is not really needed
5707         in gstreamer.
5708         Do some better video framerate initialisation.
5709         Update the buffer timestamp.
5710
5711 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
5712
5713         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
5714         Return the result of the parent state change call
5715
5716 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5717
5718         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
5719         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
5720         * gst/law/alaw-encode.c : (idem)
5721         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
5722         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
5723         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
5724
5725 2004-05-09  Benjamin Otte  <otte@gnome.org>
5726
5727         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5728           don't use a fixed buffer size when writing variable length data to
5729           it. Fixes memory corruption and makes alsasrc work
5730
5731 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5732
5733         * ext/gnomevfs/gstgnomevfssink.c:
5734         (_gst_boolean_allow_overwrite_accumulator),
5735         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
5736           Run glib's default signal handler (??) in RUN_CLEANUP rather than
5737           RUN_LAST, and don't use that to set the accumulator value because
5738           then it's always FALSE.
5739
5740 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5741
5742         * gst-libs/gst/riff/riff-media.c:
5743         (gst_riff_create_video_caps_with_data),
5744         (gst_riff_create_audio_caps),
5745         (gst_riff_create_audio_template_caps):
5746         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5747           Fix for unaligned RIFF files (i.e. where all the chunks together
5748           in a LIST chunk are not of the same size as the size given in
5749           the LIST chunk header). Fixes several odd WAVE files. Also fix
5750           ADPCM (block_align property) in audio, so that wavparse based
5751           on this works now as it used to stand-alone.
5752
5753 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
5754
5755         reviewed by Benjamin Otte  <otte@gnome.org>
5756
5757         * ext/a52dec/gsta52dec.c:
5758         * ext/divx/gstdivxdec.c:
5759         * ext/divx/gstdivxenc.c:
5760         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
5761         * ext/faac/gstfaac.c: (gst_faac_base_init):
5762         * ext/faad/gstfaad.c: (gst_faad_base_init):
5763         * ext/ivorbis/vorbisfile.c:
5764         * ext/lame/gstlame.c:
5765         * ext/libfame/gstlibfame.c:
5766         * ext/mpeg2enc/gstmpeg2enc.cc:
5767         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
5768         * ext/sidplay/gstsiddec.cc:
5769         * ext/speex/gstspeexdec.c:
5770         * ext/speex/gstspeexenc.c:
5771         * ext/xvid/gstxviddec.c:
5772         * ext/xvid/gstxvidenc.c:
5773           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
5774           (fixes #142193)
5775
5776 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5777
5778         * ext/alsa/gstalsa.c: (device_list),
5779         (gst_alsa_class_probe_devices):
5780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
5781           Fix alsa oddness in mixer after the combination of using mixer
5782           in source/sink elements and using hw:x,y instead of just hw:x.
5783
5784 2004-05-09  Benjamin Otte  <otte@gnome.org>
5785
5786         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
5787         (gst_wavparse_create_sourcepad):
5788           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
5789           sourcepads
5790
5791 2004-05-09  Benjamin Otte  <otte@gnome.org>
5792
5793         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5794           allow discont events before caps nego
5795
5796 2004-05-08  Benjamin Otte  <otte@gnome.org>
5797
5798         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5799           don't leak events
5800
5801 2004-05-08  Benjamin Otte  <otte@gnome.org>
5802
5803         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
5804         (gst_level_change_state), (gst_level_init):
5805         * gst/level/gstlevel.h:
5806           figure out if we're initialized directly instead of keeping a
5807           variable that's wrong in 90% of cases
5808           don't initialize pads and then leak them and use a new unitialized
5809           pad. (fixes #142084)
5810           these were bugs so n00bish I didn't find them for an hour :/
5811
5812 2004-05-08 Iain <iain@prettypeople.org>
5813
5814         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
5815         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
5816         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
5817         return the length that was read.
5818         (gst_riff_read_strf_auds): Allow fmt tags as well.
5819
5820 2004-05-07  David Schleef  <ds@schleef.org>
5821
5822         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
5823         signed char assumption in faad.h.
5824
5825 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5826
5827         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
5828           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
5829
5830 2004-05-07  Colin Walters  <walters@redhat.com>
5831
5832         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
5833         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
5834         function.
5835         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
5836         Add dispose function.
5837
5838 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
5839         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
5840           Fix caps nego and pad templates. RGB mode caps should
5841           work now.
5842         * ext/dvdnav/gst-dvd:
5843           Move mpeg2dec inside the thread because otherwise the
5844           queue rejects cap changes mid-stream
5845         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
5846         (gst_mpeg2dec_flush_decoder):
5847           For mpeg2dec > 0.4.0, call the flush function instead of
5848           manually extracting all in-flight frames.
5849         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
5850         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
5851           Change mime type video/dv go video/x-dv to match the
5852           rest of gst-plugins
5853
5854 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5855
5856         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5857         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
5858         (gst_alsa_sink_class_init):
5859         * ext/alsa/gstalsasink.h:
5860         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
5861         (gst_alsa_src_class_init):
5862         * ext/alsa/gstalsasrc.h:
5863           Make alsasink/src a subclass of alsamixer so that mixer stuff
5864           shows up in gst-rec. Needs some finetuning.
5865
5866 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5867
5868         * ext/lame/gstlame.c: (gst_lame_chain):
5869           simplify
5870         * ext/mad/gstmad.c: (gst_mad_handle_event):
5871           fix event leak
5872         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
5873           be able to detect mp3 files < 4096 bytes
5874
5875 2004-05-06  Wim Taymans  <wim@fluendo.com>
5876
5877         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5878         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
5879         (theora_enc_set_property), (theora_enc_get_property):
5880         Also encode the first frame, cleanup some code.
5881
5882 2004-05-06  Wim Taymans  <wim@fluendo.com>
5883
5884         * ext/mpeg2enc/gstmpeg2enc.cc:
5885         Forward events first before deciding that negotiation was
5886         not performed.
5887
5888 2004-05-06  Wim Taymans  <wim@fluendo.com>
5889
5890         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
5891         First process the events before deciding that negotiation
5892         was not performed.
5893
5894 2004-05-06  Wim Taymans  <wim@fluendo.com>
5895
5896         * ext/theora/Makefile.am:
5897         * ext/theora/theora.c: (plugin_init):
5898         * ext/theora/theoradec.c: (theora_dec_change_state):
5899         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
5900         (gst_theora_enc_class_init), (gst_theora_enc_init),
5901         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
5902         (theora_enc_chain), (theora_enc_change_state),
5903         (theora_enc_set_property), (theora_enc_get_property):
5904         Added a theora encoder, grouped the encoder and decoder into the
5905         same plugin.
5906
5907 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5908
5909         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5910         (gst_jpegenc_chain):
5911         fix DURATION on outgoing buffers
5912         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
5913         debug using time formats
5914         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5916         (gst_xvimagesink_sink_link):
5917         windows with width/height 0 generate X errors, so don't allow them
5918
5919 2004-05-05  Wim Taymans  <wim@fluendo.com>
5920
5921         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
5922         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
5923         (gst_mpeg2dec_negotiate_format):
5924         * ext/mpeg2dec/gstmpeg2dec.h:
5925           removed the static pad template so that we can add the
5926           more accurate framerate value to the caps.
5927           
5928
5929 2004-05-04  Benjamin Otte  <otte@gnome.org>
5930
5931         * configure.ac:
5932           check for kdemacros.h, too (should fix #141821)
5933         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
5934           don't crash if no header was sent, but nicely error out (fixes part
5935           of #141554)
5936
5937 2004-05-04  Wim Taymans  <wim@fluendo.com>
5938
5939         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
5940         parent dispose function to avoid segfault on destroy.
5941
5942 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5943
5944         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
5945         (plugin_init):
5946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5947         (gst_xvimagesink_sink_link):
5948         clean up debugging caps
5949         also recreate xvimage when format has changed
5950
5951 2004-05-04  Benjamin Otte  <otte@gnome.org>
5952
5953         * ext/libvisual/Makefile.am:
5954         * ext/libvisual/visual.c: (gst_visual_class_init),
5955         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
5956         (gst_visual_srclink), (gst_visual_chain),
5957         (gst_visual_change_state), (plugin_init):
5958           use a GstAdapter to correctly adapt buffer sizes - allows using a
5959           framerate
5960
5961 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5962
5963         * sys/v4l/gstv4lelement.h:
5964         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
5966         (gst_v4lsrc_buffer_free):
5967         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
5968         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5969         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
5970         (gst_v4lsrc_requeue_frame):
5971         move some debugging categories around
5972         query for fps index and set accordingly if found
5973
5974 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5975
5976         * ext/lame/gstlame.c:
5977         correct defaults that lame_init puts out of range
5978
5979 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5980
5981         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
5982         (gst_divxenc_class_init):
5983         fix range since -1 is the default
5984         * gst/mpeg1sys/gstmpeg1systemencode.c:
5985         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
5986         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
5987         (gst_rtjpegdec_chain):
5988         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
5989         (gst_rtjpegenc_chain):
5990         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
5991         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
5992         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
5993         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
5994         * sys/v4l/gstv4lsrc.c:
5995         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5996         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5997         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5998         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
5999         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6000           remove gst_info calls
6001
6002 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6003
6004         * Makefile.am:
6005         * po/af.po:
6006         * po/az.po:
6007         * po/en_GB.po:
6008         * po/nl.po:
6009         * po/sr.po:
6010         * po/sv.po:
6011           Updated translations
6012
6013 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6014
6015         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6016           refactor/comment code
6017
6018 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6019
6020         * gst/asfdemux/Makefile.am:
6021         * gst/asfdemux/asfheaders.c:
6022         * gst/asfdemux/asfheaders.h:
6023         * gst/asfdemux/gstasf.c: (plugin_init):
6024         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6025         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6026         (gst_asf_demux_setup_pad):
6027         * gst/asfdemux/gstasfdemux.h:
6028         * gst/asfdemux/gstasfmux.c:
6029         * gst/asfdemux/gstasfmux.h:
6030           Add tagging support to demuxer, split out registration in its own
6031           file instead of in demux (hacky), and prevent having some tables
6032           in our memory multiple times (in asfheaders.h).
6033
6034 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6035
6036         * gst/matroska/matroska-demux.c:
6037         (gst_matroska_demux_parse_metadata):
6038         * gst/matroska/matroska-ids.h:  
6039           Basic tag reading support.
6040
6041 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6042
6043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6044           Really detect ac-3 audio.
6045         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6046           really detect matroska files (off-by-1).
6047
6048 2004-04-30  David Schleef  <ds@schleef.org>
6049
6050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6051         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6052         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6053         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6054         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6055         hackage -- parse a lot more atoms, extract a few tags.  One might even
6056         mistake this for tag support.  Maybe it is.
6057         * gst/qtdemux/qtdemux.h:
6058
6059 2004-04-30  Colin Walters  <walters@verbum.org>
6060
6061         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6062
6063 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6064
6065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6066         (gst_ffmpegcolorspace_getcaps):
6067           remove broken nego fix
6068
6069 2004-04-30  Benjamin Otte  <otte@gnome.org>
6070
6071         * configure.ac:
6072         * ext/Makefile.am:
6073         * ext/libvisual/Makefile.am:
6074         * ext/libvisual/visual.c: 
6075           add initial support for libvisual (http://libvisual.sourceforge.net)
6076           libvisual is still quite alpha, so expect crashes in there :)
6077
6078 2004-04-29  David Schleef  <ds@schleef.org>
6079
6080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6081         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6082         up qtdemux to make it spit out codec_data.  Do _not_ look at this
6083         code; you will no longer respect me.
6084
6085 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6086
6087         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6088         * ext/alsa/gstalsa.h :
6089         change alsa pcm device discovery to find more than 1 device
6090         per card. code review by Ronald.
6091
6092 2004-04-29  David Schleef  <ds@schleef.org>
6093
6094         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6095         Add a check for a driver bug on FreeBSD.  (bug #140565)
6096
6097 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6098
6099         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6101         (gst_jpegenc_getcaps):
6102           move format setting to inner loop
6103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6104         (gst_ffmpegcolorspace_getcaps):
6105           use GST_PAD_CAPS if available so that we use already negotiated
6106           caps
6107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6108         (qtdemux_parse_moov), (qtdemux_parse):
6109           extra debugging
6110         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6111         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6112           move hardcoded path to DEFINE
6113
6114 2004-04-28  David Schleef  <ds@schleef.org>
6115
6116         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
6117         (bug #140064)
6118
6119 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6120
6121         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6122           Don't probe for playback device if we're a source element. Fixes
6123           #139658.
6124
6125 2004-04-29  Benjamin Otte  <otte@gnome.org>
6126
6127         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6128         (gst_id3_tag_chain):
6129           rewrite buffer offset
6130
6131 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6132
6133         * configure.ac:
6134         * ext/Makefile.am:
6135         * ext/dts/Makefile.am:
6136         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6137         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6138         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6139         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6140         (gst_dtsdec_loop), (gst_dtsdec_change_state),
6141         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6142         (plugin_init):
6143         * ext/dts/gstdtsdec.h:
6144           New DTS decoder.
6145         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6146         (gst_faad_srcconnect):
6147           Add ESDS atom handling (.m4a).
6148
6149 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6150
6151         * ext/divx/gstdivxdec.c: (plugin_init):
6152           Remove comment that makes no sense.
6153         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6154           Fix for obvious typo that resulted in warnings during gst-register.
6155         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6156         (gst_xviddec_sink_link):
6157           Fix caps negotiation a bit better.
6158         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6159           We call this 'codec_data', not 'esds'.
6160
6161 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6162
6163         * gst/monoscope/gstmonoscope.c:
6164           make sure we only provide 256x128
6165         * gst/monoscope/monoscope.c: (monoscope_init):
6166           assert size of 256x128
6167
6168 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6169
6170         * Makefile.am:
6171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6172         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6173           fixate to max width and height of device
6174
6175 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6176
6177         * Makefile.am:
6178         * sys/v4l/gstv4l.c:
6179         * sys/v4l/gstv4lsrc.c:
6180         * sys/v4l/v4l_calls.c:
6181         * sys/v4l/v4lsrc_calls.c:
6182           fix for qc-usb driver which fakes having more than one buffer
6183           by handing the same buffer twice, which confused GStreamer's/v4lsrc
6184           buffer_free override
6185           add debugging
6186
6187 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6188
6189         * Makefile.am:
6190         * gst/videotestsrc/gstvideotestsrc.c:
6191         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6192         (gst_videotestsrc_init), (gst_videotestsrc_get),
6193         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6194         * gst/videotestsrc/gstvideotestsrc.h:
6195           add num-buffers property
6196
6197         2004-04-26  Benjamin Otte  <otte@gnome.org>
6198
6199         * ext/mad/gstid3tag.c: (plugin_init):
6200           set id3mux rank to NONE so it doesn't confuse spider
6201           require audio/mpeg,mpegversion=1 in id3mux
6202
6203 2004-04-26  Benjamin Otte  <otte@gnome.org>
6204
6205         * configure.ac:
6206           detect faad correctly as non-working if it's indeed non-working
6207
6208 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6209
6210         * Makefile.am:
6211         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6212         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6213         fix _getcaps so it only negotiates to its supported format
6214
6215 2004-04-25  Benjamin Otte  <otte@gnome.org>
6216
6217         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6218           fix memleak
6219
6220 2004-04-23  Benjamin Otte  <otte@gnome.org>
6221
6222         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6223           audio/x-raw-int with height rules! not. Now it's depth.
6224
6225 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6226
6227         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
6228         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6229         (gst_wavparse_loop):
6230           Missing variable initialization. Add handling of DVI ADPCM. Fix
6231           mis-parsing of LIST chunks. This works around a bug where we mis-
6232           parse non-aligning LIST chunks (so LIST chunks where the contents
6233           don't align with the actual LIST size). The correct fix is to use
6234           rifflib, I'm not going to fix wavparse - too much work. All this
6235           fixes #104878.
6236
6237 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
6238
6239         reviewed by Benjamin Otte  <otte@gnome.org>
6240
6241         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
6242           fix shoutcast not working (fixes #140844)
6243
6244 2004-04-22  Benjamin Otte  <otte@gnome.org>
6245
6246         * ext/hermes/gsthermescolorspace.c:
6247         (gst_hermes_colorspace_caps_remove_format_info):
6248         * gst/colorspace/gstcolorspace.c:
6249         (gst_colorspace_caps_remove_format_info):
6250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6251         (gst_ffmpegcolorspace_caps_remove_format_info):
6252           s/gst_caps_simplify/gst_caps_do_simplify/
6253
6254 2004-04-22  Benjamin Otte  <otte@gnome.org>
6255
6256         * gst-libs/gst/riff/riff-media.c:
6257         (gst_riff_create_video_caps_with_data):
6258           mpegversion is an int
6259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
6260           don't try to create pad templates with NULL caps, use any caps
6261           instead.
6262
6263 2004-04-20  David Schleef  <ds@schleef.org>
6264
6265         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
6266         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
6267         (bug #140384)
6268
6269 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6270
6271         reviewed by David Schleef
6272
6273         * ext/mad/gstid3tag.c: Add stdlib.h
6274         * gst/rtp/gstrtpgsmenc.c: same
6275         * gst/tags/gstid3tag.c: same
6276         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
6277         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
6278         GST_DISABLE_LOADSAVE use.
6279         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
6280         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
6281         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
6282         atol(3)).
6283         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
6284         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
6285         strtoul(3)).
6286         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
6287         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
6288         $(ID3_CFLAGS).
6289         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
6290         $(LIBFAME_CFLAGS).
6291
6292 2004-04-20  David Schleef  <ds@schleef.org>
6293
6294         * gst/realmedia/rmdemux.c:  This was supposed to part of the
6295         last checkin.  Same idea.
6296
6297 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6298
6299         reviewed by David Schleef
6300
6301         * configure.ac: bump required gstreamer version to 0.8.1.1
6302         because of following changes [--ds]
6303
6304         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
6305         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
6306         (gst_riff_read_header):  Use GST_READ_UINT*
6307         macros to access possibly unaligned memory.
6308
6309         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
6310         (mp3_type_find):  Use GST_READ_UINT*
6311         macros to access possibly unaligned memory.
6312         (mp3_type_find, mpeg1_parse_header, qt_type_find)
6313         (speex_type_find): Likewise
6314
6315         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
6316
6317         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
6318         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
6319         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
6320         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
6321         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
6322         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
6323         macros to access possibly unaligned memory.
6324
6325         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
6326         Likewise.
6327
6328         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
6329         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
6330
6331         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6332         Likewise.
6333
6334         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
6335         (gst_mpeg2subt_chain_subtitle): Likewise.
6336
6337         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
6338         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
6339         Likewise.
6340
6341         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
6342         Likewise.
6343
6344         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
6345         Likewise.
6346
6347         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
6348         Likewise.
6349
6350 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6351
6352         * configure.ac:
6353           update required version of GStreamer because of GST_TIME_FORMAT
6354
6355 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6356
6357         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
6358           remove leftover g_print
6359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6360           don't try setting only a subset of the caps. We don't want to kill
6361           autoplugging on purpose
6362
6363 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6364
6365         * sys/ximage/ximagesink.c: (plugin_init):
6366         * sys/xvimage/xvimagesink.c: (plugin_init):
6367           add debugging categories
6368
6369 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6370
6371         * po/en_GB.po:
6372         * po/LINGUAS:
6373           Adding en_GB translation (Gareth Owen)
6374
6375 2004-04-20  David Schleef  <ds@schleef.org>
6376
6377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6378         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
6379         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
6380         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
6381         A number of new features and hacks to extract the esds atom and
6382         put it into the caps.  (bug #137724)
6383
6384 2004-04-19  David Schleef  <ds@schleef.org>
6385
6386         * gconf/Makefile.am: Fix for non-GNU make
6387         * gst-libs/gst/Makefile.am: Change directory order to handle
6388         GstPlay linking with gstinterfaces
6389         * gst-libs/gst/audio/make_filter: make use of tr portable
6390         * gst-libs/gst/play/Makefile.am: Add intended \
6391         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6392         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
6393         function prototype instead of void *.
6394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
6395         macro.
6396         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6397         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
6398         * gst/videofilter/make_filter: make use of tr portable
6399         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
6400
6401 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6402                                                                                 
6403         * po/LINGUAS:
6404         * po/uk.po:
6405           Added Ukrainian translation (Maxim V. Dziumanenko)
6406                                                                                 
6407 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6408
6409         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
6410         (gst_gsmdec_link), (gst_gsmdec_chain):
6411           Fix capsnego, simplify chain function slightly.
6412         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6413           Add GSM.
6414
6415 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6416
6417         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6418         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
6419         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
6420           Hack to make wavparse work with spider (always -> sometimes pad).
6421           Fixes #135862 && #140411.
6422
6423 2004-04-18  Benjamin Otte  <otte@gnome.org>
6424
6425         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
6426         (gst_osselement_rate_probe_check),
6427         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
6428           get rid of \n in debug output
6429
6430 2004-04-17  Iain <iain@prettypeople.org>
6431
6432         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
6433         not just EOS.
6434
6435 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6436
6437         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6438         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
6439         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
6440         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
6441         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6442         (gst_id3_tag_change_state), (plugin_init):
6443           deprecate id3tag element and replace with id3demux/id3mux.
6444           great side effect: this ugly file is now even uglier, yay!
6445         * ext/mad/gstmad.h:
6446           remove non-available function
6447           update for new get_type
6448
6449 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6450
6451         * configure.ac:
6452           require mpeg2dec >= 0.4.0
6453
6454 2004-04-17  Benjamin Otte  <otte@gnome.org>
6455
6456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6457         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
6458         (gst_xvimagesink_set_xwindow_id):
6459           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
6460           assorted cleanup fixes.
6461
6462 2004-04-16  David Schleef  <ds@schleef.org>
6463
6464         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
6465         * sys/xvimage/xvimagesink.h: same
6466
6467 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6468
6469         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6470           Fix GST_ELEMENT_ERROR with (NULL)
6471
6472 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6473
6474         * gst-libs/gst/riff/riff-media.c:
6475         (gst_riff_create_video_caps_with_data):
6476           Add div[3456] as fourccs for DivX 3 (fixes #140137).
6477
6478 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6479
6480         * gst-libs/gst/riff/riff-media.c:
6481         (gst_riff_create_video_caps_with_data),
6482         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
6483         (gst_riff_create_video_template_caps),
6484         (gst_riff_create_audio_template_caps):
6485         * gst-libs/gst/riff/riff-media.h:
6486         * gst-libs/gst/riff/riff-read.c:
6487         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
6488         * gst-libs/gst/riff/riff-read.h:
6489         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6490           Add MS RLE support. I added some functions to read out strf chunks
6491           into strf chunks and the data behind it. This is usually color
6492           palettes (as in RLE, but also in 8-bit RGB). Also use those during
6493           caps creation. Lastly, add ADPCM (similar to wavparse - which
6494           should eventually be rifflib based).
6495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
6496         (gst_matroska_demux_init), (gst_matroska_demux_reset):
6497         * gst/matroska/matroska-demux.h:
6498           Remove placeholders for some prehistoric tagging system. Didn't add
6499           support for any tag system really anyway.
6500         * gst/qtdemux/qtdemux.c:
6501           Add support for audio/x-m4a (MPEG-4) through spider.
6502         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6503         (gst_wavparse_loop):
6504           ADPCM support (#135862). Increase max. buffer size because we
6505           cannot split buffers for ADPCM (screws references) and I've seen
6506           files with 2048 byte chunks. 4096 seems safe for now.
6507
6508 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6509
6510         * configure.ac: bump nano to 1
6511
6512 === release 0.8.1 ===
6513
6514 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6515
6516         * configure.ac: releasing 0.8.1, "Comforting Sounds"
6517
6518 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6521           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
6522           Fixes #140058
6523
6524 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6525
6526         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
6527           lower rank of dvddemux so that it's not used for mpeg playback.
6528
6529 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6530
6531         * configure.ac:
6532           save libs correctly when checking mad
6533
6534 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6535
6536         * ext/mad/gstid3tag.c: (plugin_init):
6537           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
6538
6539 2004-04-13  David Schleef  <ds@schleef.org>
6540
6541         * common/m4/gst-feature.m4: Call -config scripts with
6542         --plugin-libs if it is supported.
6543         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
6544         JPEG images are image/jpeg.
6545         * gst/debug/Makefile.am:
6546         * gst/debug/negotiation.c: (gst_negotiation_class_init),
6547         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
6548         (gst_negotiation_update_caps), (gst_negotiation_get_property),
6549         (gst_negotiation_plugin_init): Add a property that acts like
6550         filter caps.
6551         * testsuite/gst-lint:  Move license checking to be a standard
6552         test.
6553
6554 2004-04-13  David Schleef  <ds@schleef.org>
6555
6556         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
6557         patch from Sebastien Cote (bug #139958)
6558
6559 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6560
6561         * examples/gstplay/Makefile.am:
6562         * examples/gstplay/player.c: (main):
6563           make the commandline player example use gconf settings
6564
6565 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6566
6567         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6568         (gst_cacasink_sinkconnect), (gst_cacasink_init),
6569         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
6570           init/end library during state transition, not object
6571           creation/disposal.  get rid of custom dispose handler.
6572          
6573
6574 2004-04-12  Christian Schaller <Uraeus@gnome.org>
6575
6576         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
6577         be a symlink
6578
6579 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6580
6581         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
6582           Handle JUNK chunks inside data section. Prevents warnings.
6583
6584 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6585
6586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6587         (gst_riff_create_video_template_caps):
6588           Add MS video v1.
6589         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6590         (gst_avi_demux_stream_data):
6591           Add support for "rec-list" chunks.
6592
6593 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6594
6595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6596           Fix another codecname mismatch.
6597
6598 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6601           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
6602           so that MJPEG plays back.
6603
6604 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6605
6606         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
6607         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
6608         * gst/mpeg1videoparse/gstmp1videoparse.h:
6609           Fix for some slight mis-cuts in buffer parsing, and for some
6610           potential overflows or faults-causers. Adds disconts. Also fixes
6611           #139105 while we're at it.
6612
6613 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6614
6615         * configure.ac:
6616         * sys/v4l2/gstv4l2element.h:
6617           Workaround for missing struct v4l2_buffer declaration in Suse 9
6618           and Mandrake 10 linux/videodev2.h header file (#135919).
6619
6620 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6623           Bail out if no filename was given.
6624
6625 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6626
6627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6628         (gst_v4l2_fourcc_from_structure):
6629           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
6630           Y41B somewhere).
6631
6632 2004-04-09  Benjamin Otte  <otte@gnome.org>
6633
6634         * ext/gnomevfs/gstgnomevfssink.c:
6635         (_gst_boolean_allow_overwrite_accumulator),
6636         (gst_gnomevfssink_class_init):
6637           fix erase signal - if any handler returns false the file will not be
6638           overwritten. If no handler is connected, the file will not be
6639           overwritten either.
6640           renamed signal to "allow-overwrite"
6641         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
6642           free string when adding it to ID3 failed
6643         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6644           unref event when done
6645         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6646           free caps
6647         * gst/typefind/gsttypefindfunctions.c:
6648         (mpeg_video_stream_type_find):
6649           fix invalid read 
6650
6651 2004-04-08  David Schleef  <ds@schleef.org>
6652
6653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6654         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
6655
6656 2004-04-08  David Schleef  <ds@schleef.org>
6657
6658         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
6659         we don't support (bug #139532)
6660
6661 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6662
6663         * ext/mad/gstmad.c: (gst_mad_handle_event),
6664         (gst_mad_check_caps_reset), (gst_mad_chain),
6665         (gst_mad_change_state):
6666           only set explicit caps if they haven't been set before for
6667           this stream.  MPEG-audio sample rate/channels aren't allowed
6668           to change in-stream.
6669           Fixes #139382
6670
6671 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6672
6673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
6674         (_gst_boolean_did_something_accumulator),
6675         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
6676         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
6677         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
6678         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
6679         (gst_gnomevfssink_change_state):
6680           Fix erase signal. Don't erase by default. Remove handoff signal.
6681           Remove erase property. Don't segfault. General cleanup.
6682
6683 2004-04-07  Benjamin Otte  <otte@gnome.org>
6684
6685         * gst-libs/gst/gconf/test-gconf.c: (main):
6686           add missing gst_init
6687
6688 2004-04-07  Benjamin Otte  <otte@gnome.org>
6689
6690         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
6691           free the mutexes, too
6692
6693 2004-04-07  Benjamin Otte  <otte@gnome.org>
6694
6695         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
6696           actually free the URI string
6697         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
6698           compute offset correctly when passing discont events
6699         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6700           don't leak discont events
6701         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
6702           add some missing breaks so caps aren't copied randomly
6703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
6704           if we realloc memory, we better use it
6705
6706 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6707
6708         * ext/mad/gstmad.c: (normal_seek):
6709           fix GST_FORMAT_TIME usage
6710
6711 2004-04-05  David Schleef  <ds@schleef.org>
6712
6713         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
6714         a deprecated function (hack!)
6715
6716 2004-04-05  Benjamin Otte  <otte@gnome.org>
6717
6718         * ext/esd/esdmon.c: (gst_esdmon_get):
6719           fix nonterminated vararg and memleak
6720
6721 2004-04-05  Benjamin Otte  <otte@gnome.org>
6722
6723         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
6724         (gst_ladspa_init), (gst_ladspa_force_src_caps),
6725         (gst_ladspa_set_property), (gst_ladspa_get_property),
6726         (gst_ladspa_instantiate), (gst_ladspa_activate),
6727         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
6728           clean up debugging
6729
6730 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
6731
6732         reviewed by Benjamin Otte  <otte@gnome.org>
6733
6734         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
6735           check for broken LADSPA parameters (fixes #138635)
6736         
6737 2004-04-05  Benjamin Otte  <otte@gnome.org>
6738
6739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
6740           advertise buffer-frames correctly on sinkpads
6741
6742 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6743
6744         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
6745         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
6746         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
6747         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
6748         (gst_mad_check_caps_reset), (gst_mad_chain):
6749         add more debugging, only reset caps when we're not in error state
6750
6751 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6752
6753         * ext/mad/gstmad.c: add debugging category, comment + cleanups
6754
6755 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
6756
6757         reviewed by Benjamin Otte  <otte@gnome.org>
6758
6759         * configure.ac:
6760           fix == in test(1) operator
6761
6762 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
6763
6764         reviewed by Benjamin Otte  <otte@gnome.org>
6765
6766         * configure.ac:
6767           fix --export-symblos-regex to a working regex.
6768
6769 2004-04-04  Benjamin Otte  <otte@gnome.org>
6770
6771         * sys/oss/.cvsignore:
6772           add for oss_probe
6773
6774 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
6775
6776         reviewed by Benjamin Otte  <otte@gnome.org>
6777
6778         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6779           add missing 'new_media' argument (fixes #138168)
6780         * gst/matroska/matroska-demux.c:
6781         (gst_matroska_demux_handle_seek_event):
6782           add vararg terminator (fixes #138169)
6783
6784 2004-04-02  David Schleef  <ds@schleef.org>
6785
6786         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
6787         disted (bug #138914)
6788
6789 2004-04-01  Benjamin Otte  <otte@gnome.org>
6790
6791         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
6792         (gst_alsa_close_audio):
6793           handle case better where a soundcard can't pause
6794         * ext/ogg/gstoggdemux.c:
6795           don't crash when we get events but don't have pads yet
6796
6797 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6798
6799         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
6800           throw an error if we couldn't probe any caps.
6801
6802 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
6803
6804         * ext/dvdnav/gst-dvd:
6805         Add a really simple sample DVD player
6806
6807 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
6808
6809         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
6810         (gst_a52dec_push), (gst_a52dec_handle_event),
6811         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
6812         (gst_a52dec_change_state):
6813         * ext/a52dec/gsta52dec.h:
6814           Use a debug category, Output timestamps correctly
6815           Emit tag info, Handle events, tell liba52dec about cpu
6816           capabilities so it can use MMX etc.
6817         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
6818           Fix a crasher accessing invalid memory
6819         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
6820         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
6821         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
6822         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
6823         (dvdnavsrc_query):
6824           Some support for byte-format seeking.
6825           Small fixes for still frames and menu button overlays
6826         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6827         (gst_mpeg2dec_alloc_buffer):
6828           Use a debug category. Adjust the report level of several items to
6829           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
6830           so it doesn't lose the GstBuffer pointer
6831         * gst/debug/Makefile.am:
6832         * gst/debug/gstdebug.c: (plugin_init):
6833         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
6834         (gst_navseek_base_init), (gst_navseek_class_init),
6835         (gst_navseek_init), (gst_navseek_seek),
6836         (gst_navseek_handle_src_event), (gst_navseek_set_property),
6837         (gst_navseek_get_property), (gst_navseek_chain),
6838         (gst_navseek_plugin_init):
6839         * gst/debug/gstnavseek.h:
6840           Add the navseek debug element for seeking back and forth in a 
6841           video stream using arrow keys.
6842         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
6843         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
6844         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
6845         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
6846         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
6847         (gst_mpeg2subt_parse_header), (gst_get_nibble),
6848         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
6849         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
6850         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
6851         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
6852         * gst/mpeg2sub/gstmpeg2subt.h:
6853           Pretty much a complete rewrite. Now a loopbased element. May still
6854           require work to properly synchronise subtitle buffers.
6855         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
6856         (gst_dvd_demux_send_subbuffer):
6857         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
6858           Don't attempt to create subbuffers of size 0
6859           Reduce a couple of error outputs to warnings.
6860         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
6861         (gst_y4mencode_chain):
6862         Output the y4m frame header correctly.
6863
6864 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6865
6866         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
6867           throw errors instead of allowing SIGFPE
6868
6869 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6870
6871         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
6872         (gst_gconf_render_bin_from_key):
6873           leak plugging and style fixing
6874
6875 2004-03-31  David Schleef  <ds@schleef.org>
6876
6877         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
6878         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
6879         (bug #138225)
6880         * gst/debug/Makefile.am:
6881         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
6882         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
6883         plugin.
6884         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
6885         (gst_negotiation_base_init), (gst_negotiation_class_init),
6886         (gst_negotiation_init), (gst_negotiation_getcaps),
6887         (gst_negotiation_pad_link), (gst_negotiation_chain),
6888         (gst_negotiation_set_property), (gst_negotiation_get_property),
6889         (gst_negotiation_plugin_init):  New element to talk about random
6890         negotiation things happening in a pipeline.
6891
6892 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6893
6894         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
6895           fix integer addition with help of Stefan Kost
6896
6897 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6898
6899         * po/nl.po: updated Dutch translation (Elros Cyriatan)
6900
6901 2004-03-30  David Schleef  <ds@schleef.org>
6902
6903         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
6904         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
6905         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
6906         (bug #137504)
6907         * ext/mpeg2dec/gstmpeg2dec.h:
6908
6909 2004-03-30  David Schleef  <ds@schleef.org>
6910
6911         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
6912
6913 2004-03-30  David Schleef  <ds@schleef.org>
6914
6915         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
6916         Michael Petullo) to handle .mov
6917
6918 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6919
6920         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
6921         (gst_osselement_rate_check_rate):
6922           probe caps correctly for sound cards that only support one format
6923
6924 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6925
6926         * ext/kio/kiosrc.cpp: (process_events):
6927           update handling event processing if inside KDE - untested
6928
6929 2004-03-29  David Schleef  <ds@schleef.org>
6930
6931         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
6932         by 2 to not interfere with other colorspaces.
6933         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
6934         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
6935         one to not interfere with ffmpeg_colorspace.
6936
6937 2004-03-29  David Schleef  <ds@schleef.org>
6938
6939         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
6940         aren't in the caps.
6941         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
6942         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
6943
6944 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6945
6946         * gst-libs/gst/riff/riff-media.c:
6947           fail on error, don't try to set stuff on NULL caps
6948
6949 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6950
6951         * configure.ac:
6952         * ext/Makefile.am:
6953         * ext/kio/Makefile.am:
6954         * ext/kio/kioreceiver.cpp:
6955         * ext/kio/kioreceiver.h:
6956         * ext/kio/kiosrc.cpp:
6957         * ext/kio/kiosrc.h:
6958           add experimental kiosrc plugin
6959         * ext/alsa/gstalsaplugin.c: (plugin_init):
6960           initialize debugging category only when we're sure registering the
6961           plugins worked.
6962
6963 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * examples/gstplay/player.c: (main):
6966         * gst-libs/gst/play/play.c: (gst_play_class_init),
6967         (gst_play_set_location), (gst_play_set_data_src),
6968         (gst_play_set_video_sink), (gst_play_set_audio_sink),
6969         (gst_play_set_visualization), (gst_play_connect_visualization):
6970           check return values of element_set_state and return FALSE where
6971           failed
6972
6973 2004-03-29  Benjamin Otte  <otte@gnome.org>
6974
6975         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6976           try harder to check if an event is really a discont
6977
6978 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6979
6980         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
6981         * po/az.po:
6982
6983 2004-03-28  Benjamin Otte  <otte@gnome.org>
6984
6985         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
6986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6987         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
6988           get rid of non-standard "..." ranges in case statements.
6989
6990 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
6991
6992         * gst/mpegstream/gstmpegdemux.c: 
6993         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
6994         specific functionality split to the new dvddemux element.
6995         * gst/mpegstream/gstdvddemux.c:
6996         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
6997         streams, derived from mpegdemux.
6998         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
6999         up. SCR based timestamp rewriting can be turned off (will probably
7000         completely disappear soon).
7001         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7002         hacking. General cleanup. All printf statements replaced by
7003         debugging messages. Almost complete libdvdnav support.
7004         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7005         by events. New properties for audio and subpicture languages.
7006         (dvdnavsrc_update_highlight): Now uses events.
7007         (dvdnavsrc_user_op): Cleaned up.
7008         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7009         based). Lots of cleanup, and propper support for most libdvdnav
7010         events.
7011         (dvdnavsrc_make_dvd_event): New function.
7012         (dvdnavsrc_make_dvd_nav_packet_event): New function.
7013         (dvdnavsrc_make_clut_change_event): New function.
7014
7015 2004-03-26  Benjamin Otte  <otte@gnome.org>
7016
7017         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7018           fix bug where typefinding would claim it's theora whenever less then
7019           7 bytes of data were available
7020
7021 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7022
7023         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7024         (gst_alawdec_base_init), (gst_alawdec_class_init),
7025         (gst_alawdec_init), (gst_alawdec_chain):
7026         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7027         (gst_alawenc_base_init), (gst_alawenc_class_init),
7028         (gst_alawenc_init), (gst_alawenc_chain):
7029         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7030         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7031         (gst_mulawdec_init), (gst_mulawdec_chain):
7032         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7033         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7034         (gst_mulawenc_init), (gst_mulawenc_chain):
7035           Fix capsnego in all four, remove the unused property functions and
7036           simplify the chain functions slightly. I guess we could use macros
7037           or something similar for those, since the code is so similar, but
7038           I'm currently too lazy...
7039
7040 2004-03-24  David Schleef  <ds@schleef.org>
7041
7042         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7043         (gst_osselement_close_audio), (gst_osselement_probe_caps),
7044         (gst_osselement_get_format_structure),
7045         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7046         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7047         (gst_osselement_rate_int_compare): Add code to handle rate probing
7048         (bug #120883)
7049         * sys/oss/gstosselement.h: same
7050         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7051         Use rate probing provided by osselement.
7052         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7053
7054 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7055
7056         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7057         (gst_xvidenc_get_property):
7058           ulong/int mess-up.
7059
7060 2004-03-24  David Schleef  <ds@schleef.org>
7061
7062         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7063         (gst_speexdec_init):
7064         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7065         (gst_speexenc_init):  Create the pad template correctly (from
7066         the static pad template, not a NULL pointer.)
7067
7068 2004-03-25  Benjamin Otte  <otte@gnome.org>
7069
7070         * gst/debug/Makefile.am:
7071         * gst/debug/breakmydata.c: 
7072           add element that quasi-randomly changes bytes in the stream.
7073           Intended use is robustness checking of demuxers and decoders in
7074           media tests.
7075
7076 2004-03-24  Benjamin Otte  <otte@gnome.org>
7077
7078         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7079         (gst_alsa_probe_hw_params):
7080         * ext/alsa/gstalsa.h:
7081           debugging output fixes
7082
7083 2004-03-24  Benjamin Otte  <otte@gnome.org>
7084
7085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7086           don't g_return_if_fail if element is PLAYING, fail silently as every
7087           other element.
7088         * gst/effectv/gstquark.c: (gst_quarktv_chain):
7089           only fix needed for cast lvalue issues in gst-plugins
7090         * gst/volenv/gstvolenv.c: (gst_volenv_init):
7091           add proxy_getcaps
7092
7093 2004-03-24  Benjamin Otte  <otte@gnome.org>
7094
7095         * gst/level/gstlevel.c: (gst_level_init):
7096           add proxying getcaps function, so level doesn't advertise impossible
7097           caps
7098
7099 2004-03-24  David Schleef  <ds@schleef.org>
7100
7101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7102         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7103         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7104         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7105         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7106         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7107         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7108         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7109         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
7110         messages.  Divide the chunk size by the compression ratio
7111         (needed for MACE audio)
7112
7113 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7114
7115         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7116           Fix buffer overflow read error.
7117
7118 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7119
7120         * ext/alsa/gstalsa.h:
7121           Remove unused entry.
7122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7123           Add cinepak.
7124         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7125         (gst_videodrop_link), (gst_videodrop_chain):
7126           Fix, sort of. Was horribly broken with new capsnego. Bah...
7127
7128 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
7129
7130         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7131         (plugin_init):
7132         Add a monkeysaudio typefind function
7133
7134 2004-03-23  Johan Dahlin  <johan@gnome.org>
7135
7136         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
7137         (gst_play_video_fixate): Check so the structure has the field
7138         before trying to fixate them, this makes it possible to have
7139         fakesinks for video and audio output without printing errors on
7140         the output console.
7141
7142 2004-03-22  David Schleef  <ds@schleef.org>
7143
7144         * sys/oss/Makefile.am:
7145         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7146         (check_rate), (add_rate):  Rate probing test app.
7147
7148 2004-03-21  Benjamin Otte  <otte@gnome.org>
7149
7150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7151         (_fixate_caps_to_int), (gst_audio_convert_fixate):
7152           add a fixation function that pretty much does the right thing (fixes
7153           #137556)
7154
7155 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
7156
7157         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7158
7159 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
7160
7161         reviewed by: Benjamin Otte  <otte@gnome.org>
7162
7163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7164           terminate gst_event_new_discontinuous correctly (fixes parts of
7165           #137711)
7166
7167 2004-03-19  David Schleef  <ds@schleef.org>
7168
7169         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
7170         since it doesn't depend on X, and it's part of our ABI.
7171
7172 2004-03-19  Iain <iain@prettypeople.org>
7173
7174         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
7175         is_int in the structure, not the local variable.
7176
7177 2004-03-19  David Schleef  <ds@schleef.org>
7178
7179         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7180         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7181         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7182         Improvements in caps negotiation.
7183
7184 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7185
7186         * po/LINGUAS:
7187         * po/af.po:
7188           adding Afrikaans (Petri Jooste)
7189
7190 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7191
7192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7193         (gst_ffmpegcolorspace_chain):
7194         throw error instead of g_critical (#137588)
7195
7196 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7197
7198         * Makefile.am:
7199         * configure.ac:
7200           dist common and m4 correctly
7201         * po/sv.po:
7202
7203 2004-03-17  David Schleef  <ds@schleef.org>
7204
7205         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
7206         (bug #137348)
7207
7208 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7209
7210         * po/LINGUAS:
7211         * po/sv.po:
7212           adding Swedish translation (Christian Rose)
7213
7214 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7215
7216         * Makefile.am: use release.mak
7217
7218 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7219
7220         * common/ChangeLog:
7221         * common/gst-autogen.sh:
7222           add some explanation about the version detection
7223         * configure.ac:
7224           fix X check
7225
7226 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7227
7228         * configure.ac: bump nano to 1
7229
7230 === release 0.8.0 ===
7231
7232 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7233
7234         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
7235
7236 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7237
7238         * configure.ac:
7239           update libtool version
7240         * gst-libs/gst/media-info/Makefile.am:
7241           actually use libtool version
7242
7243 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7244
7245         * configure.ac: fix speex detection to work with 1.0 but not 1.1
7246
7247 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7248
7249         * configure.ac:
7250         * gst-plugins.spec.in:
7251         * pkgconfig/Makefile.am:
7252         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7253         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7254         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7255         * pkgconfig/gstreamer-libs.pc.in:
7256         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7257         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7258         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
7259         * pkgconfig/gstreamer-plugins.pc.in:
7260           remove @VERSION@ from some of the pc files since core and plugins
7261           are decoupled.
7262           created gstreamer-plugins.pc as it's a better name, but keeping
7263           -libs around for now to get fixes upstream done first.
7264
7265 2004-03-15  Julien MOUTTE <julien@moutte.net>
7266
7267         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
7268         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
7269         * gst-libs/gst/play/play.h:
7270
7271 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7272
7273         * *.c, *.cc: don't mix tabs and spaces
7274
7275 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7276
7277         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
7278           use the new ffmpegcolorspace
7279         * gst-plugins.spec.in:
7280           package new colorspace and media-info
7281         * configure.ac:
7282         * pkgconfig/Makefile.am:
7283           fix some more disting issues
7284         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7285         * pkgconfig/gstreamer-media-info.pc.in:
7286           generate media-info pc files
7287
7288 2004-03-15  Johan Dahlin  <johan@gnome.org>
7289         
7290         * *.h: Revert indenting
7291
7292 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7293
7294         * configure.ac:
7295           adding ffmpegcolorspace element
7296         * gst/ffmpegcolorspace/Makefile.am:
7297         * gst/ffmpegcolorspace/avcodec.h:
7298         * gst/ffmpegcolorspace/common.h:
7299         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7300         * gst/ffmpegcolorspace/dsputil.h:
7301         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7303         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
7304         (gst_ffmpeg_caps_to_pix_fmt):
7305         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7307         (gst_ffmpegcolorspace_caps_remove_format_info),
7308         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
7309         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
7310         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
7311         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
7312         (gst_ffmpegcolorspace_set_property),
7313         (gst_ffmpegcolorspace_get_property),
7314         (gst_ffmpegcolorspace_register):
7315         * gst/ffmpegcolorspace/imgconvert.c:
7316         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7317         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7318         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7319         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7320         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7321         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
7322         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
7323         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
7324         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
7325         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
7326         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
7327         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
7328         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
7329         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
7330         (img_get_alpha_info), (deinterlace_line),
7331         (deinterlace_line_inplace), (deinterlace_bottom_field),
7332         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7333         * gst/ffmpegcolorspace/imgconvert_template.h:
7334         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7335         * gst/ffmpegcolorspace/mmx.h:
7336         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
7337           adding ffmpegcolorspace element supplied by Ronald after cleaning
7338           up and pulling in the right bits of upstream source. 
7339           I'm sure a better C/compiler wizard could do some cleaning up (for
7340           example use GLIB's malloc stuff), but as a first pass this
7341           works very well
7342
7343 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7344
7345         * ext/alsa/gstalsa.h:
7346           I assume Ronald forgot to commit the change to have cardname
7347           as a struct member.  Expect some public spanking at the next
7348           opportunity.
7349
7350 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7351
7352         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
7353         (gst_alsa_open_audio), (gst_alsa_close_audio):
7354         * ext/alsa/gstalsa.c:
7355           Don't open the device if we're a mixer (= padless).
7356         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
7357         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
7358         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
7359           Open mixer during state change rather than during object
7360           initialization. Also, get a device name. Currently in a somewhat
7361           hackish fashion, but I didn't really find something better.
7362
7363 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7364
7365         * *.c, *.h: run gst-indent
7366
7367 2004-03-14  Benjamin Otte  <otte@gnome.org>
7368
7369         * gst/modplug/gstmodplug.cc:
7370         * gst/modplug/gstmodplug.h:
7371           set correct timestamps on outgoing buffers
7372
7373 2004-03-14  Benjamin Otte  <otte@gnome.org>
7374
7375         * gst/modplug/gstmodplug.cc:
7376           handle events - don't do crap when a discont arrives that's not
7377           necessary
7378           This allows correct loading and playback of mods in Rhythmbox
7379
7380 2004-03-14  Benjamin Otte  <otte@gnome.org>
7381
7382         * configure.ac:
7383         * gst-libs/gst/gconf/Makefile.am:
7384         * pkgconfig/Makefile.am:
7385           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
7386           they get rebuilt properly
7387         * configure.ac:
7388           when checking for vorbis, try pkgconfig first.
7389         * gst/modplug/gstmodplug.cc:
7390           add fixate function
7391
7392 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7393
7394         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7395           Fix for obvious mistake, where we first shift the offset and then
7396           read a samplesize element assuming the old offset. Note that this
7397           part still has something weird, i.e. my movies containing those
7398           don't actually play well, but at least there's something that looks
7399           like sound now.
7400
7401 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
7402         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
7403         (plugin_init):
7404         Add a typefind function for speex format
7405
7406 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7407
7408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
7409         (gst_asf_demux_setup_pad):
7410           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
7411           instead of 0. Reason is simple: some elements have a fps range
7412           of 1-max instead of 0-max. So now ASF video actually works.
7413
7414 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7415
7416         * po/LINGUAS:
7417         * po/sr.po:
7418           adding serbian as a language
7419
7420 2004-03-13  Benjamin Otte  <otte@gnome.org>
7421
7422         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7423           return taglist correctly from _get function, don't gst_pad_push it.
7424           (fixes #137042)
7425
7426 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7427         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7428
7429 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7430
7431         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
7432         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
7433         (gst_alsa_mixer_track_new):
7434         * ext/alsa/gstalsamixertrack.h:
7435           Fix ancient leftovers... MixerTrack is a GObject.
7436
7437 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7438
7439         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7440         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7441           Don't block during probing...
7442
7443 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7444
7445         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
7446         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
7447         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
7448         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
7449         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
7450         (gst_alsa_open_audio), (gst_alsa_close_audio):
7451         * ext/alsa/gstalsa.h:
7452           Add propertyprobe interface implementation, add some device-name
7453           property, all this so that it looks good in gnome-volume-control.
7454
7455 2004-03-12  David Schleef  <ds@schleef.org>
7456
7457         * configure.ac: the Hermes library controls hermescolorspace, not
7458         colorspace.
7459         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7460         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
7461         not /* */
7462         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
7463         * ext/sdl/sdlvideosink.h: ditto.
7464         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
7465
7466 2004-03-12  Benjamin Otte  <otte@gnome.org>
7467
7468         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
7469         (gst_x_overlay_got_xwindow_id):
7470         * gst-libs/gst/xoverlay/xoverlay.h:
7471           replace XID with unsigned long to get rid of the xlibs dependency in
7472           XOverlay (fixes #137004)
7473
7474 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7475         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
7476         (gst_agingtv_setup):
7477         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
7478         (gst_dicetv_base_init), (gst_dicetv_class_init),
7479         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
7480         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
7481         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
7482         (gst_edgetv_setup), (gst_edgetv_rgb32):
7483         * gst/effectv/gsteffectv.c:
7484         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
7485         (gst_quarktv_set_property):
7486         * gst/effectv/gstrev.c: (gst_revtv_get_type),
7487         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
7488         (gst_revtv_setup), (gst_revtv_rgb32):
7489         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
7490         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
7491         (gst_shagadelictv_init), (gst_shagadelictv_setup),
7492         (gst_shagadelictv_rgb32):
7493         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
7494         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
7495         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
7496         * gst/effectv/gstwarp.c:
7497         Port everything that can be ported to videofilter and fix up the caps.
7498         Can someone with a big-endian machine please check these?
7499
7500 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7501
7502         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
7503         (gst_osssink_chain), (gst_osssink_change_state):
7504           Latest fixes for A/V sync, audio playback and such. This is about
7505           all... MPEG playback issues are mostly related to the async build-
7506           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
7507
7508 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7509
7510         patch from: Stephane Loeuillet
7511
7512         * configure.ac:
7513           use pkg-config for some libraries, falling back to the old .m4 way
7514           (fixes #131270)
7515         * m4/libdv.m4:
7516           removed
7517
7518 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7519
7520         * configure.ac:
7521         * tools/Makefile.am:
7522         * tools/Makefile.in:
7523         * tools/gst-launch-ext-m.m:
7524         * tools/gst-launch-ext.1.in:
7525         * tools/gst-visualise-m.m:
7526         * tools/gst-visualise.1:
7527         * tools/gst-visualise.1.in:
7528           reorganizing generation of script tools
7529
7530 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7531
7532         * ext/divx/gstdivxdec.c:
7533           Downgrade priority. We prefer ffdec_mpeg4.
7534         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
7535         (gst_faad_chain), (gst_faad_change_state):
7536           Fix capsnego. Doesn't work for some sounds because we don't have
7537           a 5:1 to stereo element.
7538         * ext/xvid/gstxvid.c: (plugin_init):
7539           Add priority.
7540         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
7541         (gst_osssink_change_state):
7542           Add discont handling.
7543
7544 2004-03-09  Colin Walters  <walters@verbum.org>
7545
7546         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
7547         conversion.
7548
7549 2004-03-09  Benjamin Otte  <otte@gnome.org>
7550
7551         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7552           the signals take 2 arguments
7553
7554 2004-03-09  David Schleef  <ds@schleef.org>
7555
7556         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
7557         (gst_alsa_fixate): Add fixate function.  (bug #136686)
7558         * ext/alsa/gstalsa.h:
7559         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
7560
7561 2004-03-09  Benjamin Otte  <otte@gnome.org>
7562
7563         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
7564         (gst_mikmod_change_state):
7565         * ext/mikmod/gstmikmod.h:
7566           make mikmod's loop function not loop infinitely and call
7567           gst_element_yield anymore
7568         * gst/modplug/gstmodplug.cc:
7569           fix pad negotiation (fixes #136590)
7570
7571 2004-03-09  David Schleef  <ds@schleef.org>
7572
7573         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
7574         doesn't conflict with the internal colorspace plugin.
7575         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
7576         satisfy the crappy-ass shell shipped by a certain vendor.
7577         * gst/videofilter/make_filter: same (bug #135299)
7578
7579 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7580
7581         * configure.ac: bump nano to 1
7582
7583 === release 0.7.6 ===
7584
7585 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7586
7587         * configure.in: releasing 0.7.6, "There"
7588
7589 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7590
7591         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7592         * pkgconfig/gstreamer-play.pc.in:
7593           synchronize the two
7594
7595 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7596
7597         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
7598         (cdparanoia_open), (cdparanoia_event):
7599           fix/add error handling
7600         * po/POTFILES.in:
7601           add cdparanoia source
7602         * tools/Makefile.am:
7603           make scripts executable
7604
7605 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7606
7607         * configure.ac:
7608         * ext/vorbis/Makefile.am:
7609         * sys/Makefile.am:
7610           remove id3types, vorbisfile and xvideosink from the build (#133783)
7611
7612 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7613
7614         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7615           Fix metadata read crash (#136537).
7616
7617 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7618
7619         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
7620         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
7621           adding mime types, fixing the one-stop function
7622
7623 2004-03-08  Christian Schaller <Uraeus@gnome.org>
7624
7625         * ext/nas/nassink.c and /ext/nas/nassink.h:
7626         More NAS love from Arwed von Merkatz
7627         So lets all sing 'Can you feel the NAS tonight' 
7628
7629 2004-03-08  Christian Schaller <Uraeus@gnome.org>
7630
7631         * tools/gst-launch-ext.in: 
7632         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
7633
7634 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7635
7636         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7637         (gst_mpeg2dec_init):
7638         remove the user_data pad for now, because it is being used in
7639         fixating causing MPEG playback to fixate on 1000 Hz for playback.
7640         If someone knows how to fix this properly, please do.
7641
7642 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7643
7644         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7645         (gst_osssink_get_time):
7646         add a warning, IMO this won't get triggered anymore, remove later
7647
7648 2004-03-07  David Schleef  <ds@schleef.org>
7649
7650         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
7651         format (bug #136470)
7652
7653 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7654
7655         * gst-libs/Makefile.am:
7656         * gst-libs/gst/media-info/Makefile.am:
7657         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
7658         (error_callback), (gst_media_info_error_create),
7659         (gst_media_info_error_element), (gmip_init), (gmip_reset),
7660         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
7661         * gst-libs/gst/media-info/media-info-priv.h:
7662         * gst-libs/gst/media-info/media-info-test.c: (main):
7663         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7664         (gst_media_info_class_init), (gst_media_info_instance_init),
7665         (gst_media_info_set_source), (gst_media_info_read_with_idler),
7666         (gst_media_info_read_idler), (gst_media_info_read):
7667         * gst-libs/gst/media-info/media-info.h:
7668         fixed, should work now
7669
7670 2004-03-07  Christian Schaller <Uraeus@gnome.org>
7671
7672         * ext/nas/nassink.c:
7673         A bunch of NAS fixes from Arwed von Merkatz
7674
7675 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7676
7677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
7678         (qtdemux_parse_trak):
7679           Fix crash (j might be greater than n_samples, in which case we're
7680           writing outside the allocated space for the array) and memleak.
7681
7682 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7683
7684         * sys/oss/gstosssink.c: (gst_osssink_chain):
7685           And another caller that couldn't handle delay < 0 (unsigned
7686           integer overflow). Video now continues playing on an audio
7687           buffer underrun, and the clock continues working. Audio still
7688           stalls.
7689
7690 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7691
7692         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7693         (gst_osssink_get_time):
7694           get_delay() may return values lower than 0. In those cases, we
7695           should not actually cast to *unsigned* int64, that will break
7696           stuff horribly. In my case, it screwed up A/V sync in movies
7697           in totem rather badly.
7698
7699 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7700
7701         * ext/faac/gstfaac.c: (gst_faac_chain):
7702         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7703         * ext/libpng/gstpngenc.c: (user_write_data):
7704         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7705         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
7706         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7707         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
7708         Fix several misuse of gst_buffer_merge (it doesn't take ownership
7709         of any buffer), should fix some leaks. I hope I didn't unref buffers
7710         that shouldn't be...
7711         
7712 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7713
7714         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7715         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
7716         (error_callback), (gmi_reset), (gmi_seek_to_track),
7717         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
7718         (gmip_find_type_post), (gmip_find_stream_post),
7719         (gmip_find_track_streaminfo_post):
7720         * gst-libs/gst/media-info/media-info-priv.h:
7721         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
7722         (info_print), (main):
7723         * gst-libs/gst/media-info/media-info.c:
7724         (gst_media_info_error_create), (gst_media_info_error_element),
7725         (gst_media_info_instance_init), (gst_media_info_get_property),
7726         (gst_media_info_new), (gst_media_info_set_source),
7727         (gst_media_info_read_idler), (gst_media_info_read):
7728         * gst-libs/gst/media-info/media-info.h:
7729           first pass at making this work again.  This seems to work on
7730           tagged ogg/vorbis and mp3 files.
7731
7732 2004-03-06  Benjamin Otte  <otte@gnome.org>
7733
7734         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7735           fix huge leak: gst_buffer_merge doesn't unref the first argument
7736           itself.
7737
7738 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7739
7740         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
7741           report layer/mode/emphasis
7742
7743 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7744
7745         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
7746
7747 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7748
7749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7750           signal serial
7751
7752 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7753
7754         * ext/vorbis/vorbis.c: (plugin_init):
7755         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7756         (gst_vorbis_dec_init), (vorbis_dec_event):
7757         add debug category
7758         make vorbisdec handle _BYTE and _TIME queries
7759
7760 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7761
7762         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
7763           from the xing header
7764
7765 2004-03-06  Benjamin Otte  <otte@gnome.org>
7766
7767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
7768         (gst_audio_convert_link), (gst_audio_convert_change_state),
7769         (gst_audio_convert_buffer_from_default_format):
7770           do conversions from/to float correctly, fix some caps nego errors,
7771           export correct supported caps in template and getcaps, use correct
7772           caps in try_set_caps functions
7773
7774 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7775
7776         For some reason, I only committed a ChangeLog entry yesterday and 
7777         not the corresponding code...
7778         * ext/mad/gstmad.c: Fix detection of Xing headers
7779         * gst/tags/gstid3tag.c: Changes to support TLEN tags
7780
7781 2004-03-06  Benjamin Otte  <otte@gnome.org>
7782
7783         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
7784         (gst_ogg_demux_src_query):
7785           make sure to handle the case where there's no current chain
7786           gracefully.
7787
7788 2004-03-05  David Schleef  <ds@schleef.org>
7789
7790         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
7791         Add fixate function. (bug #131128)
7792         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
7793         (gst_sdlvideosink_fixate):  Add fixate function.
7794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7795         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
7796         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
7797         Fix missing break that was causing ulaw to be interpreted as
7798         raw int.
7799
7800 2004-03-05  David Schleef  <ds@schleef.org>
7801
7802         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
7803         Fix code that ignores return value of gst_buffer_merge().
7804         (bug #114560)
7805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
7806         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
7807         * testsuite/gst-lint:  Check for above.
7808
7809 2004-03-05  David Schleef  <ds@schleef.org>
7810
7811         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
7812         caps and throw an element error.  (bug #136334)
7813
7814 2004-03-05  David Schleef  <ds@schleef.org>
7815
7816         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
7817         (gst_faad_chain): Fix negotiation.
7818         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
7819         key and button events.
7820         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
7821         dung heap of code.
7822         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
7823         depends on gconf
7824         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
7825         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7826         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
7827         function to encourage better negotiation, particularly between
7828         audioconvert and osssink.
7829         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7830         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
7831         more important.
7832         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
7833         typefinding.
7834         * gst/vbidec/vbiscreen.c:  Add glib header
7835         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
7836
7837 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
7838
7839         * ext/mad/gstmad.c: Fix detection of Xing headers
7840         * gst/tags/gstid3tag.c: Changes to support TLEN tags
7841
7842 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7843
7844         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7845         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
7846           debug updates
7847
7848 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7849
7850         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7851         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
7852         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
7853         files, and report the parsed length as a GST_TAG_DURATION tag.
7854         * gst/tags/gstid3tag.c: support TLEN (duration) tag
7855
7856 2004-03-05  Benjamin Otte  <otte@gnome.org>
7857
7858         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
7859           convert channels correctly. convert correctly to unsigned.
7860
7861 2004-03-05  Julien MOUTTE <julien@moutte.net>
7862
7863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
7864         we have a window before clearing it.
7865
7866 2004-03-05  Julien MOUTTE <julien@moutte.net>
7867
7868         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
7869         have a window before clearing it.
7870
7871 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7872
7873         * gconf/gstreamer.schemas.in:
7874         * gst-libs/gst/gconf/Makefile.am:
7875           version installation path the same way as for 0.6
7876         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7877         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7878         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7879           remove comment that was fixed
7880
7881 2004-03-05  David Schleef  <ds@schleef.org>
7882
7883         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
7884         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
7885         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
7886         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
7887         Add prototype code for handling seeking and querying.
7888
7889 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7890
7891         * examples/gstplay/player.c: (main):
7892           Initialize variables to NULL. Prevents a segfault because the
7893           (uninitialized) variable is not NULL, resulting in a crash on
7894           trying to reach error->message.
7895
7896 2004-03-05  Benjamin Otte  <otte@gnome.org>
7897
7898         * gst/audioconvert/gstaudioconvert.c:
7899         (gst_audio_convert_buffer_to_default_format):
7900         make float=>int conversion work correctly even in cornercases.
7901
7902 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
7903
7904         * debian/README.Debian:
7905         * debian/build-deps:
7906         * debian/changelog:
7907         * debian/control:
7908         * debian/control.in:
7909         * debian/copyright:
7910         * debian/gstreamer-a52dec.files:
7911         * debian/gstreamer-aa.files:
7912         * debian/gstreamer-alsa.files:
7913         * debian/gstreamer-alsa.manpages:
7914         * debian/gstreamer-arts.files:
7915         * debian/gstreamer-artsd.files:
7916         * debian/gstreamer-audiofile.files:
7917         * debian/gstreamer-avifile.files:
7918         * debian/gstreamer-cdparanoia.files:
7919         * debian/gstreamer-colorspace.files:
7920         * debian/gstreamer-doc.files:
7921         * debian/gstreamer-dv.files:
7922         * debian/gstreamer-dvd.files:
7923         * debian/gstreamer-esd.files:
7924         * debian/gstreamer-festival.files:
7925         * debian/gstreamer-flac.files:
7926         * debian/gstreamer-gconf.conffiles:
7927         * debian/gstreamer-gconf.files:
7928         * debian/gstreamer-gconf.postinst:
7929         * debian/gstreamer-gnomevfs.files:
7930         * debian/gstreamer-gsm.files:
7931         * debian/gstreamer-http.files:
7932         * debian/gstreamer-jack.files:
7933         * debian/gstreamer-jpeg.files:
7934         * debian/gstreamer-mad.files:
7935         * debian/gstreamer-mikmod.files:
7936         * debian/gstreamer-misc.files:
7937         * debian/gstreamer-mpeg2dec.files:
7938         * debian/gstreamer-oss.files:
7939         * debian/gstreamer-plugin-apps.files:
7940         * debian/gstreamer-plugin-apps.manpages:
7941         * debian/gstreamer-plugin-libs-dev.files:
7942         * debian/gstreamer-plugin-libs.files:
7943         * debian/gstreamer-plugin-template.postinst:
7944         * debian/gstreamer-plugin-template.postrm:
7945         * debian/gstreamer-sdl.files:
7946         * debian/gstreamer-sid.files:
7947         * debian/gstreamer-vorbis.files:
7948         * debian/gstreamer-x.files:
7949         * debian/mk.control:
7950         * debian/rules:
7951         Debian package info not maintained here.
7952
7953 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7954
7955         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
7956         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
7957         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
7958         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
7959         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
7960         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
7961         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
7962         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
7963         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
7964         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
7965         * gst-libs/gst/colorbalance/colorbalance.c:
7966         (gst_color_balance_class_init):
7967         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7968         (gst_color_balance_channel_class_init):
7969         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7970         * gst-libs/gst/play/play.c: (gst_play_class_init):
7971         * gst-libs/gst/propertyprobe/propertyprobe.c:
7972         (gst_property_probe_iface_init):
7973         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
7974         * gst-libs/gst/tuner/tunerchannel.c:
7975         (gst_tuner_channel_class_init):
7976         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
7977         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
7978         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
7979         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
7980         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
7981         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
7982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
7983         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
7984         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
7985           fix signals to use - instead of _
7986         * ext/libcaca/gstcacasink.h:
7987         * ext/sdl/sdlvideosink.h:
7988           fix header rename
7989
7990 2004-03-04  David Schleef  <ds@schleef.org>
7991
7992         * testsuite/gst-lint:  Add a check for bad signal names.
7993
7994 2004-03-04  <kost@imn.htwk-leipzig.de>
7995
7996         reviewed by David Schleef
7997
7998         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
7999         modified the alpha channel and caused a warning. (bug #136192)
8000
8001 2004-04-03  Christian Schaller <Uraeus@gnome.org>
8002
8003         * gst-plugins.spec.in:
8004         Change names of plugins to actually be correct. Try to keep things
8005         alphabetical to avoid getting beat up by Thomas
8006
8007 2004-03-03  Julien MOUTTE <julien@moutte.net>
8008
8009         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8010         Using ximagesink as a default if no gconf key found. We should
8011         probably consider using alsasink instead of osssink for the audio
8012         part.
8013
8014 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8015
8016         * configure.ac:
8017           fix --with-plugins, don't think it ever worked before
8018         * gst-plugins.spec.in:
8019           even more updates
8020
8021 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8022
8023         * ext/sdl/sdlvideosink.h:
8024         * sys/ximage/ximagesink.h:
8025         * sys/xvideo/xvideosink.h:
8026         * sys/xvimage/xvimagesink.h:
8027           Fix for move of gstvideosink.h -> videosink.h.
8028
8029 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8030
8031         * gst-libs/gst/xwindowlistener/Makefile.am:
8032           this is a plugin library, not a library
8033
8034 2004-03-01  David Schleef  <ds@schleef.org>
8035
8036         * AUTHORS:  Added some names.  Add yourself if you're still
8037         missing.
8038
8039 2004-03-01  David Schleef  <ds@schleef.org>
8040
8041         * MAINTAINERS: Add
8042
8043 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8044
8045         * gst-plugins.spec.in: clean up spec file
8046
8047 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8048
8049         * gst-libs/gst/video/Makefile.am:
8050         * gst-libs/gst/video/gstvideosink.c:
8051         * gst-libs/gst/video/gstvideosink.h:
8052           rename gstvideosink.h to videosink.h to match other headers
8053         * gst/mixmatrix/Makefile.am:
8054           fix plugin filename
8055         * gst/tags/Makefile.am: fix plugin filename
8056
8057 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8058
8059         * gst/tags/Makefile.am: fix plugin filename
8060
8061 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8062
8063         * examples/gstplay/player.c: (got_time_tick), (main):
8064           add error handler
8065           display time_tick more readably
8066         * gst/mixmatrix/Makefile.am:
8067           fix plugin file name
8068
8069 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
8070
8071         * sys/oss/gstosselement.c: (gst_osselement_probe),
8072         (device_combination_append), (gst_osselement_class_probe_devices):
8073         * sys/oss/gstosselement.h: 
8074           Reworked enumeration of oss dsps and mixers so that gst-mixer works
8075           on my system using alsa oss emulation, fixes bug #135597
8076
8077 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8078
8079         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8080         (gst_videodrop_chain), (gst_videodrop_change_state):
8081         * gst/videodrop/gstvideodrop.h:
8082           Work based on timestamp of input data, not based on the expected
8083           framerate from the input. The consequence is that this element now
8084           not only scales framerates, but also functions as a framerate
8085           corrector or framerate stabilizer/constantizer.
8086
8087 2004-02-27  David Schleef  <ds@schleef.org>
8088
8089         patches from jmmv@menta.net (Julio M. Merino Vidal)
8090
8091         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8092         GST_ELEMENT_ERROR call (bug #135634)
8093         * gst/interleave/interleave.c: (interleave_buffered_loop),
8094         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8095         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8096         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8097         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8098         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8099         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8100         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8101         Fix GST_ELEMENT_ERROR call.
8102         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8103         GST_ELEMENT_ERROR call.
8104
8105 2004-02-27  Benjamin Otte  <otte@gnome.org>
8106
8107         * gst-libs/gst/audio/audio.h:
8108           add macro to make sure header isn't included twice
8109         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8110           don't use gst_buffer_free
8111         * gst/playondemand/filter.func:
8112           don't use gst_data_free. Free data only once.
8113
8114 2004-02-26  David Schleef  <ds@schleef.org>
8115
8116         * gst-libs/gst/colorbalance/Makefile.am:
8117         * gst-libs/gst/mixer/Makefile.am:
8118         * gst-libs/gst/tuner/Makefile.am:
8119         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8120         should not be disted, -marshal.h files should not be installed,
8121         and -enum.h files _should_ be installed.  Fix to make this the
8122         case.
8123
8124 === release 0.7.5 ===
8125
8126 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8127
8128         * configure.ac: release 0.7.5, "Under The Sea"
8129
8130 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8131
8132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8133         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8134         * gst/videoscale/gstvideoscale.c:
8135         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8136           assorted debug/warning fixes
8137
8138 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8139
8140         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8141         (gst_videoscale_init), (gst_videoscale_chain),
8142         (gst_videoscale_set_property), (plugin_init):
8143         * gst/videoscale/gstvideoscale.h:
8144         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8145         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8146         (gst_videoscale_planar400), (gst_videoscale_packed422),
8147         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8148         (gst_videoscale_24bit), (gst_videoscale_16bit),
8149         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8150         (gst_videoscale_scale_plane_slow),
8151         (gst_videoscale_scale_point_sample),
8152         (gst_videoscale_scale_nearest),
8153         (gst_videoscale_scale_nearest_str2),
8154         (gst_videoscale_scale_nearest_str4),
8155         (gst_videoscale_scale_nearest_32bit),
8156         (gst_videoscale_scale_nearest_24bit),
8157         (gst_videoscale_scale_nearest_16bit):
8158         add debugging category and use it properly
8159         fix use of GST_PTR_FORMAT
8160
8161 2004-02-25  Andy Wingo  <wingo@pobox.com>
8162
8163         * gst/interleave/interleave.c (interleave_buffered_loop): Always
8164         push only when channel->buffer is NULL. Prevents segfaults doing
8165         the state change after a nonlocal exit, like a scheme exception.
8166
8167         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8168         Handle the case where the intersected caps is empty.
8169
8170 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8171
8172         * gst/law/mulaw-decode.c: (mulawdec_link):
8173         * gst/law/mulaw.c: (plugin_init):
8174           fix mulawdec so it actually works again
8175
8176 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
8177
8178         reviewed by: David Schleef  <ds@schleef.org>
8179
8180         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8181         (gst_gamma_init), (gst_gamma_set_property),
8182         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8183         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
8184         for RGB, with separate r g and b correction factors. (#131167)
8185
8186 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8187
8188         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8189           only signal tags for bitrate if they're > 0 (#134894)
8190
8191 2004-02-24  David Schleef  <ds@schleef.org>
8192
8193         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8194         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8195         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8196         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8197         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8198         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8199         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8200         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8201         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
8202         category.  Attempt to fix timestamp calculation.
8203
8204 2004-02-24  Johan Dahlin  <johan@gnome.org>
8205
8206         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8207
8208 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8209
8210         * configure.ac:
8211         * gconf/Makefile.am:
8212         * gconf/gstreamer.schemas:
8213         * gst-libs/gst/gconf/Makefile.am:
8214         * gst-libs/gst/gconf/gconf.c:
8215           version gconf schemas and install locations
8216
8217 2004-02-23  Benjamin Otte  <otte@gnome.org>
8218
8219         * ext/xine/xineinput.c: (gst_xine_input_dispose):
8220         (gst_xine_input_subclass_init):
8221           call parent dispose.
8222           change pad template for CD reader correctly
8223         * ext/xine/Makefile.am:
8224         * ext/xine/gstxine.h:
8225         * ext/xine/xine.c: (plugin_init):
8226         * ext/xine/xineaudiosink.c:
8227           wrap audio sinks, too
8228         * gst-libs/gst/resample/private.h:
8229         * gst-libs/gst/resample/resample.c: (gst_resample_init),
8230         (gst_resample_reinit), (gst_resample_scale),
8231         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
8232         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
8233         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
8234         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
8235         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
8236         * gst-libs/gst/resample/resample.h:
8237         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8238         (gst_audioscale_class_init), (gst_audioscale_link),
8239         (gst_audioscale_get_buffer), (gst_audioscale_init),
8240         (gst_audioscale_chain), (gst_audioscale_set_property),
8241         (gst_audioscale_get_property):
8242         * gst/audioscale/gstaudioscale.h:
8243           s/resample_*/gst_resample_*/i to not clobber namespaces
8244
8245 2004-02-23  Julien MOUTTE  <julien@moutte.net>
8246
8247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8248         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8249         (gst_riff_create_video_template_caps),
8250         (gst_riff_create_audio_template_caps),
8251         (gst_riff_create_iavs_template_caps):
8252         * gst-libs/gst/riff/riff-media.h:
8253         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8254         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
8255         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
8256         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8258         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8259         (gst_matroska_demux_plugin_init): First batch implementing audio and 
8260         video codec tags in demuxers.
8261
8262 2004-02-22  Benjamin Otte  <otte@gnome.org>
8263
8264         * ext/xine/Makefile.am:
8265         * ext/xine/gstxine.h:
8266         * ext/xine/xine.c: (plugin_init):
8267         * ext/xine/xineinput.c:
8268           add input plugin wrapper. Playback from files, http, mms and cdda
8269           works.
8270         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
8271           remove leftover G_GNUC_UNUSED
8272         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
8273         (gst_asf_demux_identify_guid):
8274           improve debugging output
8275
8276 2004-02-22  Benjamin Otte  <otte@gnome.org>
8277
8278         reported by: Padraig O'Briain <padraig.obriain@sun.com>
8279
8280         * autogen.sh:
8281           replace test -e with test -x for mkinstalldirs to be more portable.
8282           (fixes #134816)
8283
8284 2004-02-22  Benjamin Otte  <otte@gnome.org>
8285
8286         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
8287
8288         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
8289           set rank to PRIMARY
8290         * gst/volume/gstvolume.c: (plugin_init):
8291           set rank to NONE
8292         fixes #134960
8293
8294 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
8295
8296         reviewed by Benjamin Otte  <otte@gnome.org>
8297
8298         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8299           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
8300
8301 2004-02-22  Benjamin Otte  <otte@gnome.org>
8302
8303         * configure.ac:
8304           export [_]*{gst,Gst,GST}.* symbols from plugins
8305
8306 2004-02-22  Christophe Fergeau <teuf@gnome.org>
8307
8308         reviewed by: Benjamin Otte  <otte@gnome.org>
8309
8310         * ext/lame/gstlame.c: (add_one_tag):
8311         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8312         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
8313         (gst_vorbisenc_metadata_set1):
8314         * gst/tags/gstid3tag.c:
8315         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
8316           apply fixes from bugs #135042 (lame can't write tags) and #133817
8317           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
8318
8319 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
8320
8321         * configure.ac: Export only gst_plugin_desc from plugins.
8322          Note that this change only makes any effect with Linux using libtool 
8323          1.5.2 or higher. Otherwise it is silently ignored, but it would build
8324          fine. And don't try to have several versions of libtool in different
8325          directories.
8326
8327 2004-02-20  Andy Wingo  <wingo@pobox.com>
8328
8329         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
8330         interleave respectively.
8331
8332         * gst/interleave/deinterleave.c: New plugin: deinterleave
8333         (replaces on oneton).
8334         * gst/interleave/interleave.c: New plugin: interleave.
8335         * gst/interleave/plugin.h: Support file.
8336         * gst/interleave/plugin.c: Support file.
8337
8338         * configure.ac: Remove intfloat and oneton, add interleave.
8339
8340         * ext/sndfile/gstsf.c: Handle events better.
8341
8342         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
8343         and float2int operation. int2float has scheduling problems as
8344         noted in in2float_chain. 
8345
8346 2004-02-20  Benjamin Otte  <otte@gnome.org>
8347
8348         * ext/xine/Makefile.am:
8349         * ext/xine/gstxine.h:
8350         * ext/xine/xine.c: 
8351         * ext/xine/xineaudiodec.c: 
8352         * ext/xine/xinecaps.c: 
8353           add first version of xine plugin wrapper. Currently only wraps the
8354           QDM2 win32 DLL, and even that only in proof-of-concept quality.
8355         * configure.ac:
8356         * ext/Makefile.am:
8357           add xine plugin wrapper, disabled by default. Use --enable-xine to
8358           build. Note that it'll segfault on gst-register if you don't remove
8359           the goom and tvtime post plugins from xine.
8360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8361         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
8362           add extradata parsing for QDM2.
8363           change around debugging prints.
8364
8365 2004-02-19  Benjamin Otte  <otte@gnome.org>
8366
8367         * ext/lame/gstlame.c: (gst_lame_chain):
8368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8369           use gst_tag_list_insert when you want to insert tags
8370
8371 2004-02-18  David Schleef  <ds@schleef.org>
8372
8373         * configure.ac:  Move massink to gst-rotten
8374         * ext/Makefile.am:
8375         * ext/mas/Makefile.am:
8376         * ext/mas/massink.c:
8377         * ext/mas/massink.h:
8378
8379 2004-02-18  David Schleef  <ds@schleef.org>
8380
8381         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
8382         typefinding, since it seems to be worse than nothing.
8383         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
8384         atom to recognize .mp4 and .m4a files as video/quicktime.
8385
8386 2004-02-18  David Schleef  <ds@schleef.org>
8387
8388         * gst/sine/demo-dparams.c: (quit_live),
8389         (dynparm_log_value_changed), (dynparm_value_changed), (main):
8390         Use double dparams, not float.
8391         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8392         (gst_sinesrc_init): Change sync default to FALSE, since multiple
8393         sync'd elements don't really work correctly.
8394         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
8395         (volume_update_volume), (volume_get_property):  Change dparam
8396         to double.
8397
8398 2004-02-18  Julien MOUTTE  <julien@moutte.net>
8399
8400         * sys/ximage/ximagesink.c:
8401         (gst_ximagesink_xwindow_update_geometry),
8402         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8403         (gst_ximagesink_change_state), (gst_ximagesink_expose),
8404         (gst_ximagesink_init): Rework the way software video scaling works. So
8405         now we check on each chain call if the video frames are feeling the 
8406         window. If not we try to renegotiate caps. On failure we memorize that
8407         and we won't try again for that PLAYING sessions.
8408         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
8409         failure.
8410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
8411         synchronous flag.
8412
8413 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8414
8415         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8416           break up _link so we can give a better debug message for errors
8417
8418 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8419
8420         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8421           set up debug category
8422
8423 2004-02-18  Julien MOUTTE <julien@moutte.net>
8424
8425         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8426         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
8427         the way renegotiation work. The event handling function is not taking
8428         care of external windows and renegotiate method check for pad flags
8429         NEGOTIATING. Should fix : #133209
8430
8431 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8432
8433         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
8434         pad is negotiating before trying renegotiation.
8435
8436 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8437
8438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8439           pass on all possible mime types as typefind hints
8440
8441 2004-02-17  Julien MOUTTE <julien@moutte.net>
8442
8443         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
8445         possible SHM leak if we crash. All other apps using XShm are doing
8446         that.
8447
8448 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8449
8450         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8451         (gst_ximagesink_expose): Renegotiate size on expose.
8452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
8453         size on expose.
8454
8455 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8456
8457         * testsuite/alsa/sinesrc.c:
8458           cosmetic fix to fix compile issue with gcc 2.95.4
8459
8460 2004-02-16  Julien MOUTTE <julien@moutte.net>
8461
8462         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8463         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
8464         failed opening the audio device.
8465         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8466         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
8467         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
8468         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
8469         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8470         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
8471         (gst_ximagesink_change_state), (gst_ximagesink_chain),
8472         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
8473         Removing some useless g_return_if_fail like wingo suggested.
8474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8475         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
8476         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
8477         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
8478         (gst_xvimagesink_update_colorbalance),
8479         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
8480         (gst_xvimagesink_xcontext_clear),
8481         (gst_xvimagesink_get_fourcc_from_caps),
8482         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8483         (gst_xvimagesink_set_xwindow_id),
8484         (gst_xvimagesink_colorbalance_list_channels),
8485         (gst_xvimagesink_colorbalance_set_value),
8486         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
8487         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
8488
8489 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8492           throw error when not negotiated instead of asserting
8493
8494 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8495
8496         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
8497         correct data refcounting.
8498
8499 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8500
8501         * gst/switch/gstswitch.c: (gst_switch_change_state),
8502         (gst_switch_class_init): Cleaning the sinkpads correctly on state
8503         change, mostly the EOS flag.
8504
8505 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8506
8507         * examples/gstplay/player.c: (got_eos), (main): Adding some 
8508         output for debugging.
8509         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
8510         timeouts if we go to any state different from PLAYING.
8511         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
8512         more EOS bugs in riff lib.
8513
8514 2004-02-14  Julien MOUTTE  <julien@moutte.net>
8515
8516         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
8517         visualization until i find a way to fix switch correctly.
8518         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
8519         EOS arrives.
8520         * gst/switch/gstswitch.c: (gst_switch_release_pad),
8521         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
8522         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
8523         Reworked switch to get a more correct behaviour with events and refing
8524         of data stored in sinkpads.
8525         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
8526         we don't pull from a pad in EOS.
8527
8528 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8529
8530         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8531           remove v1 tag even if we can't read it (makes sure we don't detect
8532           it again)
8533
8534 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8535
8536         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
8537         (gst_alsa_xrun_recovery):
8538         * ext/alsa/gstalsa.h:
8539           try xrun recovery when wait failed. Make xrun recovery function
8540           return TRUE/FALSE to indicate success. (might fix #134354)
8541
8542 2004-02-13  David Schleef  <ds@schleef.org>
8543
8544         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
8545         (dynparm_value_changed), (main): Convert from float to double.
8546         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
8547
8548 2004-02-13  David Schleef  <ds@schleef.org>
8549
8550         * gst/silence/gstsilence.c: (gst_silence_class_init),
8551         (gst_silence_set_clock), (gst_silence_get),
8552         (gst_silence_set_property), (gst_silence_get_property):
8553         * gst/silence/gstsilence.h: Add sync property.
8554         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8555         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
8556         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
8557         * gst/sine/gstsinesrc.h: Add sync property.
8558
8559 2004-02-13  David Schleef  <ds@schleef.org>
8560
8561         * gst/intfloat/gstint2float.c: (conv_f32_s16),
8562         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
8563
8564 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8565
8566         * configure.ac:
8567         * ext/Makefile.am:
8568         * gst-libs/ext/Makefile.am:
8569           move ffmpeg plugin to gst-ffmpeg module
8570
8571 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8572
8573         * configure.ac: use GST_ARCH to detect architecture
8574
8575 2004-02-12  Julien MOUTTE  <julien@moutte.net>
8576
8577         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
8578
8579 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8580
8581         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8582           classify LADSPA plugins based on number of src/sink pads
8583           (#133663, Stefan Kost)
8584         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
8585           fix dparams registration
8586           (#133528, Stefan Kost)
8587         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
8588           fix use of isprint and use g_ascii_isprint instead
8589           (#133316, Stefan Kost)
8590
8591 2004-02-11  David Schleef  <ds@schleef.org>
8592
8593         Convert a few inner loops to use liboil.  This is currently
8594         optional, and is only enabled if liboil is present (duh!).
8595         * configure.ac: Check for liboil-0.1
8596         * gst/intfloat/Makefile.am:
8597         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
8598         (gst_int2float_chain_gint16):
8599         * gst/videofilter/Makefile.am:
8600         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
8601         (tablelookup_u8), (gst_videobalance_planar411):
8602         * gst/videotestsrc/Makefile.am:
8603         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
8604         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
8605         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
8606         (paint_hline_RGB565), (paint_hline_xRGB1555):
8607
8608 2004-02-11  David Schleef  <ds@schleef.org>
8609
8610         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
8611         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
8612         (gst_colorspace_getcaps), (gst_colorspace_link),
8613         (gst_colorspace_base_init), (gst_colorspace_init),
8614         (gst_colorspace_chain), (gst_colorspace_change_state),
8615         (plugin_init): Merge Ronald's patch (bug #117897) and update
8616         for new caps and negotiation.  Seems to work, although it
8617         shows off bugs in lcs.
8618
8619 2004-02-11  David Schleef  <ds@schleef.org>
8620
8621         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
8622         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
8623
8624 2004-02-11  David Schleef  <ds@schleef.org>
8625
8626         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
8627         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
8628         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
8629         Add server and port properties
8630
8631 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8632
8633         * m4/a52.m4:
8634         * m4/aalib.m4:
8635         * m4/as-ffmpeg.m4:
8636         * m4/as-liblame.m4:
8637         * m4/as-slurp-ffmpeg.m4:
8638         * m4/check-libheader.m4:
8639         * m4/esd.m4:
8640         * m4/freetype2.m4:
8641         * m4/gconf-2.m4:
8642         * m4/glib.m4:
8643         * m4/gst-alsa.m4:
8644         * m4/gst-artsc.m4:
8645         * m4/gst-ivorbis.m4:
8646         * m4/gst-matroska.m4:
8647         * m4/gst-sdl.m4:
8648         * m4/gst-shout2.m4:
8649         * m4/gst-sid.m4:
8650         * m4/gtk.m4:
8651         * m4/libdv.m4:
8652         * m4/libfame.m4:
8653         * m4/libmikmod.m4:
8654         * m4/ogg.m4:
8655         * m4/vorbis.m4:
8656           fix underquotedness of macros (#133800)
8657         * m4/as-avifile.m4:
8658         * m4/xmms.m4:
8659           removed because no longer used
8660
8661 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8662
8663         * configure.ac:
8664           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
8665           by autopoint (fixes #132996)
8666
8667 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8668
8669         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
8670         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
8671         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
8672         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
8673           fix memleaks
8674
8675 2004-02-11  David Schleef  <ds@schleef.org>
8676
8677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8678         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
8679         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
8680         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
8681         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
8682         (gst_jpegenc_class_init), (gst_jpegenc_init),
8683         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
8684         (gst_jpegenc_chain), (gst_jpegenc_set_property),
8685         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
8686         * ext/jpeg/gstjpegenc.h: Fix negotiation.
8687
8688 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8689
8690         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
8691         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
8692         * ext/mikmod/gstmikmod.h:
8693           fix caps negotiation in mikmod
8694         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
8695           output debug information
8696
8697 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8698
8699         * gst-libs/gst/colorbalance/Makefile.am:
8700         * gst-libs/gst/navigation/Makefile.am:
8701         * gst-libs/gst/xoverlay/Makefile.am:
8702           remove unused GST_OPT_CFLAGS from Makefiles
8703           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
8704
8705 2004-02-07  David Schleef  <ds@schleef.org>
8706
8707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
8708         push events to pads that haven't been created (#133508)
8709
8710 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
8711
8712         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
8713         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
8714         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
8715         (gst_dvdec_loop), (gst_dvdec_change_state):
8716         Second attempt at committing a working dvdec element.
8717
8718 2004-02-06  David Schleef  <ds@schleef.org>
8719
8720         Build fixes for OS X: (see #129600)
8721         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
8722         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
8723         (gst_riff_read_strf_iavs):
8724         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
8725         (gst_avi_demux_stream_odml):
8726         * gst/playondemand/Makefile.am:
8727         * gst/rtp/rtp-packet.c:
8728
8729 2004-02-05  David Schleef  <ds@schleef.org>
8730
8731         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
8732         last change, because it Just Doesn't Compile.
8733
8734 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8735
8736         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8737           skip undecodable id3v2 tag instead of keeping it
8738
8739 2004-02-05  David Schleef  <ds@schleef.org>
8740
8741         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8742         Unref leaked buffer.  (Noticed by Ronald)
8743
8744 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
8745
8746         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8747         Sync requires with other checks.  >= vs =.
8748
8749 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8750
8751         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
8752         (gst_dvdec_video_link), (gst_dvdec_loop):
8753         * ext/dv/gstdvdec.h:
8754           rework the caps negotiation so that dvdec works again instead
8755           of just segfaulting.
8756
8757 === release 0.7.4 ===
8758
8759 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8760                                                                                 
8761         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
8762         * configure.ac: changed for release
8763
8764 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8765
8766         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
8767         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8768         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8769         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8770           reworked patch by David Lehn to fix libdir and includedir for
8771           uninstalled libraries
8772           removed play and gconf from gstreamer-libs since they have their
8773           own pkgconfig files
8774
8775 2004-02-04  David Schleef  <ds@schleef.org>
8776
8777         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
8778         memleak.
8779
8780 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8781
8782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8783           use correct GST_TAG_ENCODER tag
8784
8785 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8786
8787         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8788           be sure to stop the clock when going to paused
8789         * sys/oss/gstosssink.c: (gst_osssink_change_state):
8790           reset number of transmitted when going to ready.
8791         fixes #132935
8792
8793 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
8794
8795         reviewed by Benjamin Otte
8796
8797         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8798           extract track count (fixes #133410)
8799
8800 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8801
8802         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8803           that should be !=, not == (fixes #132519)
8804
8805 2004-02-04  David Schleef  <ds@schleef.org>
8806
8807         Make sure set_explicit_caps() is called before adding pad.
8808         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8809         * gst/id3/gstid3types.c: (gst_id3types_loop):
8810         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8811         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8812
8813 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8814
8815         * configure.ac:
8816           bump nano to 2, first prerelease
8817           put back AM_PROG_LIBTOOL
8818
8819 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8820
8821         * testsuite/alsa/Makefile.am:
8822           these are user test apps, not automatic testsuite tests
8823
8824 2004-02-04  David Schleef  <ds@schleef.org>
8825
8826         Convert GST_DEBUG_CAPS() to GST_DEBUG():
8827         * gst/mpeg1videoparse/gstmp1videoparse.c:
8828         (mp1videoparse_parse_seq):
8829         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8831         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
8832         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
8833         (gst_xvideosink_getcaps):
8834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8835         * testsuite/gst-lint: more tests
8836
8837 2004-02-04  David Schleef  <ds@schleef.org>
8838
8839         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
8840         with the code that they would expand to.
8841         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
8842         (gst_flacdec_get_src_query_types),
8843         (gst_flacdec_get_src_event_masks):
8844         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
8845         (gst_gnomevfssrc_get_query_types),
8846         (gst_gnomevfssrc_get_event_mask):
8847
8848 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8849
8850         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8851         (gst_sinesrc_dispose):
8852           fix memleak by properly disposing sinesrc
8853
8854 2004-02-04  Julien MOUTTE  <julien@moutte.net>
8855
8856         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
8857         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
8858         an overlay to redraw the image because it has been exposed.
8859         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
8860         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
8861         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
8862         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
8863         interface
8864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
8865         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
8866         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
8867         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
8868         interface 
8869
8870 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8871
8872         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8873           more memleak fixage
8874
8875 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8876
8877         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8878         * gst/typefind/gsttypefindfunctions.c:
8879           fix memleaks shown by gst-typefind
8880
8881 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8882
8883         * common/glib-gen.mak:
8884           add hack rule to touch .Plo files
8885         * gst-libs/gst/colorbalance/Makefile.am:
8886         * gst-libs/gst/mixer/Makefile.am:
8887         * gst-libs/gst/play/Makefile.am:
8888         * gst-libs/gst/tuner/Makefile.am:
8889           remove glib_root variable
8890
8891 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8892
8893         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
8894           set explicit caps before adding the element, so the autopluggers can
8895           plug correctly.
8896         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8897         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8898         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8899         (dv_type_find):
8900           fix memleaks in typefind functions. gst_type_find_suggest takes a const
8901           argument.
8902
8903 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8904
8905         * gst-libs/gst/colorbalance/Makefile.am:
8906         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8907         * gst-libs/gst/colorbalance/colorbalance.c:
8908         * gst-libs/gst/colorbalance/colorbalance.h:
8909         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
8910         * gst-libs/gst/mixer/Makefile.am:
8911         * gst-libs/gst/mixer/mixer-marshal.list:
8912         * gst-libs/gst/mixer/mixer.c:
8913         * gst-libs/gst/mixer/mixer.h:
8914         * gst-libs/gst/mixer/mixermarshal.list:
8915         * gst-libs/gst/play/Makefile.am:
8916         * gst-libs/gst/play/play.h:
8917         * gst-libs/gst/tuner/Makefile.am:
8918         * gst-libs/gst/tuner/tuner-marshal.list:
8919         * gst-libs/gst/tuner/tuner.c:
8920         * gst-libs/gst/tuner/tuner.h:
8921         * gst-libs/gst/tuner/tunermarshal.list:
8922           use new glib-gen.mak snippet to clean up Makefile.am
8923           fix various bugs in Makefile.am's
8924
8925 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8926
8927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
8928           handle chain parsing correctly in the multichain case
8929         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
8930         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
8931         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8932         (theora_dec_chain):
8933           handle events and queries correctly
8934
8935 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8936
8937         * .cvsignore:
8938         Ignore generated file _stdint.h.
8939
8940 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8941
8942         * gst-libs/gst/colorbalance/Makefile.am:
8943         * gst-libs/gst/colorbalance/colorbalance.h:
8944         * gst-libs/gst/mixer/Makefile.am:
8945         * gst-libs/gst/mixer/mixer.h:
8946         * gst-libs/gst/play/Makefile.am:
8947         * gst-libs/gst/play/play.h:
8948         * gst-libs/gst/tuner/Makefile.am:
8949         * gst-libs/gst/tuner/tuner.h:
8950         Generate enum type code with glib-mkenums.
8951         * gst-libs/gst/colorbalance/.cvsignore:
8952         * gst-libs/gst/mixer/.cvsignore:
8953         * gst-libs/gst/play/.cvsignore:
8954         * gst-libs/gst/tuner/.cvsignore:
8955         Ignore generated files.
8956
8957 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8958
8959         * gst-libs/gst/audio/.cvsignore:
8960         Ignore generated file.
8961         * gst-libs/gst/audio/Makefile.am:
8962         Do not install example filter.
8963
8964 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8965
8966         * examples/switch/.cvsignore:
8967         Ignore generated file.
8968
8969 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8970
8971         * common/m4/ax_create_stdint_h.m4:
8972         * configure.ac:
8973           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
8974           _stdint.h.
8975         * Makefile.am:
8976           remove generated _stdint.h in DISTCLEANFILES
8977         * ext/a52dec/gsta52dec.c:
8978           include _stdint.h for a52dec. (should fix #133064)
8979
8980 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
8981
8982         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
8983         (gst_tag_to_vorbis_comments):
8984         Add replaygain support to vorbistag
8985
8986 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
8987         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
8988         (gst_ffmpeg_caps_to_extradata):
8989           Fix SVQ3 caps flag properties
8990           Use glib macro for bytes swap
8991
8992 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8993
8994         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
8995         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
8996         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8997         * ext/sndfile/gstsf.c: (plugin_init):
8998         * gst/avi/gstavi.c: (plugin_init):
8999         * sys/dxr3/dxr3init.c: (plugin_init):
9000         * sys/oss/gstossaudio.c: (plugin_init):
9001         * sys/v4l/gstv4l.c: (plugin_init):
9002         * sys/v4l2/gstv4l2.c: (plugin_init):
9003           remove textdomain calls
9004         * po/nl.po:
9005           update Dutch translation
9006
9007 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9008
9009         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9010         (gst_play_set_audio_sink): Moving volume in the audio thread for 
9011         instantaneous volume change. Maybe i will add another volume in front
9012         of visualization later, not sure yet though.
9013
9014 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9015
9016         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9017         (gst_ximagesink_handle_xevents): Better X events handling, only take
9018         the latest events for configure and motion.
9019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9020
9021 2004-02-02  Jon Trowbridge  <trow@gnu.org>
9022
9023         reviewed by: David Schleef  <ds@schleef.org>
9024
9025         Fix memory leaks:
9026         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9027         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9028
9029 2004-02-02  David Schleef  <ds@schleef.org>
9030
9031         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
9032         of lines.
9033         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9034         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9035         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9036         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9037         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9038         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9039         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9040         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9041         (gst_float2_2_int_link):
9042         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9043         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9044         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9045         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9046         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9047         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9048         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9049         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9050         * testsuite/gst-lint: Add tests for bzero and ;;
9051
9052 2004-02-02  David Schleef  <ds@schleef.org>
9053
9054         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9055
9056 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9057
9058         * ext/aalib/gstaasink.c: (gst_aasink_open):
9059         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9061         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9062         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9063         (gst_afsink_close_file):
9064         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9065         (gst_afsrc_close_file):
9066         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9067         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9068         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9069         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9070         * ext/esd/esdmon.c: (gst_esdmon_get):
9071         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9072         * ext/faac/gstfaac.c: (gst_faac_chain):
9073         * ext/faad/gstfaad.c: (gst_faad_chain):
9074         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9075         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9076         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9077         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9078         (gst_flacdec_loop):
9079         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9080         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9083         (gst_gnomevfssink_close_file):
9084         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9085         (gst_gnomevfssrc_open_file):
9086         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9087         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9088         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9089         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9090         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9091         * ext/mad/gstmad.c: (gst_mad_chain):
9092         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9093         * ext/mpeg2dec/gstmpeg2dec.c:
9094         * ext/mpeg2enc/gstmpeg2enc.cc:
9095         * ext/mplex/gstmplex.cc:
9096         * ext/mplex/gstmplexibitstream.cc:
9097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9098         (gst_ogg_demux_push):
9099         * ext/raw1394/gstdv1394src.c:
9100         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9101         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9102         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9103         (gst_sf_loop):
9104         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9105         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9106         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9107         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9109         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9110         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9111         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9112         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9113         (gst_riff_read_element_data), (gst_riff_read_seek),
9114         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9115         * gst/adder/gstadder.c: (gst_adder_loop):
9116         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9117         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9118         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9119         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9120         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9121         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9122         * gst/goom/gstgoom.c: (gst_goom_chain):
9123         * gst/id3/gstid3types.c: (gst_id3types_loop):
9124         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9125         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9126         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9127         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9128         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9129         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9130         (gst_ebml_read_float), (gst_ebml_read_header):
9131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9132         (gst_matroska_demux_parse_blockgroup):
9133         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9134         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9135         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9136         * gst/silence/gstsilence.c: (gst_silence_get):
9137         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9138         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9139         * gst/speed/gstspeed.c: (speed_loop):
9140         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9141         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9142         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9143         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9144         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9145         (gst_wavparse_loop):
9146         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9147         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9148         (dxr3audiosink_close):
9149         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9150         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9151         (dxr3videosink_close), (dxr3videosink_write_data):
9152         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9153         * sys/oss/gstosssink.c: (gst_osssink_chain):
9154         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9155         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9156         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9157         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9158         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9159         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9160         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9161         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9162         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9163         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9164         (gst_v4l_set_audio):
9165         * sys/v4l/v4l_calls.h:
9166         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9167         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9168         (gst_v4lmjpegsink_playback_init),
9169         (gst_v4lmjpegsink_playback_start):
9170         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9171         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9172         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9173         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9174         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9175         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9176         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9177         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9178         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9179         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9180         (gst_v4l2_get_output), (gst_v4l2_set_output),
9181         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9182         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9183         (gst_v4l2_set_attribute):
9184         * sys/v4l2/v4l2_calls.h:
9185         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9186         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9187         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9188         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9189         (gst_v4l2src_capture_stop):
9190         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9191         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9192         (gst_ximagesink_chain):
9193         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9194         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9195         (gst_xvideosink_xwindow_new):
9196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9197         (gst_xvimagesink_chain):
9198
9199 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * gst/volume/gstvolume.c: (gst_volume_set_volume),
9202         (gst_volume_get_volume), (volume_class_init), (volume_init),
9203         (volume_chain_int16), (volume_update_volume):
9204         * gst/volume/gstvolume.h:
9205           make code more readable by removing magic numbers
9206           make mixer interface export 0-100 range
9207           make it internally map to 0.0-1.0 range so users don't distort
9208           output by putting the sliders at full volume
9209
9210 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9211
9212         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9213         (gst_play_state_change), (gst_play_seek_to_time):
9214         block the tick callback for 0.5 secs after doing a seek
9215
9216 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9217
9218         * gst-libs/gst/play/play.c: (gst_play_new):
9219           check for GError
9220
9221 2004-02-01  Julien MOUTTE  <julien@moutte.net>
9222
9223         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
9224         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
9225         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9226         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
9227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9228         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
9229
9230 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9231
9232         * configure.ac:
9233         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9234           check for a function added in vorbis 1.1
9235
9236 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9237
9238         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9239         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
9240           really start/stop clock only on PLAYING <=> PAUSED
9241         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9242           remove \n from debugging lines
9243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9244           make it work when seeking does not
9245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9246           reset on DISCONT
9247
9248 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9249
9250         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
9251           start clock on PAUSED=>PLAYING, not later
9252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9253           extract correct time for different discont formats
9254         (gst_alsa_sink_get_time):
9255           don't segfault when no format is negotiated yet, just return 0
9256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9257         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
9258         (gst_ogg_pad_push):
9259           handle flush and discont events correctly
9260         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9261           handle discont events correctly
9262
9263 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9264
9265         * gst-libs/gst/play/play.c: (gst_play_error_quark),
9266         (gst_play_error_create), (gst_play_error_plugin),
9267         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
9268         * gst-libs/gst/play/play.h:
9269           add error handling during creation
9270         * examples/gstplay/player.c: (main):
9271           use new gst_play_new
9272           
9273
9274 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9275
9276         * ext/theora/theoradec.c: (theora_dec_chain):
9277           make comments work
9278         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9279         (vorbis_dec_src_event), (vorbis_dec_chain):
9280           add encoder tag, fix tag reading to be more error tolerant, change
9281           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
9282           gst_pad_event_default.
9283         * gst/tags/gstvorbistag.c:
9284         (gst_tag_list_from_vorbiscomment_buffer):
9285           undefine function specific define at end of function
9286
9287 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
9288
9289         * ext/flac/gstflac.c: (plugin_init):
9290         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
9291         * ext/flac/gstflacdec.h:
9292         * ext/flac/gstflacenc.h:
9293           Fix typos
9294
9295 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
9296
9297         * examples/gstplay/player.c: s/gstplay.h/play.h/
9298
9299 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9300
9301         * gst-libs/gst/play/Makefile.am:
9302         * gst-libs/gst/play/gstplay.c:
9303         * gst-libs/gst/play/gstplay.h:
9304         * gst-libs/gst/play/play.c:
9305           more surgery, operation complete
9306
9307 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9308
9309         * gst-libs/gst/play/play.old.c:
9310         * gst-libs/gst/play/play.old.h:
9311           after CVS surgery by moving, remove
9312         * gst-libs/gst/play/playpipelines.c:
9313           remove
9314           
9315         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9316           add negotiation error
9317
9318 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9319
9320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9321         (gst_ogg_demux_push):
9322           add some seeking debug info
9323           send a flush when seeking
9324
9325 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9326
9327         * configure.ac:
9328           use AC_C_INLINE
9329         * configure.ac:
9330         * ext/Makefile.am:
9331         * ext/theora/Makefile.am:
9332         * ext/theora/theoradec.c: 
9333           add theora video decoder. Does just do simple decoding for now and
9334           has been tested against Theora cvs only. It only works when theora
9335           is compiled with --enable-static.
9336         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9337           always reset packetno on DISCONT
9338
9339 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9340
9341         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9342           Fix audio.
9343
9344 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9345
9346         * gst/mpegaudioparse/gstmpegaudioparse.c:
9347         (mp3_type_frame_length_from_header):
9348           Fix header parsing - stolen from ffmpeg (thank you! :) ).
9349
9350 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9351
9352         * ext/esd/esdsink.c: (gst_esdsink_init):
9353           Since we have static pad template caps, we don't need to negotiate;
9354           either the core errors out or we know the format.
9355
9356 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9357
9358         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9359         (gst_riff_read_seek):
9360         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9361         (gst_ebml_read_seek):
9362           Fix event handling.
9363
9364 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9365
9366         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
9367           removee video/x-theora from vp3 decoder, it doesn't handle raw
9368           theora streams
9369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
9370           fix bug with finalizing element that never went to PAUSED
9371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
9372           length and position queries were swapped
9373         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9374         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
9375         (vorbis_dec_src_event):
9376           implement querying time and bytes
9377
9378 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9379
9380         * just about every source file:
9381           gst_element_error -> GST_ELEMENT_ERROR
9382
9383 2004-01-29  Julien MOUTTE  <julien@moutte.net>
9384
9385         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
9386         emiting FLUSH and even before DISCONT.
9387         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
9388         get the best instant seeking as possible yay!
9389
9390 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9391
9392         * gst/mpeg1videoparse/gstmp1videoparse.c:
9393         (gst_mp1videoparse_real_chain):
9394           Committed wrong version last week... Grr... Didn't notice until now.
9395
9396 2004-01-29  Julien MOUTTE <julien@moutte.net>
9397
9398         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
9399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
9400         have_xwindow_id signal in xwindow_create.
9401
9402 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9403
9404         * ext/ogg/gstoggdemux.c: 
9405           lots of changes - mainly support for chained bitstreams, seeking,
9406           querying and bugfixes of course
9407         * ext/vorbis/Makefile.am:
9408         * ext/vorbis/vorbisdec.c: 
9409         * ext/vorbis/vorbisdec.h:
9410           add vorbisdec raw vorbis decoder
9411         * ext/vorbis/vorbis.c: (plugin_init):
9412           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
9413         * gst/intfloat/Makefile.am:
9414         * gst/intfloat/float22int.c:
9415         * gst/intfloat/float22int.h:
9416         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
9417           add float2intnew plugin. It converts multichannel interleaved float to
9418           multichannel interleaved int. The name should probably be changed.
9419         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
9420         (plugin_init):
9421           add typefinding for raw theora video so oggdemux can detect it.
9422
9423 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9424
9425         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
9426         sink element first.
9427         * gst/videoscale/gstvideoscale.c:
9428         (gst_videoscale_handle_src_event): Fixing src event handler.
9429
9430 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9431
9432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9433         (gst_v4lsrc_open), (gst_v4lsrc_close),
9434         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
9435         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
9436         * sys/v4l/gstv4lsrc.h:
9437         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
9438         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
9439           Implement resizing... Hack. But that's why v4l is b0rked...
9440
9441 2004-01-28  Julien MOUTTE <julien@moutte.net>
9442
9443         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9444         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9445         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
9446         (gst_ximagesink_xwindow_destroy):
9447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9448         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
9449         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9450         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
9451         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
9452         correctly cleaning the image created to check xshm calls on succes,
9453         added a lot of XSync calls in X11 functions, and fixed a segfault when
9454         no image format was defined before negotiation happened.
9455
9456 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9457
9458         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
9459           use gst_element_get_time to get correct time
9460
9461 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9462
9463         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
9464         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
9465         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
9466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
9467         (gst_xvimagesink_check_xshm_calls),
9468         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
9469         X plugins are now able to detect that XShm calls will fail even if the
9470         server claims that it has XShm support (remote displays most of the
9471         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
9472         so that we use non XShm functions. This feature is almost useless for
9473         xvimagesink as Xv is not supported on remote displays anyway, but 
9474         it might happen than even on the local display XShm calls fail.
9475
9476 2004-01-27  David Schleef  <ds@schleef.org>
9477
9478         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
9479         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
9480         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
9481         changed esdsink to only use 44100,16,2, since esd sucks at rate
9482         conversion and esdsink has had difficulty negotiating.
9483
9484 2004-01-27  Julien MOUTTE <julien@moutte.net>
9485
9486         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
9487         (gst_play_seek_to_time): Fixing the way to get current position.
9488
9489 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9490
9491         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
9492           use gst_element_get_time to get correct time
9493
9494 2004-01-27  Julien MOUTTE <julien@moutte.net>
9495
9496         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
9497         fix ever... Inverting 2 lines of code make spider autoplug correctly
9498         tagged mp3 !
9499
9500 2004-01-27  David Schleef  <ds@schleef.org>
9501
9502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9503         Use gst_pad_try_set_caps_nonfixed().
9504
9505 2004-01-27  David Schleef  <ds@schleef.org>
9506
9507         * gst/ac3parse/gstac3parse.c: update to checklist 5
9508         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
9509         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
9510         * gst/audioscale/gstaudioscale.c: same
9511         * gst/auparse/gstauparse.c: same
9512         * gst/avi/gstavidemux.c: same
9513
9514 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9515
9516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
9517           stop processing after EOS
9518
9519 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9520
9521         * gst/asfdemux/asfheaders.h:
9522         * gst/asfdemux/gstasfdemux.c: 
9523         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
9524         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
9525         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
9526           lot's of fixes to make data extraction simpler and get the code
9527           architecture and compiler independant. Add debugging category
9528         * gst/goom/gstgoom.c: (gst_goom_change_state):
9529           reset channel count on PAUSED=>READY, not READY=>PAUSED
9530
9531 2004-01-26  Colin Walters  <walters@verbum.org>
9532
9533         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
9534         code to pull a bigger buffer in iradio mode.  This as a side effect
9535         makes typefinding work.
9536
9537 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9538
9539         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9540         Fix SVQ3 decoding on PPC
9541
9542 2004-01-26  Julien MOUTTE <julien@moutte.net>
9543
9544         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
9545         that one managed to stay there... Fixed.
9546
9547 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9548
9549         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9550         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
9551         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
9552         (qtdemux_video_caps):
9553         * gst/qtdemux/qtdemux.h:
9554         Add SVQ3 specific flags to qtdemux and ffmpeg
9555
9556 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9557
9558         * gst-libs/gst/audio/audio.h:
9559           remove buffer-frames from audio caps
9560         * gst/audioconvert/gstaudioconvert.c:
9561           fix plugin to really work.
9562
9563 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9564
9565         * gst-libs/gst/mixer/mixer.c:
9566         * gst-libs/gst/propertyprobe/propertyprobe.c:
9567         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
9568         (gst_tuner_find_channel_by_name):
9569         * gst-libs/gst/tuner/tuner.h:
9570           Add gtk-doc style comments. Also fix a function name.
9571
9572 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9573
9574         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
9575         (gst_divxdec_negotiate):
9576           Fix for new capsnego - also fixes gst-player with divxdec.
9577
9578 2004-01-25  Julien MOUTTE  <julien@moutte.net>
9579
9580         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9581         (gst_play_identity_handoff), (gst_play_set_location),
9582         (gst_play_set_visualization), (gst_play_connect_visualization): Another
9583         try in visualization implementation. Still have an issue with switch
9584         blocking when pulling from video_queue and only audio comes out of 
9585         spider.
9586         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9587         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
9588         release method. And check if the pad is usable before pulling.
9589
9590 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9591
9592         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
9593         (gst_videobalance_init),
9594         (gst_videobalance_colorbalance_list_channels),
9595         (gst_videobalance_colorbalance_set_value),
9596         (gst_videobalance_colorbalance_get_value),
9597         (gst_videobalance_update_properties),
9598         (gst_videobalance_update_tables_planar411),
9599         (gst_videobalance_planar411):
9600         * gst/videofilter/gstvideobalance.h:
9601           Implement lookup-tables. +/- 10x faster.
9602
9603 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9604
9605         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9606         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
9607           The index reading was broken. The rest worked fine, but the whole
9608           goal of my rewrite was to make avidemux readable, and this was
9609           not at all readable. Please use typed variables.
9610
9611 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9612
9613         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9614           Additional pad usability check.
9615         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9616         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
9617         (gst_mp1videoparse_real_chain):
9618           Fix MPEG video stream parsing. The original plugin had several
9619           issues, including not timestamping streams where the source was
9620           not timestamped (this happens with PTS values in mpeg system
9621           streams, but MPEG video is also a valid stream on its own so
9622           that needs timestamps too). We use the display time code for that
9623           for now. Also, if one incoming buffer contains multiple valid
9624           frames, we push them all on correctly now, including proper EOS
9625           handling. Lastly, several potential segfaults were fixed, and we
9626           properly sync on new sequence/gop headers to include them in next,
9627           not previous frames (since they're header for the next frame, not
9628           the previous). Also see #119206.
9629         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
9630         (bpf_from_header):
9631           Move caps setting so we only do it after finding several valid
9632           MPEG-1 fraes sequentially, not right after the first one (which
9633           might be coincidental).
9634         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
9635         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9636         (plugin_init):
9637           Add unsynced MPEG video stream typefinding, and change some
9638           probability values so we detect streams rightly. The idea is as
9639           follows: I can have an unsynced system stream which contains
9640           video. In the current code, I would randomly get a type for either
9641           system or video stream type found, because the probabilities are
9642           being calculated rather randomly. I now use fixed values, so we
9643           always prefer system stream if that was found (and that is how it
9644           should be). If no system stream was found, we can still identity                the stream as video-only.
9645
9646 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9647
9648         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9649         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
9650           don't write to buffer. Extract data without the need of
9651           __attribute__ ((packed))
9652
9653 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9654
9655         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
9656         (mpeg1_sys_type_find):
9657           Fix MPEG-1 stream typefinding.
9658
9659 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9660
9661         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9662           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
9663
9664 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9665
9666         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
9667         * ext/esd/gstesd.c: (plugin_init):
9668           private debugging, better error reporting
9669
9670 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9671
9672         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
9673         (gst_riff_read_init), (gst_riff_read_change_state):
9674         * gst-libs/gst/riff/riff-read.h:
9675           Remove stuff fromold metadata system.
9676
9677 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9678
9679         * ext/ogg/gstoggdemux.c:
9680           Fix wrong file comment.
9681         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9682         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
9683           Add metadata reading properly.
9684
9685 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9686
9687         * ext/Makefile.am:
9688           Fix nas DIST_SUBDIRS
9689           Uraeus:
9690           Fix bug where make distcheck doesn't get run on adding stuff to
9691           the build.
9692
9693 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9694
9695         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
9696         * ext/divx/gstdivxdec.h:
9697           Fix divx3 ("msmpeg4") playback using divxdec.
9698
9699 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9700
9701         * gst/typefind/gsttypefindfunctions.c:
9702         (mp3_type_frame_length_from_header): fix bug in length computation 
9703         (mp3_type_find): improve debugging output
9704
9705 2004-01-23  Julien MOUTTE  <julien@moutte.net>
9706
9707         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9708         (gst_play_set_location), (gst_play_seek_to_time),
9709         (gst_play_set_audio_sink), (gst_play_set_visualization),
9710         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
9711         the pipeline from scratch. Visualization is back and switch went out as
9712         i realized it was not possible to use the way i wanted.
9713         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
9714         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
9715         clearing in state change from READY to NULL. So that one can clean the
9716         X ressources keeping the element.
9717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9718         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
9719         (gst_xvimagesink_colorbalance_set_value),
9720         (gst_xvimagesink_colorbalance_get_value),
9721         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
9722         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
9723         change from READY to NULL and fixed some stupid bugs in colorbalance
9724         get/set values. Also added the following feature : when nobody tries to
9725         set some values to the colorbalance levels before the xcontext is 
9726         grabbed, then when creating channels list from Xv attributes we set the
9727         internal values to the Xv defaults. This way we handle buggy Xv drivers
9728         that set default hue values far from the middle of the range (Thanks
9729         to Jon Trowbridge for pointing that issue).
9730         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
9731         colorbalance levels have been set before xcontext is grabbed.
9732
9733 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9734
9735         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9736           Fix the ossmixer case where we shouldn't open /dev/dsp* because
9737           it might block operations (which is bad for a mixer).
9738
9739 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9740
9741         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
9742         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
9743         (gmip_find_type_pre):
9744         * gst-libs/gst/media-info/media-info-priv.h:
9745         * gst-libs/gst/media-info/media-info.c:
9746         (gst_media_info_instance_init), (gst_media_info_read_idler):
9747         add fakesink to get caps on decoder src pad again
9748         fix callback prototype to match new have_type signal signature
9749
9750 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9751
9752         * gst/adder/gstadder.c: (gst_adder_link):
9753           fix non-compile and cut-n-paste code
9754
9755 2004-01-21  David Schleef  <ds@schleef.org>
9756
9757         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
9758         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
9759         (gst_swfdec_init), (gst_swfdec_change_state):
9760         * ext/swfdec/gstswfdec.h:
9761         Fix negotiation.
9762         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
9763         (gst_adder_request_new_pad): Fix negotiation.
9764         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
9765         Add a fixate function.
9766         * gst/intfloat/gstfloat2int.c:
9767         * gst/intfloat/gstfloat2int.h:
9768         * gst/intfloat/gstint2float.c:
9769         * gst/intfloat/gstint2float.h:
9770         Completely rewrite the negotiation.  Doesn't quite work yet,
9771         due to some buffer-frames problem.
9772
9773 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9774
9775         * ext/gnomevfs/gstgnomevfssrc.c:
9776         * sys/v4l2/v4l2_calls.h:
9777           fix includes for distcheck
9778
9779 2004-01-21  Christian Schaller <uraeus@gnome.org>
9780
9781         * ext/nas/
9782         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
9783         based on earlier patch from Laurent Vivier
9784
9785 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
9786
9787         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9788         Fix wma caps property
9789         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9790         Fix typo (flags1 and flags2)
9791
9792 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9793
9794         * gst-libs/gst/media-info/media-info-priv.c:
9795         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
9796         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
9797         (gmip_find_stream), (gmip_find_track_metadata),
9798         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
9799         (gmip_find_track_format):
9800         * gst-libs/gst/media-info/media-info-priv.h:
9801         * gst-libs/gst/media-info/media-info-test.c: (main):
9802         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
9803         (gst_media_info_read_idler), (gst_media_info_read):
9804         * gst-libs/gst/media-info/media-info.h:
9805           register debugging category and use it for debugging
9806
9807 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9808
9809         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
9810         (gst_vorbisfile_new_link):
9811           signal streaminfo through tags
9812
9813 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9814
9815         * ext/mplex/gstmplex.cc:
9816         * ext/mplex/gstmplexibitstream.cc:
9817           g++ doesn't like NULL in our i18n/error macros, should be
9818           either (NULL) or ("").
9819
9820 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9821
9822         * sys/dxr3/dxr3audiosink.c:
9823         * sys/dxr3/dxr3init.c:
9824         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
9825         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
9826           Fix more error error error errors (missing includes here).
9827
9828 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9829
9830         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9831           fix thomas' error errors.
9832
9833 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9834
9835         * ext/mpeg2enc/gstmpeg2enc.cc:
9836           fix error errors.
9837
9838 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9839
9840         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9841         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9842           Fix for new error system.
9843
9844 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9845
9846         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9847           fix for new error reporting
9848
9849 2004-01-20  David Schleef  <ds@schleef.org>
9850
9851         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9852         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9853         (gst_ximagesink_set_xwindow_id): Change to using a framerate
9854         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
9855         and neither is 100+, most likely.
9856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9857         (gst_xvimagesink_getcaps): same
9858
9859 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9860
9861         * configure.ac:
9862           Up version requirement to 2.0.3 (not yet released) to avoid symbol
9863           clashes with ffmpeg.
9864
9865 2004-01-20  Julien MOUTTE  <julien@moutte.net>
9866
9867         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
9868         (gst_switch_init): Fixed switch element : proxying link and setting
9869         caps from src to sink on request.
9870
9871 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9872
9873         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9874         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9875         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9876         fix element_error
9877
9878 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9879
9880         * sys/v4l/v4l_calls.h:
9881         * sys/v4l2/v4l2_calls.h:
9882           element_error fixes
9883
9884 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9885
9886         * gst-libs/gst/gst-i18n-plugin.h:
9887           add locale.h
9888           remove config.h inclusion
9889
9890 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9891
9892         * autogen.sh:
9893           adding autopoint invocation
9894         * Makefile.am:
9895         * configure.ac:
9896         * gst-libs/gst/gettext.h:
9897           adding gettext bits
9898         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9899         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9900         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9901         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9902         (gst_gnomevfssink_close_file):
9903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
9904         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
9905         * gst-libs/gst/gst-i18n-plugin.h:
9906         * gst/avi/gstavi.c: (plugin_init):
9907         * sys/dxr3/dxr3init.c: (plugin_init):
9908         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
9909         * sys/oss/gstossaudio.c: (plugin_init):
9910         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9911         * sys/v4l/gstv4l.c: (plugin_init):
9912         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9913         * sys/v4l2/gstv4l2.c: (plugin_init):
9914         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9915         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
9916         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
9917         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
9918         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
9919         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
9920           make sure locale and translation domain are set
9921           fix translated strings 
9922         * po/.cvsignore:
9923         * po/LINGUAS:
9924         * po/Makevars:
9925         * po/POTFILES.in:
9926         * po/nl.po:
9927           put translation files into place
9928         * sys/xvideo/imagetest.c: (main):
9929         * ext/dv/demo-play.c: (main):
9930           fix unnecessary translations
9931
9932 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9933
9934         * ext/sndfile/gstsf.c:
9935         * gst/avi/gstavimux.c:
9936         * ext/audiofile/gstafsink.c:
9937         * ext/audiofile/gstafsrc.c:
9938         * ext/gnomevfs/gstgnomevfssink.c:
9939         * ext/gnomevfs/gstgnomevfssrc.c:
9940         * sys/oss/gstosselement.c:
9941         * sys/v4l/v4l_calls.h:
9942           fix i18n include
9943
9944 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9945
9946         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9947         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9948         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9949         (gst_v4l2_get_output), (gst_v4l2_set_output),
9950         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9951         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9952         (gst_v4l2_set_attribute):
9953         update to new error handling
9954
9955 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9956
9957         * ext/sidplay/gstsiddec.cc:
9958         * gst/modplug/gstmodplug.cc:
9959           parenthese NULL because C++ seems angry about it
9960
9961 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9962
9963         * gst-libs/gst/gst-i18n-plugin.h:
9964           add skeleton i18n stuff, but needs to be further implemented
9965
9966 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9967
9968         * examples/gstplay/player.c: (main):
9969         * ext/aalib/gstaasink.c: (gst_aasink_open):
9970         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9971         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9972         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9973         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9974         (gst_afsink_close_file):
9975         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9976         (gst_afsrc_close_file):
9977         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9978         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9979         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9980         * ext/esd/esdmon.c: (gst_esdmon_get):
9981         * ext/esd/esdsink.c: (gst_esdsink_chain):
9982         * ext/faac/gstfaac.c: (gst_faac_chain):
9983         * ext/faad/gstfaad.c: (gst_faad_chain):
9984         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9985         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9986         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9987         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9988         (gst_flacdec_loop):
9989         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9990         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9991         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9992         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9993         (gst_gnomevfssink_close_file):
9994         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9995         (gst_gnomevfssrc_open_file):
9996         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9997         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9998         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9999         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10000         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10001         * ext/mad/gstmad.c: (gst_mad_chain):
10002         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10003         * ext/mpeg2dec/gstmpeg2dec.c:
10004         * ext/mpeg2enc/gstmpeg2enc.cc:
10005         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10006         * ext/mplex/gstmplex.cc:
10007         * ext/mplex/gstmplexibitstream.cc:
10008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10009         (gst_ogg_demux_push), (gst_ogg_pad_push):
10010         * ext/raw1394/gstdv1394src.c:
10011         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10012         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10013         * ext/sidplay/gstsiddec.cc:
10014         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10015         (gst_sf_loop):
10016         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10017         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10018         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10020         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10021         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10022         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10023         * gst-libs/gst/Makefile.am:
10024         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10025         (gst_riff_read_element_data), (gst_riff_read_seek),
10026         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10027         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10029         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10030         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10031         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10032         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10033         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10034         * gst/goom/gstgoom.c: (gst_goom_chain):
10035         * gst/id3/gstid3types.c: (gst_id3types_loop):
10036         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10037         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10038         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10039         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10040         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10041         (gst_ebml_read_float), (gst_ebml_read_header):
10042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10043         (gst_matroska_demux_parse_blockgroup):
10044         * gst/modplug/gstmodplug.cc:
10045         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10047         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10048         * gst/silence/gstsilence.c: (gst_silence_get):
10049         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10050         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10051         * gst/speed/gstspeed.c: (speed_loop):
10052         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10053         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10054         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10055         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10056         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10057         (gst_wavparse_loop):
10058         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10059         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10060         (dxr3audiosink_close):
10061         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10062         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10063         (dxr3videosink_close), (dxr3videosink_write_data):
10064         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10065         * sys/oss/gstosselement.h:
10066         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10067         (gst_osssink_chain):
10068         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10072         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10073         (gst_v4l_enable_overlay):
10074         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10075         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10076         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10077         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10078         (gst_v4l_set_audio):
10079         * sys/v4l/v4l_calls.h:
10080         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10081         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10082         (gst_v4lmjpegsink_playback_init),
10083         (gst_v4lmjpegsink_playback_start):
10084         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10085         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10086         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10087         (gst_v4lmjpegsrc_requeue_frame):
10088         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10089         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10090         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10091         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10092         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10093         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10094         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10095         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10096         (gst_v4l2src_capture_stop):
10097         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10098         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10099         (gst_ximagesink_chain):
10100         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10101         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10102         (gst_xvideosink_xwindow_new):
10103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10104         (gst_xvimagesink_chain):
10105         use new error signal, function and categories
10106
10107 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
10108
10109         * configure.ac:
10110         * ext/Makefile.am:
10111         * ext/musicbrainz/gsttrm.c:
10112         * ext/musicbrainz/gsttrm.h:
10113         * ext/musicbrainz/Makefile.am:
10114         Add a trm plugin 
10115
10116 2004-01-18  Julien MOUTTE  <julien@moutte.net>
10117
10118         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10119         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
10120         synchronous property for debugging.
10121         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10123         (gst_xvimagesink_set_property): Moving a pointer declaration to a
10124         smaller block, fixing indent.
10125
10126 2004-01-16  David Schleef  <ds@schleef.org>
10127
10128         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10129         property affects the video stream.
10130         * sys/xvimage/xvimagesink.c: 
10131         * sys/xvimage/xvimagesink.h:
10132         Add synchronous property for debugging.  Should probably be
10133         disabled in non-CVS builds.  Make sure that the Xv attribute
10134         exists before we set it (crash!).  Fix a silly float bug that
10135         caused colorbalance to just not work.
10136
10137 2004-01-17  Christian Schaller <Uraeus@gnome.org>
10138
10139         * tools/gst-launch-ext.in - update for new plugins
10140
10141 2004-01-16  David Schleef  <ds@schleef.org>
10142
10143         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10144         already-freed caps.
10145
10146 2994-01-16  Christian Schaller <Uraeus@gnome.org>
10147
10148         * Update spec for new colorspace plugin and libcaca plugin
10149         * Fix compilation of libcaca plugin (clock -> id)
10150
10151 2004-01-16  Julien MOUTTE <julien@moutte.net>
10152
10153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10154         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10155         (gst_xvimagesink_set_xwindow_id),
10156         (gst_xvimagesink_colorbalance_set_value),
10157         (gst_xvimagesink_colorbalance_get_value),
10158         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10159         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10160         correct colorbalance properties. They can now be set when the element
10161         is still in NULL state. The values will be committed to the Xv Port
10162         when xcontext is initialized.
10163         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10164         brightness int values in the GstXvImagesink structure.
10165
10166 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10167
10168         * gst-libs/gst/Makefile.am:
10169           restructure so having local patches works easier.
10170
10171 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10172
10173         * ext/mpeg2enc/Makefile.am:
10174         * ext/mpeg2enc/gstmpeg2enc.cc:
10175         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10176           Bugfix with respect to EOS handling.
10177
10178 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10179
10180         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10181           Link with right caps (else, it segfaults).
10182         * ext/mplex/gstmplexjob.cc:
10183           Fix for slight API change in 1.6.1.93 release of mjpegtools.
10184
10185 2004-01-15  David Schleef  <ds@schleef.org>
10186
10187         * gst-libs/gst/audio/Makefile.am:
10188         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10189         from the template.
10190         * gst-libs/gst/audio/gstaudiofilter.c:
10191         * gst-libs/gst/audio/gstaudiofilter.h:
10192         Add bytes_per_sample and size and n_samples calculation.
10193         * gst-libs/gst/audio/gstaudiofilterexample.c:
10194         Remove, now autogenerated.
10195         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10196         Moved from gstaudiofilterexample, object name changed, code added
10197         so that it actually works.
10198         * gst-libs/gst/audio/make_filter:
10199         Script to build an audiofilter subclass from the template.
10200         * gst/colorspace/Makefile.am:
10201         * gst/colorspace/yuv2yuv.c:
10202         Remove file, since it's GPL, and we don't use it.
10203
10204 2004-01-15  Julien MOUTTE  <julien@moutte.net>
10205
10206         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
10207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10208         them use the buffer free function to test how the buffer was allocated.
10209
10210 2004-01-15  David Schleef  <ds@schleef.org>
10211
10212         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10213         that handles osssink fallback.
10214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10215         (gst_audio_convert_getcaps):
10216         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10217         Add audio/x-qdm2 for QDM2 audio.
10218         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10219         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
10220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10221         Decrease minimum size to 16x16.
10222         * gst/wavparse/gstwavparse.c:
10223         Convert disabled pad template caps to new caps.
10224         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10226         (gst_xvimagesink_chain): Throw element error when display cannot
10227         be opened.  Increase minimum framerate to 1.0.  Check the data
10228         free function on a buffer to make sure it is the type we expect
10229         before manipulating it.
10230
10231 2004-01-15  Julien MOUTTE <julien@moutte.net>
10232
10233         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10234         (gst_videobalance_colorbalance_set_value): Implement passthru if
10235         settings are in the middle.
10236         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
10237
10238 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10239
10240         * gst/videofilter/Makefile.am:
10241         * gst/volume/Makefile.am:
10242           Since we use videofilter symbols, link to it.
10243
10244 2004-01-15  Julien MOUTTE <julien@moutte.net>
10245
10246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
10247         mixer interface type to HARDWARE.
10248         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
10249         type to SOFTWARE.
10250         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
10251         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
10252         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
10253         (gst_volume_interface_init), (gst_volume_list_tracks),
10254         (gst_volume_set_volume), (gst_volume_get_volume),
10255         (gst_volume_set_mute), (gst_volume_mixer_init),
10256         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
10257         (volume_init): Implementing mixer interface.
10258         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
10259         * sys/oss/gstosselement.c: (gst_osselement_get_type),
10260         (gst_osselement_change_state): Removing some trailing commas in
10261         structures.
10262         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
10263         interface type to HARDWARE.
10264         * sys/v4l/gstv4lcolorbalance.c:
10265         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
10266         type to HARDWARE.
10267         * sys/v4l2/gstv4l2colorbalance.c:
10268         (gst_v4l2_color_balance_interface_init): Setting colorbalance
10269         interface type to HARDWARE.
10270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
10271         same code than ximagesink for event handling.
10272
10273 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10274
10275         * ext/snapshot/Makefile.am:
10276         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
10277         (gst_snapshot_chain):
10278         * ext/snapshot/gstsnapshot.h:
10279           This has to be a joke... Snapshot should be connected to a tee,
10280           colorspace element before it and EOS after that, where the other
10281           src of the tee receives normal data.
10282           The current way is *wrong*.
10283
10284 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * ext/hermes/gsthermescolorspace.c:
10287           Fix another compile error. Same as below.
10288
10289 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10290
10291         * gst/colorspace/gstcolorspace.c:
10292         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
10293         (gst_colorspace_i420_to_yv12):
10294           Fix compiling... Didn't test if it actually works.
10295
10296 2004-01-15  David Schleef  <ds@schleef.org>
10297
10298         * configure.ac:
10299         * gst/colorspace/Makefile.am:
10300         * gst/colorspace/gstcolorspace.c:
10301         * gst/colorspace/gstcolorspace.h:
10302         * gst/colorspace/yuv2rgb.c:
10303         * gst/colorspace/yuv2rgb.h:
10304         Duplicate the ext/hermes colorspace plugin, and remove Hermes
10305         code and GPL code.  Fix for new caps negotiation.  Rewrite
10306         much of the format handling code, and some of the conversion
10307         code.  Basically, rewrote almost everything.  This element
10308         handles I420, YV12 to RGB conversions.
10309         * ext/hermes/Makefile.am:
10310         * ext/hermes/gsthermescolorspace.c:
10311         Rename colorspace to hermescolorspace.  Fix negotiation issues.
10312         Remove non-Hermes related code.  This element handles lots of
10313         RGB to RGB conversions, but no YUV.
10314         * ext/hermes/gstcolorspace.c:
10315         * ext/hermes/gstcolorspace.h:
10316         * ext/hermes/rgb2yuv.c:
10317         * ext/hermes/yuv2rgb.c:
10318         * ext/hermes/yuv2rgb.h:
10319         * ext/hermes/yuv2rgb_mmx16.s:
10320         * ext/hermes/yuv2yuv.c:
10321         * ext/hermes/yuv2yuv.h:
10322         Remove old code.
10323
10324 2004-01-14  Colin Walters  <walters@verbum.org>
10325
10326         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
10327         they've already been.
10328
10329 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10330
10331         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10332           assume tag mode when pad is not connected
10333
10334 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10335
10336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10337           Don't update the time of the clock
10338         (gst_alsa_sink_loop):
10339           sync to the clock given to alsasink, not the own clock
10340         * sys/oss/gstosssink.c: (gst_osssink_chain):
10341           sync to the clock
10342         (gst_osssink_change_state):
10343           activate the clock
10344         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10346           remove bogus code that made DISCONT events unhandled
10347         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10348           explicitly case to double in _set_simple. (fixes 2nd warning in bug
10349           #131502)
10350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
10351         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
10352         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
10353           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
10354           2nd warning in bug #131502)
10355
10356 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10357
10358         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10359         (gst_videobalance_colorbalance_set_value),
10360         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
10361         for colorbalance interface implementation.
10362         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10363         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10364         (gst_ximagesink_dispose), (gst_ximagesink_init),
10365         (gst_ximagesink_class_init): Adding DISPLAY property.
10366         * sys/ximage/ximagesink.h: Adding display_name to store display.
10367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10368         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10369         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
10370         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
10371         properties (they still need polishing though for gst-launch use : no
10372         xcontext yet, i ll do that tomorrow).
10373         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
10374
10375 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10376
10377         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10378         (gst_play_set_location), (gst_play_set_visualization): Preparing 
10379         switch integration, adding videobalance in the pipeline.
10380
10381 2004-01-14  Julien MOUTTE <julien@moutte.net>
10382
10383         * gst-libs/gst/colorbalance/colorbalance.c:
10384         (gst_color_balance_class_init): Adding a default type.
10385         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
10386         the type.
10387         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
10388         (gst_videobalance_dispose), (gst_videobalance_class_init),
10389         (gst_videobalance_init), (gst_videobalance_interface_supported),
10390         (gst_videobalance_interface_init),
10391         (gst_videobalance_colorbalance_list_channels),
10392         (gst_videobalance_colorbalance_set_value),
10393         (gst_videobalance_colorbalance_get_value),
10394         (gst_videobalance_colorbalance_init): Implementing colorbalance
10395         interface.
10396         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
10397         list.
10398         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
10399         bug which was triggering a BadAccess X error when setting an overlay
10400         before pad was really negotiated.
10401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
10402         Using the colorbalance type macro.
10403
10404 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10405
10406         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
10407         (gst_flacenc_chain):
10408           handle tags correctly
10409         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10410           extract ID3v1 tags correctly
10411
10412 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
10415         (plugin_init):
10416           Improve matroska typefinding for odd-typed headers...
10417
10418 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10419
10420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10421           Fix for using incremental number on padnames.
10422
10423 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10424
10425         * ext/divx/gstdivxdec.c:
10426         * ext/divx/gstdivxenc.c:
10427           Set category to divx4linux instead of divx (too generic).
10428         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10429         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10430         (gst_wavparse_loop), (gst_wavparse_change_state):
10431         * gst/wavparse/gstwavparse.h:
10432           fix parsing of WAV files with non-standard fmt-tag size and fix
10433           skipping of unrecognized chunks... Someone please fix this thing
10434           to use rifflib so all this is automated.
10435         * sys/v4l/Makefile.am:
10436         * sys/v4l2/Makefile.am:
10437           Add X_CFLAGS because we depend on X (for overlay).
10438
10439 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
10440
10441         * ext/mpeg2dec/gstmpeg2dec.c:
10442           Don't issue a timestamp unless we tagged the frame
10443           with a PTS.
10444
10445 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10446
10447         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
10448           Query the audio element to get the time, not the clock. We're
10449           interested in the element's time here.
10450
10451 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10452
10453         * ext/aalib/gstaasink.c: (gst_aasink_chain):
10454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10455         * ext/esd/esdsink.c: (gst_esdsink_chain):
10456         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
10457         * ext/mas/massink.c: (gst_massink_chain):
10458         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
10459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
10460         (gst_matroska_demux_parse_metadata):
10461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
10462         (gst_mpeg_parse_release_locks):
10463         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
10464         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
10465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10466         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10467         (gst_osssink_change_state):
10468         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10469         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10470         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
10471         (gst_xvideosink_release_locks):
10472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10473           use element time.
10474         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
10475         (gst_alsa_clock_stop):
10476         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
10477         (gst_audio_clock_get_internal_time):
10478           simplify for use with new clocking code.
10479         * testsuite/alsa/Makefile.am:
10480         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
10481           fix testsuite for new caps system
10482
10483 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10484
10485         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10486         * ext/flac/gstflacenc.c: (add_one_tag):
10487           length is already host endian, no need to convert. Fixes playback of
10488           tagged files on PPC. (bug #128384)
10489
10490 2004-01-13  Julien MOUTTE <julien@moutte.net>
10491
10492         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
10493         colorbalance interface stating if it is hardware based or software
10494         based.
10495         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
10496         Removing a trailing comma.
10497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10498         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
10499         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
10500         the documentation seems to be wrong on the -1000 to 1000 interval.
10501
10502 2004-01-12  David Schleef  <ds@schleef.org>
10503
10504         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
10505         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
10506         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
10507         Fix negotiation.  Add a bufferalloc function for the sink pad,
10508         and generally clean up some of the code.
10509
10510 2004-01-12  Julien MOUTTE <julien@moutte.net>
10511
10512         * gst-libs/gst/colorbalance/colorbalancechannel.c:
10513         (gst_color_balance_channel_dispose): Adding safety check in dispose
10514         method.
10515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10516         (gst_xvimagesink_xcontext_clear),
10517         (gst_xvimagesink_interface_supported),
10518         (gst_xvimagesink_colorbalance_list_channels),
10519         (gst_xvimagesink_colorbalance_set_value),
10520         (gst_xvimagesink_colorbalance_get_value),
10521         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
10522         Adding colorbalance interface support to set XV parameters such as
10523         HUE, BRIGHTNESS, CONTRAST, SATURATION.
10524         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
10525         interface.
10526
10527 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10528
10529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
10530         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
10531         (gst_audio_convert_init), (gst_audio_convert_set_property),
10532         (gst_audio_convert_get_property), (gst_audio_convert_chain),
10533         (gst_audio_convert_link),
10534         (gst_audio_convert_buffer_to_default_format),
10535         (gst_audio_convert_buffer_from_default_format), (plugin_init):
10536           - implement _getcaps and use it
10537           - improve linking
10538           - remove float caps since no float conversion is actually done
10539           - remove properties and arguments that were to be used for rate
10540             conversion
10541
10542 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10543
10544         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
10545         (gst_audio_structure_set_int):
10546         * gst-libs/gst/audio/audio.h:
10547           add helper functions for _getcaps matching the standard audio
10548           templates
10549
10550 2004-01-12  David Schleef  <ds@schleef.org>
10551
10552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10553         Test that pad is negotiated before getting its caps.
10554
10555 2004-01-12  Julien MOUTTE <julien@moutte.net>
10556
10557         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
10558         analyzing the pads of an element the bin is mostly in READY state so
10559         no caps were negotiated. This helper function needs to work with
10560         _get_caps directly then. I was not freeing them though, added that to
10561         fix the mem leak.
10562
10563 2004-01-12  Julien MOUTTE <julien@moutte.net>
10564
10565         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
10567         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
10568         than the free_func.
10569
10570 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10571
10572         * sys/oss/gstossaudio.c: (plugin_init):
10573         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10574         * sys/oss/gstosselement.h:
10575           make an oss debugging category
10576           make failure more descriptive
10577
10578 2004-01-11  David Schleef  <ds@schleef.org>
10579
10580         * ext/ffmpeg/gstffmpeg.c:
10581         * ext/ffmpeg/gstffmpegcodecmap.c:
10582         * ext/ffmpeg/gstffmpegdec.c:
10583         * ext/ffmpeg/gstffmpegenc.c:
10584         * ext/ffmpeg/gstffmpegprotocol.c:
10585         * ext/gdk_pixbuf/gstgdkanimation.c:
10586         * ext/jpeg/gstjpeg.c:
10587         * ext/libpng/gstpng.c:
10588         * ext/mpeg2dec/perftest.c:
10589         * ext/speex/gstspeex.c:
10590         * gst-libs/gst/resample/dtos.c:
10591         * gst/intfloat/gstintfloatconvert.c:
10592         * gst/oneton/gstoneton.c:
10593         * gst/rtjpeg/RTjpeg.c:
10594         * gst/rtp/gstrtp.c:
10595         * sys/dxr3/dxr3init.c:
10596         * sys/glsink/gstgl_nvimage.c:
10597         * sys/glsink/gstgl_pdrimage.c:
10598         * sys/glsink/gstglsink.c:
10599         * testsuite/gst-lint:
10600         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
10601
10602 2004-01-11  David Schleef  <ds@schleef.org>
10603
10604         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
10605         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
10606         * ext/gdk_pixbuf/gstgdkanimation.c:
10607         (gst_gdk_animation_iter_create_pixbuf):
10608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10609         (gst_gdk_pixbuf_chain):
10610         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10611         * ext/jack/gstjack.c: (gst_jack_change_state):
10612         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
10613         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
10614         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
10615         * gst/videofilter/gstvideofilter.c:
10616         (gst_videofilter_set_output_size):
10617         Remove all usage of gst_pad_get_caps(), and replace it with
10618         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
10619
10620 2004-01-11  David Schleef  <ds@schleef.org>
10621
10622         * configure.ac:
10623         * ext/Makefile.am: Fixes to make ext/libcaca compile.
10624         * ext/divx/gstdivxdec.c:
10625         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10626         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
10627         handle images that span multiple buffers.  Now work with both
10628         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
10629         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10630         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
10631         video/video.h changes
10632         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
10633         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10634         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
10635         of GstData free function.
10636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
10637         same.
10638
10639 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10640
10641         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
10642         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
10643         (gst_v4l2element_get_property):
10644         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
10645           add norm, channel and frequency properties.
10646         * sys/v4l2/gstv4l2tuner.c:
10647           fixes for tuner interface changes
10648         * sys/v4l2/gstv4l2element.h:
10649         * sys/v4l2/gstv4l2src.c: 
10650         * sys/v4l2/gstv4l2src.h:
10651         * sys/v4l2/v4l2src_calls.c: 
10652         * sys/v4l2/v4l2src_calls.h:
10653           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
10654
10655 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10656
10657         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
10658         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
10659         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
10660         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
10661         * gst-libs/gst/tuner/tuner.h:
10662           GObjects aren't const.
10663           Add find_by_name functions.
10664           Add checks to _changed functions.
10665         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
10666         (gst_v4l_tuner_get_norm):
10667           Fixes for above.
10668
10669 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10670
10671         * gst-libs/gst/video/video.h:
10672           Fix caps template names to be understandable.
10673           Prefix everything with GST_VIDEO.
10674         * ext/aalib/gstaasink.c:
10675         * ext/divx/gstdivxdec.c:
10676         * ext/divx/gstdivxenc.c:
10677         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10678         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
10679         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
10680         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
10681         * ext/libcaca/gstcacasink.c:
10682         * ext/libpng/gstpngenc.c: (raw_caps_factory):
10683         * ext/snapshot/gstsnapshot.c:
10684         * ext/swfdec/gstswfdec.c:
10685         * ext/xvid/gstxviddec.c:
10686         * ext/xvid/gstxvidenc.c:
10687         * gst/chart/gstchart.c:
10688         * gst/deinterlace/gstdeinterlace.c:
10689         * gst/effectv/gsteffectv.c:
10690         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10691         * gst/goom/gstgoom.c:
10692         * gst/median/gstmedian.c:
10693         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10694         (gst_monoscope_srcconnect), (gst_monoscope_chain):
10695         * gst/overlay/gstoverlay.c:
10696         * gst/smooth/gstsmooth.c:
10697         * gst/smpte/gstsmpte.c:
10698         * gst/synaesthesia/gstsynaesthesia.c:
10699         * gst/videocrop/gstvideocrop.c:
10700         * gst/videodrop/gstvideodrop.c:
10701         * gst/y4m/gsty4mencode.c:
10702         * sys/qcam/gstqcamsrc.c:
10703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
10704           Make them work with new video.h file.
10705         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10706         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
10707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10708         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
10709           Make it work with new buffer allocation system.
10710
10711 2004-01-11  Julien MOUTTE  <julien@moutte.net>
10712
10713         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
10714         pad_alloc_buffer implementation to use ->srcpad
10715         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
10716         pad_alloc_buffer implementation to use ->srcpad
10717         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
10718         pad_alloc_buffer implementation to use ->srcpad
10719         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10720         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10721         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
10722         a reference to everything we need.
10723         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
10724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10725         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10726         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
10727         a reference to everything we need.
10728         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
10729
10730 2004-01-11  David Schleef  <ds@schleef.org>
10731
10732         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
10733         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
10734         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
10735         structure members.
10736         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
10737         value during a resize/renegotiation.
10738         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
10739         gst_pad_alloc_buffer();
10740         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10741         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
10742         structure members.
10743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
10744         Fix for rename of buffer private structure members.
10745         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10746         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
10747         Fix for rename of buffer private structure members.
10748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10749         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
10750         Fix for rename of buffer private structure members.
10751
10752 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
10753
10754         reviewed by: David Schleef <ds@schleef.org>
10755
10756         * gst/videofilter/Makefile.am:
10757         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
10758         from the patch by ds to fit in with recent make_filter changes.
10759
10760 2004-01-11  Julien MOUTTE  <julien@moutte.net>
10761
10762         * configure.ac: Adding examples/switch/Makefile
10763         * examples/Makefile.am: Adding examples/switch
10764         * examples/switch/Makefile.am: Adding switcher example.
10765         * examples/switch/switcher.c: (got_eos), (idle_iterate),
10766         (switch_timer), (main): Adding an example demonstrating switch usage
10767         with 2 videotestsrc showing different patterns.
10768         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10769         (gst_switch_init): Fixing switch with the new caps system.
10770
10771 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10772
10773         * gst-libs/gst/video/video.h:
10774           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
10775           They should probably be like
10776           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
10777
10778 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10779
10780         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10781         (qtdemux_parse_trak):
10782           fix audio chunk size/timestamp calculation
10783
10784 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10785
10786         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
10787           fix SVQ3 caps
10788
10789 2004-01-11  Steve Baker  <steve@stevebaker.org>
10790
10791         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
10792         (gst_agingtv_base_init), (gst_agingtv_class_init),
10793         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
10794         (gst_agingtv_set_property), (gst_agingtv_get_property):
10795         Port agingTV to videofilter
10796
10797 2004-01-09  Julien MOUTTE <julien@moutte.net>
10798
10799         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
10800         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10801
10802 2004-01-09  Julien MOUTTE <julien@moutte.net>
10803
10804         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
10805         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10806         * gst-libs/gst/xoverlay/xoverlay.c:
10807         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
10808         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
10809         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10810         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10811         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10812         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10813         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
10814         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
10815         the bufferalloc_function to replace bufferpools, fixing the XOverlay
10816         interface implementation to handle xid being 0 and fix some bugs
10817         triggered by Benjamin's testcase.
10818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10819         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10820         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
10821         the bufferalloc_function to replace bufferpools, fixing the XOverlay
10822         interface implementation to handle xid being 0 and fix some bugs
10823         triggered by Benjamin's testcase.
10824
10825 2004-01-09  David Schleef  <ds@schleef.org>
10826
10827         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
10828         mouse pointer events.  It works.
10829
10830 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10831
10832         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
10833           Use explicit caps - fix capsnego.
10834         * ext/xvid/gstxviddec.c:
10835         * ext/xvid/gstxvidenc.c:
10836           Remove macro-inside-macro which caused compile errors.
10837         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
10838           Error out if it's not a RIFF file. Else we error out without
10839           gst_element_error() which is not good...
10840
10841 2004-01-08  David Schleef  <ds@schleef.org>
10842
10843         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10844         Fix pad_link function to handle formats that ffmpeg returns
10845         as multiple caps structures.
10846         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
10847         Only complain if source buffer is _smaller_ than expected.
10848         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
10849         (gst_videoscale_handle_src_event): Resize navigation events
10850         when passing them upstream.
10851         * gst/videotestsrc/gstvideotestsrc.c:
10852         * gst/videotestsrc/gstvideotestsrc.h:
10853         * gst/videotestsrc/videotestsrc.c:
10854         * gst/videotestsrc/videotestsrc.h:
10855         Rewrite many of the buffer painting functions to handle odd
10856         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
10857         been verified to work with my video card.
10858         * testsuite/gst-lint:  Add check for elements calling
10859         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
10860
10861 2004-01-08  David Schleef  <ds@schleef.org>
10862
10863         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
10864         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
10865
10866 2004-01-08  Julien MOUTTE  <julien@moutte.net>
10867
10868         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
10869         configure event is not emiting the desired size signal. That fixes
10870         aspect ratio issues with gst-player.
10871
10872 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10873
10874         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
10875           Fix capsnego.
10876
10877 2004-01-08  Julien MOUTTE  <julien@moutte.net>
10878
10879         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
10880         public method to fire size signal.
10881
10882 2004-01-07  Julien MOUTTE  <julien@moutte.net>
10883
10884         * examples/gstplay/Makefile.am: Adding the interface library.
10885         * gst-libs/gst/play/Makefile.am: Adding the interface library.
10886         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
10887         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
10888         GST_IS_X_OVERLAY before signal connect.
10889         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
10890         Removing the have_video_size signal.
10891         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
10892         and associated public method.
10893         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10894         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
10895         signal.
10896         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
10897         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
10898         signal.
10899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
10900         Using XOverlay public method to fire size signal.
10901
10902 2004-01-07  David Schleef  <ds@schleef.org>
10903
10904         * gst/videofilter/Makefile.am:
10905         * gst/videofilter/gstvideotemplate.c:
10906         * gst/videofilter/make_filter:
10907         Create gstvideoexample.c in a srcdir!=builddir friendly way.
10908         Convert make_filter to /bin/sh script.
10909
10910 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10911
10912         * gst/modplug/gstmodplug.cc: fix element description
10913
10914 2004-01-07  Julien MOUTTE  <julien@moutte.net>
10915
10916         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
10917         (got_video_size): Adding some new lines in g_print calls.
10918         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10919         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
10920         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
10921         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
10922         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
10923         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
10924         Complete code review, reverting some stuff i disagree with, adding
10925         some fixes : time synchronization on invalid timestamps, renegotiation
10926         of private window.
10927         * sys/ximage/ximagesink.h:
10928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
10929         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
10930         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10931         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
10932         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
10933         (gst_xvimagesink_buffer_new),
10934         (gst_xvimagesink_navigation_send_event),
10935         (gst_xvimagesink_set_xwindow_id),
10936         (gst_xvimagesink_get_desired_size),
10937         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
10938         stuff i disagree with, adding some fixes : Renegotiation of private
10939         window, implementing get_desired_size.
10940
10941 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
10944         (gst_afsink_handle_event):
10945         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10946         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
10947         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
10948         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
10949         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
10950           Fix for instantiate-test (see core). Also remove dead code from
10951           jpegenc (which still needs fixing, but that's lower on my TODO
10952           list...).
10953         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10954           Never return NULL as caps.
10955
10956 2004-01-07  David Schleef  <ds@schleef.org>
10957
10958         * configure.ac:
10959         * ext/Makefile.am:
10960         * ext/librfb/Makefile.am:
10961         * ext/librfb/gstrfbsrc.c:
10962         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
10963         is the protocol used by VNC.
10964
10965 2004-01-07  David Schleef  <ds@schleef.org>
10966
10967         * gst/videofilter/gstvideotemplate.c:
10968         * gst/videofilter/gstvideotemplate.h:
10969         * gst/videofilter/make_filter:
10970         Merge videotemplate header into source file.
10971         * gst/effectv/Makefile.am:
10972         * gst/effectv/gsteffectv.c: (plugin_init):
10973         * gst/effectv/gstwarp.c:
10974         Make warpTV a subclass of videofilter.
10975
10976 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10977
10978         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10979           Add guard against invalid utf-8 conversions in mad. Just in case.
10980
10981 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10982
10983         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
10984           Fix for bug shown by poisoning
10985
10986 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10987
10988         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10989         (gst_v4lmjpegsrc_buffer_free):
10990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10991         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
10992         (gst_v4lsrc_buffer_free):
10993           Fix for removed bufferpools.
10994
10995 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
10996
10997         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10998         Fix caps negotiation.
10999
11000         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11001         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11002         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11003         (dvdnavsrc_event):
11004         * ext/mpeg2dec/gstmpeg2dec.c:
11005         * gst-libs/gst/navigation/navigation.c:
11006         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11007         * gst-libs/gst/navigation/navigation.h:
11008         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11009         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11011         Super-simple first version of mouse and keyboard events. Clicking
11012         on a DVD menu now works, although it may not take you where you
11013         expected.
11014
11015         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11016         * gst/videotestsrc/gstvideotestsrc.c:
11017         (gst_videotestsrc_src_fixate):
11018         These fixate functions were broken - they never actually
11019         fixated :)
11020         
11021 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11022
11023         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11024         (gst_icecastsend_init):
11025           fix for new caps system.
11026         * gst-libs/gst/mixer/mixertrack.h:
11027         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11028           Add 'master track' flag (for tools like ACME that only want to
11029           change the main volume).
11030
11031 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11032
11033         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11034         (gst_xvid_csp_to_caps):
11035         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11036         * ext/xvid/gstxvidenc.c:
11037         ifdef out ARGB type when it isn't available 
11038         in xvidcore 1.0.0beta2
11039
11040 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11041
11042         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11043           When we have received a new SCR right in the first buffer after
11044           a seek (so in the same cycle that handles the discont), we should
11045           handle the buffer instead of unreffing it, else we lose data.
11046
11047 2004-01-06  Iain <iain@prettypeople.org>
11048
11049         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
11050           buffer-frames caps too.
11051
11052         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11053           caps that we need, don't destroy them all and rebuild them. And when
11054           creating src pads, use the src pad template rather than the sink...
11055
11056 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11057
11058         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11059           Add pad to element *after* setting functions such as event handler.
11060           Without this, the scheduler (opt) will link pads, set the event
11061           handler from the default event function (dispatcher in gstpad.c)
11062           and *after* that, we will set our own event function, which will
11063           thus never be used (and thus mpegdemux doesn't handle events).
11064
11065 2004-01-04  David Schleef  <ds@schleef.org>
11066
11067         Fix the fixate functions to handle new prototype:
11068         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11069         * gst/videotestsrc/gstvideotestsrc.c:
11070         (gst_videotestsrc_src_fixate):
11071         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11072         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11074
11075 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11076
11077         * sys/ximage/ximagesink.h:
11078         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11079         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11080         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11081         (gst_ximagesink_xoverlay_init):
11082           assorted fixes to make (re)embedding work
11083         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11084         (gst_ximagesink_get_desired_size):
11085           implement desired size additions to XOverlay
11086
11087 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11088
11089         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11090         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11091         (gst_x_overlay_got_desired_size):
11092         * gst-libs/gst/xoverlay/xoverlay.h:
11093           Add optional "desired size" signal and querying.
11094
11095 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11096
11097         * gst/matroska/matroska-demux.c:
11098         (gst_matroska_demux_parse_blockgroup):
11099           Fix EBML-laced block parsing. Diffs are relative to previous
11100           lace, not the first lace. Thanks to Mosu from the Matroska
11101           team for detecting this.
11102         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11103         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11104         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11105         (gst_wavparse_change_state):
11106         * gst/wavparse/gstwavparse.h:
11107           Quickfix for capsnego.
11108
11109 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11110
11111         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11112           Fix indenting, fix pad creation.
11113
11114 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11115
11116         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11117         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11118         (gst_xviddec_sink_link):
11119           Implement src_getcaps() so proper size caps is negotiated.
11120
11121 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11122
11123         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11124           Finish flac decoder on EOS. See #116178.
11125
11126 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11127
11128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11129         (gst_matroska_demux_add_stream):
11130         * gst/matroska/matroska-ids.h:
11131           Add getcaps() function to fix capsnego...
11132
11133 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11134
11135         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11136         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11137         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11138           Fix more integer overflows. Again, see #126967.
11139
11140 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11141
11142         * ext/mpeg2dec/gstmpeg2dec.c:
11143           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11144           #130416.
11145
11146 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11147
11148         * configure.ac:
11149         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11150         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11151         * ext/xvid/gstxvid.h:
11152         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11153         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11154         (gst_xviddec_src_link), (gst_xviddec_sink_link),
11155         (gst_xviddec_change_state):
11156         * ext/xvid/gstxviddec.h:
11157         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11158         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11159         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11160         (gst_xvidenc_link), (gst_xvidenc_set_property),
11161         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11162         * ext/xvid/gstxvidenc.h:
11163           Update xvid plugin to latest xvid (1.0.0-beta3) API.
11164
11165 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11166
11167         * gst/rtp/rtp-packet.c:
11168           Add sys/types.h include, since OS X doesn't define in_addr_t
11169           in netinet/in.h, like it does on Linux (see #129600).
11170
11171 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
11172
11173         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11174
11175         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11176           Correct logic of dispose function (see #129306).
11177
11178 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11179
11180         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11181         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11182         (gst_mpeg_parse_init):
11183         * gst/mpegstream/gstmpegparse.h:
11184           Remove clock (which was never provided, i.e. dead code), and
11185           also fix integer overflows at high PTS values (see #126967).
11186
11187 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11188
11189         * ext/flac/gstflacdec.c:
11190         * ext/libpng/gstpngenc.h:
11191         * ext/mikmod/gstmikmod.h:
11192           OS X fixes (see #126628).
11193
11194 2004-01-02  David Schleef  <ds@schleef.org>
11195
11196         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11197         (gst_alsa_src_base_init): Remove bogus "src" request pad.
11198         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11199         (gst_mpeg_parse_class_init): Move pad template registration
11200         to class_init, since the derived class (mpegdemux) doesn't
11201         want them.
11202
11203 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11204
11205         * sys/ximage/Makefile.am:
11206         * sys/xvideo/Makefile.am:
11207         * sys/xvimage/Makefile.am:
11208           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11209           after installation (see #127664).
11210
11211 2004-01-02  David Schleef  <ds@schleef.org>
11212
11213         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11214         (gst_ffmpegenc_connect):  Negotiation fixes.
11215         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11216         Remove inappropriate gst_caps_free().
11217         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11218         Reenable Ronald's internal resize code, since the core handles
11219         it correctly now.
11220
11221 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11222
11223         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
11226           Fix pad template stuff.
11227
11228 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11229
11230         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11231         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
11232           fix signed integer reading/writing.
11233
11234 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11235
11236         * ext/alsa/README:
11237           Remove outdated document
11238
11239 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
11240
11241         * gst/cutter/gstcutter.c: (gst_cutter_init):
11242           src pad was being created twice - oops.
11243
11244 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11245
11246         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11247           Comment out internal resize. It doesn't handle the resulting
11248           XEvent internally, does another try_set_caps() which leads to
11249           a really nice loop.
11250           Real fix will come when Julien and Dave are awake. ;).
11251
11252 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11253
11254         * ext/mpeg2enc/gstmpeg2enc.cc:
11255           fix const/nonconst compile issue.
11256
11257 2004-01-02  David Schleef  <ds@schleef.org>
11258
11259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
11260         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
11261         Add fixate function and a check for bad formats.
11262
11263 2004-01-01  David Schleef  <ds@schleef.org>
11264
11265         Negotiation fixes:
11266         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11267         (gst_audiofilter_init):
11268         * gst/debug/efence.c: (gst_efence_init):
11269         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11270         (gst_deinterlace_init):
11271         * gst/volume/gstvolume.c: (volume_connect):
11272
11273 2004-01-01  David Schleef  <ds@schleef.org>
11274
11275         Convert elements to use gst_pad_use_explicit_caps() where
11276         appropriate:
11277         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
11278         * ext/audiofile/gstafparse.c: (gst_afparse_init),
11279         (gst_afparse_open_file):
11280         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
11281         (gst_afsrc_open_file):
11282         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
11283         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
11284         (gst_ffmpegdec_chain):
11285         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11286         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
11287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
11288         (gst_gdk_pixbuf_chain):
11289         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
11290         (gst_jpegdec_chain):
11291         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
11292         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
11293         (gst_mikmod_negotiate):
11294         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11295         (gst_mpeg2dec_negotiate_format):
11296         * ext/mpeg2enc/gstmpeg2enc.cc:
11297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11298         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
11299         (gst_speexdec_sinkconnect):
11300         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
11301         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
11302         (gst_vorbisfile_new_link):
11303         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
11304         (gst_ac3parse_chain):
11305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
11306         (gst_asf_demux_setup_pad):
11307         * gst/auparse/gstauparse.c: (gst_auparse_init),
11308         (gst_auparse_chain):
11309         * gst/id3/gstid3types.c: (gst_id3types_loop):
11310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11311         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11312         (mp1videoparse_parse_seq):
11313         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
11314         (bpf_from_header):
11315         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11316         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
11317         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11318         (gst_mpeg_parse_send_data):
11319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11320         (gst_qtdemux_add_stream):
11321         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
11322         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11323         (gst_wavparse_parse_fmt):
11324
11325 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11326
11327         * configure.ac:
11328           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
11329           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
11330           it therefore uses the wrong include paths. Too bad... Note
11331           that 1.6.1.93 is not release yet. ;).
11332           Also add a check for mplex, which is now using the lib'ified
11333           mplex from mjpegtools, too.
11334         * ext/ffmpeg/gstffmpegcodecmap.c:
11335           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
11336           issues. I don't think ffmpeg handles 3ivx correctly, so this
11337           probably won't work. But it won't hurt either.
11338         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
11339         (gst_ffmpegdec_chain):
11340         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
11341         (gst_ffmpegenc_chain_audio):
11342           Fix memleak in audio encoding. Close codec if open fails, this
11343           calls the cleanup routines so we can re-use the context.
11344         * ext/mpeg2enc/gstmpeg2enc.cc:
11345           Fix pad template names/types, fix memory issue with getcaps().
11346         * ext/mpeg2enc/gstmpeg2encoder.cc:
11347         * ext/mpeg2enc/gstmpeg2encoder.hh:
11348           Fix compile issue with new caps system (const thingy).
11349         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11350         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
11351           We read a first frame right on initing, so that we have a caps
11352           when we init the output. This caps is cached in padprivate and
11353           read as first frame.
11354         * ext/mplex/Makefile.am:
11355         * ext/mplex/gstmplex.cc:
11356         * ext/mplex/gstmplex.h:
11357         * ext/mplex/gstmplex.hh:
11358         * ext/mplex/gstmplexibitstream.cc:
11359         * ext/mplex/gstmplexibitstream.hh:
11360         * ext/mplex/gstmplexjob.cc:
11361         * ext/mplex/gstmplexjob.hh:
11362         * ext/mplex/gstmplexoutputstream.cc:
11363         * ext/mplex/gstmplexoutputstream.hh:
11364           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
11365           had issues, didn't do capsnego, supported only a subset of the
11366           mplex features and required a mplex fork in our local CVS. Plus
11367           that it worked agaist a very old mplex version. Rewriting was
11368           faster than updating it.
11369         * gst-libs/ext/Makefile.am:
11370         * gst-libs/ext/mplex/INSTRUCT:
11371         * gst-libs/ext/mplex/Makefile.am:
11372         * gst-libs/ext/mplex/README:
11373         * gst-libs/ext/mplex/TODO:
11374         * gst-libs/ext/mplex/ac3strm_in.cc:
11375         * gst-libs/ext/mplex/audiostrm.hh:
11376         * gst-libs/ext/mplex/audiostrm_out.cc:
11377         * gst-libs/ext/mplex/aunit.hh:
11378         * gst-libs/ext/mplex/bits.cc:
11379         * gst-libs/ext/mplex/bits.hh:
11380         * gst-libs/ext/mplex/buffer.cc:
11381         * gst-libs/ext/mplex/buffer.hh:
11382         * gst-libs/ext/mplex/fastintfns.h:
11383         * gst-libs/ext/mplex/format_codes.h:
11384         * gst-libs/ext/mplex/inputstrm.cc:
11385         * gst-libs/ext/mplex/inputstrm.hh:
11386         * gst-libs/ext/mplex/lpcmstrm_in.cc:
11387         * gst-libs/ext/mplex/mjpeg_logging.cc:
11388         * gst-libs/ext/mplex/mjpeg_logging.h:
11389         * gst-libs/ext/mplex/mjpeg_types.h:
11390         * gst-libs/ext/mplex/mpastrm_in.cc:
11391         * gst-libs/ext/mplex/mpegconsts.cc:
11392         * gst-libs/ext/mplex/mpegconsts.h:
11393         * gst-libs/ext/mplex/mplexconsts.hh:
11394         * gst-libs/ext/mplex/multplex.cc:
11395         * gst-libs/ext/mplex/outputstream.hh:
11396         * gst-libs/ext/mplex/padstrm.cc:
11397         * gst-libs/ext/mplex/padstrm.hh:
11398         * gst-libs/ext/mplex/stillsstream.cc:
11399         * gst-libs/ext/mplex/stillsstream.hh:
11400         * gst-libs/ext/mplex/systems.cc:
11401         * gst-libs/ext/mplex/systems.hh:
11402         * gst-libs/ext/mplex/vector.cc:
11403         * gst-libs/ext/mplex/vector.hh:
11404         * gst-libs/ext/mplex/videostrm.hh:
11405         * gst-libs/ext/mplex/videostrm_in.cc:
11406         * gst-libs/ext/mplex/videostrm_out.cc:
11407         * gst-libs/ext/mplex/yuv4mpeg.cc:
11408         * gst-libs/ext/mplex/yuv4mpeg.h:
11409         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
11410         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
11411           We don't fork mjpegtools' mplex in our CVS anymore.
11412         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
11413         (gst_avi_demux_add_stream):
11414         * gst/avi/gstavidemux.h:
11415           Add getcaps() function for proper caps nego. This makes some
11416           parts of AVI playback/reading work.
11417         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11418           Resize window on new capsnego. This is probably wrong, but
11419           I'm still committing it because with current capsnego, the
11420           first successfull capsnego is auto-fixated, therefore rounded
11421           down to the lowest values in the caps. this results in a 16x16
11422           XWindow that is not reized when real capsnego finishes.
11423           Dave, I see more cases of this, do you know a proper solution?
11424         * tools/gst-launch-ext.in:
11425           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
11426
11427 2003-12-31  David Schleef  <ds@schleef.org>
11428
11429         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
11430         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
11431           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
11432
11433 2003-12-30  David Schleef  <ds@schleef.org>
11434
11435         * ext/ffmpeg/gstffmpegcolorspace.c:
11436         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11437         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
11438         (gst_ffmpegcsp_chain): Negotiation fixes
11439         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
11440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11441         (gst_audio_convert_link), (gst_audio_convert_channels):
11442         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
11443         (gst_audioscale_link), (gst_audioscale_get_buffer),
11444         (gst_audioscale_chain): Negotiation fixes
11445         * gst/audioscale/gstaudioscale.h:
11446         * gst/videofilter/gstvideofilter.c:
11447         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
11448         (gst_videofilter_link), (gst_videofilter_init),
11449         (gst_videofilter_set_output_size), (gst_videofilter_setup),
11450         (gst_videofilter_find_format_by_structure):
11451         * gst/videofilter/gstvideofilter.h: Negotiation fixes
11452         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
11453         (gst_videoscale_link):
11454         * gst/videoscale/videoscale.c: (videoscale_get_structure),
11455         (videoscale_find_by_structure), (gst_videoscale_setup):
11456         * gst/videoscale/videoscale.h: Negotiation fixes
11457         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11458         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
11459         function, restrict resizing to a multiple of 4 (hack until
11460         everyone supports odd sizes correctly).
11461
11462 2003-12-29  Colin Walters  <walters@verbum.org>
11463
11464         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
11465         signed.
11466
11467 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
11468
11469         * ext/sndfile/gstsf.c: (gst_sf_loop):
11470           Fix warning about discarding const qualifier
11471
11472 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
11473
11474         * gst/cutter/gstcutter.c:
11475         * gst/videoscale/gstvideoscale.c:
11476         * gst/volenv/gstvolenv.c:
11477         * gst-libs/gst/audio/audio.c:
11478         * gst-libs/gst/video/video.c:
11479           Fix warnings
11480
11481 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11482
11483         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
11484           Don't send ALSA debugging to stderr.
11485         * ext/alsa/gstalsa.h:
11486           Use GST_WARNING instead of g_warning when ALSA functions fail.
11487
11488 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11489
11490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11491           Free XVAdapterInfo correctly.
11492
11493 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11494
11495         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11496         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
11497           Make id3tag use correct caps nego.
11498
11499 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
11500
11501         * ext/ivorbis/vorbis.c: 
11502         * ext/ivorbis/vorbisenc.h:
11503         * ext/ivorbis/vorbisfile.c:
11504           Modify so that it uses the new caps things
11505
11506 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11507
11508         * testsuite/spider/spider1.c: (main):
11509         * testsuite/spider/spider2.c: (main):
11510         * testsuite/spider/spider3.c: (main):
11511           Make tests compile again. They probably don't work.
11512
11513 2003-12-24  Colin Walters  <walters@verbum.org>
11514
11515         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
11516         we can't fixate the caps anymore.
11517
11518 2003-12-23  David Schleef  <ds@schleef.org>
11519
11520         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
11521         * sys/oss/gstosssink.c: (gst_osssink_init),
11522         (gst_osssink_sink_fixate): Add fixate function.
11523
11524 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11525
11526         * ext/ffmpeg/gstffmpegcodecmap.c:
11527         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
11528         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
11529         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
11530         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11531         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11532         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11533         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
11534           fix typo in RGB masks, and move back to "old" colorspace
11535           capsnego code until whoever wrote this new crap has actually
11536           tested it so that it works.
11537           And yes, this works, keep it that way please.
11538
11539 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11540
11541         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
11542         (gst_divxdec_init), (gst_divxdec_negotiate):
11543         * ext/divx/gstdivxdec.h:
11544         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
11545         (gst_divxenc_init):
11546         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
11547         (gst_faac_sinkconnect), (gst_faac_srcconnect):
11548         * ext/mpeg2enc/gstmpeg2enc.cc:
11549         * ext/mpeg2enc/gstmpeg2encoder.cc:
11550         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11551         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
11552         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
11553         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
11554         (dxr3spusink_init):
11555         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
11556         (dxr3videosink_init):
11557           Fix caps breakage after Dave's caps branch merge.
11558
11559 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11560
11561         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11562           Fix for 24bpp display.
11563
11564 2003-12-23  Colin Walters  <walters@verbum.org>
11565
11566         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
11567         a GnomeVFSHandle directly.
11568
11569 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11570
11571         * gst/volume/Makefile.am:
11572         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
11573         (volume_base_init), (volume_init):
11574           Reenable volume element and fix to work with new caps stuff.
11575           Rhythmbox needs this.
11576
11577 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11578
11579         * gst/qtdemux/qtdemux.c: (plugin_init):
11580           qtdemux requires bytestream
11581
11582 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11583
11584         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
11585           Fix remaining caps handling errors due to CAPS merge.
11586
11587 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11588
11589         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
11590         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
11591         (gst_faad_srcconnect): 
11592           Port to new caps system.
11593
11594 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11595
11596         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11597         (got_video_size), (main): using g_print instead of g_message.
11598         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
11599         signal which was not emitted because of "switch" element added to the
11600         bin but not connected. (Removing from the bin temporarily)
11601
11602 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11603
11604         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
11605         find X development files. I don't understand the previous tests and
11606         they fail on my debian/ppc unstable. This one works.
11607         * examples/gstplay/player.c: (main): Set the pipeline to READY before
11608         exiting.
11609         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
11610         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11611         (gst_play_set_visualization): Add some safety checks in set_ methods
11612         and state_change. This was throwing some ugly CRITICAL messages when
11613         pipeline was getting disposed and casts were failing.
11614
11615 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11616
11617         * configure.ac:
11618           Improve mpeg2enc detection. This is for distributions that do
11619           ship mjpegtools, but without mpeg2enc. Also does object check
11620           for might there ever be ABI incompatibility.
11621         * ext/mpeg2enc/gstmpeg2enc.cc:
11622           Add Andrew as second maintainer (he's helping me), and also add
11623           an error if no caps was set. This happens if I pull before capsnego
11624           and that's something I should solve sometime else.
11625         * gst/matroska/matroska-demux.c:
11626         (gst_matroska_demux_parse_blockgroup):
11627           Fix time parsing.
11628         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
11629         (gst_matroska_mux_track_header):
11630           Add caps to templates.
11631         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
11632           Add mpegversion=1 to prevent confusion with MPEG/AAC.
11633         * gst/mpegstream/gstmpegdemux.c:
11634           Remove layer since it causes warnings about unfixed caps.
11635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11636           Fix obvious typo (we error out if caps were set, we should of
11637           course error out if *no* caps were set).
11638         * sys/oss/gstosselement.c: (gst_osselement_convert):
11639           Fix format conversion, we confused bits/bytes.
11640         * sys/oss/gstosselement.h:
11641           Improve documentation for 'bps'.
11642         * sys/v4l/TODO:
11643           Remove stuff about plugins that need removing - this was done
11644           ages ago.
11645         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
11646         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
11647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
11648         (gst_v4lsrc_src_query):
11649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11650         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
11651           Add get_query_types(), get_formats() and query() functions.
11652
11653 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11654
11655         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
11656         * moved CVS to freedesktop.org
11657