c3c9b503033a2ca493c3b32054bee277fc8afa3c
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2
3         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4
5         * ext/dvdread/dvdreadsrc.c: (_read):
6           Make titles > 0 work again (fixes #154834).
7
8 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9
10         * gst-libs/gst/riff/riff-media.c:
11         (gst_riff_create_video_template_caps):
12           WMV3 missing in template caps.
13
14 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15
16         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17           OK, so the original code was too strict. It makes random AVI files
18           hang for seconds upon opening, which is unacceptable and is far
19           beyond the original goal of getting multiple chunks for one-chunk
20           sounc stream files. So now do just that.
21
22 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23
24         * gst/playback/gstplaybasebin.c: (setup_source),
25         (gst_play_base_bin_change_state):
26           Actually clean up streaminfo if output fails. This would trigger
27           if, for example, there was no CD in the drive. No preroll, so
28           a streaminfo structure is created, but the subsequent state change
29           of the thread fails.
30         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
31           Don't change state if parent failed.
32
33 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
34
35         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
36         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
37         (gen_video_element), (remove_sinks):
38           Add small bits of code for screenshot handling.
39
40 2004-10-08  Wim Taymans  <wim@fluendo.com>
41
42         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
43         (gen_video_element), (gen_audio_element), (setup_sinks):
44         Don't assume the user provided sinks are named "sink"...
45
46 2004-10-08  Wim Taymans  <wim@fluendo.com>
47
48         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
49         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
50         (gst_play_base_bin_link_stream):
51         Do not try to autoplug sources that generate raw streams like
52         cdparanoia.
53         disconnect the preroll overrun signal when we don't need it anymore.
54
55 2004-10-08  Wim Taymans  <wim@fluendo.com>
56
57         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
58         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
59         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
60         (cdparanoia_convert), (cdparanoia_uri_get_type),
61         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
62         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
63         * ext/cdparanoia/gstcdparanoia.h:
64         Added reworked patch from #154903 from milosz derezynski (deadchip).
65         This adds the cdda://<tracknum> uri.
66
67 2004-10-08  Wim Taymans  <wim@fluendo.com>
68
69         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
70         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
71         (try_to_link_1), (no_more_pads), (close_link), (type_found):
72         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
73         (unknown_type), (gst_play_base_bin_remove_element),
74         (gst_play_base_bin_link_stream):
75         * gst/playback/gstplaybasebin.h:
76         * gst/playback/gstplaybin.c: (gst_play_bin_init),
77         (gst_play_bin_set_property), (gen_video_element),
78         (gen_audio_element), (setup_sinks):
79         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
80         (gst_stream_info_get_type), (gst_stream_info_class_init),
81         (gst_stream_info_init), (gst_stream_info_new),
82         (gst_stream_info_dispose), (stream_info_mute_pad),
83         (gst_stream_info_set_property), (gst_stream_info_get_property):
84         * gst/playback/gststreaminfo.h:
85         Reuse the audio and video bins.
86         Some internal cleanups in the stream selection code.
87
88 2004-10-08  Julien MOUTTE  <julien@moutte.net>
89
90         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
91         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
92         * sys/ximage/ximagesink.h:
93         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
94         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
95         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
96         not coming from those elements. Moreover these elements should not keep
97         the xid they have been given when in NULL state.
98
99 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
100
101         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
102         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
103         * sys/ximage/ximagesink.h:
104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
105         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
106         * sys/xvimage/xvimagesink.h:
107           Actually only create a new toplevel window if we're not gonna
108           embed it right after.
109
110 2004-10-07  Wim Taymans  <wim@fluendo.com>
111
112         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
113         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
114         * gst/playback/gstplaybin.c: (setup_sinks):
115         Implement muting/unmuting of streams, mute streams that are not
116         used.
117
118 2004-10-07  Wim Taymans  <wim@fluendo.com>
119
120         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
121         (plugin_init):
122         Added lame audio/x-ac3 typefind function.
123
124 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
125
126         * configure.ac:
127           bump nano to cvs
128
129 === release 0.8.5 ===
130
131 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
132
133         * NEWS:
134         * RELEASE:
135         * configure.ac:
136           releasing 0.8.5, "Take You On"
137
138 2004-10-06  Wim Taymans  <wim@fluendo.com>
139
140         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
141         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
142         (no_more_pads), (close_link), (type_found):
143         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
144         * gst/playback/gstplaybin.c: (gen_video_element):
145         Do not signal the no_more_pads after the first pad when
146         we are plugging a non dynamic element with multiple
147         output pads (like swfdec, dvdec, ...).
148
149 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
150
151         * configure.ac:
152           bump for prerelease
153
154 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
155
156         * gst/wavparse/gstwavparse.c:
157           add ATRAC3 to STATIC CAPS to fix a warning
158
159         * gst/matroska/ebml-read.c:
160         * gst-libs/gst/riff/riff-read.c:
161           fix typos
162
163 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
164
165         * gst-libs/gst/riff/riff-media.c:
166           generate caps for ATRAC3 audio streams
167
168         * gst/realmedia/rmdemux.c:
169           generate caps for ATRAC3 audio streams
170
171 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
172
173         * gst/wavparse/Makefile.am
174         * gst/wavparse/riff.h
175         * gst/wavparse/wavparse.vcproj
176           riff.h removal (unused and duplication with riff-ids.h)
177
178 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
179
180         * gst/wavparse/gstwavparse.h
181           remove duplicated defines for audio codec codes
182
183         * gst-libs/gst/riff/riff-ids.h
184         * gst/wavenc/riff.h:
185           add "4CC" code for ATRAC3 audio streams
186           add "4CC" code for ITU_G721_ADPCM (unused for now)
187
188 2004-10-06  Wim Taymans  <wim@fluendo.com>
189
190         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
191         Actually _do_ negotiation. Pass gdouble as arg instead
192         of guint64 for the framerate.
193
194 2004-10-06  Wim Taymans  <wim@fluendo.com>
195
196         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
197         (find_compatibles), (close_pad_link), (try_to_link_1),
198         (no_more_pads), (close_link), (type_found):
199         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
200         * gst/playback/gstplaybin.c: (gen_video_element),
201         (gen_audio_element):
202         Set state on newly added element to READY so that negotiation
203         can happen ASAP.
204         Addes some more debug info.
205         Do not try to plug pads with multiple caps structures or ANY
206         because it is too dangerous since we do not do dynamic 
207         replugging.
208
209 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
210
211         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
212
213         * po/LINGUAS:
214         * po/or.po:
215           add Oriya translation
216
217 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
218
219         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
220           Prevent overwrite of size member. Makes audio sound crappy.
221
222 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
223
224         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
225         Add rmvb to the list of known RealMedia extensions
226
227 2004-10-05  Wim Taymans  <wim@fluendo.com>
228
229         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
230         (mngdec_openstream), (mngdec_closestream),
231         (mngdec_handle_sink_event), (mngdec_readdata),
232         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
233         (mngdec_getcanvasline), (mngdec_refresh),
234         (gst_mngdec_change_state):
235         Set the framerate correctly.
236
237 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
238
239         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
240           There was something wrong with the index massaging.
241
242 2004-10-04  Wim Taymans  <wim@fluendo.com>
243
244         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
245         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
246         (gst_smokedec_chain):
247         * ext/jpeg/gstsmokedec.h:
248         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
249         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
250         * ext/jpeg/gstsmokeenc.h:
251         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
252         (smokecodec_decode_new), (smokecodec_info_free),
253         (smokecodec_set_quality), (smokecodec_get_quality),
254         (smokecodec_set_threshold), (smokecodec_get_threshold),
255         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
256         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
257         (smokecodec_encode), (smokecodec_parse_id),
258         (smokecodec_parse_header), (smokecodec_decode):
259         * ext/jpeg/smokecodec.h:
260         * ext/jpeg/smokeformat.h:
261         Updated smoke, new bitstream, allows embedding in ogg.
262
263 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
264
265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
266           Fix seeking in some files. All this code is no longer needed (and
267           actually breaks stuff) because we now synchronize the full index
268           right when reading the header.
269
270 2004-10-04  Wim Taymans  <wim@fluendo.com>
271
272         * configure.ac:
273         configure update for libmng.
274
275 2004-10-04  Wim Taymans  <wim@fluendo.com>
276
277         * ext/libmng/Makefile.am:
278         * ext/libmng/gstmng.c: (plugin_init):
279         * ext/libmng/gstmng.h:
280         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
281         (gst_mngdec_base_init), (gst_mngdec_class_init),
282         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
283         (gst_mngdec_loop), (gst_mngdec_get_property),
284         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
285         (mngdec_closestream), (mngdec_handle_sink_event),
286         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
287         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
288         (gst_mngdec_change_state):
289         * ext/libmng/gstmngdec.h:
290         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
291         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
292         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
293         (gst_mngenc_chain), (gst_mngenc_get_property),
294         (gst_mngenc_set_property):
295         * ext/libmng/gstmngenc.h:
296         Added basic MNG decoder. Needs more work. The encoder does
297         not work yet.
298
299 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
300
301         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
302         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
303         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
304           Don't hang on length=0 chunks. Some negotiation fixes. Signal
305           no-more-pads.
306
307 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
308
309         * configure.ac:
310           you need at least 1.0.4 of speex
311
312 2004-10-04 Iain <iaingnome@gmail.com>
313
314         * ext/speex/gstspeexdec.h: Revert the includes changes.
315                 
316         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
317
318 2004-09-30 Iain <iaingnome@gmail.com>
319
320         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
321         found during init or set as a property instead of hardcoding /dev/audio
322
323 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
324
325         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
326         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
327         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
328         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
329         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
330         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
331         (gst_rmdemux_dump_data):
332           Use debug category, fix EOS handling. filesrc ! rmdemux now
333           works.
334
335 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
336
337         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
338         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
339         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
340           Improve allocation, cutting and sorting of the index. How takes a
341           few seconds instead of minutes.
342
343 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
344
345         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
346           fixed compilation
347
348 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
349
350         * gst-libs/gst/riff/riff-media.c:
351         (gst_riff_create_video_caps_with_data),
352         (gst_riff_create_video_template_caps):
353           Add wing commander format mimetype/fourccs.
354         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
355           Don't crash if some value is 0.
356
357 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
358
359         * gst-libs/gst/riff/riff-media.c:
360         (gst_riff_create_video_caps_with_data),
361         (gst_riff_create_video_template_caps):
362           Add DIB fourcc (raw, palettized 8-bit RGB).
363         * gst-libs/gst/riff/riff-read.c:
364         (gst_riff_read_strf_vids_with_data):
365           Oops, fix strf_data reading bug.
366         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
367           Use a non-NULL tag.
368         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
369           Time for hacks. Sorry Dave. At least one quicktime movie (a
370           trailer) that I've encountered contains multiple video tracks.
371           One of those is the actual video track, the other are one-frame
372           tracks (images). Unfortunately, the number of frames according
373           to the trak header is 1 for each, so that doesn't help. So
374           instead, I look at the duration and discard tracks with a
375           duration shorter than 20% of the length of the stream. Better
376           than nothing.
377
378 2004-10-01  Christian Schaller <christian@fluendo.com>
379
380         * ext/ivorbis/vorbis.c:
381           Patch from Phil Blundell (Bug 152341)
382
383 2004-10-01  Wim Taymans  <wim@fluendo.com>
384
385         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
386         (speex_dec_get_formats), (speex_dec_convert),
387         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
388         (speex_dec_chain), (gst_speexdec_get_property),
389         (gst_speexdec_set_property):
390         Small cleanups.
391
392 2004-10-01  Wim Taymans  <wim@fluendo.com>
393
394         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
395         (gst_wavparse_stream_init), (gst_wavparse_fmt),
396         (gst_wavparse_other), (gst_wavparse_loop),
397         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
398         (gst_wavparse_srcpad_event):
399         * gst/wavparse/gstwavparse.h:
400         Added some more debugging info.
401         Fix the case where the length of the file is 0.
402         Make sure we seek to sample borders.
403
404 2004-10-01  Wim Taymans  <wim@fluendo.com>
405
406         * gst/playback/README:
407         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
408         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
409         (try_to_link_1), (no_more_pads), (close_link), (type_found):
410         Add some debug info to decodebin, update README
411
412 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
413
414         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
415           Don't use g_print(); use GST_DEBUG().
416
417 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
418
419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
420         (gst_ogg_mux_queue_pads):
421           Handle EOS properly.
422
423 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
424
425         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
426
427         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
428         (gst_faad_chain), (gst_faad_change_state):
429         * ext/faad/gstfaad.h:
430           Allow playback of raw (unframed) MPEG AAC files (#148993).
431
432 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
433
434         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
435
436         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
437           Throw error if we didn't recognize the stream. Fixes #152289.
438
439 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
440
441         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
442           Fix negotiation.
443
444 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
445
446         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
447
448         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
449           Fix memleak.
450
451 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
452
453         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
454
455         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
456           Solve #152805.
457         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
458           Solve 152806.
459
460 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
461
462         * gst-libs/gst/riff/riff-media.c:
463         (gst_riff_create_video_caps_with_data),
464         (gst_riff_create_audio_caps_with_data):
465           Add codec_data handling (like asfdemux used to do).
466         * gst/asfdemux/gstasf.c: (plugin_init):
467         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
468         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
469           Use riff-media for caps creation instead of our own (mostly
470           broken) copy of its functions.
471
472 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
473
474         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
475           Don't actually error out if we get another return value than
476           -EINVAL. Opposite to what I first thought, drivers have random
477           return values for this, although -EINVAL is the expected return
478           value. Since this is not fatal, we shouldn't use
479           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
480
481 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
482
483         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
484         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
485         (dvdreadsrc_get_property), (_open), (_seek), (_read),
486         (dvdreadsrc_get), (dvdreadsrc_open_file),
487         (dvdreadsrc_change_state):
488           Fix. Don't do one big huge loop around the whole DVD, that will
489           cache all data and thus eat sizeof(dvd) (several GB) before we
490           see something.
491         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
492           Actually NULL'ify event after using it.
493         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
494         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
495         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
496         (gst_ebml_read_seek), (gst_ebml_read_skip):
497           Handle events.
498         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
499         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
500         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
501           Fix timing (this will probably break if I seek using menus, but
502           I didn't get there yet). VOBs and normal DVDs should now work.
503           Add a mpeg2-only pad with high rank so this get autoplugged for
504           MPEG-2 movies.
505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
506         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
507         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
508         (gst_mpeg_demux_get_audio_stream),
509         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
510         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
511           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
512           MPEG-1 but use dvddemux for MPEG-2.
513         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
514         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
515         (gst_mpeg_parse_parse_packhead):
516           Timing. Only add pad template if it exists. Add sink template from
517           class and not from ourselves. This means we will always use the
518           correct sink template even if it is not the one defined in this
519           file.
520
521 2004-09-29  Wim Taymans  <wim@fluendo.com>
522
523         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
524         (gst_mpeg_demux_parse_pes):
525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
526         Fix playback of mpeg again, timestamps where screwed up by
527         patch 1.61.
528
529 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
530
531         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
532           Only return true if we actually filled something in. Prevents
533           player applications from showing a random length for flac files.
534         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
535         (gst_riff_read_use_event), (gst_riff_read_handle_event),
536         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
537         (gst_riff_read_strf_vids_with_data),
538         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
539           OK, ok, so I implemented event handling. Apparently it's normal
540           that we receive random events at random points without asking
541           for it.
542         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
543         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
544         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
545         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
546         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
547         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
548         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
549         * gst/avi/gstavidemux.h:
550           Implement non-lineair chunk handling and subchunk processing.
551           The first solves playback of AVI files where the audio and video
552           data of individual buffers that we read are not synchronized.
553           This should not happen according to the wonderful AVI specs, but
554           of course it does happen in reality. It is also a prerequisite for
555           the second. Subchunk processing allows us to cut chunks in small
556           pieces and process each of these pieces separately. This is
557           required because I've seen several AVI files with incredibly large
558           audio chunks, even some files with only one audio chunk for the
559           whole file. This allows for proper playback including seeking.
560           This patch is supposed to fix all AVI A/V sync issues.
561         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
562         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
563           Work.
564         * gst/modplug/gstmodplug.cc:
565           Proper return value setting for the query() function.
566         * gst/playback/gstplaybasebin.c: (setup_source):
567           Being in non-playing state (after, e.g., EOS) is not necessarily
568           a bad thing. Allow for that. This fixes playback of short files.
569           They don't actually playback fully now, because the clock already
570           runs. This means that small files (<500kB) with a small length
571           (<2sec) will still not or barely play. Other files, such as mod
572           or flx, will work correctly, however.
573
574 2004-09-28  Wim Taymans  <wim@fluendo.com>
575
576         * ext/speex/gstspeex.c: (plugin_init):
577         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
578         (gst_speex_dec_class_init), (speex_dec_get_formats),
579         (speex_get_event_masks), (speex_get_query_types),
580         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
581         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
582         (gst_speexdec_get_property), (gst_speexdec_set_property),
583         (speex_dec_change_state):
584         * ext/speex/gstspeexdec.h:
585         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
586         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
587         (gst_speexenc_base_init), (gst_speexenc_class_init),
588         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
589         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
590         (gst_speexenc_src_query), (gst_speexenc_init),
591         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
592         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
593         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
594         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
595         (gst_speexenc_chain), (gst_speexenc_get_property),
596         (gst_speexenc_set_property), (gst_speexenc_change_state):
597         * ext/speex/gstspeexenc.h:
598         Rewrote speex encoder, make sure it can be embedded in ogg.
599         Implemented speex decoder.
600
601 2004-09-28  Christian Schaller <christian@fluendo.com>
602
603         * configure.ac:
604         Remove kioslave plugin. Markey is brewing a new working one
605         * ext/Makefile.am: Remove kioslave plugin
606         * ext/kio: remove
607         * gst-plugins.spec.in: remove kio plugin from spec
608
609 2004-09-27  Wim Taymans  <wim@fluendo.com>
610
611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
612         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
613         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
614         (gst_multifdsink_new_client),
615         (gst_multifdsink_handle_client_write),
616         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
617         (gst_multifdsink_handle_clients):
618         * gst/tcp/gstmultifdsink.h:
619         Make syncing to keyframes actually work for new clients and lagging
620         clients.
621
622 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
623
624         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
625         (gst_navigationtest_handle_src_event), (draw_box_planar411),
626         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
627         * gst/debug/gstnavigationtest.h:
628           make navigationtest display button-press and button-release events
629
630 2004-09-26 Iain <iaingnome@gmail.com>
631
632         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
633         the channels have received a new media event.
634         (interleave_buffered_loop): Compresses a new media event on all 
635         channels into one.
636
637 2004-09-26 Iain <iaingnome@gmail.com>
638
639         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
640         call the sinkpad's default event handler and not the srcpads. He also
641         says this is confusing :)
642         (gst_wavenc_stop_file): Company says that seek events only go upstream
643         we should send a discontinuous downstream instead.
644
645 2004-09-25  Christian Schaller <christian@fluendo.com>
646
647         * Update SPEC file to be usable in conjunction with Fedora Core,
648           Fedora.us and freshrpms packages
649         * Fix typo in multifilesrc test Makefile
650         
651 2004-09-24  Wim Taymans  <wim@fluendo.com>
652
653         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
654         Only signal the no_more_pads signal when we have
655         added the stream to our list.
656
657 2004-09-24  Wim Taymans  <wim@fluendo.com>
658
659         * gst/playback/gstplaybasebin.c: (remove_prerolls),
660         (new_decoded_pad):
661         * gst/playback/gstplaybasebin.h:
662         * gst/playback/gstplaybin.c: (setup_sinks):
663         Don't try to preroll or decode more than one audio/video
664         track.
665
666 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
667
668         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
669           Throw error if we failed to find a suitable output. This should
670           throw an error if we successfully set up a pipeline (e.g. because
671           we recognized a media file) but found no decodable streams in it
672           (e.g. because it contains only media stream types for which we
673           have no decoders, or because it's not a media type).
674
675 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
676
677         * ext/dirac/Makefile.am:
678         * ext/dirac/gstdirac.cc:
679         * ext/dirac/gstdiracdec.cc:
680         * ext/dirac/gstdiracdec.h:
681           Do something. Don't actually know if this works because I don't
682           have a demuxer yet.
683         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
684           Add channels=1 to caps returned from _getcaps().
685         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
686         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
687         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
688         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
689         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
690         (gst_ogm_parse_change_state):
691           Separate between audio/video so ogmaudioparse actually uses the
692           audio pad templates. Both audio and video work now, including
693           autoplugging. Also use sometimes-srcpad hack.
694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
695           Handle events better. Don't hang on infinite loops.
696         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
697         (gst_avi_demux_init), (gst_avi_demux_reset),
698         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
699         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
700         (gst_avi_demux_change_state):
701         * gst/avi/gstavidemux.h:
702           Improve A/V sync. Still not perfect.
703         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
704         (gst_ebml_read_skip):
705           Handle events better.
706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
707         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
708         (qtdemux_audio_caps):
709           Add IMA4. Improve event handling. Save offset after a seek when
710           the headers are at the end of the file so that we don't end up in
711           an infinite loop.
712         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
713           Add low-priority typefind support for files with no length.
714
715 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
716
717         * testsuite/multifilesink/Makefile.am:
718         fix typo
719
720 2004-09-22  Julien MOUTTE  <julien@moutte.net>
721
722         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
724         mistakes from thaytan's patches.
725
726 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
727
728         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
729           For completeness, XSync in the destroy function as xvimage does.
730
731 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
732
733         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
734            Correct caps negotiation
735         * gst/volume/gstvolume.c: (volume_chain_float),
736         (volume_chain_int16):
737            Modify debug output to be little more informative
738         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
740         (gst_xvimagesink_xvimage_destroy):
741           Add XSync calls after detaching from the shared memory segment to
742           avoid a crash.
743
744 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
745
746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
747         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
748         * ext/vorbis/vorbis.c: (plugin_init):
749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
750         (gst_vorbisenc_chain):
751         * ext/vorbis/vorbisenc.h:
752         remove explicit newmedia support from oggmux and vorbisenc
753         add debug category to vorbisenc
754         * gst/multifilesink/gstmultifilesink.c:
755         (gst_multifilesink_class_init), (gst_multifilesink_init),
756         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
757         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
758         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
759         (plugin_init):
760         * gst/multifilesink/gstmultifilesink.h:
761         add support for streamheader in multifilesink
762
763 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
764
765         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
766         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
767         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
768           Prevent infinite loops. More correct error reporting.
769         * gst/auparse/gstauparse.c: (gst_auparse_chain):
770           Error out if negotiation fails.
771         * gst/playback/gstplaybasebin.c: (setup_source),
772         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
773         (gst_play_base_bin_found_tag):
774           Error/tag forwarding. Pre-roll fixes for source errors on state
775           changes (e.g. "file does not exist") to prevent hangs.
776
777 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
778
779         * testsuite/multifilesink/Makefile.am:
780         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
781         (gst_newmedia_class_init), (gst_newmedia_init),
782         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
783         (newfile_signal), (test_signal), (main):
784         * testsuite/multifilesink/multifilesrc_test.c: (main):
785         * testsuite/multifilesink/oggtheora_test.c:
786         (gst_newmedia_base_init), (gst_newmedia_class_init),
787         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
788         (test_format), (newfile_signal), (test_signal), (main):
789         * testsuite/multifilesink/oggvorbis_test.c:
790         (gst_newmedia_base_init), (gst_newmedia_class_init),
791         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
792         (test_format), (newfile_signal), (test_signal), (main):
793         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
794         (gst_newmedia_class_init), (gst_newmedia_init),
795         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
796         (newfile_signal), (test_signal), (main):
797         New media tests
798
799 2004-09-20  Christian Schaller <christian@fluendo.com>
800
801         * Fix mikmod license to LGPL as they have relicensed
802         * Move Dirac and Effectv into LGPL section of README_license
803
804 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
805
806         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
807         (gst_mad_change_state):
808           Allow for mp3 rate/channels changes. However, only very
809           conservatively. Reason that we *have* to enable this is smiply
810           because the mad find_sync() function is not good enough, it will
811           regularly sync on random data as valid frames and therefore make
812           us provide random caps as *final* caps of the stream. The best fix
813           I could think of is to simply require several of the same stream
814           changes in a row before we change caps.
815           The actual testcase that works now is #
816         * ext/ogg/Makefile.am:
817         * ext/ogg/gstogg.c: (plugin_init):
818         * ext/ogg/gstogmparse.c:
819           OGM support (video only for now; I need an audio sample file).
820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
821         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
822         (gst_asf_demux_add_video_stream):
823           WMV extradata.
824         * gst/playback/gstplaybasebin.c: (unknown_type):
825           Don't error out on single unknown-types after all. It's wrong.
826           If we found type of video and audio but not of a subtitle stream,
827           it will still error out (which is unwanted). Will find a better fix
828           later on.
829         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
830         (ogmaudio_type_find), (plugin_init):
831           OGM support.
832
833 2004-09-20  Johan Dahlin  <johan@gnome.org>
834
835         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
836         after setting caps.
837
838 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
839
840         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
841         * gst/wavenc/gstwavenc.h:
842         Added newmedia support to wavenc
843
844 2004-09-17  Wim Taymans  <wim@fluendo.com>
845
846         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
847         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
848         (gst_fdset_fd_can_write), (gst_fdset_wait):
849         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
850         (gst_multifdsink_init), (gst_multifdsink_add),
851         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
852         (gst_multifdsink_remove_client_link),
853         (gst_multifdsink_client_queue_buffer),
854         (gst_multifdsink_handle_client_write),
855         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
856         (gst_multifdsink_close), (gst_multifdsink_change_state):
857         * gst/tcp/gstmultifdsink.h:
858         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
859         (gst_tcpserversink_removed):
860         Small cleanups in fdset.c
861         Use a hastable to map fd to the client structure for faster
862         lookup in _remove and get_stats.
863         Added virtual function to close the fds.
864         Handle clients even when the select/poll call was unblocked because
865         of a command.
866         Implement syncing to keyframe in the recovery procedure.
867
868 2004-09-16 Iain <iaingnome@gmail.com>
869
870         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
871         try caps.
872
873 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
874
875         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
876           Caps are only set if the type of the stream is unknown, but this
877           is initialized in ->init_stream(), so set to UNKNOWN after calling
878           ->init_stream() so that capsnego starts.
879
880 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
881
882         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
883         (gst_avi_demux_stream_data):
884           Just hardcode for raw audio then. AVI audio sucks.
885
886 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
887
888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
889         * gst/matroska/matroska-mux.c: (audiosink_templ),
890         (gst_matroska_mux_audio_pad_link):
891         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
892         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
893
894 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
895
896         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
897         (gst_avi_demux_stream_data):
898           Try to fix a/v sync issues.
899
900 2004-09-15  David Schleef  <ds@schleef.org>
901
902         * configure.ac: remove NASM check, since we don't use it.  Update
903         dirac check to 0.4
904         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
906         Initialized variables.
907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
908         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
909         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
910         SVQ3 format
911
912 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
913
914         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
915         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
916         * gst/avi/gstavidemux.h:
917           Fix for compressed audio (mp3) timestamp generation. How did this
918           ever work?
919
920 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
921
922         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
923           Volume is a double not a float.
924
925 2004-09-15  Wim Taymans  <wim@fluendo.com>
926
927         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
928         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
929         Don't close the fd in multifdsink as we didn't open it in the
930         first place. Some cleanups.
931
932 2004-09-15  Wim Taymans  <wim@fluendo.com>
933
934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
936         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
937         Fix the case where the muxer would mark pages as delta
938         frames when they are not (vorbis only ogg).
939
940 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
941
942         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
943         (gst_play_base_bin_change_state):
944           Handle the case where we failed to setup a clear pipeline. This
945           will throw an error (or EOS, another nice case) and if you don't
946           catch that, the app will wait for the signal forever (and thus
947           hang).
948
949 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
950
951         * ext/gnomevfs/gstgnomevfssink.c:
952         (gst_gnomevfssink_uri_get_protocols):
953         * ext/gnomevfs/gstgnomevfssrc.c:
954         (gst_gnomevfssrc_uri_get_protocols):
955         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
956         * ext/gnomevfs/gstgnomevfsuri.h:
957           Use _uri_new() instead of _open(), so it doesn't take as long and
958           Christophe's computer won't hang.
959         * gst/playback/gstplaybasebin.c: (unknown_type):
960           Throw error on unknown media type, so apps actually display it.
961
962 2004-09-14  Brian Cameron  <brian.cameron@sun.com
963
964         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
965           this script to work on Solaris since bash shell handles echo
966           differenly than bash.
967
968 2004-09-17  Wim Taymans  <wim@fluendo.com>
969
970         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
971         (setup_source), (gst_play_base_bin_set_property),
972         (gst_play_base_bin_add_element):
973         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
974         Some more work on making sure seeking pauses the pipeline and
975         that changing the uri actually does something.
976
977 2004-09-17  Wim Taymans  <wim@fluendo.com>
978
979         * gst/tcp/gstfdset.c: (gst_fdset_wait):
980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
981         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
982         (gst_tcpserversink_close):
983         Be a bit more paranoid when freeing memory.
984
985 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
986
987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
988         (qtdemux_parse_trak):
989           Don't crash by dividing by zero (see sample movie in #126922).
990
991 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
992
993         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
994           Don't touch non-existing data (fixes crash on file in #140147).
995
996 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
997
998         * gst/playback/gstplaybasebin.c:
999         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
1000           Handle double disposals, and proper change of URIs.
1001
1002 2004-09-13  Martin Eikermann <meiker@upb.de>
1003
1004         * gst/mpegstream/gstmpegparse.c:
1005           fix synchronistation for streams recorded from digital PCR
1006           fixes bug #119376
1007
1008 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1009
1010         * ext/gnomevfs/Makefile.am:
1011         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1012         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
1013         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
1014         (gst_gnomevfssink_uri_get_type),
1015         (gst_gnomevfssink_uri_get_protocols),
1016         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
1017         (gst_gnomevfssink_uri_handler_init),
1018         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
1019         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
1020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
1021         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
1022         (gst_gnomevfssrc_uri_get_type),
1023         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
1024         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
1025         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
1026         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
1027         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1028         * ext/gnomevfs/gstgnomevfsuri.h:
1029           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
1030           of fake URIs to see which this version of Gnome-VFS likes, and
1031           uses that for the Gst-URI interface. Makes playbin support http://
1032           streams. Also fix up some stupid behaviour in gnomevfssrc.
1033
1034 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1035
1036         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1037         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1038         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1039         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1040           Update mixer (to sync with other sessions) if we try to obtain
1041           a new value. This makes alsamixer work accross applications.
1042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1043           Only call sync functions if we're running, else alsalib asserts.
1044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1045           Sometimes fails to compile. Possibly a gcc bug.
1046         * gst/playback/gstplaybin.c: (gen_video_element),
1047         (gen_audio_element):
1048           Add a reference to an application-provided object, because we lose
1049           this same reference if we add it to the bin. If we don't do this,
1050           we can only use this object once and thus crash if we go from
1051           ready to playing, back to ready and back to playing again.
1052           Also add an audioscale element because several cheap soundcards -
1053           like mine - don't support all samplerates.
1054         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1055         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
1056           Fix wrong order or PAR calls. Makes automatically obtained PAR
1057           from the X server atually being used.
1058
1059 2004-09-12  David Schleef  <ds@schleef.org>
1060
1061         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
1062         #151887, #152102, #152247.
1063         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
1064         * examples/seeking/cdparanoia.c: same
1065         * examples/seeking/cdplayer.c: same
1066         * examples/seeking/seek.c: same
1067         * examples/seeking/spider_seek.c: same
1068         * examples/seeking/vorbisfile.c: same
1069         * examples/stats/mp2ogg.c: same
1070         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1071         (gst_esdsink_dispose): Dispose of element properly.
1072         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
1073         fixes.
1074         * ext/nas/nassink.c: (gst_nassink_class_init),
1075         (gst_nassink_dispose): Dispose of element correctly.
1076         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
1077         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1078         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1079         Fix 64-bit warning.
1080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1081         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1082         Fix 64-bit warning.
1083
1084 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1085
1086         * configure.ac : change speex detection as 1.1.6 now uses
1087           .pc/pkg-config and they changed their headers location.
1088
1089 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
1090
1091         * gst/matroska/matroska-mux.h:
1092         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1093         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1094         (gst_matroska_mux_write_data):
1095           Write multiple blocks/frames per cluster.
1096                 Write meta-seek information (seek heads).
1097
1098 2004-09-09  Scott Wheeler <wheeler@kde.org>
1099
1100         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
1101         (gst_play_bin_set_property), (gst_play_bin_get_property),
1102         (gen_audio_element), (gen_audio_element):
1103           Add a volume element / property to the pipeline.
1104
1105 2004-09-07  Wim Taymans  <wim@fluendo.com>
1106
1107         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
1108         Copy timestamps from the master pad to the output buffers.
1109
1110 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1111
1112         * ext/raw1394/gstdv1394src.c:
1113           throw errors when applicable
1114
1115 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
1116
1117         * gst/matroska/ebml-ids.h:
1118         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
1119         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
1120         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
1121           automatically convert unix time <-> ebml time when reading/writing
1122           a date, use gst_ebml_write_uint to write CUETIME,
1123           not gst_ebml_write_date.
1124         * gst/matroska/matroska-ids.h:
1125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1126         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
1127         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1128         (gst_matroska_mux_write_data):
1129           Write track and segment UIDs, write muxing date, write
1130           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
1131           Create cues for audio only files.
1132
1133 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1134
1135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1136         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1137           Re-commit ALSA switches.
1138         * gst/adder/gstadder.c: (gst_adder_loop):
1139           64-bit fix (#151416).
1140         * gst/debug/progressreport.c: (gst_progressreport_report):
1141           64-bit fix (#151419).
1142         * gst/matroska/matroska-demux.c:
1143         (gst_matroska_demux_parse_contents):
1144           64-bit fix (#151420).
1145         * gst/playback/test3.c: (update_scale):
1146           64-bit fix (#151421).
1147
1148 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1149
1150         * configure.ac:
1151           bump nano to cvs
1152
1153 === release 0.8.4 ===
1154
1155 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1156
1157         * configure.ac: releasing 0.8.4, "Alias"
1158
1159 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * ext/theora/Makefile.am:
1162           fix makefile.  Fixes #151462.
1163
1164 2004-08-30  Wim Taymans  <wim@fluendo.com>
1165
1166         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
1167         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1168         (gst_multifdsink_remove_client_link),
1169         (gst_multifdsink_client_queue_buffer),
1170         (gst_multifdsink_handle_client_write):
1171         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
1172         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
1173         Fix some memory leaks.
1174
1175 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1176
1177         Patch by: David Schleef
1178
1179         * configure.ac:
1180         * sys/Makefile.am:
1181           rename our detection macro for V4L2.  Fixes #151236.
1182
1183 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1184
1185         Patch by: David Schleef
1186
1187         * configure.ac:
1188           check to define LAMEPRESET.  Fixes #151232.
1189
1190 2004-08-27  David Schleef  <ds@schleef.org>
1191
1192         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
1193         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
1194         (gst_glimagesink_fixate):  Move local variable declarations to
1195         make gcc-2.95 happy.
1196
1197 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1198
1199         * configure.ac:
1200           bump nano for prerelease
1201
1202 2004-08-27  David Schleef  <ds@schleef.org>
1203
1204         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
1205         * sys/sunaudio/gstsunaudiosrc.c: 
1206         * sys/sunaudio/gstsunaudiosrc.h:
1207
1208 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
1209
1210         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
1211         handle EOS correctly
1212         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
1213         * gst/matroska/matroska-mux.h:
1214         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
1215         VFW compatibility mode
1216
1217 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1218
1219         patch by: Zaheer Abbas Merali
1220
1221         * ext/ogg/gstoggmux.c:
1222         * ext/vorbis/vorbisenc.c:
1223         * ext/vorbis/vorbisenc.h:
1224           handle NEWMEDIA
1225
1226 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
1227
1228         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
1229         fix byte order reversion on little endian machines.
1230         * gst/matroska/matroska-mux.c: (audiosink_templ),
1231         (gst_matroska_mux_audio_pad_link):
1232         add TTA codec to the list of supported codecs.
1233         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
1234         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1235         (gst_matroska_mux_write_data):
1236         * gst/matroska/matroska-mux.h:
1237         write segment duration correctly, write muxing app string, fixes bugs
1238         #140897 and #140898.
1239         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
1240         wait for all pads to be negotiated before starting to mux.
1241
1242 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1243
1244         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
1245         * ext/lame/gstlame.h:
1246         Added new media support to lame
1247
1248 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
1249
1250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
1251         send vorbis headers at the beginning of a stream, fixes bug #141554.
1252         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
1253         bug #148950.
1254         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
1255         (gst_matroska_demux_plugin_init):
1256         * gst/matroska/matroska-ids.h:
1257         enable demuxing of TTA audio streams, fixes bug #148951.
1258         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
1259         enable typefinding for TTA audio files, fixes bug #148711.
1260         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
1261         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
1262         fixes playback of packed bitstream and xvid with bframes, bug #135407.
1263
1264 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
1265  
1266         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1267         (gst_riff_read_element_data), (gst_riff_read_seek),
1268         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
1269         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
1270         <teuf@gnome.org>
1271
1272 2004-08-23 Iain <iaingnome@gmail.com>
1273
1274         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
1275         tags. They appear to be handled differently to normal.
1276         (tag_list_to_id3_tag_foreach): Ditto.
1277
1278 2004-08-22  Wim Taymans  <wim@fluendo.com>
1279
1280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1281         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1282         Make sure we never send -1 granulepos.
1283
1284 2004-08-20  Wim Taymans  <wim@fluendo.com>
1285
1286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1287         (gst_ogg_mux_loop):
1288         I will accept bitchslappings with non sharp objects.
1289
1290 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1291
1292         * configure.ac:
1293         Clean up the test for lame presets
1294
1295 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1296
1297         * configure.ac:
1298         * ext/lame/Makefile.am:
1299         * ext/lame/gstlame.c: (gst_lame_class_init),
1300         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
1301         Only enable lame presets if version of lame has presets in API
1302
1303 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
1304         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
1305         * gst/udp/gstudpsrc.h:
1306           Don't call gst_pad_push in a get function. Fixes #150449
1307
1308 2004-08-18  Wim Taymans  <wim@fluendo.com>
1309
1310         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
1311         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
1312         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1313         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1314         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1315         (gst_fdset_wait):
1316         * gst/tcp/gstfdset.h:
1317         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1318         (gst_multifdsink_client_queue_buffer),
1319         (gst_multifdsink_handle_client_write):
1320         * gst/tcp/gstmultifdsink.h:
1321         Some extra checks in gstfdset.
1322         Only use send() when the fd is a socket. Don't try to
1323         read from write only fds.
1324
1325 2004-08-18  Wim Taymans  <wim@fluendo.com>
1326
1327         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
1328         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1329         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1330         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1331         (gst_fdset_wait):
1332         Add more locking and bounds checking.
1333
1334 2004-08-18  Wim Taymans  <wim@fluendo.com>
1335
1336         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
1337         Realloc test fdset in the lock and right before starting
1338         the poll call. Bump the limit to 4096.
1339
1340 2004-08-17  David Schleef  <ds@schleef.org>
1341
1342         * sys/sunaudio/Makefile.am:
1343         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
1344         of rates and channels.  Make debugging less obnoxious.
1345
1346         Patch from Balamurali Viswanathan implementing a mixer for
1347         Sun audio.  (bug #144091):
1348         * sys/sunaudio/gstsunelement.c:
1349         * sys/sunaudio/gstsunelement.h:
1350         * sys/sunaudio/gstsunmixer.c:
1351         * sys/sunaudio/gstsunmixer.h:
1352
1353 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1354
1355         * gst/audioscale/gstaudioscale.c:
1356         * gst/audioscale/gstaudioscale.h:
1357         made audioscale resample from any sample rate to any sample rate
1358
1359 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1360
1361         * ext/libpng/gstpngdec.c:
1362           error out on unsupported types
1363
1364 2004-08-17  Iain <iaingnome@gmail.com>
1365
1366         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
1367         mid_side and loose_mid_side properties if its a stereo stream.
1368
1369 2004-08-17  Wim Taymans  <wim@fluendo.com>
1370
1371         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1372         (theora_get_formats), (theora_dec_src_convert),
1373         (theora_dec_sink_convert), (theora_dec_src_query),
1374         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1375         Add a debug line.
1376
1377 2004-08-17  Wim Taymans  <wim@fluendo.com>
1378
1379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
1380         (gst_ogg_pad_push):
1381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1382         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
1383         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
1384         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1385         Mark delta units in the muxer.
1386         Try to decode the packet after an out-of-sync error from
1387         libogg.
1388
1389 2004-08-17  Wim Taymans  <wim@fluendo.com>
1390
1391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1392         (gst_multifdsink_init), (gst_multifdsink_add),
1393         (gst_multifdsink_client_queue_buffer),
1394         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
1395         * gst/tcp/gstmultifdsink.h:
1396         Added option to send a keyframe to clients as the first buffer.
1397         Make timeout property writable.
1398
1399 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1400
1401         patch by: Wim Taymans
1402
1403         * gst/tcp/gstfdset.c:
1404         * gst/tcp/gstmultifdsink.c:
1405           fix index comparison, should include 0
1406
1407 2004-08-16  Wim Taymans  <wim@fluendo.com>
1408
1409         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
1410         (gst_fdset_add_fd), (gst_fdset_remove_fd),
1411         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1412         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1413         (gst_fdset_wait):
1414           copy when reallocing for poll so the select arguments don't get
1415           changed during the call
1416
1417 2004-08-16  Wim Taymans  <wim@fluendo.com>
1418
1419         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
1420         (gst_theora_enc_class_init), (theora_enc_sink_link),
1421         (theora_buffer_from_packet), (theora_enc_chain):
1422         Fix bug where buffers were not marked as keyframes
1423         correctly.
1424
1425 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1426
1427         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
1428         (gst_lame_preset_get_type), (gst_lame_class_init):
1429         describe the enum values for vbr mode and presets more verbosely
1430
1431 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1432
1433         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
1434         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
1435         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
1436         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
1437         * ext/lame/gstlame.h:
1438         add preset property to lame so it can use lame presets
1439
1440 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1441
1442         * ext/lame/gstlame.c: (gst_lame_get_property):
1443         whoops forgot break, thanks teuf
1444
1445 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1446
1447         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
1448         (gst_lame_class_init), (gst_lame_src_getcaps),
1449         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
1450         (gst_lame_get_property), (gst_lame_setup):
1451         * ext/lame/gstlame.h:
1452         fix lame's broken vbr stuff, allow it to resample if need be, and also 
1453         make xing header optional
1454
1455 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1456
1457         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
1458         added getcaps function so samplerate doesnt get fixated to silly values
1459
1460 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1461
1462         * ext/lame/gstlame.c: (gst_lame_src_link):
1463         revert previous fix
1464
1465 2004-08-12  Johan Dahlin  <johan@gnome.org>
1466
1467         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
1468         checks. Doesn't matter what state we are in. Interfaces are a
1469         compile time thing, not runtime. It also broke the python bindings.
1470
1471 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1472
1473         * ext/lame/gstlame.c: (gst_lame_src_link):
1474         made source pad link function check if sinkpad is ok..fixes the problem
1475         where core fixates the output rate of lame stupidly
1476
1477 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1478
1479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
1480         * sys/v4l/v4l_calls.c:
1481         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
1482           fix fixate function to handle nonsimple caps.
1483           remove bogus check in _link
1484           cleanups
1485
1486 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1487
1488         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
1489         set default compression ratio parameter to 0.0 so bitrate parameter
1490         works :)
1491
1492 2004-08-11  David Schleef  <ds@schleef.org>
1493
1494         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
1495
1496 2004-08-11  David Schleef  <ds@schleef.org>
1497
1498         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
1499         before.
1500
1501 2004-08-11  David Schleef  <ds@schleef.org>
1502
1503         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
1504
1505 2004-08-11  David Schleef  <ds@schleef.org>
1506
1507         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
1508           license field
1509         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
1510         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
1511           LGPL.
1512         * gst/auparse/gstauparse.c: Fix plugin license field.
1513         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
1514         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
1515         * gst/rtp/gstrtp.c: Fix plugin license field.
1516
1517 2004-08-11  Wim Taymans  <wim@fluendo.com>
1518
1519         * gst/tcp/Makefile.am:
1520         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
1521         (ensure_size), (gst_fdset_new), (gst_fdset_free),
1522         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
1523         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
1524         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
1525         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1526         (gst_fdset_fd_can_write), (gst_fdset_wait):
1527         * gst/tcp/gstfdset.h:
1528         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
1529         (gst_multifdsink_class_init), (gst_multifdsink_init),
1530         (gst_multifdsink_add), (gst_multifdsink_remove),
1531         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1532         (gst_multifdsink_remove_client_link),
1533         (gst_multifdsink_handle_client_read),
1534         (gst_multifdsink_client_queue_data),
1535         (gst_multifdsink_client_queue_caps),
1536         (gst_multifdsink_client_queue_buffer),
1537         (gst_multifdsink_handle_client_write),
1538         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1539         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1540         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
1541         (gst_multifdsink_close):
1542         * gst/tcp/gstmultifdsink.h:
1543         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1544         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1545         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
1546         (gst_tcpserversink_close):
1547         * gst/tcp/gsttcpserversink.h:
1548         Abstracted away the select call, implemented poll (yes we ran into
1549         the 1024 limit in production).
1550
1551 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1552
1553         * gst/tcp/gsttcp.c:
1554         * gst/tcp/gsttcpplugin.c:
1555           improve debuggging, remove assert
1556
1557 2004-08-10  Wim Taymans  <wim@fluendo.com>
1558
1559         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
1560         (gst_client_status_get_type), (gst_multifdsink_class_init),
1561         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1562         (gst_multifdsink_handle_client_read),
1563         (gst_multifdsink_handle_client_write),
1564         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1565         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1566         (gst_multifdsink_get_property):
1567         * gst/tcp/gstmultifdsink.h:
1568         * gst/tcp/gsttcp-marshal.list:
1569         Starting to prepare for specifying buffer time in other units
1570         than buffers. Expose remove reason in signal.
1571
1572 2004-08-10  Wim Taymans  <wim@fluendo.com>
1573
1574         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1575         (gst_multifdsink_remove), (gst_multifdsink_clear),
1576         (gst_multifdsink_remove_client_link),
1577         (gst_multifdsink_handle_client_read),
1578         (gst_multifdsink_client_queue_data),
1579         (gst_multifdsink_client_queue_buffer),
1580         (gst_multifdsink_handle_client_write),
1581         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1582         (gst_multifdsink_chain), (gst_multifdsink_close):
1583         * gst/tcp/gstmultifdsink.h:
1584         Added more debugging info. Changed the way clients are 
1585         removed from the lists. Fixed a bug where a bad file descriptor
1586         could cause many clients to be removed.
1587
1588 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1589
1590         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
1591           allow all pixel-aspect-ratios, not just 1:1
1592
1593 2004-08-09  David Schleef  <ds@schleef.org>
1594
1595         * sys/glsink/ARB_multitexture.h:  Remove old files.
1596         * sys/glsink/EXT_paletted_texture.h:
1597         * sys/glsink/NV_register_combiners.h:
1598         * sys/glsink/gstgl_nvimage.c:
1599         * sys/glsink/gstgl_pdrimage.c:
1600         * sys/glsink/gstgl_rgbimage.c:
1601         * sys/glsink/gstglsink.c:
1602         * sys/glsink/gstglsink.h:
1603         * sys/glsink/gstglxwindow.c:
1604         * sys/glsink/regcomb_yuvrgb.c:
1605
1606 2004-08-09  David Schleef  <ds@schleef.org>
1607
1608         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
1609         GL sink plugin.  (Bug #147302)
1610
1611         * configure.ac: Test for OpenGL
1612         * sys/Makefile.am: Use test for OpenGL
1613         * sys/glsink/Makefile.am:
1614         * sys/glsink/glimagesink.c: rewrite
1615         * sys/glsink/glimagesink.h: rewrite
1616
1617 2004-08-09  David Schleef  <ds@schleef.org>
1618
1619         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
1620         sane framerates.
1621         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
1622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
1623         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
1624
1625 2004-08-09  Wim Taymans  <wim@fluendo.com>
1626
1627         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1628         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1629         (gst_multifdsink_client_remove),
1630         (gst_multifdsink_handle_client_read),
1631         (gst_multifdsink_handle_client_write),
1632         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
1633         Do a bit more logging, make the client_read code more robust.
1634
1635 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1636
1637         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
1638         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
1639         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
1640         (gst_jpegdec_init), (gst_jpegdec_chain):
1641         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
1642         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
1643           cleanups, debugging fixes and memleak plugging
1644
1645 2004-08-09  Wim Taymans  <wim@fluendo.com>
1646
1647         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1648         (theora_get_formats), (theora_dec_src_convert),
1649         (theora_dec_sink_convert), (theora_dec_src_query),
1650         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
1651         (theora_dec_change_state):
1652         Don't crash on missing header packets.
1653
1654 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1655
1656         * po/LINGUAS:
1657         * po/sq.po:
1658           Added Albanian translation (Laurent Dhima)
1659         * po/cs.po:
1660           updated
1661
1662 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1663
1664         * ext/lame/gstlame.c:
1665           fix/add debugging
1666
1667 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1668
1669         * sys/ximage/ximagesink.c:
1670         * sys/xvimage/xvimagesink.c:
1671           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
1672
1673 2004-08-06  Wim Taymans  <wim@fluendo.com>
1674
1675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1676         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1677         (gst_multifdsink_client_remove),
1678         (gst_multifdsink_handle_client_read),
1679         (gst_multifdsink_handle_client_write),
1680         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
1681         Make sure we don't try to read more from a client that what 
1682         ioctl says us or we deadlock.
1683
1684 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1685
1686         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
1687         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
1688         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
1689           decouple running_time and n_frames so it can handle changing
1690           framerate while running
1691
1692 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1693
1694         * po/nl.po:
1695         * po/sv.po:
1696           updated translations
1697
1698 2004-08-04  Benjamin Otte  <otte@gnome.org>
1699
1700         * gst/videotestsrc/gstvideotestsrc.c:
1701         (gst_videotestsrc_get_capslist), (generate_capslist),
1702         (plugin_init):
1703           generate the list of supported caps at startup and reuse it instead
1704           of always generating it
1705
1706 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1707
1708         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
1709           whoops, last checkin broke normal build
1710
1711 2004-08-03  Benjamin Otte  <otte@gnome.org>
1712
1713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
1714         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
1715         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
1716         (gst_alsa_mixer_get_option):
1717         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
1718         (dvdnavsrc_print_event):
1719         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
1720         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
1721         (gst_ogg_mux_pad_unlink):
1722         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
1723         (gst_multipart_mux_pad_unlink):
1724         * gst/videofilter/gstvideobalance.c:
1725         (gst_videobalance_colorbalance_set_value):
1726         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
1727         (gst_videomixer_pad_unlink):
1728         * po/uk.po:
1729         * sys/oss/gstossmixer.c:
1730         * sys/v4l/gstv4lcolorbalance.c:
1731         * sys/v4l/gstv4ltuner.c:
1732         * sys/v4l/v4lsrc_calls.c:
1733         * sys/v4l2/gstv4l2colorbalance.c:
1734         * sys/v4l2/gstv4l2tuner.c:
1735           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
1736
1737 2004-08-03  Benjamin Otte  <otte@gnome.org>
1738
1739         * examples/dynparams/filter.c: (ui_control_create):
1740         * examples/gstplay/player.c: (print_tag):
1741         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
1742         * ext/gdk_pixbuf/gstgdkanimation.c:
1743         (gst_gdk_animation_iter_may_advance):
1744         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
1745         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
1746         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
1747         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
1748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
1749         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
1750         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
1751         * gst/sine/demo-dparams.c: (main):
1752         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
1753         * testsuite/alsa/formats.c: (create_pipeline):
1754         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
1755           fixes for G_DISABLE_ASSERT and friends
1756         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1757         (mp3_type_frame_length_from_header), (mp3_type_find),
1758         (plugin_init):
1759           require mp3 typefinding to have at least MIN_HEADERS valid headers
1760           add typefinding for AAC adts files
1761
1762 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
1763
1764         * sys/ximage/ximagesink.c:
1765         (gst_ximagesink_calculate_pixel_aspect_ratio):
1766         * sys/xvimage/xvimagesink.c:
1767         (gst_xvimagesink_calculate_pixel_aspect_ratio):
1768         Make sure we calculate pixel-aspect-ratio using floating point maths
1769
1770 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1771
1772         * po/uk.po:
1773           updated translation
1774
1775 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
1779           add debugging for display PAR calculation
1780
1781 2004-08-02  David Schleef  <ds@schleef.org>
1782
1783         * configure.ac: Fix mikmod CFLAGS.
1784
1785 2004-07-27  Benjamin Otte  <otte@gnome.org>
1786
1787         * gst/audioscale/gstaudioscale.c:
1788         - fix templates to only support S16, it's the only format that works
1789         - make caps nego code use try_set_caps_nonfixed and fixation instead
1790         of try_set_caps twice, which is not nice for autopluggers
1791         - change rank to secondary, so autopluggers can pick it up after
1792         audioconvert
1793
1794 2004-08-02  Iain <iain@prettypeople.org>
1795
1796         * gst/interleave/interleave.c (interleave_init),
1797         (interleave_request_new_pad),
1798         (interleave_pad_removed),
1799         (interleave_buffered_loop): Use the real pad count, not the artificial
1800         one.
1801
1802 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1803
1804         * configure.ac: bump nano back to development
1805
1806 === release 0.8.3 ===
1807
1808 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1809
1810         * configure.ac: releasing 0.8.3, "Water"
1811
1812 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1813
1814         * sys/xvimage/xvimagesink.c:
1815         (gst_xvimagesink_calculate_pixel_aspect_ratio),
1816         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
1817         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
1818         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1819         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1820         * sys/xvimage/xvimagesink.h:
1821           apply similar PAR fixes as to ximagesink
1822
1823 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1824
1825         patch from: Benjamin Otte
1826
1827         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
1828           add link function to lame.  Fixes #148986.
1829
1830 2004-08-02  Johan Dahlin  <johan@gnome.org>
1831
1832         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
1833         fix debugging log
1834
1835 2004-07-30  David Schleef  <ds@schleef.org>
1836
1837         * gst/videomixer/Makefile.am: Fix things that should have been
1838         fixed in the last checkin.
1839
1840 2004-07-30  David Schleef  <ds@schleef.org>
1841
1842         * gst/multipart/Makefile.am: Fix things that should have been
1843         fixed in the last checkin.
1844
1845 2004-07-30  David Schleef  <ds@schleef.org>
1846
1847         * testsuite/multifilesink/Makefile.am: Fix unused variable.
1848
1849 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1850
1851         * configure.ac:
1852           bump nano for prerelease
1853         * po/af.po:
1854         * po/az.po:
1855         * po/cs.po:
1856         * po/en_GB.po:
1857         * po/hu.po:
1858         * po/nl.po:
1859         * po/sr.po:
1860         * po/sv.po:
1861         * po/uk.po:
1862           updates
1863
1864 2004-07-30  Wim Taymans  <wim@fluendo.com>
1865
1866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1867         (gst_multifdsink_add), (gst_multifdsink_remove),
1868         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1869         (gst_multifdsink_client_remove),
1870         (gst_multifdsink_handle_client_write),
1871         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
1872         * gst/tcp/gstmultifdsink.h:
1873         Recover from a select with a bad file descriptor by removing
1874         the client.
1875
1876 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1877
1878         * configure.ac:
1879           fix requirement of core
1880         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
1881         (gst_play_pipeline_setup):
1882           don't use colorspace element.  do use hermescolorspace element.
1883           make macro to get a colorspace element.
1884           mark strings for translation.
1885         * po/POTFILES.in:
1886           add play.c
1887         * po/af.po:
1888         * po/az.po:
1889         * po/cs.po:
1890         * po/en_GB.po:
1891         * po/hu.po:
1892         * po/nl.po:
1893         * po/sr.po:
1894         * po/sv.po:
1895         * po/uk.po:
1896           update translations
1897
1898 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1899
1900         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
1901         fix default for newmedia flag
1902
1903 2004-07-30  Wim Taymans  <wim@fluendo.com>
1904
1905         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1906         (gst_theora_dec_init), (theora_get_formats),
1907         (theora_dec_src_convert), (theora_dec_sink_convert),
1908         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1909         (theora_dec_chain), (theora_dec_set_property),
1910         (theora_dec_get_property):
1911         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
1912         (gst_theora_enc_class_init), (gst_theora_enc_init),
1913         (theora_enc_sink_link), (theora_enc_chain),
1914         (theora_enc_set_property), (theora_enc_get_property):
1915         Added cropping option to theora decoder.
1916         Added border option to theora encoder.
1917
1918 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1919
1920         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
1921         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
1922         (gst_pngenc_set_property):
1923         * ext/libpng/gstpngenc.h:
1924         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
1925
1926 2004-07-30  Wim Taymans  <wim@fluendo.com>
1927
1928         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1929         (theora_enc_sink_link), (theora_enc_chain),
1930         (theora_enc_set_property), (theora_enc_get_property):
1931         Fix encoding of non-multiple-of-16 video.
1932
1933 2004-07-29  David Schleef  <ds@schleef.org>
1934
1935         * configure.ac: make test for audiofile more strict
1936
1937 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1938
1939         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1940           give different names to typefind functions
1941
1942 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1945         (gst_ximagesink_calculate_pixel_aspect_ratio),
1946         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
1947         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
1948         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
1949         (gst_ximagesink_get_property), (gst_ximagesink_init):
1950         * sys/ximage/ximagesink.h:
1951           allocate PAR's dynamically.
1952           use autodetected PAR if no object-set PAR is given.
1953           add workaround for directfb's X not setting physical size.
1954           fix to xvimagesink will follow tomorrow.
1955
1956 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1957
1958         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
1959         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
1960         (gst_shout2send_get_type), (gst_shout2send_set_clock),
1961         (gst_shout2send_class_init), (gst_shout2send_init),
1962         (set_shout_metadata), (gst_shout2send_set_metadata),
1963         (gst_shout2send_chain), (gst_shout2send_set_property),
1964         (gst_shout2send_get_property), (gst_shout2send_connect),
1965         (gst_shout2send_change_state):
1966         * ext/shout2/gstshout2.h:
1967         - fix for sending mp3 audio to icecast2 server, if pad link function not
1968         called before PAUSED state
1969         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
1970         - added tagging support for mp3 audio broadcasted
1971         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
1972         debug info
1973
1974 2004-07-28  Wim Taymans  <wim@fluendo.com>
1975
1976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1977         (gst_ogg_demux_push):
1978         Return query failure when we don't know the length of
1979         an ogg stream insteda of returning TRUE with a bogus value.
1980
1981 2004-07-28  Wim Taymans  <wim@fluendo.com>
1982
1983         * ext/theora/theoradec.c: (theora_get_formats),
1984         (theora_dec_src_convert), (theora_dec_sink_convert),
1985         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1986         (theora_dec_chain):
1987         Don't screw up the 1 Chroma for 1 luma sample situation when we
1988         have an odd offset/width by adding a black border in those cases.
1989
1990 2004-07-28  Wim Taymans  <wim@fluendo.com>
1991
1992         * ext/theora/theoradec.c: (theora_get_formats),
1993         (theora_dec_src_convert), (theora_dec_sink_convert),
1994         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1995         (theora_dec_chain):
1996         * ext/theora/theoraenc.c: (theora_enc_sink_link):
1997         Added first attempt at cropping of the image as required by the 
1998         theora spec. We need more properties in the caps (offset_x,
1999         offset_y,stride) to implement this correctly.
2000
2001 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
2002
2003         * ext/dvdnav/README:
2004           Update the README to use dvddemux
2005         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2006           Ensure getcaps returns a subset of the template caps
2007         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
2008         (gst_mpeg2subt_init):
2009           Ensure getcaps returns a subset of the template caps
2010         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2011         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
2012         (gst_dvd_demux_get_subpicture_stream),
2013         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
2014         * gst/mpegstream/gstdvddemux.h:
2015           Set the explicit caps on the current_video pad before pushing
2016           anything
2017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2018         (gst_mpeg_demux_get_audio_stream):
2019           Free caps used to gst_pad_set_explicit_caps, which takes a const
2020           GstCaps *
2021
2022 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2023
2024         * configure.ac: update GStreamer requirement to 0.8.4 because of
2025           GstFraction.
2026
2027 2004-07-28  Wim Taymans  <wim@fluendo.com>
2028
2029         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
2030         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
2031         Add the pad to the element after setting up the caps. This
2032         makes it a lot easier to autoplug.
2033
2034 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2035
2036         * gst/median/gstmedian.c:
2037         * gst/mpeg2subt/gstmpeg2subt.c:
2038         * gst/mpegaudioparse/gstmpegaudioparse.c:
2039         * gst/mpegstream/gstdvddemux.c:
2040         * gst/mpegstream/gstmpegdemux.c:
2041         * gst/mpegstream/gstmpegpacketize.c:
2042         * gst/rtjpeg/gstrtjpeg.c:
2043         * gst/rtjpeg/gstrtjpegdec.c:
2044         * gst/rtjpeg/gstrtjpegenc.c:
2045         * gst/sine/gstsinesrc.c:
2046         * gst/smooth/gstsmooth.c:
2047         * gst/smpte/gstsmpte.c:
2048         * gst/smpte/gstsmpte.h:
2049         * gst/stereo/gststereo.c:
2050         * gst/videofilter/gstgamma.c:
2051         * gst/videofilter/gstvideobalance.c:
2052         * gst/videofilter/gstvideofilter.c:
2053         * gst/videofilter/gstvideoflip.c:
2054         * gst/videoscale/gstvideoscale.c:
2055         * gst/videoscale/videoscale.c:
2056         * gst/videotestsrc/gstvideotestsrc.c:
2057         * gst/videotestsrc/videotestsrc.c:
2058         * gst/wavenc/gstwavenc.c:
2059         * gst/wavparse/gstwavparse.c:
2060           fix local includes and 64 bits constants
2061
2062 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2063
2064         * win32/gst.sln:
2065         * gst-libs/gst/*/*.vcproj:
2066         * gst/*/*.vcproj:
2067           more working plugins
2068
2069 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2070
2071         * testsuite/alsa/Makefile.am:
2072         * testsuite/alsa/srcstate.c:
2073         add test for alsasrc changing state
2074
2075 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2076
2077         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
2078         (gst_silence_get):
2079         * gst/silence/gstsilence.h:
2080         fix silence generation for 16bit raw audio
2081
2082 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2083
2084         * gst/matroska/matroska-demux.c:
2085         (gst_matroska_demux_parse_metadata),
2086         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
2087         * gst/mpegaudio/common.c:
2088         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2089         (gst_videoscale_getcaps), (gst_videoscale_link),
2090         (gst_videoscale_src_fixate), (gst_videoscale_init),
2091         (gst_videoscale_finalize):
2092         * gst/videoscale/gstvideoscale.h:
2093         * gst/videotestsrc/gstvideotestsrc.c:
2094         (gst_videotestsrc_get_capslist):
2095         * gst/wavenc/gstwavenc.c:
2096         * sys/oss/gstossmixer.c: (fill_labels):
2097         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2098         (gst_ximagesink_handle_xevents),
2099         (gst_ximagesink_calculate_pixel_aspect_ratio),
2100         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
2101         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
2102         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
2103         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2104         (gst_ximagesink_init), (gst_ximagesink_class_init):
2105         * sys/ximage/ximagesink.h:
2106         * sys/xvimage/xvimagesink.c:
2107         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2108         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
2109         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
2110         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2111         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2112         * sys/xvimage/xvimagesink.h:
2113           first batch of pixel aspect ratio commits.
2114
2115 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2116
2117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2118         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
2119         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
2120           handle stride, needs work if we want to move stride handling
2121           upstream, but works correctly for our purposes.
2122
2123 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2124
2125         * gst/videoscale/README:
2126           add testing examples
2127         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
2128         (gst_videoscale_chain):
2129         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2130         (gst_videoscale_get_size):
2131           add get_size function that handles stride like videotestsrc.
2132           fixes conversion for YUV formats for as much as I can test them.
2133
2134 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2135
2136         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2137         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2139         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2140         (gst_xvimagesink_xvimage_put):
2141           further cleanups, logging, error handling and synchronizing
2142
2143 2004-07-27  Wim Taymans  <wim@fluendo.com>
2144
2145         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2146         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
2147         (gst_videomixer_pad_set_property),
2148         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
2149         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2150         (gst_videomixer_class_init), (gst_videomixer_init),
2151         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
2152         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
2153         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
2154         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2155         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2156         (gst_videomixer_loop), (plugin_init):
2157         Be a nicer negotiation citizen and provide a getcaps function on
2158         the srcpad. This also fixes a crash when resizing.
2159
2160 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2161
2162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2163         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
2164
2165 2004-07-27  Wim Taymans  <wim@fluendo.com>
2166
2167         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
2168         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2169         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2170         (gst_pngenc_set_property):
2171         * ext/libpng/gstpngenc.h:
2172         Added snapshot property to pngenc.
2173         removed g_print from pngdec
2174
2175 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2176
2177         * gst/ac3parse/ac3parse.vcproj
2178         * gst/adder/adder.vcproj
2179         * gst/alpha/alpha.vcproj
2180         * gst/alpha/alphacolor.vcproj
2181         * gst/asfdemux/asf.vcproj
2182         * gst/audioconvert/audioconvert.vcproj
2183         * gst/audiorate/audiorate.vcproj
2184         * gst/audioscale/audioscale.vcproj
2185         * gst/auparse/auparse.vcproj
2186         * gst/avi/avi.vcproj
2187         * gst/cdxaparse/cdxaparse.vcproj
2188         * gst/chart/chart.vcproj
2189         * gst/colorspace/colorspace.vcproj
2190         * gst/cutter/cutter.vcproj
2191         * gst/debug/debug.vcproj
2192         * gst/debug/efence.vcproj
2193         * gst/debug/navigationtest.vcproj
2194         * gst/deinterlace/deinterlace.vcproj
2195         * gst/effectv/effectv.vcproj
2196         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2197         * gst/filter/filter.vcproj
2198         * gst/flx/flxdec.vcproj
2199         * gst/goom/goom.vcproj
2200         * gst/interleave/interleave.vcproj
2201         * gst/law/alaw.vcproj
2202         * gst/law/mulaw.vcproj
2203         * gst/matroska/matroska.vcproj
2204         * gst/median/median.vcproj
2205         * gst/mixmatrix/mixmatrix.vcproj
2206         * gst/mpeg1sys/mpeg1systemencode.vcproj
2207         * gst/mpeg1videoparse/mp1videoparse.vcproj
2208         * gst/mpeg2sub/mpeg2subt.vcproj
2209         * gst/mpegaudio/mpegaudio.vcproj
2210         * gst/mpegaudioparse/mpegaudioparse.vcproj
2211         * gst/mpegstream/mpegstream.vcproj
2212         * gst/multifilesink/multifilesink.vcproj
2213         * gst/multipart/multipart.vcproj
2214         * gst/oneton/oneton.vcproj
2215         * gst/overlay/overlay.vcproj
2216         * gst/passthrough/passthrough.vcproj
2217         * gst/qtdemux/qtdemux.vcproj
2218         * gst/realmedia/rmdemux.vcproj
2219         * gst/rtjpeg/rtjpeg.vcproj
2220         * gst/rtp/rtp.vcproj
2221         * gst/silence/silence.vcproj
2222         * gst/sine/sinesrc.vcproj
2223         * gst/smooth/smooth.vcproj
2224         * gst/smpte/smpte.vcproj
2225         * gst/spectrum/spectrum.vcproj
2226         * gst/speed/speed.vcproj
2227         * gst/stereo/stereo.vcproj
2228         * gst/switch/switch.vcproj
2229         * gst/tags/tagedit.vcproj
2230         * gst/tcp/tcp.vcproj
2231         * gst/typefind/typefindfunctions.vcproj
2232         * gst/udp/udp.vcproj
2233         * gst/videobox/videobox.vcproj
2234         * gst/videocrop/videocrop.vcproj
2235         * gst/videodrop/videodrop.vcproj
2236         * gst/videofilter/gamma.vcproj
2237         * gst/videofilter/videobalance.vcproj
2238         * gst/videofilter/videofilter.vcproj
2239         * gst/videofilter/videoflip.vcproj
2240         * gst/videoflip/videoflip.vcproj
2241         * gst/videomixer/videomixer.vcproj
2242         * gst/videorate/videorate.vcproj
2243         * gst/videoscale/videoscale.vcproj
2244         * gst/videotestsrc/videotestsrc.vcproj
2245         * gst/virtualdub/virtualdub.vcproj
2246         * gst/volenv/volenv.vcproj
2247         * gst/volume/volume.vcproj
2248         * gst/wavenc/wavenc.vcproj
2249         * gst/wavparse/wavparse.vcproj
2250         * gst/y4m/y4menc.vcproj
2251         * gst-libs/gst/audio/audio.vcproj
2252         * gst-libs/gst/audio/audiofilter.vcproj
2253         * gst-libs/gst/colorbalance/colorbalance.vcproj
2254         * gst-libs/gst/idct/idtc.vcproj
2255         * gst-libs/gst/media-info/media-info.vcproj
2256         * gst-libs/gst/mixer/mixer.vcproj
2257         * gst-libs/gst/navigation/navigation.vcproj
2258         * gst-libs/gst/play/play.vcproj
2259         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
2260         * gst-libs/gst/resample/resample.vcproj
2261         * gst-libs/gst/riff/riff.vcproj
2262         * gst-libs/gst/tuner/tuner.vcproj
2263         * gst-libs/gst/video/video.vcproj
2264         * gst-libs/gst/xoverlay/xoverlay.vcproj
2265           avoid problems with math.h, fix release dependancy
2266           rename GStreamer-0.8.lib to libgstreamer.lib
2267
2268 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2269
2270         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
2271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
2272         the atom is not available we have to unlock the mutex. Fixes #148023
2273
2274 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2275
2276         * gst-libs/gst/media-info/media-info.h:
2277           issue for a vararg macro with MSVC
2278
2279 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2280
2281         * gst/effectv/effectv.vcproj
2282         * gst-libs/gst/idct/idct.vcproj:
2283         * gst-libs/gst/media-info/media-info.vcproj:
2284         * gst-libs/gst/navigation/navigation.vcproj:
2285         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
2286         * gst-libs/gst/video/video.vcproj:
2287         * gst-libs/gst/xoverlay/xoverlay.vcproj:
2288           fixes for build problems
2289
2290 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2291
2292         * gst-libs/gst/audio/audio.def:
2293         * gst-libs/gst/audio/riff.def:
2294           add some definitions needed by plugins
2295
2296 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2297
2298         * gst/asfdemux/gstasfmux.c
2299           Fix some 64 bits constants to be glib friendly
2300
2301 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2302
2303         * gst/ac3parse/gstac3parse.c
2304         * gst/audioscale/gstaudioscale.c
2305         * gst/auparse/gstauparse.c
2306         * gst/colorspace/gstcolorspace.c
2307         * gst/colorspace/yuv2rgb.h
2308           local include fixes
2309
2310 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2311
2312         * win32/gst.sln
2313           add more plugins to the build
2314
2315 2004-07-26  Julien MOUTTE  <julien@moutte.net>
2316
2317         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2318         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
2319
2320 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2321
2322         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
2323         (gst_level_set_property), (gst_level_get_property),
2324         (gst_level_base_init), (gst_level_class_init):
2325           add debugging categories.  cleanups.
2326
2327 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2328
2329         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2330         (gst_videoscale_planar411), (gst_videoscale_planar400),
2331         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
2332         (gst_videoscale_scale_nearest_str1),
2333         (gst_videoscale_scale_nearest_str2),
2334         (gst_videoscale_scale_nearest_str4),
2335         (gst_videoscale_scale_nearest_16bit),
2336         (gst_videoscale_scale_nearest_24bit):
2337           fixed stride issues
2338           tested with 320x240 -> 321, 322, 324 x240
2339           tested with YV12, I420, YUY2, UYVY
2340           fixed packed422rev (don't think it could have worked before)
2341           by testing with UYVY
2342
2343 2004-07-26  Benjamin Otte  <otte@gnome.org>
2344
2345         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
2346         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
2347         (plugin_init):
2348           add debugging category, add error checks like checking return values
2349           of setup calls, make sure it still works after
2350           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
2351
2352 2004-07-26  Wim Taymans  <wim@fluendo.com>
2353
2354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2355         (gst_mpeg_demux_get_audio_stream),
2356         (gst_mpeg_demux_process_private):
2357         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
2358         Check for error codes from the negotiation functions. Make sure
2359         we really set the pad caps when a new pad is created.
2360
2361 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2362
2363         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2364         (gst_ffmpeg_caps_to_pix_fmt):
2365         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2367         (gst_ffmpegcolorspace_pad_link):
2368           don't make function do two things at the same time without reason.
2369
2370 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2371
2372         * gst/ac3parse/ac3parse.vcproj
2373         * gst/adder/adder.vcproj
2374         * gst/alpha/alpha.vcproj
2375         * gst/alpha/alphacolor.vcproj
2376         * gst/asfdemux/asf.vcproj
2377         * gst/audioconvert/audioconvert.vcproj
2378         * gst/audiorate/audiorate.vcproj
2379         * gst/audioscale/audioscale.vcproj
2380         * gst/auparse/auparse.vcproj
2381         * gst/avi/avi.vcproj
2382         * gst/cdxaparse/cdxaparse.vcproj
2383         * gst/chart/chart.vcproj
2384         * gst/colorspace/colorspace.vcproj
2385         * gst/cutter/cutter.vcproj
2386         * gst/debug/debug.vcproj
2387         * gst/debug/efence.vcproj
2388         * gst/debug/navigationtest.vcproj
2389         * gst/deinterlace/deinterlace.vcproj
2390         * gst/effectv/effectv.vcproj
2391         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2392         * gst/filter/filter.vcproj
2393         * gst/flx/flxdec.vcproj
2394         * gst/goom/goom.vcproj
2395         * gst/interleave/interleave.vcproj
2396         * gst/law/alaw.vcproj
2397         * gst/law/mulaw.vcproj
2398         * gst/matroska/matroska.vcproj
2399         * gst/median/median.vcproj
2400         * gst/mixmatrix/mixmatrix.vcproj
2401         * gst/mpeg1sys/mpeg1systemencode.vcproj
2402         * gst/mpeg1videoparse/mp1videoparse.vcproj
2403         * gst/mpeg2sub/mpeg2subt.vcproj
2404         * gst/mpegaudio/mpegaudio.vcproj
2405         * gst/mpegaudioparse/mpegaudioparse.vcproj
2406         * gst/mpegstream/mpegstream.vcproj
2407         * gst/multifilesink/multifilesink.vcproj
2408         * gst/multipart/multipart.vcproj
2409         * gst/oneton/oneton.vcproj
2410         * gst/overlay/overlay.vcproj
2411         * gst/passthrough/passthrough.vcproj
2412         * gst/qtdemux/qtdemux.vcproj
2413         * gst/realmedia/rmdemux.vcproj
2414         * gst/rtjpeg/rtjpeg.vcproj
2415         * gst/rtp/rtp.vcproj
2416         * gst/silence/silence.vcproj
2417         * gst/sine/sinesrc.vcproj
2418         * gst/smooth/smooth.vcproj
2419         * gst/smpte/smpte.vcproj
2420         * gst/spectrum/spectrum.vcproj
2421         * gst/speed/speed.vcproj
2422         * gst/stereo/stereo.vcproj
2423         * gst/switch/switch.vcproj
2424         * gst/tags/tagedit.vcproj
2425         * gst/tcp/tcp.vcproj
2426         * gst/typefind/typefindfunctions.vcproj
2427         * gst/udp/udp.vcproj
2428         * gst/videobox/videobox.vcproj
2429         * gst/videocrop/videocrop.vcproj
2430         * gst/videodrop/videodrop.vcproj
2431         * gst/videofilter/gamma.vcproj
2432         * gst/videofilter/videobalance.vcproj
2433         * gst/videofilter/videofilter.vcproj
2434         * gst/videofilter/videoflip.vcproj
2435         * gst/videoflip/videoflip.vcproj
2436         * gst/videomixer/videomixer.vcproj
2437         * gst/videorate/videorate.vcproj
2438         * gst/videoscale/videoscale.vcproj
2439         * gst/videotestsrc/videotestsrc.vcproj
2440         * gst/virtualdub/virtualdub.vcproj
2441         * gst/volenv/volenv.vcproj
2442         * gst/volume/volume.vcproj
2443         * gst/wavenc/wavenc.vcproj
2444         * gst/wavparse/wavparse.vcproj
2445         * gst/y4m/y4menc.vcproj
2446           more plugins supported under windows
2447
2448 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2449
2450         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2451         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
2452         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
2453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2454         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
2455           Add debugging statements.  Use the sizes as returned by the
2456           *CreateImage calls.
2457
2458 2004-07-26  Johan Dahlin  <johan@gnome.org>
2459
2460         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
2461         the pad is negotiated.
2462
2463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
2464
2465 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2466
2467         * gst-libs/gst/colorbalance/colorbalance.vcproj:
2468         * gst-libs/gst/idct/idct.vcproj:
2469         * gst-libs/gst/media-info/media-info.vcproj:
2470         * gst-libs/gst/mixer/mixer.vcproj:
2471         * gst-libs/gst/navigation/navigation.vcproj:
2472         * gst-libs/gst/play/play.vcproj:
2473         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
2474         * gst-libs/gst/resample/resample.vcproj:
2475         * gst-libs/gst/tuner/tuner.vcproj:
2476         * gst-libs/gst/video/video.vcproj:
2477         * gst-libs/gst/xoverlay/xoverlay.vcproj:
2478           more plugins supported under windows
2479
2480 2004-07-25 Iain <iain@prettypeople.org>
2481
2482         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
2483         pad now rather than when the pad is created because state changes wipe
2484         explicit caps (fixes #148043).
2485
2486 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
2487
2488         reviewed by Benjamin Otte  <otte@gnome.org>
2489
2490         * ext/mad/gstmad.c:
2491           fix mad plugin crashing on Sun (fixes #148289)
2492
2493 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2494
2495         * gst/avi/avi.def:
2496         * gst/avi/avi.vcproj:
2497         * gst/matroska/matroska.def:
2498         * gst/matroska/matroska.vcproj:
2499           remove unused .def files
2500
2501 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2502
2503         * gst-libs/gst/audio/gstaudiofilter.c:
2504           Clean the local include
2505
2506 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2507
2508         * win32/gst.sln:
2509         * gst-libs/gst/audio/audio.def:
2510         * gst-libs/gst/audio/audio.vcproj:
2511         * gst-libs/gst/audio/audiofilter.vcproj:
2512         * gst-libs/gst/audio/riff.def:
2513         * gst-libs/gst/audio/riff.vcproj:
2514         * gst-libs/gst/gst-libs.def:
2515         * gst-libs/gst/gst-libs.vcproj:
2516         * gst/avi/avi.vcproj:
2517         * gst/avi/avi.vcproj:
2518           Copy the files where needed after building, cleaner projects
2519
2520 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2521
2522         * gst/matroska/ebml-write.c:
2523           Fix some 64 bits constants to be glib friendly
2524
2525 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
2526
2527         * win32/gst.sln:
2528         * gst-libs/gst/gst-libs.def:
2529         * gst-libs/gst/gst-libs.vcproj:
2530         * gst/matroska/matroska.def:
2531         * gst/matroska/matroska.vcproj:
2532           Add the preliminary canvas to build plugins on Win32
2533
2534 2004-07-23  Benjamin Otte  <otte@gnome.org>
2535
2536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2537           don't enfore negotiation from source side, it breaks 
2538           sinesrc ! audioconvert ! osssink
2539
2540 2004-07-22  David Schleef  <ds@schleef.org>
2541
2542         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
2543         for ELF files, since they can easily be recognized as audio/mpeg.
2544         (bug #147441)
2545
2546 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2547
2548         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2549         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
2550         (gst_videoscale_scale_nearest_24bit),
2551         (gst_videoscale_scale_nearest_16bit):
2552           fix 16bit and 24bit for stride (24bit might need testing)
2553           don't pretend we do more than one algorithm
2554
2555 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2556
2557         * configure.ac:
2558         * gst/Makefile.am:
2559         * gst/multifilesink/Makefile.am:
2560         * gst/multifilesink/gstmultifilesink.c:
2561         (gst_multifilesink_get_formats),
2562         (gst_multifilesink_get_query_types), (_do_init),
2563         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
2564         (gst_multifilesink_init), (gst_multifilesink_dispose),
2565         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
2566         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
2567         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
2568         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
2569         (gst_multifilesink_chain), (gst_multifilesink_change_state),
2570         (gst_multifilesink_uri_get_type),
2571         (gst_multifilesink_uri_get_protocols),
2572         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
2573         (gst_multifilesink_uri_handler_init), (plugin_init):
2574         * gst/multifilesink/gstmultifilesink.h:
2575         * testsuite/Makefile.am:
2576         * testsuite/multifilesink/Makefile.am:
2577         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
2578         (gst_newmedia_class_init), (gst_newmedia_init),
2579         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2580         (newfile_signal), (test_signal), (main):
2581         multifilesink plugin for creating new files every time a new media
2582         discontinuity event occurs
2583
2584 2004-07-22  Wim Taymans  <wim@fluendo.com>
2585
2586         * gst/alpha/Makefile.am:
2587         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
2588         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
2589         (gst_alpha_color_init), (gst_alpha_color_set_property),
2590         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
2591         (transform), (gst_alpha_color_chain),
2592         (gst_alpha_color_change_state), (plugin_init):
2593         Stupid plugin to to RGBA to AYUV conversion because none of
2594         the colorspace plugins can handle that yet.
2595
2596 2004-07-22  Wim Taymans  <wim@fluendo.com>
2597
2598         * examples/seeking/seek.c: (update_scale), (main):
2599         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2600         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
2601         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2602         (gst_decode_bin_init), (gst_decode_bin_dispose),
2603         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2604         (no_more_pads), (close_link), (type_found),
2605         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2606         (plugin_init):
2607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2608         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2609         (gst_play_base_bin_dispose), (queue_overrun),
2610         (gen_preroll_element), (remove_prerolls), (unknown_type),
2611         (no_more_pads), (new_stream), (setup_source),
2612         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2613         (play_base_eos), (gst_play_base_bin_change_state),
2614         (gst_play_base_bin_add_element),
2615         (gst_play_base_bin_remove_element),
2616         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2617         (gst_play_base_bin_unlink_stream),
2618         (gst_play_base_bin_get_streaminfo):
2619         * gst/playback/gstplaybin.c: (gen_video_element),
2620         (gen_audio_element):
2621         * gst/playback/gststreaminfo.h:
2622         More playback updates, attempt to fix things after the state change
2623         breakage.
2624
2625 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
2628         (gst_videoscale_scale_nearest_16bit):
2629           comment algorithm
2630
2631 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2632
2633         * gst/videotestsrc/gstvideotestsrc.c:
2634         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
2635         (gst_videotestsrc_init), (gst_videotestsrc_get),
2636         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
2637         (gst_videotestsrc_get_property):
2638         * gst/videotestsrc/gstvideotestsrc.h:
2639         * gst/videotestsrc/videotestsrc.c:
2640         * gst/videotestsrc/videotestsrc.h:
2641           cleanup and commenting
2642
2643 2004-07-21  Wim Taymans  <wim@fluendo.com>
2644
2645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2646         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
2647         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
2648         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
2649         (_find_chain_get_unknown_part), (_find_streams_check),
2650         (gst_ogg_demux_push), (gst_ogg_pad_push):
2651         * ext/theora/theoradec.c: (theora_get_formats),
2652         (theora_dec_src_convert), (theora_dec_sink_convert),
2653         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2654         (theora_dec_chain):
2655         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
2656         (vorbis_dec_convert), (vorbis_dec_src_query),
2657         (vorbis_dec_src_event), (vorbis_dec_event):
2658         More seeking fixes, oggdemux now supports seeking to time and
2659         uses the downstream element to convert granulepos to time.
2660         Seeking in theora-only ogg files now works.
2661
2662 2004-07-21  Wim Taymans  <wim@fluendo.com>
2663
2664         * ext/theora/theoradec.c: (gst_theora_dec_init),
2665         (theora_get_formats), (theora_get_event_masks),
2666         (theora_get_query_types), (theora_dec_src_convert),
2667         (theora_dec_sink_convert), (theora_dec_src_query),
2668         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2669         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
2670         (vorbis_get_event_masks), (vorbis_get_query_types),
2671         (gst_vorbis_dec_init), (vorbis_dec_convert),
2672         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
2673         Added query/convert/formats functions to vorbis and theora decoders
2674         so that the outside world can use them too. Fixed seeking on an
2675         ogg/theora/vorbis file by disabling the seeking seeking on the 
2676         theora srcpad.
2677
2678 2004-07-21  Julien MOUTTE  <julien@moutte.net>
2679
2680         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2681         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
2682         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
2683         images creation for both elements. We don't create the image on caps
2684         nego or renego, we just destroy the internal one if present if it does
2685         not match the needs. The chain function takes care of creating a new
2686         image when needed.
2687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2688         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
2689         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
2690         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
2691         the image format information. The buffer pool checks for the context
2692         image format and discard images with different formats.
2693         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
2694
2695 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2696
2697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2698         (gst_ffmpegcolorspace_chain):
2699           no point in doing any chaining if the pad we want to push from
2700           isn't usable.
2701
2702 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2703
2704         * gst-libs/gst/riff/riff-media.c:
2705         (gst_riff_create_audio_caps_with_data):
2706           Fix double end-to-native symbol conversion (#148021).
2707
2708 2004-07-20  David Schleef  <ds@schleef.org>
2709
2710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
2711         Don't use an Atom that doesn't exist.
2712
2713 2004-07-20  Wim Taymans  <wim@fluendo.com>
2714
2715         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2716         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2717         (gst_multifdsink_client_remove),
2718         (gst_multifdsink_handle_client_write),
2719         (gst_multifdsink_queue_buffer):
2720         * gst/tcp/gstmultifdsink.h:
2721         More multifdsink stats. Avoid deadlock by releasing locks
2722         before sending out a signal.
2723
2724 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2725
2726         * po/LINGUAS:
2727         * po/hu.po:
2728           added Hungarian translation (Laszlo Dvornik)
2729
2730 2004-07-20  Wim Taymans  <wim@fluendo.com>
2731
2732         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2733         (gst_multifdsink_add), (gst_multifdsink_client_remove),
2734         (gst_multifdsink_handle_client_write),
2735         (gst_multifdsink_queue_buffer):
2736         * gst/tcp/gsttcp-marshal.list:
2737         Fixed the stupid marshal definition.
2738
2739 2004-07-20  Wim Taymans  <wim@fluendo.com>
2740
2741         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2742         (gst_multifdsink_init), (gst_multifdsink_add),
2743         (gst_multifdsink_client_remove),
2744         (gst_multifdsink_handle_client_write),
2745         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
2746         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
2747         (gst_multifdsink_init_send):
2748         * gst/tcp/gstmultifdsink.h:
2749         Added more stats, added timeout for a client, fixed some typos
2750         and added some comments.
2751
2752 2004-07-20  Wim Taymans  <wim@fluendo.com>
2753
2754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2755         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2756         (gst_multifdsink_client_remove),
2757         (gst_multifdsink_handle_client_write):
2758         * gst/tcp/gstmultifdsink.h:
2759         * gst/tcp/gsttcp-marshal.list:
2760         Added get_stats method that returns a GValueArray of
2761         stats values.
2762
2763 2004-07-19  Benjamin Otte  <otte@gnome.org>
2764
2765         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
2766           make sure longname, description and author are valid UTF-8
2767
2768 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2769
2770         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
2771         (gst_ximagesink_set_property):
2772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2773         (gst_xvimagesink_set_property):
2774           make sure SYNCHRONOUS is respected after getting the X context
2775
2776 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2777
2778         * gst/matroska/matroska-demux.c:
2779         (gst_matroska_demux_handle_src_event),
2780         (gst_matroska_demux_parse_blockgroup):
2781         * gst/matroska/matroska-ids.h:
2782           add BlockReference tag and ignore it to clear out log.
2783           ignore NAVIGATION events to clear out log.
2784
2785 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2786
2787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2788         (gst_matroska_demux_add_stream):
2789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
2790           add debug categories
2791
2792 2004-07-16  Wim Taymans  <wim@fluendo.com>
2793
2794         * ext/libpng/Makefile.am:
2795         * ext/libpng/gstpng.c: (plugin_init):
2796         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
2797         (gst_pngdec_get_type), (gst_pngdec_base_init),
2798         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
2799         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
2800         * ext/libpng/gstpngdec.h:
2801         Added png decoder.
2802
2803 2004-07-16  Julien MOUTTE  <julien@moutte.net>
2804
2805         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
2806         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2807         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
2808         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
2809         (gst_ximagesink_buffer_alloc):
2810         * sys/ximage/ximagesink.h:
2811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2812         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2813         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2814         (gst_xvimagesink_buffer_alloc):
2815         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
2816         again. Using internal data pointer of the x(v)image to store image's
2817         data to be coherent with the buffer alloc mechanism. Investigated the
2818         image destruction code to be sure that everything gets freed correctly.
2819
2820 2004-07-16  Wim Taymans  <wim@fluendo.com>
2821
2822         * gst-libs/gst/riff/riff-read.c:
2823         (gst_riff_read_strf_vids_with_data),
2824         (gst_riff_read_strf_auds_with_data):
2825         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2826         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
2827         Make sure we don't create 0 sized subbuffers in riff-read.
2828         Signal the no more pads signal after reading the avi header.
2829
2830 2004-07-16  Wim Taymans  <wim@fluendo.com>
2831
2832         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2833         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
2834         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2835         (gst_decode_bin_init), (gst_decode_bin_dispose),
2836         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2837         (no_more_pads), (close_link), (type_found),
2838         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2839         (gst_decode_bin_change_state), (plugin_init):
2840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2841         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2842         (gst_play_base_bin_dispose), (queue_overrun),
2843         (gen_preroll_element), (remove_prerolls), (unknown_type),
2844         (no_more_pads), (new_stream), (setup_source),
2845         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2846         (play_base_eos), (gst_play_base_bin_change_state),
2847         (gst_play_base_bin_add_element),
2848         (gst_play_base_bin_remove_element),
2849         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2850         (gst_play_base_bin_unlink_stream),
2851         (gst_play_base_bin_get_streaminfo):
2852         * gst/playback/gstplaybasebin.h:
2853         Better error recovery. Added configurable preroll queue size. Faster
2854         detection of no-more-pads.
2855
2856 2004-07-16  Wim Taymans  <wim@fluendo.com>
2857
2858         * gst-libs/gst/video/video.h:
2859         Added 32 bits RGBA. Not sure if we should use another mime-type
2860         for alpha rgb. Currently the presence of the alpha_mask property
2861         signals an alpha channel.
2862
2863 2004-07-16  Wim Taymans  <wim@fluendo.com>
2864
2865         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2867         FPS seems to be 0.0 to MAX everywhere else.
2868
2869 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2870
2871         * gst-libs/gst/riff/riff-media.c:
2872         (gst_riff_create_video_caps_with_data):
2873           mp42/mp43 (no caps) exist too.
2874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
2875           Set pixel_width/height; we've got them in-caps.
2876         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2877         * gst/wavparse/gstwavparse.c: (plugin_init):
2878           Both are valid primary.
2879         * sys/oss/gstossmixer.c:
2880           Remove i18n hack and enable translations.
2881
2882 2004-07-15  Benjamin Otte  <otte@gnome.org>
2883
2884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2885         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
2886           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
2887
2888 2004-07-15  Benjamin Otte  <otte@gnome.org>
2889
2890         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2891         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
2892         (gst_alsa_close_audio):
2893           disable some of the debugging code for now. Writing debugging to a
2894           buffer is broken in current alsalib releases.
2895
2896 2004-07-12  Benjamin Otte  <otte@gnome.org>
2897
2898         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
2899           use bufferpools
2900
2901 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2902
2903         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2904         (theora_dec_src_query), (theora_dec_event):
2905         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
2906           add debugging categories.  Remove \n's.
2907
2908 2004-07-13  Johan Dahlin  <johan@gnome.org>
2909
2910         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
2911         (gst_play_bin_get_property): Impl.
2912
2913 2004-07-13  Wim Taymans  <wim@fluendo.com>
2914
2915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
2916         When trying to find the stream length, seek back N pages
2917         instead of just one, where N is the number of streams in 
2918         the current chain.
2919
2920 2004-07-13  Wim Taymans  <wim@fluendo.com>
2921
2922         * gst-libs/gst/riff/riff-media.c:
2923         (gst_riff_create_audio_caps_with_data),
2924         (gst_riff_create_audio_caps),
2925         (gst_riff_create_audio_template_caps):
2926         * gst-libs/gst/riff/riff-media.h:
2927         * gst-libs/gst/riff/riff-read.c:
2928         (gst_riff_read_strf_vids_with_data),
2929         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
2930         * gst-libs/gst/riff/riff-read.h:
2931         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2932         (gst_avi_demux_add_stream):
2933         Set codec_data on caps for avidemuxer.
2934
2935 2004-07-12  David Schleef  <ds@schleef.org>
2936
2937         * configure.ac: Fix test for Objective C
2938
2939 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
2940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
2941         (gst_gdk_pixbuf_chain):
2942           Add svg and pcx to template caps, and ensure that getcaps returns a
2943           subset of the template caps.
2944           Copy each row manually for output, as gdkpixbuf may pad the
2945           rowstride to a 32-bit word boundary.
2946
2947 2004-07-12  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2950         (gst_riff_create_video_template_caps):
2951         Fix the template caps to include some more media types.
2952
2953 2004-07-12  Wim Taymans  <wim@fluendo.com>
2954
2955         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2956         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
2957         (compare_ranks), (print_feature), (gst_decode_bin_init),
2958         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
2959         (try_to_link_1), (new_pad), (close_link), (type_found),
2960         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2961         (gst_decode_bin_change_state), (plugin_init):
2962         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2963         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2964         (gst_play_base_bin_dispose), (queue_overrun),
2965         (gen_preroll_element), (remove_prerolls), (no_more_pads),
2966         (new_stream), (setup_source), (gst_play_base_bin_set_property),
2967         (gst_play_base_bin_get_property), (play_base_eos),
2968         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
2969         (gst_play_base_bin_remove_element),
2970         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2971         (gst_play_base_bin_unlink_stream),
2972         (gst_play_base_bin_get_streaminfo):
2973         * gst/playback/gstplaybasebin.h:
2974         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
2975         (gst_play_bin_class_init), (gst_play_bin_init),
2976         (gst_play_bin_dispose), (gst_play_bin_set_property),
2977         (gst_play_bin_get_property), (gen_video_element),
2978         (gen_audio_element), (remove_sinks), (setup_sinks),
2979         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
2980         (gst_play_bin_send_event), (gst_play_bin_get_formats),
2981         (gst_play_bin_convert), (gst_play_bin_get_query_types),
2982         (gst_play_bin_query), (plugin_init):
2983         * gst/playback/test4.c: (main):
2984         More fixes on reusing of the element.
2985
2986 2004-07-11  Benjamin Otte  <otte@gnome.org>
2987
2988         * ext/mad/gstmad.c: (normal_seek):
2989           allow seeking for other methods than just SET
2990
2991 2004-07-11  Andy Wingo  <wingo@pobox.com>
2992
2993         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
2994         float, "any" caps -> buffer_frames=[0,MAX].
2995
2996         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
2997         doesn't intersect our caps with the template any more. Do it
2998         ourselves.
2999         (interleave_buffered_loop): Use g_newa instead of malloc/free.
3000
3001 2004-07-09  Wim Taymans  <wim@fluendo.com>
3002
3003         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3004         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3005         (compare_ranks), (print_feature), (gst_decode_bin_init),
3006         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3007         (try_to_link_1), (new_pad), (close_link), (type_found),
3008         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3009         (gst_decode_bin_change_state), (plugin_init):
3010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3011         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3012         (gst_play_base_bin_dispose), (queue_overrun),
3013         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3014         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3015         (gst_play_base_bin_get_property), (play_base_eos),
3016         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3017         (gst_play_base_bin_remove_element),
3018         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3019         (gst_play_base_bin_unlink_stream),
3020         (gst_play_base_bin_get_streaminfo):
3021         * gst/playback/gstplaybasebin.h:
3022         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3023         (gst_play_bin_class_init), (gst_play_bin_init),
3024         (gst_play_bin_dispose), (gst_play_bin_set_property),
3025         (gst_play_bin_get_property), (gen_video_element),
3026         (gen_audio_element), (remove_sinks), (setup_sinks),
3027         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3028         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3029         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3030         (gst_play_bin_query), (plugin_init):
3031         * gst/playback/test4.c: (main):
3032         Work on object reuse and seeking.
3033
3034 2004-07-09  Wim Taymans  <wim@fluendo.com>
3035
3036         * examples/seeking/seek.c: (iterate):
3037         Don't consume all CPU in the idle loop.
3038
3039 2004-07-09  Wim Taymans  <wim@fluendo.com>
3040
3041         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
3042         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
3043         Add pad to element *after* setting the pad functions so that
3044         the scheduler can use the correct ones.
3045
3046 2004-07-09  Wim Taymans  <wim@fluendo.com>
3047
3048         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3049         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
3050         Sync to keyframe after seek
3051
3052 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3053
3054         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3056         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
3057         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
3058         * ext/libvisual/visual.c: (gst_visual_change_state):
3059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
3060         * ext/theora/theoradec.c: (theora_dec_change_state):
3061         * ext/theora/theoraenc.c: (theora_enc_change_state):
3062         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
3063         * gst-libs/gst/navigation/navigation.c:
3064         * gst/adder/gstadder.c: (gst_adder_change_state):
3065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3066         (gst_audio_convert_get_buffer):
3067         * gst/multipart/multipartdemux.c:
3068         (gst_multipart_demux_change_state):
3069         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3070         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3071         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3072         * gst/videoscale/gstvideoscale.c:
3073         (gst_videoscale_handle_src_event):
3074         * gst/volume/gstvolume.c: (volume_chain_int16):
3075           don't assert in state change, this should be done by the base
3076           GstElement class.
3077           various debugging fixes.
3078
3079 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3080
3081         * configure.ac:
3082         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3083         (gst_play_dispose), (gst_play_set_location),
3084         (gst_play_set_data_src), (gst_play_set_video_sink),
3085         (gst_play_set_audio_sink), (gst_play_set_visualization),
3086         (gst_play_connect_visualization), (gst_play_get_sink_element),
3087         (gst_play_get_all_by_interface):
3088         * gst-libs/gst/play/play.h:
3089           add new method to get elements implementing an interface.
3090           add various error logging
3091
3092 2004-07-08  Wim Taymans  <wim@fluendo.com>
3093
3094         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
3095         (make_mpeg_pipeline), (make_mpegnt_pipeline),
3096         (make_playerbin_pipeline), (query_durations_elems),
3097         (query_durations_pads), (query_positions_elems),
3098         (query_positions_pads), (update_scale), (iterate), (stop_seek),
3099         (main):
3100         Added playbin seeking example.
3101
3102 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3103
3104         * gst-libs/gst/play/play.c: (gst_play_set_location),
3105         (gst_play_set_data_src), (gst_play_set_video_sink),
3106         (gst_play_set_audio_sink), (gst_play_set_visualization),
3107         (gst_play_connect_visualization), (gst_play_get_framerate):
3108           use a macro to look up elements from hash table
3109
3110 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3111
3112         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3113         (gst_play_get_length_callback), (gst_play_set_location),
3114         (gst_play_seek_to_time), (gst_play_set_data_src),
3115         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3116         (gst_play_set_visualization), (gst_play_connect_visualization),
3117         (gst_play_get_sink_element):
3118         - add debugging info
3119         - fix looking up sink elements by iterating over complete caps
3120         - put everything except for source and autoplugger in a complete bin
3121
3122 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3123
3124         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
3125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
3126         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
3127         (gst_alsa_sink_write), (gst_alsa_sink_loop):
3128         * ext/alsa/gstalsasink.h:
3129         - add debugging info
3130         - clean up schizophrenia of data/buffer/event
3131         - fix double event unref error
3132
3133 2004-07-08  Wim Taymans  <wim@fluendo.com>
3134
3135         * gst/playback/Makefile.am:
3136         Add headers to noinst
3137
3138 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3139
3140         * tools/gst-launch-ext-m.m:
3141         * tools/gst-launch-ext.1.in:
3142           convert to the third millenium
3143
3144 2004-07-07  David Schleef  <ds@schleef.org>
3145
3146         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
3147
3148 2004-07-07  Wim Taymans  <wim@fluendo.com>
3149
3150         * gst/playback/Makefile.am:
3151         * gst/playback/README:
3152         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3153         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3154         (compare_ranks), (print_feature), (gst_decode_bin_init),
3155         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3156         (try_to_link_1), (new_pad), (close_link), (type_found),
3157         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3158         (plugin_init):
3159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3160         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3161         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
3162         (gen_preroll_element), (no_more_pads), (new_stream),
3163         (setup_source), (gst_play_base_bin_set_property),
3164         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
3165         (gst_play_base_bin_add_element),
3166         (gst_play_base_bin_remove_element),
3167         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3168         (gst_play_base_bin_unlink_stream),
3169         (gst_play_base_bin_get_streaminfo):
3170         * gst/playback/gstplaybasebin.h:
3171         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3172         (gst_play_bin_class_init), (gst_play_bin_init),
3173         (gst_play_bin_dispose), (gst_play_bin_set_property),
3174         (gst_play_bin_get_property), (gen_video_element),
3175         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
3176         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3177         (gst_play_bin_get_formats), (gst_play_bin_convert),
3178         (gst_play_bin_get_query_types), (gst_play_bin_query),
3179         (plugin_init):
3180         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
3181         (gst_stream_info_get_type), (gst_stream_info_class_init),
3182         (gst_stream_info_init), (gst_stream_info_new),
3183         (gst_stream_info_dispose), (gst_stream_info_set_property),
3184         (gst_stream_info_get_property):
3185         * gst/playback/gststreaminfo.h:
3186         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3187         (main):
3188         * gst/playback/test2.c: (main):
3189         * gst/playback/test3.c: (update_scale), (main):
3190         More playbin fixes. Added README. Do better element filtering.
3191         Added base class to preroll media. Added test apps.
3192
3193 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3194
3195         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
3196         * ext/mpeg2dec/gstmpeg2dec.h:
3197           various debugging improvements.  Reset stream to next picture
3198           instead of sequence header, otherwise seeks cannot work.
3199
3200 2004-07-07  Wim Taymans  <wim@fluendo.com>
3201
3202         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3203         (gst_video_box_class_init), (gst_video_box_set_property),
3204         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
3205         Use pad_alloc where possible.
3206
3207 2004-07-07  Wim Taymans  <wim@fluendo.com>
3208
3209         * sys/oss/gstosselement.c: (gst_osselement_reset),
3210         (gst_osselement_parse_caps):
3211         * sys/oss/gstosselement.h:
3212         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3213         Fix offset on osssrc.
3214
3215 2004-07-07  Wim Taymans  <wim@fluendo.com>
3216
3217         * ext/theora/theora.c: (plugin_init):
3218         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3219         (theora_dec_src_query), (theora_dec_chain):
3220         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3221         (theora_enc_sink_link), (theora_buffer_from_packet),
3222         (theora_push_packet), (theora_enc_chain):
3223         Fix theora granulepos calculation.
3224         Fix overflow in duration/position calculation.
3225         Bump rank to PRIMARY for theoradec.
3226         Use granulepos of last packet to calculate position.
3227         Set keyframe flag on buffers when needed.
3228
3229 2004-07-06  David Schleef  <ds@schleef.org>
3230
3231         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
3232         serious?  (Fixed, obviously.)
3233
3234 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3235
3236         * po/LINGUAS:
3237         * po/cs.po:
3238           added Czech translation (Miloslav Trmac)
3239
3240 2004-07-05  Wim Taymans  <wim@fluendo.com>
3241
3242         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3243         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3244         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
3245         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3246         (close_link), (type_found), (gst_decode_bin_set_property),
3247         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
3248         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
3249         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
3250         (gst_decode_bin_query), (plugin_init):
3251         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3252         (gst_play_bin_class_init), (gst_play_bin_init),
3253         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
3254         (get_video_element), (new_pad), (setup_source),
3255         (gst_play_bin_set_property), (gst_play_bin_get_property),
3256         (gst_play_bin_change_state), (gst_play_bin_add_element),
3257         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
3258         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3259         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3260         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
3261         * gst/playback/test.c: (main):
3262         More fixes, cleaned up playbin, make it use decodebin. Added
3263         threaded property to playbin.
3264
3265 2004-07-05  Wim Taymans  <wim@fluendo.com>
3266
3267         * configure.ac:
3268         * gst/playback/Makefile.am:
3269         * gst/playback/decodetest.c: (main):
3270         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3271         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3272         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
3273         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3274         (close_link), (type_found), (gst_decode_bin_set_property),
3275         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
3276         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
3277         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
3278         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
3279         (plugin_init):
3280         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3281         (gst_play_bin_class_init), (gst_play_bin_init),
3282         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
3283         (collect_sink_pads), (find_compatibles), (close_pad_link),
3284         (try_to_link_1), (new_pad), (close_link), (type_found),
3285         (setup_source), (gst_play_bin_set_property),
3286         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
3287         (compare_ranks), (gst_play_bin_collect_factories),
3288         (gst_play_bin_change_state), (gst_play_bin_add_element),
3289         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
3290         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3291         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3292         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
3293         * gst/playback/test.c: (main):
3294         Added some playback helper elements and some test apps, very alpha
3295         still.
3296
3297 2004-07-04  Benjamin Otte  <otte@gnome.org>
3298
3299         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
3300           only restart audio when we indeed have an xrun to fix repeated
3301           xruns. Fix suggested by Giuliano Pochini.
3302
3303 2004-07-03  David Schleef  <ds@schleef.org>
3304
3305         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
3306         call to gst_debug_log() if debugging is disabled (bug #145118)
3307
3308 2004-07-03  Benjamin Otte  <otte@gnome.org>
3309
3310         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
3311           use our own functions for restarting the alsa device.
3312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3313           I should apply patches myself - use MIN for the third argument, not
3314           the second, this fixes seeking
3315
3316 2004-07-02  David Schleef  <ds@schleef.org>
3317
3318         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
3319         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
3320         do with the logic.
3321
3322 2004-07-02  David Schleef  <ds@schleef.org>
3323
3324         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
3325         output buffers.  Fix logic mistake.  (bug #144866)
3326
3327 2004-07-02  David Schleef  <ds@schleef.org>
3328
3329         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
3330         on X.  (bug #144753)
3331
3332 2004-07-02  David Schleef  <ds@schleef.org>
3333
3334         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
3335         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
3336         (bug #144624)
3337         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
3338         (gst_osselement_rate_probe_check): Add another workaround for
3339         buggy drivers (bug #145336)
3340
3341 2004-07-02  David Schleef  <ds@schleef.org>
3342
3343         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
3344         Most systems don't have MSG_NOSIGNAL.
3345
3346 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3347
3348         * Makefile.am:
3349         * gst-libs/gst/colorbalance/Makefile.am:
3350         * gst-libs/gst/mixer/Makefile.am:
3351         * gst-libs/gst/play/Makefile.am:
3352         * gst-libs/gst/tuner/Makefile.am:
3353           (hopefully) fix both install and dist and make error message useful.
3354           needs testing across automakes.
3355
3356 2004-07-02  Benjamin Otte  <otte@gnome.org>
3357
3358         * ext/ogg/gstogg.c: (plugin_init):
3359           we require bytestream now
3360         * ext/ogg/gstoggdemux.c: 
3361           huge diff to implement chain setup in a fast and generic way. This
3362           improves tag reading and startup of huge files (read: Theora videos)
3363           quite a bit. It probably contains bugs, too, so please test.
3364           Seeking is not improved to the fast method.
3365
3366 2004-06-29  Wim Taymans  <wim@fluendo.com>
3367
3368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3369         * ext/ogg/gstoggmux.c:
3370         Fix memleak in oggdemux when running unconnected pads.
3371         doc update in mux, start working on keyframe mode.
3372
3373 2004-06-29  Benjamin Otte  <otte@gnome.org>
3374
3375         * sys/oss/gstosssink.c:
3376         * sys/oss/gstosssrc.c:
3377           advertise correct template caps - we indeed do non-native endianness
3378           and 8bit audio has no endianness
3379         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
3380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
3381           avoid (wrong) duplications in getcaps function and return
3382           template caps
3383
3384 2004-06-29  Wim Taymans  <wim@fluendo.com>
3385
3386         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3387         (gst_multifdsink_class_init), (gst_multifdsink_add),
3388         (gst_multifdsink_remove), (gst_multifdsink_clear),
3389         (gst_multifdsink_client_remove),
3390         (gst_multifdsink_handle_client_read),
3391         (gst_multifdsink_client_queue_data),
3392         (gst_multifdsink_client_queue_caps),
3393         (gst_multifdsink_client_queue_buffer),
3394         (gst_multifdsink_handle_client_write),
3395         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3396         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3397         (gst_multifdsink_init_send), (gst_multifdsink_close):
3398         Fix wrong GList iteration that could crash the server when
3399         more then 2 clients disconnect at the same time. Read all the
3400         pending commands in one batch to recover from command storms under
3401         very heavy load.
3402
3403 2004-06-28  Wim Taymans  <wim@fluendo.com>
3404
3405         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3406         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3407         (gst_videomixer_pad_set_property),
3408         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3409         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3410         (gst_videomixer_class_init), (gst_videomixer_init),
3411         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
3412         (pad_zorder_compare), (gst_videomixer_sort_pads),
3413         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3414         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
3415         (gst_videomixer_update_queues), (gst_videomixer_loop),
3416         (plugin_init):
3417         Avoid divide by zero, choose masterpad as the pad with the highest
3418         framerate.
3419
3420 2004-06-27  Julien Moutte  <julien@moutte.net>
3421
3422         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
3423         (gst_ximagesink_xwindow_new):
3424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3425         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
3426         function directly. We might want to call it from somewhere else one day.
3427
3428 2004-06-27  Julien Moutte  <julien@moutte.net>
3429
3430         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
3431         (gst_ximagesink_xwindow_new):
3432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3433         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
3434         window decorations.
3435
3436 2004-06-27  Wim Taymans  <wim@fluendo.com>
3437
3438         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
3439         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
3440         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
3441         (gst_dvdec_set_property), (gst_dvdec_get_property):
3442         * ext/dv/gstdvdec.h:
3443         Implement drop_factor property to lower the framerate with
3444         a factor.
3445
3446 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3447
3448         * gst-libs/gst/colorbalance/Makefile.am:
3449         * gst-libs/gst/mixer/Makefile.am:
3450         * gst-libs/gst/play/Makefile.am:
3451         * gst-libs/gst/tuner/Makefile.am:
3452           unbreak Company's fix that didn't install the -enum.h files
3453
3454 2004-06-27  Wim Taymans  <wim@fluendo.com>
3455
3456         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
3457         (gst_dvdec_change_state):
3458         * ext/dv/gstdvdec.h:
3459         Fix timestamp, duration and offset of the buffers.
3460
3461 2004-06-27  Wim Taymans  <wim@fluendo.com>
3462
3463         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3464         (gst_multifdsink_class_init), (gst_multifdsink_add),
3465         (gst_multifdsink_remove), (gst_multifdsink_clear),
3466         (gst_multifdsink_client_remove),
3467         (gst_multifdsink_handle_client_read),
3468         (gst_multifdsink_client_queue_data),
3469         (gst_multifdsink_client_queue_caps),
3470         (gst_multifdsink_client_queue_buffer),
3471         (gst_multifdsink_handle_client_write),
3472         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3473         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3474         (gst_multifdsink_init_send), (gst_multifdsink_close):
3475         * gst/tcp/gstmultifdsink.h:
3476         * gst/tcp/gsttcpserversink.c:
3477         (gst_tcpserversink_handle_server_read),
3478         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
3479         More multifdsink fixes, more recovery policy fixes.
3480         Removed stupid g_print
3481
3482 2004-06-26  Wim Taymans  <wim@fluendo.com>
3483
3484         * gst/tcp/Makefile.am:
3485         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3486         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
3487         (gst_multifdsink_class_init), (gst_multifdsink_init),
3488         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
3489         (gst_multifdsink_handle_client_read),
3490         (gst_multifdsink_client_queue_data),
3491         (gst_multifdsink_client_queue_caps),
3492         (gst_multifdsink_client_queue_buffer),
3493         (gst_multifdsink_handle_client_write),
3494         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3495         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3496         (gst_multifdsink_chain), (gst_multifdsink_set_property),
3497         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
3498         (gst_multifdsink_close), (gst_multifdsink_change_state):
3499         * gst/tcp/gstmultifdsink.h:
3500         * gst/tcp/gsttcpplugin.c: (plugin_init):
3501         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
3502         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
3503         (gst_tcpserversink_handle_server_read),
3504         (gst_tcpserversink_handle_select),
3505         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
3506         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
3507         * gst/tcp/gsttcpserversink.h:
3508         Added multifdsink, made tcpserversink a subclass of fdsink, removed
3509         one of the locks, added recovery policy to multifdsink.
3510
3511 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3512
3513         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3514           fix decision for when getting frames with same timestamp
3515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3516         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3517         (gst_v4lsrc_get_property):
3518         * sys/v4l/gstv4lsrc.h:
3519           add latency offset property 
3520
3521 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3522
3523         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
3524         (plugin_init):
3525           fix debugging. add category.
3526
3527 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3528
3529         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3530           fix wrong offsets
3531
3532 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3533
3534         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3535         (gst_alsa_src_get_time), (gst_alsa_src_loop),
3536         (gst_alsa_src_change_state):
3537           return a time that is in sync with the element's processing
3538
3539 2004-06-25  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3542         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3543         (gst_tcpserversink_client_remove),
3544         (gst_tcpserversink_handle_client_read),
3545         (gst_tcpserversink_client_queue_data),
3546         (gst_tcpserversink_client_queue_caps),
3547         (gst_tcpserversink_client_queue_buffer),
3548         (gst_tcpserversink_handle_client_write),
3549         (gst_tcpserversink_queue_buffer),
3550         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
3551         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
3552         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
3553         (gst_tcpserversink_close):
3554         * gst/tcp/gsttcpserversink.h:
3555         Serversink rewrite. Really do non blocking writes to clients and
3556         maintain an internal queue to handle slower clients while not
3557         disturbing fast clients.
3558
3559 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3560
3561         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
3562           better debug, don't override OFFSET and OFFSET_END
3563
3564 2004-06-25  Iain <iain@prettypeople.org>
3565
3566         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
3567         name=source for the wavparse pipeline.
3568
3569 2004-06-24  Johan Dahlin  <johan@gnome.org>
3570
3571         * ext/theora/theoraenc.c (theora_enc_chain): Call
3572         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
3573         streamheader caps are set correctly.
3574
3575 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3576
3577         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
3578         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
3579           respect minimum bitrate; same could be done for max bitrate
3580
3581 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3582
3583         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
3584         (gst_vorbisenc_setup):
3585           fix sample rate range
3586
3587 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3588
3589         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
3590         (gst_oggvorbisenc_setup):
3591         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3592         (gst_vorbisenc_setup):
3593           resolve ambiguities in code and description
3594
3595 2004-06-24  Wim Taymans  <wim@fluendo.com>
3596
3597         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
3598         * ext/alsa/gstalsa.h:
3599         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3600         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
3601         Use alsa trigger_tstamp to get the timestamp of the first
3602         sample in the buffer for more precise sync. Some cleanups.
3603
3604 2004-06-24  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
3607         (gst_audiorate_init), (gst_audiorate_chain),
3608         (gst_audiorate_set_property), (gst_audiorate_get_property):
3609         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3610         (gst_videorate_chain):
3611         Added some logging, fixed an overflow bug in videorate.
3612
3613 2004-06-24  Benjamin Otte  <otte@gnome.org>
3614
3615         * ext/kio/Makefile.am:
3616           fix for builddir != srcdir and distcheck
3617
3618 2004-06-24  Benjamin Otte  <otte@gnome.org>
3619
3620         * gst-libs/gst/colorbalance/Makefile.am:
3621         * gst-libs/gst/mixer/Makefile.am:
3622         * gst-libs/gst/play/Makefile.am:
3623         * gst-libs/gst/tuner/Makefile.am:
3624         * gst/tcp/Makefile.am:
3625         * sys/dxr3/Makefile.am:
3626           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
3627           tarball.
3628           Also add all *.list files that were missing.
3629         * Makefile.am:
3630           add a distcheck hook to ensure the above doesn't happen again.
3631
3632 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
3633
3634         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
3635
3636 2004-06-23  Colin Walters  <walters@redhat.com>
3637
3638         * m4/Makefile.am: Distribute gst-fionread.m4.
3639
3640 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3641
3642         * configure.ac: back to dev
3643
3644 2004-06-23  Wim Taymans  <wim@fluendo.com>
3645
3646         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
3647         (gst_alsa_xrun_recovery):
3648         * ext/alsa/gstalsa.h:
3649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3650         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
3651         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3652         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
3653         (gst_alsa_src_loop):
3654         Add clock to alsasrc. Take new capture timestamp when
3655         restarting after an overrun. Split up some functions between
3656         alsasrc and alsasink.
3657
3658 === release 0.8.2 ===
3659
3660 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3661
3662         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
3663         (gst_alsa_change_state), (gst_alsa_update_avail),
3664         (gst_alsa_xrun_recovery):
3665         * ext/alsa/gstalsa.h:
3666         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3667           merge back changes from release
3668
3669 2004-06-23  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
3672         (gst_audiorate_init), (gst_audiorate_chain),
3673         (gst_audiorate_set_property), (gst_audiorate_get_property):
3674         Implement sample dropping and notify
3675
3676 2004-06-22  Wim Taymans  <wim@fluendo.com>
3677
3678         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3679         (theora_enc_sink_link), (theora_buffer_from_packet),
3680         (theora_push_packet), (theora_enc_chain):
3681         Some cleanups, make sure the timestamps are correct.
3682
3683 2004-06-22  Wim Taymans  <wim@fluendo.com>
3684
3685         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
3686         (gst_alsa_change_state), (gst_alsa_update_avail),
3687         (gst_alsa_xrun_recovery):
3688         * ext/alsa/gstalsa.h:
3689         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3690         Cleanups, take queued samples into account when reporting
3691         the time.
3692
3693 2004-06-22  Wim Taymans  <wim@fluendo.com>
3694
3695         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3696         (gst_videorate_init):
3697         Initialize the property as well.
3698
3699 2004-06-22  Wim Taymans  <wim@fluendo.com>
3700
3701         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3702         (gst_videorate_init), (gst_videorate_chain),
3703         (gst_videorate_set_property), (gst_videorate_get_property):
3704         Add property to make videorate silent.
3705         Add property to prefer new frames over old ones.
3706
3707 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3708
3709         * sys/osxvideo/Makefile.am:
3710         Workaround so that the osxvideo .so file gets linked with the
3711         Cocoa, OpenGL and QuickTime frameworks
3712
3713 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3714
3715         * sys/osxaudio/Makefile.am:
3716         Workaround so that the osxaudio .so file gets linked with the
3717         CoreAudio framework
3718  
3719 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3720
3721         * configure.ac:
3722         Whoops, my fault...fixed build issues
3723
3724 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3725
3726         * configure.ac:
3727         Add objective-c support if running in Darwin/Mac OS X
3728         * sys/Makefile.am:
3729         * sys/osxvideo:
3730         * sys/osxvideo/Makefile.am:
3731         * sys/osxvideo/osxvideosink.h:
3732         * sys/osxvideo/osxvideosink.m:
3733         * sys/osxvideo/cocoawindow.h:
3734         * sys/osxvideo/cocoawindow.m:
3735         Add osxvideosink, a cocoa-based osx video sink
3736         
3737
3738 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3739         * ext/dvdnav/gst-dvd:
3740         Grab the gconf key from the right spot
3741         * gst/debug/gstnavseek.c: (gst_navseek_init),
3742         (gst_navseek_segseek), (gst_navseek_handle_src_event),
3743         (gst_navseek_chain):
3744         * gst/debug/gstnavseek.h:
3745           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
3746           and loop parameters of a segment seek.
3747         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
3748         (gst_videotestsrc_get_event_masks),
3749         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
3750         * gst/videotestsrc/gstvideotestsrc.h:
3751           Add seeking support to videotestsrc
3752           Initialise the timestamp_offset variable.
3753
3754 2004-06-18  Wim Taymans  <wim@fluendo.com>
3755
3756         * ext/sidplay/gstsiddec.cc:
3757         Fix negotiation and set correct end offset.
3758
3759 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3760
3761         * configure.ac: branch and prerelease
3762
3763 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3764
3765         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3766         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
3767         (gst_tcpclientsrc_init_receive):
3768         * gst/tcp/gsttcpclientsrc.h:
3769           read caps when connecting to server for GDP so we set them correctly
3770
3771 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3772
3773         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3774           notify drops and duplicates
3775         * gst/videoscale/videoscale.c: (videoscale_get_structure):
3776           no good reason to limit ourselves to 100x100
3777
3778 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3779
3780         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3781         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
3782         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3783         (gst_v4lsrc_get_property):
3784         * sys/v4l/gstv4lsrc.h:
3785         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
3786         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
3787         (gst_v4l_set_audio):
3788         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
3789         (gst_v4lsrc_try_capture):
3790         * sys/v4l/v4lsrc_calls.h:
3791           change try_palette to more general try_capture
3792           add autoprobe option so we can turn off autoprobing
3793           various fixes
3794
3795 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3796
3797         * configure.ac:
3798           add videorate
3799         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
3800         (gst_ximagesink_class_init):
3801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
3802         (gst_xvimagesink_class_init):
3803           run them as finalize, not dispose, since dispose can be invoked
3804           multiple times
3805
3806 2004-06-17  Wim Taymans  <wim@fluendo.com>
3807
3808         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
3809         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
3810         * ext/alsa/gstalsa.h:
3811         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
3812         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
3813         (gst_alsa_src_change_state):
3814         * ext/alsa/gstalsasrc.h:
3815         Make the xrun code timestamp and offset the buffers correctly.
3816         moved the clock to the base class, use alsa methods to get time.
3817         Do correct timestamping on outgoing buffers.
3818
3819 2004-06-17  Wim Taymans  <wim@fluendo.com>
3820
3821         * gst/audiorate/Makefile.am:
3822         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
3823         (gst_audiorate_base_init), (gst_audiorate_class_init),
3824         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
3825         (gst_audiorate_set_property), (gst_audiorate_get_property),
3826         (gst_audiorate_change_state), (plugin_init):
3827         Added an audiorate converter that fills in gaps.
3828
3829 2004-06-17  Johan Dahlin  <johan@gnome.org>
3830
3831         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
3832
3833 2004-06-16  Wim Taymans  <wim@fluendo.com>
3834
3835         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
3836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
3837         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
3838         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3839         (gst_v4lsrc_get_property):
3840         * sys/v4l/gstv4lsrc.h:
3841         Added a copy mode to v4lsrc where it will output a copied version
3842         of its internal hardware buffer.
3843         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
3844         can't | them.
3845
3846 2004-06-16  Wim Taymans  <wim@fluendo.com>
3847
3848         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3849         Timestamp fixes.
3850
3851 2004-06-16  Wim Taymans  <wim@fluendo.com>
3852
3853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
3854         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
3855         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3856         (gst_v4lsrc_get_property):
3857         * sys/v4l/gstv4lsrc.h:
3858         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
3859         Added a sync mode enum property to control v4lsrc timestamp method
3860         Removed the use-fixed-fps property and moved functionality in
3861         the enum. 
3862         Don't error on an error value from v4l-conf, it might not always
3863         be a real error.
3864
3865 2004-06-16  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst/videorate/Makefile.am:
3868         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
3869         (gst_videorate_base_init), (gst_videorate_class_init),
3870         (gst_videorate_getcaps), (gst_videorate_link),
3871         (gst_videorate_init), (gst_videorate_chain),
3872         (gst_videorate_set_property), (gst_videorate_get_property),
3873         (gst_videorate_change_state), (plugin_init):
3874         Added a video timestamp corrector.
3875
3876 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3877
3878         fixed a potential leak with previous commit
3879         
3880         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3881
3882 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3883
3884         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3885         Added missing refcount, fixes bug #144425
3886         Cheers Tim for finding the bug
3887
3888 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3889
3890         * sys/v4l/gstv4l.c: (plugin_init):
3891         * sys/v4l/gstv4lcolorbalance.c:
3892         * sys/v4l/gstv4lcolorbalance.h:
3893         * sys/v4l/gstv4lelement.c:
3894         * sys/v4l/gstv4lelement.h:
3895         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3896         * sys/v4l/gstv4lmjpegsink.h:
3897         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3898         * sys/v4l/gstv4lmjpegsrc.h:
3899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
3900         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
3901         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
3902         * sys/v4l/gstv4lsrc.h:
3903         * sys/v4l/gstv4ltuner.c:
3904         * sys/v4l/gstv4ltuner.h:
3905         * sys/v4l/gstv4lxoverlay.c:
3906         * sys/v4l/gstv4lxoverlay.h:
3907         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
3908         (gst_v4l_set_window), (gst_v4l_enable_overlay):
3909         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
3910         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
3911         (gst_v4l_set_audio):
3912         * sys/v4l/v4l_calls.h:
3913         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3914         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
3915         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
3916         (gst_v4lmjpegsink_playback_init),
3917         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
3918         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
3919         (gst_v4lmjpegsink_playback_stop),
3920         (gst_v4lmjpegsink_playback_deinit):
3921         * sys/v4l/v4lmjpegsink_calls.h:
3922         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
3923         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
3924         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
3925         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
3926         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
3927         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
3928         * sys/v4l/v4lmjpegsrc_calls.h:
3929         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3930         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
3931         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
3932         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
3933         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
3934         (gst_v4lsrc_try_palette):
3935         * sys/v4l/v4lsrc_calls.h:
3936           bunch of paranoia cleanups
3937
3938 2004-06-14  David Schleef  <ds@schleef.org>
3939
3940         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
3941         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
3942         Send discont events and change timestamps appropriately when
3943         we get a seek event.  (bug #144240)
3944         * ext/cdparanoia/gstcdparanoia.h:
3945
3946 2004-06-14  Benjamin Otte  <otte@gnome.org>
3947
3948         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
3949           snd_pcm_hw_params_set_rate  since the latter fails for no good 
3950           reason on some setups.
3951
3952 2004-06-14  David Schleef  <ds@schleef.org>
3953
3954         * gst/volume/demo.c: (value_changed_callback): exp10() is not
3955         standard.  Thank you for playing.
3956
3957 2004-06-14  Wim Taymans  <wim@fluendo.com>
3958
3959         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
3960         Patch 1.3 broke the ordering of the colorspace info and
3961         made the plugin basically work by coincidence, reordered
3962         the info.
3963
3964 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3965
3966         * ext/lame/gstlame.c:
3967         * ext/mad/gstmad.c:
3968           sync caps.  Make sure mad can only output a list of rates, not
3969           a full range.  In the future, have three caps lists for each of the
3970           mpeg versions.  Change mpegversion to a double as well.
3971
3972 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3973
3974         * gst/volume/.cvsignore:
3975         * gst/volume/Makefile.am:
3976         * gst/volume/demo.c: (value_changed_callback), (idler),
3977         (setup_gui), (main):
3978           added small demo app
3979
3980 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
3981         * ext/esd/esdsink.c: (gst_esdsink_change_state):
3982         * ext/esd/esdsink.h:
3983         Close the esd connection on pause, because esd will just wait -  
3984         blocking all other esd clients indefinitely.
3985
3986 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
3987
3988         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
3989           previous commit with GST_DEBUG
3990
3991 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3992
3993         * configure.ac:
3994           add a header check for a dvdread header in dvdnav.  Fixes #133002
3995
3996 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
3997
3998         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
3999         * gst/tcp/gsttcpclientsink.h:
4000         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
4001         * gst/tcp/gsttcpclientsrc.h:
4002         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
4003         (gst_tcpserversink_handle_server_read),
4004         (gst_tcpserversink_init_send):
4005         * gst/tcp/gsttcpserversink.h:
4006         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4007         * gst/tcp/gsttcpserversrc.h:
4008         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
4009         version of IP)
4010
4011 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4012
4013         * configure.ac:
4014         Added ogg library so that OSX detects libtheora properly
4015         
4016 2004-06-11  Wim Taymans  <wim@fluendo.com>
4017
4018         * ext/theora/theoradec.c: (theora_dec_chain),
4019         (theora_dec_change_state):
4020         Don't try to decode frames before we received a keyframe.
4021
4022 2004-06-11  Wim Taymans  <wim@fluendo.com>
4023
4024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4025         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4026         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4027         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4028         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4029         Added property to set the maximum delay of a page.
4030
4031 2004-06-10  Wim Taymans  <wim@fluendo.com>
4032
4033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4034         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4035         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4036         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4037         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4038         Added max-delay property to control the maximum amount
4039         of data to put in one page.
4040
4041 2004-06-10  Wim Taymans  <wim@fluendo.com>
4042
4043         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4044         (gst_theora_enc_init), (theora_enc_sink_link),
4045         (theora_buffer_from_packet), (theora_enc_set_property),
4046         (theora_enc_get_property):
4047         Set duration on encoded buffer, added some more properties
4048
4049 2004-06-10  Wim Taymans  <wim@fluendo.com>
4050
4051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4052         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4053         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
4054         * ext/theora/theoraenc.c: (theora_enc_chain):
4055         Fix refcounting bugs
4056
4057 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4058
4059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4060         (gst_asf_demux_loop), (gst_asf_demux_process_file),
4061         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
4062         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
4063         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
4064         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
4065         (gst_asf_demux_change_state):
4066         * gst/asfdemux/gstasfdemux.h:
4067           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
4068           feels like. I think we should set a new requirement for demuxers
4069           from now on to implement sane loop functions, data loops, query
4070           and seek functions before first commit into CVS. And this commit
4071           fixes all of the above.
4072
4073 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
4074
4075         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
4076           vorbis comments are properly encoded in UTF-8 before adding them
4077           to a GstTagList
4078
4079 2004-06-09  Benjamin Otte  <otte@gnome.org>
4080
4081         * ext/alsa/gstalsa.c: (add_channels):
4082           handle min <= max correctly
4083         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
4084         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
4085           add fixation functions so we fixate correctly. No preferring of alaw
4086           anymore because it's the first structure.
4087         * ext/alsa/gstalsa.h:
4088         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
4089         (gst_alsa_hw_params_dump):
4090           add functions to ease debugging in alsalib
4091         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
4092         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
4093         (gst_alsa_start_audio):
4094           only specify hw params if we really setup a format (fixes #134007 -
4095           or at least works around it)
4096
4097 2004-06-09  Wim Taymans  <wim@fluendo.com>
4098
4099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4100         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
4101         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
4102         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
4103         (gst_ogg_mux_loop):
4104         Use stream caps to setup the initial pages in the ogg stream.
4105         Correctly set the streamheader caps on the srcpad.
4106
4107 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4108
4109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4110         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4111         (gst_v4lsrc_getcaps):
4112         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4113         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
4114           add querying of fps lists for webcams.  Negotiating to a framerate
4115           now works.
4116
4117 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4118
4119         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4120         (theora_push_buffer), (theora_push_packet),
4121         (theora_set_header_on_caps), (theora_enc_chain):
4122           mark buffers and put on streamheader, raw theora streaming
4123           now works too, whee
4124
4125 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4126
4127         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4128         (gst_tcp_gdp_read_caps):
4129           do a looping read for caps and GDP headers too
4130
4131 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4132
4133         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4134         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
4135           return EOS instead of NULL in _get
4136
4137 2004-06-08  Wim Taymans  <wim@fluendo.com>
4138
4139         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4140         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
4141         (gst_tcp_gdp_write_caps):
4142         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4143         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4144         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
4145         Memory leak fixes
4146
4147 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4148
4149         * ext/vorbis/Makefile.am:
4150         * ext/vorbis/vorbis.c: (plugin_init):
4151         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
4152         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
4153         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
4154         (vorbis_parse_change_state):
4155         * ext/vorbis/vorbisparse.h:
4156           adding a vorbisparse element that marks the buffers, streaming
4157           raw vorbis using GDP now works, whee
4158
4159 2004-06-08  Wim Taymans  <wim@fluendo.com>
4160
4161         * ext/jpeg/Makefile.am:
4162         * ext/jpeg/README:
4163         * ext/jpeg/gstjpeg.c: (plugin_init):
4164         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
4165         (gst_smokedec_base_init), (gst_smokedec_class_init),
4166         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
4167         * ext/jpeg/gstsmokedec.h:
4168         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
4169         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
4170         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
4171         (gst_smokeenc_resync), (gst_smokeenc_chain),
4172         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
4173         * ext/jpeg/gstsmokeenc.h:
4174         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
4175         (smokecodec_flush_destination), (smokecodec_term_destination),
4176         (smokecodec_init_source), (smokecodec_fill_input_buffer),
4177         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
4178         (smokecodec_term_source), (smokecodec_encode_new),
4179         (smokecodec_decode_new), (smokecodec_info_free),
4180         (smokecodec_set_quality), (smokecodec_get_quality),
4181         (smokecodec_set_threshold), (smokecodec_get_threshold),
4182         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
4183         (find_best_size), (abs_diff), (put), (smokecodec_encode),
4184         (smokecodec_parse_header), (smokecodec_decode):
4185         * ext/jpeg/smokecodec.h:
4186         Added a new simple jpeg based codec
4187
4188 2004-06-08  Wim Taymans  <wim@fluendo.com>
4189
4190         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4191         (gst_multipart_mux_loop):
4192         Fix memory leak
4193
4194 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4195
4196         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4197         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
4198         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
4199         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
4200         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4201         * gst/tcp/gsttcpserversink.h:
4202           take streamheader into account
4203
4204 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4205
4206         * gst/level/Makefile.am:
4207         * gst/level/gstlevel.c: (gst_level_class_init):
4208           clean up marshal generation
4209
4210 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4211
4212         * gst/tcp/Makefile.am:
4213         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
4214         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
4215         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
4216         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4217         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
4218         (gst_tcpclientsrc_get_property):
4219         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4220         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4221         (gst_tcpserversink_handle_client_read),
4222         (gst_tcpserversink_handle_client_write),
4223         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
4224         * gst/tcp/gsttcpserversink.h:
4225           add signals client-added and client-removed
4226         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4227         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
4228         (gst_tcpserversrc_get_property):
4229         uniformized, change default protocol to NONE
4230         * gst/tcp/gsttcp-marshal.list: added
4231 2004-06-07  Benjamin Otte  <otte@gnome.org>
4232
4233         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4234           handle discont events if they happen before caps nego
4235
4236 2004-06-07  Wim Taymans  <wim@fluendo.com>
4237
4238         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4239         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
4240         (gst_multipart_demux_plugin_init):
4241         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4242         (gst_multipart_mux_init), (gst_multipart_mux_loop),
4243         (gst_multipart_mux_change_state):
4244         Small updates, fix a memleak
4245
4246 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4247
4248         * configure.ac: OSS portability
4249         * ext/arts/gst_arts.c: idem
4250         * sys/oss/gstosselement.c: idem
4251         * sys/oss/gstossmixer.c: idem
4252         * sys/oss/gstosssink.c: idem
4253         * sys/oss/gstosssrc.c: idem
4254         * sys/oss/oss_probe.c: idem
4255           - check for soundcard.h in different places for some BSD
4256
4257 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
4258
4259         * AUTHORS:
4260         Add me to the authors file
4261         * configure.ac:
4262         Increase the libdv requirement to >= version 0.100
4263         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
4264         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
4265         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
4266         * ext/dv/gstdvdec.h:
4267         Add support for the new_media flag when sending DISCONT events
4268         Make the querying work when video pad is not linked
4269
4270 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4271
4272         reviewed by Benjamin Otte  <otte@gnome.org>
4273
4274         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
4275           create a NULL-initialized array of pads, so we don't think they
4276           exist already. (fixes #143130)
4277
4278 2004-06-07  Benjamin Otte  <otte@gnome.org>
4279
4280         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
4281         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
4282         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
4283           don't use // coments
4284
4285 2004-06-07  Benjamin Otte  <otte@gnome.org>
4286
4287         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
4288           cast to GstClockTime to get higher granularity
4289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4290           use gst_element_set_time_delay to get the exact time
4291         * ext/mad/gstmad.c: (gst_mad_chain):
4292           use the negotiated rate instead of the current frame's rate which
4293           might be wrong because of bit errors. This avoids emitting totally
4294           bogus timestamps and screwing sync.
4295         (fixes #143454)
4296
4297 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4298
4299         reviewed by Benjamin Otte  <otte@gnome.org>
4300
4301         * gst/adder/gstadder.c: (gst_adder_loop):
4302           properly error out when no negotiation has happened yet. (fixes
4303           #143032)
4304
4305 2004-06-06  Benjamin Otte  <otte@gnome.org>
4306
4307         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4308           forward correctly transformed offset in discont events. Based on
4309           patch by Arwed v. Merkatz. (fixes #142851)
4310
4311 2004-06-06  David Schleef  <ds@schleef.org>
4312
4313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
4314         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
4315         problems on several systems.
4316
4317 2004-06-06  Benjamin Otte  <otte@gnome.org>
4318
4319         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4320           use explicit caps on the srcpad
4321         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4322           properly error out if caps couldn't be set (fixes #142764)
4323
4324 2004-06-06  Benjamin Otte  <otte@gnome.org>
4325
4326         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
4327         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
4328         (gst_alsa_start_audio):
4329           - don't call set_periods_integer anymore, it breaks the
4330           configuration randomly
4331           - call snd_pcm_hw_params_set_access directly instead of using masks
4332           - don't fail if the sw_params can't be set, just use the default
4333           params and hope it works. Alsalib has weird issues when you touch
4334           sw_params and does no proper error reporting about what failed.
4335         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4336         (gst_alsa_close_audio):
4337           make our alsa debugging go via gst debugging and not conditionally
4338           defined
4339         * ext/alsa/gstalsa.h:
4340           add ALSA_DEBUG_FLUSH macro
4341         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
4342         (plugin_init):
4343           wrap alsa errors to be printed via the gst debugging system and not
4344           spammed to stderr
4345
4346 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4347
4348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
4349         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
4350         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
4351         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
4352         (qtdemux_parse_trak):
4353         * gst/qtdemux/qtdemux.h:
4354           Bitch. Also known as seeking, querying & co.
4355         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4356         (gst_osssink_change_state):
4357         * sys/oss/gstosssink.h:
4358           Resyncing is for weenies, this hack is no longer needed and was
4359           broken anyway (since it - unintendedly - always leaves resync to
4360           TRUE).
4361
4362 2004-06-05  Andrew Turner <zxombie@hotpop.com>
4363
4364         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
4365         * gst/tcp/gsttcpclientsrc.h: idem
4366           - define MSG_NOSIGNAL if not done
4367           - include unistd.h for off_t
4368           (fixes #143749)
4369
4370 2004-06-05  Benjamin Otte  <otte@gnome.org>
4371
4372         * configure.ac:
4373         * ext/kio/Makefile.am:
4374           check for qt's moc preprocessor explicitly and use it
4375
4376 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4377
4378         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4379           don't get a signal for EPIPE on socket writes
4380           (somebody check if this works on other platforms)
4381
4382 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4383
4384         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4385         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4386           check error condition on available samples correctly
4387
4388 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4389
4390         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
4391           avoid a segfault
4392         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4393         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
4394         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4395         (gst_tcpserversrc_gdp_read_header):
4396          use ssize_t over size_t since the former is signed and thus the
4397          check for error codes can work
4398
4399 2004-06-02  Wim Taymans  <wim@fluendo.com>
4400
4401         reviewed by: Johan
4402
4403         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4404         (gst_multipart_mux_loop):
4405         Oops
4406
4407 2004-06-02  Wim Taymans  <wim@fluendo.com>
4408
4409         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4410         (gst_multipart_mux_init), (gst_multipart_mux_loop),
4411         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
4412         (gst_multipart_mux_change_state):
4413         Added configurable boundary specifier, added the value as a
4414         caps field as well.
4415
4416 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
4417
4418         * gst/tcp/gsttcp.c:
4419         * gst/tcp/gsttcpclientsrc.c:
4420         * gst/tcp/gsttcpclientsrc.h:
4421         * gst/tcp/gsttcpserversrc.c:
4422           - portability fix, to compile on OSX
4423             (fixes #143146)
4424
4425         * sys/osxaudio/gstosxaudioelement.c:
4426         * sys/osxaudio/gstosxaudiosink.c:
4427         * sys/osxaudio/gstosxaudiosrc.c:
4428           - compilation warnings on OSX
4429             (fixes #143153)
4430
4431 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4432
4433         * ext/vorbis/vorbisdec.c : sign warning fixes
4434
4435         * gst-libs/gst/mixer/mixertrack.c :
4436           do no use defines which are glib 2.4 specific
4437
4438 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
4439
4440         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
4441           buffer since libflac doesn't expect it (reports a sync error when 
4442           it encounters that)
4443
4444         
4445 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
4446
4447         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
4448         * gst-libs/gst/mixer/mixertrack.c:
4449         (gst_mixer_track_get_property), (get_mixer_track_init),
4450         (get_mixer_track_get_property): Added property accessors
4451         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
4452         * gst-libs/gst/mixer/mixeroptions.c:
4453         (gst_mixer_options_get_values): Added   
4454         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
4455         * gst-libs/gst/mixer/mixer.c: Fixed comment
4456
4457
4458 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4459
4460         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
4461           improve error messages on open
4462
4463
4464 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4465
4466         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4467           check if v4l-conf is in path
4468
4469 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4470
4471         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
4472           change assert to a more readable error message
4473
4474 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4475
4476         * gst-libs/gst/tuner/tunerchannel.h:
4477           - add a freq_multiplicator field to make the conversion
4478             between internal frequency unit and Hz
4479         * sys/v4l/gstv4lelement.c:
4480         * sys/v4l2/gstv4l2element.c:
4481           - change default video device to /dev/video0
4482         * sys/v4l/v4l_calls.c:
4483         * sys/v4l2/v4l2_calls.c:
4484           - we only expose frequency to the user in Hz instead of
4485             bastard v4lX unit (either 62.5kHz or 62.5Hz)
4486
4487 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
4488         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4489           Initialise b_o_s and e_o_s variables
4490         * gst-libs/gst/riff/riff-media.c:
4491         (gst_riff_create_video_caps_with_data):
4492           Add some unusual fourcc's from mplayer avi's
4493         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
4494           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
4495           autoplugging.
4496
4497 2004-05-28  Wim Taymans  <wim@fluendo.com>
4498
4499         * configure.ac:
4500         * gst/alpha/Makefile.am:
4501         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4502         (gst_alpha_get_type), (gst_alpha_base_init),
4503         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
4504         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
4505         (gst_alpha_chroma_key), (gst_alpha_chain),
4506         (gst_alpha_change_state), (plugin_init):
4507         A plugin to add an alpha channel to I420 video. Can optionally do
4508         chroma keying.
4509         * gst/multipart/Makefile.am:
4510         * gst/multipart/multipart.c: (plugin_init):
4511         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4512         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
4513         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
4514         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
4515         (gst_multipart_demux_change_state),
4516         (gst_multipart_demux_plugin_init):
4517         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
4518         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
4519         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
4520         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
4521         (gst_multipart_mux_pad_unlink),
4522         (gst_multipart_mux_request_new_pad),
4523         (gst_multipart_mux_handle_src_event),
4524         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
4525         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
4526         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
4527         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
4528         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
4529         send multipart jpeg images to a browser.
4530         * gst/videobox/Makefile.am:
4531         * gst/videobox/README:
4532         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4533         (gst_video_box_get_type), (gst_video_box_base_init),
4534         (gst_video_box_class_init), (gst_video_box_init),
4535         (gst_video_box_set_property), (gst_video_box_get_property),
4536         (gst_video_box_sink_link), (gst_video_box_i420),
4537         (gst_video_box_ayuv), (gst_video_box_chain),
4538         (gst_video_box_change_state), (plugin_init):
4539         Crops or adds borders around an image. can do alpha channel
4540         borders as well.
4541         * gst/videomixer/Makefile.am:
4542         * gst/videomixer/README:
4543         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4544         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
4545         (gst_videomixer_pad_get_sink_event_masks),
4546         (gst_videomixer_pad_get_property),
4547         (gst_videomixer_pad_set_property),
4548         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
4549         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
4550         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4551         (gst_videomixer_base_init), (gst_videomixer_class_init),
4552         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4553         (gst_videomixer_handle_src_event),
4554         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
4555         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
4556         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
4557         (gst_videomixer_loop), (gst_videomixer_get_property),
4558         (gst_videomixer_set_property), (gst_videomixer_change_state),
4559         (plugin_init):
4560         Generic video mixer plugin, can handle multiple inputs all with
4561         different framerates and video sizes. Is fully alpha channel
4562         aware.
4563
4564 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4565
4566         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4567           Select first track as master track. Not sure how else to handle
4568           that...
4569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
4570           Discard discont events. Should fix #142962.
4571
4572 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4573
4574         * ext/alsa/Makefile.am:
4575         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
4576         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
4577         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
4578         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
4579         (gst_alsa_mixer_get_option):
4580         * ext/alsa/gstalsamixer.h:
4581         * ext/alsa/gstalsamixeroptions.c:
4582         (gst_alsa_mixer_options_get_type),
4583         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
4584         (gst_alsa_mixer_options_new):
4585         * ext/alsa/gstalsamixeroptions.h:
4586         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4587         * ext/alsa/gstalsamixertrack.h:
4588           Add enumerations (as GstMixerOptions). Make correct distinction
4589           between input/output tracks. Add capture/playback private flag.
4590           Use flag to decide on whether to set capture or playback volumes
4591           or switches. Use playback and record switches.
4592         * gst-libs/gst/mixer/Makefile.am:
4593         * gst-libs/gst/mixer/mixer-marshal.list:
4594         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
4595         (gst_mixer_set_option), (gst_mixer_get_option),
4596         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
4597         (gst_mixer_volume_changed), (gst_mixer_option_changed):
4598         * gst-libs/gst/mixer/mixer.h:
4599         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
4600         (gst_mixer_options_class_init), (gst_mixer_options_init),
4601         (gst_mixer_options_dispose):
4602         * gst-libs/gst/mixer/mixeroptions.h:
4603           Add GstMixerOptions.
4604         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4605           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
4606           broken device detection on computers with multiple OSS sound
4607           cards.
4608
4609 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4610
4611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4612           fixate nicely even when the peer is not negotiating
4613
4614 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4615
4616         * gst/audioconvert/gstaudioconvert.c:
4617         (gst_audio_convert_parse_caps):
4618           make sure we don't allow depth > width
4619         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4620           fixate endianness to G_BYTE_ORDER as default
4621         * gst/audioscale/gstaudioscale.c:
4622           we don't handle another endianness as host-endianness
4623
4624 2004-05-25  David Schleef  <ds@schleef.org>
4625
4626         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
4627
4628 2004-05-24  Benjamin Otte  <otte@gnome.org>
4629
4630         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
4631         (gst_oggvorbisenc_setup):
4632           properly fail when we can't setup the vorbis encoder due to
4633           unsupported settings
4634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
4635         (gst_vorbisenc_setup):
4636           same
4637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4638           fix case where warnings occured when one pad was unlinked while the
4639           other's link function was called
4640
4641 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4642
4643         * gst/tcp/Makefile.am:
4644           use GST_ENABLE_NEW
4645
4646 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4647
4648         * gst-libs/gst/resample/private.h:
4649           don't use optimizations that are #if 0'ed
4650
4651 2004-05-24  Wim Taymans  <wim@fluendo.com>
4652
4653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
4654         Fix potential division by zero error and hopefully get
4655         the position query right to get correct timestamps on avi
4656         audio.
4657
4658 2004-05-24  Wim Taymans  <wim@fluendo.com>
4659
4660         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
4661         (gst_videoscale_scale_nearest_str2),
4662         (gst_videoscale_scale_nearest_str4),
4663         (gst_videoscale_scale_nearest_32bit),
4664         (gst_videoscale_scale_nearest_24bit),
4665         (gst_videoscale_scale_nearest_16bit):
4666         Fix the scaling algorithm and avoid a buffer overflow.
4667         removed the while loop in the scaling function as it
4668         was used for point sampling only.
4669
4670 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4671
4672         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4673         (gst_id3_tag_class_init), (gst_id3_tag_init),
4674         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
4675         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
4676         (gst_id3_tag_send_tag_event):
4677           lots of fixes to make id3mux work and id3demux work correctly
4678
4679 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4680
4681         * ext/Makefile.am:
4682           add rules to build shout2send (was removed by accident
4683           when this module was no more marked experimental/broken)
4684
4685 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
4686
4687         * ext/shout2/gstshout2.c:
4688         * ext/shout2/gstshout2.h:
4689           adding a "connection problem" signal to shout2send
4690           (fixes #142954)
4691
4692 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4693
4694         * ext/kio/kioreceiver.cpp:
4695         * ext/kio/kioreceiver.h:
4696           fix sign comparison issues
4697
4698 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4699
4700         * gst/cdxaparse/gstcdxaparse.c:
4701         * gst/cdxaparse/gstcdxaparse.h:
4702           some renaming
4703           add some checks/sanity
4704           prepare for seek addition
4705
4706         * sys/sunaudio/gstsunaudio.c:
4707           remove exported dupe init function
4708
4709 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
4710
4711         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
4712         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
4713           Fix format conversion and position querying.
4714         * gst/debug/progressreport.c: (gst_progressreport_report):
4715           Don't output a bogus total value that we didn't query.
4716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4717           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
4718           only a blank window after xine has been used.
4719
4720 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4721
4722         * m4/as-arts.m4:
4723           sync with upstream version to fix test on FC2
4724           readd with -ko to preserve Id header
4725
4726 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4727
4728         * configure.ac:
4729           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
4730         * gst/tcp/gsttcpclientsrc.c: idem
4731         * gst/tcp/gsttcpserversink.c: idem
4732         * gst/tcp/gsttcpserversrc.c: idem
4733         * m4/gst-fionread.m4: idem
4734
4735         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
4736
4737         * configure.ac: enable speex plugin for speex 1.1.5+
4738         * ext/speex/gstspeexenc.c: fix cast warning
4739
4740         * ext/esd/README: fix typo
4741
4742 2004-05-20  David Schleef  <ds@schleef.org>
4743
4744         * configure.ac: Minor cosmetic change to convince the buildbot to
4745         reautogen.
4746         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
4747         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
4748         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
4749         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
4750         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
4751         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
4752         More hacking.  Plays audio now.
4753
4754 2004-05-20  David Schleef  <ds@schleef.org>
4755
4756         * configure.ac:
4757         * sys/Makefile.am:
4758
4759 2004-05-20  David Schleef  <ds@schleef.org>
4760
4761         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
4762         * sys/osxaudio/gstosxaudio.c:
4763         * sys/osxaudio/gstosxaudioelement.c:
4764         * sys/osxaudio/gstosxaudioelement.h:
4765         * sys/osxaudio/gstosxaudiosink.c:
4766         * sys/osxaudio/gstosxaudiosink.h:
4767         * sys/osxaudio/gstosxaudiosrc.c:
4768         * sys/osxaudio/gstosxaudiosrc.h:
4769
4770 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4771
4772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
4773         (gst_vorbisenc_chain):
4774           put the codec headers on the caps as streamheader as well as
4775           pushing them out
4776
4777 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4778
4779         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
4780         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4781         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
4782         split up push_packet into two functions
4783
4784 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4785
4786         * gst/tcp/.cvsignore:
4787           ignore enums
4788         * gst/tcp/Makefile.am:
4789         * gst/tcp/README:
4790         * gst/tcp/gsttcp.c:
4791         * gst/tcp/gsttcp.h:
4792         * gst/tcp/gsttcpclientsink.c:
4793         * gst/tcp/gsttcpclientsink.h:
4794         * gst/tcp/gsttcpclientsrc.c:
4795         * gst/tcp/gsttcpclientsrc.h:
4796         * gst/tcp/gsttcpplugin.c:
4797         * gst/tcp/gsttcpserversink.c:
4798         * gst/tcp/gsttcpserversink.h:
4799         * gst/tcp/gsttcpserversrc.c:
4800         * gst/tcp/gsttcpserversrc.h:
4801           add new tcp elements
4802
4803 2004-05-19  Wim Taymans  <wim@fluendo.com>
4804
4805         * gst/law/mulaw-conversion.c: (mulaw_encode):
4806         Fix overflow bug in ulaw encoding.
4807
4808 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4809
4810         * ext/mad/gstmad.c: (gst_mad_handle_event):
4811           don't unref the event twice
4812
4813 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4814
4815         * configure.ac:
4816           remove -Wno-sign-compare
4817
4818 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4819
4820         * configure.ac:
4821           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
4822           if you want to work against glib 2.2 and 2.4
4823
4824 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4825
4826         * gst/tcp/Makefile.am:
4827         * gst/tcp/gsttcp.c:
4828         * gst/tcp/gsttcp.h:
4829         * gst/tcp/gsttcpsink.h:
4830         * gst/tcp/gsttcpsrc.h:
4831           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
4832
4833 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4834
4835         * gst/debug/tests.c: (md5_get_value):
4836           fix segfault on gst-inspect
4837
4838 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4839
4840         * gst/debug/testplugin.c: 
4841         * gst/debug/tests.c: 
4842         * gst/debug/tests.h:
4843           add new extensible and configurable testing element. Current tests
4844           include buffer count, stream length, timestamp/duration matching and
4845           md5.
4846         * gst/debug/Makefile.am:
4847         * gst/debug/gstdebug.c: (plugin_init):
4848           add infrastructure for new element
4849
4850 2004-05-19  Johan Dahlin  <johan@gnome.org>
4851
4852         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
4853         ending of the array. Fixes gst-inspect segfault on ppc.
4854
4855 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4856
4857         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
4858
4859         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
4860
4861 2004-05-18  David Schleef  <ds@schleef.org>
4862
4863         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
4864         warnings (bugs, actually) noticed by gcc but not forte.
4865
4866 2004-05-18  David Schleef  <ds@schleef.org>
4867
4868         * sys/sunaudio/Makefile.am:
4869         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
4870
4871 2004-05-18  David Schleef  <ds@schleef.org>
4872
4873         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4874         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
4875         to allow qtdemux to use non-seekable streams. (bug #142272)
4876
4877 2004-05-18  David Schleef  <ds@schleef.org>
4878
4879         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
4880         (gst_resample_sinc_ft_float): Remove use of static temporary
4881         buffer.  This code was obviously not supposed to last long, but
4882         it's stuck in our ABI, so it required a little hack to make it
4883         ABI-compatible.  Fixes #142585.
4884         * gst-libs/gst/resample/resample.h: same.
4885
4886 2004-05-18  David Schleef  <ds@schleef.org>
4887
4888         * configure.ac: Add sunaudio
4889         * examples/Makefile.am: make gstplay depend on gconf
4890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
4891         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
4892         (convert_table_lookup), (img_convert): remove c99-isms
4893         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
4894           unsigned, to fix a warning on Solaris
4895         * gst/mpeg1sys/systems.c: bcopy->memcpy
4896         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
4897         * sys/Makefile.am: Add sunaudio
4898
4899 2004-05-18  Wim Taymans  <wim@fluendo.com>
4900
4901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
4902         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4903         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
4904         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
4905         (gst_ogg_mux_loop):
4906         Fix an ugly memleak where the muxer didn't flush enough ogg
4907         pages. This also resulted in badly muxed ogg files.
4908
4909 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4910
4911         * gst/asfdemux/asfheaders.c :
4912         * gst/asfdemux/asfheaders.h :
4913         * gst/asfdemux/gstasfdemux.c :
4914           - fix ASF_OBJ_PADDING guid
4915           - add 3 new object guids (language list, metadata, 
4916             extended stream properties)
4917           - add a function to parse extended header objects
4918
4919 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4920
4921         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4922           remove leftover debugging g_print
4923
4924 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4925
4926         * ext/mad/gstmad.c: (gst_mad_handle_event):
4927           Fix for when the first format in a discont event is not a
4928           byte-based one. Should fix #137710.
4929
4930 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4931
4932         * m4/a52.m4 : fix compilation with -Wall -Werror
4933         * m4/libfame.m4 : idem
4934         * m4/libmikmod.m4 : idem
4935
4936 2004-05-17  Benjamin Otte  <otte@gnome.org>
4937
4938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
4939           signal the new tags before giving up the reference
4940
4941 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4942
4943         * ext/shout2/gstshout2.c:
4944           use application/ogg instead of application/x-ogg (patch by Patrick
4945           Guimond, fixes #142432)
4946         * sys/oss/gstosselement.c: (gst_osselement_reset),
4947         (gst_osselement_sync_parms):
4948           don't set fragment size unless specified (fixes #142493)
4949
4950 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4951
4952         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
4953           fixes #142664
4954
4955 2004-05-17  Benjamin Otte  <otte@gnome.org>
4956
4957         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4958           compute offsets correctly for internal buffers so timestamps are set
4959           correctly when we can't seek. Also handle cases where there are no
4960           offsets. (based on a patch by David Moore, fixes #142507)
4961
4962 2004-05-17  Benjamin Otte  <otte@gnome.org>
4963
4964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4965           use correct variable when determining amount of data to skip so we
4966           don't skip into the void and segfault
4967
4968 2004-05-16  Benjamin Otte  <otte@gnome.org>
4969
4970         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
4971           Hi, I'm a memleak
4972
4973 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4974
4975         * gst/asfdemux/gstasfdemux.c:
4976           - fix a mem leak and always propagate tags
4977           - add WMV3 to known video codecs (but no decoder yet)
4978           - replace "surplus data" at end of audio header for what
4979             it is : codec specific data
4980           - fix a typo
4981
4982 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
4983
4984         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
4985
4986         * gst-libs/gst/audio/audioclock.c:
4987           Fix wrong return type (#142205).
4988
4989 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4990
4991         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
4992           Ignore CRCs by default (fixes #142566).
4993
4994 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4995
4996         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4997         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
4998         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
4999         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
5000         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5001         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
5002           Fix for cases where we fail to attach to a mixer.
5003
5004 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5005
5006         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5007           Don't touch events after not owning them anymore.
5008         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5009         (gst_wavparse_fmt), (gst_wavparse_other),
5010         (gst_wavparse_handle_seek), (gst_wavparse_loop),
5011         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5012         (gst_wavparse_srcpad_event):
5013         * gst/wavparse/gstwavparse.h:
5014           Add seeking, fix querying.
5015
5016 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5017
5018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5019           - process comments even if they don't end with \0\0
5020             g_convert would ignore them if present and works well without them
5021
5022 2004-05-16  Benjamin Otte  <otte@gnome.org>
5023
5024         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
5025           simplify caps
5026
5027 2004-05-16  Benjamin Otte  <otte@gnome.org>
5028
5029         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5030           don't write to memory we might not write to - g_convert does that
5031           for us anyway (fixes #142613)
5032         (gst_asf_demux_audio_caps):
5033           comment out gst_util_dump_mem
5034
5035 2004-05-16  Benjamin Otte  <otte@gnome.org>
5036
5037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5038           compute correct expected timestamps after seek (broken since
5039           last commit)
5040         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
5041           rename element and debugging category to gdkpixbufscale
5042
5043 2004-05-16  Benjamin Otte  <otte@gnome.org>
5044
5045         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5046           add error checking to snd_pcm_delay and remove duplicate call to
5047           snd_pcm_delay that caused issues (see inline code comments)
5048         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5049           make more readable and fix return value when snd_pcm_delay fails
5050         (fixes #142586)
5051
5052 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
5053         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
5054         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
5055         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
5056         (gst_pixbufscale_link), (gst_pixbufscale_init),
5057         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
5058         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
5059         (gst_pixbufscale_get_property), (pixbufscale_init):
5060         * ext/gdk_pixbuf/pixbufscale.h:
5061         Add these files I forgot earlier
5062
5063 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
5064         * ext/gdk_pixbuf/Makefile.am:
5065         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5066         * ext/gdk_pixbuf/gstgdkpixbuf.h:
5067         Add new pixbufscale element to scale RGB video
5068         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
5069         and HYPER interpolation correctly.
5070         * ext/theora/theoraenc.c: (theora_enc_chain),
5071         Discard buffer and return if explicit caps could not be set
5072         (theora_enc_get_property):
5073         Make _get return kbps for the bitrate consistent with
5074         the _set function.
5075
5076
5077 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5078
5079         * ext/libvisual/visual.c: (gst_visual_chain):
5080           add missing visual_audio_analyze
5081
5082 2004-05-14  David Schleef  <ds@schleef.org>
5083
5084         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
5085         is killed while we're playing.
5086         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
5087         gst_element_no_more_pads().
5088
5089 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5090
5091         * gst-libs/gst/riff/riff-read.c :
5092           - fix INFO tag extraction in RIFF/AVI files
5093             because gst_event_unref (event) also freed taglist
5094           - avoid a mem leak
5095
5096 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5097
5098         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
5099         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
5100
5101         * gst/auparse/gstauparse.c :
5102           - add code (commented for now) to support audio/x-adpcm on src pad
5103             (we have no decoder for those layout yet)
5104
5105         * gst/cdxaparse/gstcdxaparse.c :
5106         * gst/cdxaparse/gstcdxaparse.h :
5107           - partial rewrite using RiffRead (ripped iain's wavparse code)
5108
5109         * gst/rtp/gstrtpL16enc.c : typo
5110         * gst/rtp/gstrtpgsmenc.c : typo
5111
5112 2004-05-13  Benjamin Otte  <otte@gnome.org>
5113
5114         * configure.ac:
5115           check for exact version of libvisual, it's not supposed to be
5116           API/ABI stable yet
5117
5118 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5119
5120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
5121           signal no-more-pads
5122
5123 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5124
5125         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
5126         Report which format was used for GST_FORMAT_DEFAULT
5127         * gst/debug/Makefile.am:
5128         * gst/debug/gstdebug.c: (plugin_init):
5129         * gst/debug/progressreport.c: (gst_progressreport_base_init),
5130         (gst_progressreport_class_init), (gst_progressreport_init),
5131         (gst_progressreport_report), (gst_progressreport_set_property),
5132         (gst_progressreport_get_property), (gst_progressreport_chain),
5133         (gst_progressreport_plugin_init):
5134         Add progressreport element for testing.
5135
5136 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5137
5138         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
5139         * sys/v4l/gstv4lsrc.h:
5140         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5141         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5142         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
5143         (gst_v4lsrc_grab_frame):
5144           add more debugging
5145           send a discont at start
5146
5147 2004-05-12  Colin Walters  <walters@redhat.com>
5148
5149         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
5150         inflooping if we can't find a chunk.  Or in other words, don't blow
5151         chunks if we don't have a chunk to blow.
5152
5153 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5154         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
5155         Remove old debug output
5156         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
5157         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
5158         (gst_dvdec_set_property), (gst_dvdec_get_property):
5159         Change the quality setting to an enum, so it works from gst-launch
5160         Don't renegotiate a non-linked pad. Allows audio only decoding.
5161         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
5162         (gst_deinterlace_link), (gst_deinterlace_init):
5163         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5164         (gst_videodrop_link):
5165         Some caps negotiation fixes
5166
5167 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5168
5169         * ext/tarkin/gsttarkin.c :
5170           - Change RANK from NONE to PRIMARY
5171         * ext/gdk_pixbuf/gstgdkpixbuf.c :
5172           - Change RANK from NONE to MARGINAL
5173         * ext/divx/gstdivxenc.c :
5174           - Change RANK from PRIMARY to NONE (encoder/spider issue)
5175
5176 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5177
5178         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5179         (gst_vorbisenc_push_packet):
5180           copy a function that was added between 1.0 and 1.0.1 until we
5181           depend on worthwhile features of post-1.0
5182
5183 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5184
5185         * configure.ac:
5186           enable shout2 by default
5187         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
5188         (gst_shout2send_base_init), (gst_shout2send_init),
5189         (gst_shout2send_connect), (gst_shout2send_change_state):
5190         * ext/shout2/gstshout2.h:
5191           make this work again. Based on a patch by Zaheer Merali (fixes
5192           #142262)
5193         * ext/theora/theora.c: (plugin_init):
5194           don't set rank on encoders
5195
5196 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
5197
5198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5199           Use codec_data property instead of flag1 and flag2 for wma
5200
5201 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5202
5203         * gst/cdxaparse/gstcdxaparse.c :
5204           - Add mpegversion to CAPS to make it link
5205           - Rank is as GST_RANK_SECONDARY instead of NONE
5206         * gst/auparse/gstauparse.c :
5207           - Document all audio encoding we can encounter from Solaris 9
5208             headers and libsndfile information.
5209           - Increase max. rate from 48000 to 192000 (to match other elements)
5210           - Don't try to play junk data between header and samples
5211
5212 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5213
5214         * ext/libvisual/visual.c: (gst_visual_getcaps):
5215           use the right caps depending on endianness (I hope)
5216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
5217           use GST_RANK_NONE for all non-decoding elements or spider gets
5218           mighty confused
5219
5220 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5221
5222         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5223           Fix some odd cases and fix BE metadata parsing of unicode16 text.
5224
5225 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5226
5227         * gst/switch/gstswitch.c: (gst_switch_release_pad),
5228         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
5229         (gst_switch_loop), (gst_switch_get_type):
5230           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
5231           HEADERS. Had to be said.
5232
5233 2004-05-10  David Schleef  <ds@schleef.org>
5234
5235         * configure.ac: Add prototype Dirac support.
5236         * ext/Makefile.am:
5237         * ext/dirac/Makefile.am:
5238         * ext/dirac/gstdirac.cc:
5239         * ext/dirac/gstdiracdec.cc:
5240
5241 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5242
5243         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
5244         (gst_auparse_init), (gst_auparse_chain),
5245         (gst_auparse_change_state):
5246           Hack around spider. Remove me some day please.
5247
5248 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5249
5250         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5251           Fix for some uninitialized variables in previous patch, also
5252           makes it work. Fixes #142286 while we're at it.
5253
5254 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5255
5256         * gst/auparse/gstauparse.c:
5257                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
5258                 only unsupported formats are ADPCM/CCITT G.72x
5259                 reviewed by Ronald
5260         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
5261
5262 2004-05-10  Wim Taymans  <wim@fluendo.com>
5263
5264         * ext/vorbis/Makefile.am:
5265         * ext/vorbis/README:
5266         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
5267         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
5268         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
5269         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
5270         (gst_oggvorbisenc_convert_sink),
5271         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
5272         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
5273         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
5274         (get_constraints_string), (update_start_message),
5275         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
5276         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
5277         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
5278         * ext/vorbis/oggvorbisenc.h:
5279         * ext/vorbis/vorbis.c: (plugin_init):
5280         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
5281         (raw_caps_factory), (gst_vorbisenc_class_init),
5282         (gst_vorbisenc_init), (gst_vorbisenc_setup),
5283         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
5284         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
5285         * ext/vorbis/vorbisenc.h:
5286         Added a raw vorbis encoder to be used with the oggmuxer.
5287         We still need the old encoder for some gnome applications, 
5288         read the README to find out how that works.
5289         The raw encoder is called "rawvorbisenc" until 0.9.
5290
5291 2004-05-10  Wim Taymans  <wim@fluendo.com>
5292
5293         * ext/ogg/gstogg.c: (plugin_init):
5294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
5295         (gst_ogg_print):
5296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
5297         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
5298         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
5299         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
5300         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
5301         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
5302         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
5303         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
5304         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
5305         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
5306         Added an ogg muxer.
5307         Small typo fixes in the demuxer.
5308
5309 2004-05-10  Wim Taymans  <wim@fluendo.com>
5310
5311         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5312         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
5313         (theora_enc_change_state), (theora_enc_set_property),
5314         (theora_enc_get_property):
5315         Mark the last packet with an EOS flag which is not really needed
5316         in gstreamer.
5317         Do some better video framerate initialisation.
5318         Update the buffer timestamp.
5319
5320 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
5321
5322         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
5323         Return the result of the parent state change call
5324
5325 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5326
5327         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
5328         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
5329         * gst/law/alaw-encode.c : (idem)
5330         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
5331         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
5332         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
5333
5334 2004-05-09  Benjamin Otte  <otte@gnome.org>
5335
5336         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5337           don't use a fixed buffer size when writing variable length data to
5338           it. Fixes memory corruption and makes alsasrc work
5339
5340 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5341
5342         * ext/gnomevfs/gstgnomevfssink.c:
5343         (_gst_boolean_allow_overwrite_accumulator),
5344         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
5345           Run glib's default signal handler (??) in RUN_CLEANUP rather than
5346           RUN_LAST, and don't use that to set the accumulator value because
5347           then it's always FALSE.
5348
5349 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5350
5351         * gst-libs/gst/riff/riff-media.c:
5352         (gst_riff_create_video_caps_with_data),
5353         (gst_riff_create_audio_caps),
5354         (gst_riff_create_audio_template_caps):
5355         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5356           Fix for unaligned RIFF files (i.e. where all the chunks together
5357           in a LIST chunk are not of the same size as the size given in
5358           the LIST chunk header). Fixes several odd WAVE files. Also fix
5359           ADPCM (block_align property) in audio, so that wavparse based
5360           on this works now as it used to stand-alone.
5361
5362 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
5363
5364         reviewed by Benjamin Otte  <otte@gnome.org>
5365
5366         * ext/a52dec/gsta52dec.c:
5367         * ext/divx/gstdivxdec.c:
5368         * ext/divx/gstdivxenc.c:
5369         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
5370         * ext/faac/gstfaac.c: (gst_faac_base_init):
5371         * ext/faad/gstfaad.c: (gst_faad_base_init):
5372         * ext/ivorbis/vorbisfile.c:
5373         * ext/lame/gstlame.c:
5374         * ext/libfame/gstlibfame.c:
5375         * ext/mpeg2enc/gstmpeg2enc.cc:
5376         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
5377         * ext/sidplay/gstsiddec.cc:
5378         * ext/speex/gstspeexdec.c:
5379         * ext/speex/gstspeexenc.c:
5380         * ext/xvid/gstxviddec.c:
5381         * ext/xvid/gstxvidenc.c:
5382           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
5383           (fixes #142193)
5384
5385 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5386
5387         * ext/alsa/gstalsa.c: (device_list),
5388         (gst_alsa_class_probe_devices):
5389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
5390           Fix alsa oddness in mixer after the combination of using mixer
5391           in source/sink elements and using hw:x,y instead of just hw:x.
5392
5393 2004-05-09  Benjamin Otte  <otte@gnome.org>
5394
5395         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
5396         (gst_wavparse_create_sourcepad):
5397           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
5398           sourcepads
5399
5400 2004-05-09  Benjamin Otte  <otte@gnome.org>
5401
5402         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5403           allow discont events before caps nego
5404
5405 2004-05-08  Benjamin Otte  <otte@gnome.org>
5406
5407         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5408           don't leak events
5409
5410 2004-05-08  Benjamin Otte  <otte@gnome.org>
5411
5412         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
5413         (gst_level_change_state), (gst_level_init):
5414         * gst/level/gstlevel.h:
5415           figure out if we're initialized directly instead of keeping a
5416           variable that's wrong in 90% of cases
5417           don't initialize pads and then leak them and use a new unitialized
5418           pad. (fixes #142084)
5419           these were bugs so n00bish I didn't find them for an hour :/
5420
5421 2004-05-08 Iain <iain@prettypeople.org>
5422
5423         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
5424         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
5425         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
5426         return the length that was read.
5427         (gst_riff_read_strf_auds): Allow fmt tags as well.
5428
5429 2004-05-07  David Schleef  <ds@schleef.org>
5430
5431         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
5432         signed char assumption in faad.h.
5433
5434 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5435
5436         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
5437           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
5438
5439 2004-05-07  Colin Walters  <walters@redhat.com>
5440
5441         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
5442         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
5443         function.
5444         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
5445         Add dispose function.
5446
5447 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
5448         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
5449           Fix caps nego and pad templates. RGB mode caps should
5450           work now.
5451         * ext/dvdnav/gst-dvd:
5452           Move mpeg2dec inside the thread because otherwise the
5453           queue rejects cap changes mid-stream
5454         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
5455         (gst_mpeg2dec_flush_decoder):
5456           For mpeg2dec > 0.4.0, call the flush function instead of
5457           manually extracting all in-flight frames.
5458         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
5459         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
5460           Change mime type video/dv go video/x-dv to match the
5461           rest of gst-plugins
5462
5463 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5464
5465         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
5467         (gst_alsa_sink_class_init):
5468         * ext/alsa/gstalsasink.h:
5469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
5470         (gst_alsa_src_class_init):
5471         * ext/alsa/gstalsasrc.h:
5472           Make alsasink/src a subclass of alsamixer so that mixer stuff
5473           shows up in gst-rec. Needs some finetuning.
5474
5475 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5476
5477         * ext/lame/gstlame.c: (gst_lame_chain):
5478           simplify
5479         * ext/mad/gstmad.c: (gst_mad_handle_event):
5480           fix event leak
5481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
5482           be able to detect mp3 files < 4096 bytes
5483
5484 2004-05-06  Wim Taymans  <wim@fluendo.com>
5485
5486         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5487         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
5488         (theora_enc_set_property), (theora_enc_get_property):
5489         Also encode the first frame, cleanup some code.
5490
5491 2004-05-06  Wim Taymans  <wim@fluendo.com>
5492
5493         * ext/mpeg2enc/gstmpeg2enc.cc:
5494         Forward events first before deciding that negotiation was
5495         not performed.
5496
5497 2004-05-06  Wim Taymans  <wim@fluendo.com>
5498
5499         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
5500         First process the events before deciding that negotiation
5501         was not performed.
5502
5503 2004-05-06  Wim Taymans  <wim@fluendo.com>
5504
5505         * ext/theora/Makefile.am:
5506         * ext/theora/theora.c: (plugin_init):
5507         * ext/theora/theoradec.c: (theora_dec_change_state):
5508         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
5509         (gst_theora_enc_class_init), (gst_theora_enc_init),
5510         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
5511         (theora_enc_chain), (theora_enc_change_state),
5512         (theora_enc_set_property), (theora_enc_get_property):
5513         Added a theora encoder, grouped the encoder and decoder into the
5514         same plugin.
5515
5516 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5517
5518         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5519         (gst_jpegenc_chain):
5520         fix DURATION on outgoing buffers
5521         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
5522         debug using time formats
5523         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5525         (gst_xvimagesink_sink_link):
5526         windows with width/height 0 generate X errors, so don't allow them
5527
5528 2004-05-05  Wim Taymans  <wim@fluendo.com>
5529
5530         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
5531         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
5532         (gst_mpeg2dec_negotiate_format):
5533         * ext/mpeg2dec/gstmpeg2dec.h:
5534           removed the static pad template so that we can add the
5535           more accurate framerate value to the caps.
5536           
5537
5538 2004-05-04  Benjamin Otte  <otte@gnome.org>
5539
5540         * configure.ac:
5541           check for kdemacros.h, too (should fix #141821)
5542         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
5543           don't crash if no header was sent, but nicely error out (fixes part
5544           of #141554)
5545
5546 2004-05-04  Wim Taymans  <wim@fluendo.com>
5547
5548         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
5549         parent dispose function to avoid segfault on destroy.
5550
5551 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5552
5553         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
5554         (plugin_init):
5555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5556         (gst_xvimagesink_sink_link):
5557         clean up debugging caps
5558         also recreate xvimage when format has changed
5559
5560 2004-05-04  Benjamin Otte  <otte@gnome.org>
5561
5562         * ext/libvisual/Makefile.am:
5563         * ext/libvisual/visual.c: (gst_visual_class_init),
5564         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
5565         (gst_visual_srclink), (gst_visual_chain),
5566         (gst_visual_change_state), (plugin_init):
5567           use a GstAdapter to correctly adapt buffer sizes - allows using a
5568           framerate
5569
5570 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5571
5572         * sys/v4l/gstv4lelement.h:
5573         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
5575         (gst_v4lsrc_buffer_free):
5576         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
5577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5578         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
5579         (gst_v4lsrc_requeue_frame):
5580         move some debugging categories around
5581         query for fps index and set accordingly if found
5582
5583 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5584
5585         * ext/lame/gstlame.c:
5586         correct defaults that lame_init puts out of range
5587
5588 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5589
5590         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
5591         (gst_divxenc_class_init):
5592         fix range since -1 is the default
5593         * gst/mpeg1sys/gstmpeg1systemencode.c:
5594         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
5595         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
5596         (gst_rtjpegdec_chain):
5597         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
5598         (gst_rtjpegenc_chain):
5599         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
5600         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
5601         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
5602         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
5603         * sys/v4l/gstv4lsrc.c:
5604         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5605         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5606         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5607         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
5608         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
5609           remove gst_info calls
5610
5611 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5612
5613         * Makefile.am:
5614         * po/af.po:
5615         * po/az.po:
5616         * po/en_GB.po:
5617         * po/nl.po:
5618         * po/sr.po:
5619         * po/sv.po:
5620           Updated translations
5621
5622 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5623
5624         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
5625           refactor/comment code
5626
5627 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5628
5629         * gst/asfdemux/Makefile.am:
5630         * gst/asfdemux/asfheaders.c:
5631         * gst/asfdemux/asfheaders.h:
5632         * gst/asfdemux/gstasf.c: (plugin_init):
5633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
5634         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
5635         (gst_asf_demux_setup_pad):
5636         * gst/asfdemux/gstasfdemux.h:
5637         * gst/asfdemux/gstasfmux.c:
5638         * gst/asfdemux/gstasfmux.h:
5639           Add tagging support to demuxer, split out registration in its own
5640           file instead of in demux (hacky), and prevent having some tables
5641           in our memory multiple times (in asfheaders.h).
5642
5643 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5644
5645         * gst/matroska/matroska-demux.c:
5646         (gst_matroska_demux_parse_metadata):
5647         * gst/matroska/matroska-ids.h:  
5648           Basic tag reading support.
5649
5650 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5651
5652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
5653           Really detect ac-3 audio.
5654         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
5655           really detect matroska files (off-by-1).
5656
5657 2004-04-30  David Schleef  <ds@schleef.org>
5658
5659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5660         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
5661         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
5662         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
5663         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
5664         hackage -- parse a lot more atoms, extract a few tags.  One might even
5665         mistake this for tag support.  Maybe it is.
5666         * gst/qtdemux/qtdemux.h:
5667
5668 2004-04-30  Colin Walters  <walters@verbum.org>
5669
5670         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
5671
5672 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5673
5674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5675         (gst_ffmpegcolorspace_getcaps):
5676           remove broken nego fix
5677
5678 2004-04-30  Benjamin Otte  <otte@gnome.org>
5679
5680         * configure.ac:
5681         * ext/Makefile.am:
5682         * ext/libvisual/Makefile.am:
5683         * ext/libvisual/visual.c: 
5684           add initial support for libvisual (http://libvisual.sourceforge.net)
5685           libvisual is still quite alpha, so expect crashes in there :)
5686
5687 2004-04-29  David Schleef  <ds@schleef.org>
5688
5689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
5690         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
5691         up qtdemux to make it spit out codec_data.  Do _not_ look at this
5692         code; you will no longer respect me.
5693
5694 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5695
5696         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
5697         * ext/alsa/gstalsa.h :
5698         change alsa pcm device discovery to find more than 1 device
5699         per card. code review by Ronald.
5700
5701 2004-04-29  David Schleef  <ds@schleef.org>
5702
5703         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
5704         Add a check for a driver bug on FreeBSD.  (bug #140565)
5705
5706 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5707
5708         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
5709         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5710         (gst_jpegenc_getcaps):
5711           move format setting to inner loop
5712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5713         (gst_ffmpegcolorspace_getcaps):
5714           use GST_PAD_CAPS if available so that we use already negotiated
5715           caps
5716         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5717         (qtdemux_parse_moov), (qtdemux_parse):
5718           extra debugging
5719         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
5720         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
5721           move hardcoded path to DEFINE
5722
5723 2004-04-28  David Schleef  <ds@schleef.org>
5724
5725         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
5726         (bug #140064)
5727
5728 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5729
5730         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5731           Don't probe for playback device if we're a source element. Fixes
5732           #139658.
5733
5734 2004-04-29  Benjamin Otte  <otte@gnome.org>
5735
5736         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
5737         (gst_id3_tag_chain):
5738           rewrite buffer offset
5739
5740 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5741
5742         * configure.ac:
5743         * ext/Makefile.am:
5744         * ext/dts/Makefile.am:
5745         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
5746         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
5747         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
5748         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
5749         (gst_dtsdec_loop), (gst_dtsdec_change_state),
5750         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
5751         (plugin_init):
5752         * ext/dts/gstdtsdec.h:
5753           New DTS decoder.
5754         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
5755         (gst_faad_srcconnect):
5756           Add ESDS atom handling (.m4a).
5757
5758 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5759
5760         * ext/divx/gstdivxdec.c: (plugin_init):
5761           Remove comment that makes no sense.
5762         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
5763           Fix for obvious typo that resulted in warnings during gst-register.
5764         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
5765         (gst_xviddec_sink_link):
5766           Fix caps negotiation a bit better.
5767         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5768           We call this 'codec_data', not 'esds'.
5769
5770 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5771
5772         * gst/monoscope/gstmonoscope.c:
5773           make sure we only provide 256x128
5774         * gst/monoscope/monoscope.c: (monoscope_init):
5775           assert size of 256x128
5776
5777 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5778
5779         * Makefile.am:
5780         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
5781         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
5782           fixate to max width and height of device
5783
5784 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5785
5786         * Makefile.am:
5787         * sys/v4l/gstv4l.c:
5788         * sys/v4l/gstv4lsrc.c:
5789         * sys/v4l/v4l_calls.c:
5790         * sys/v4l/v4lsrc_calls.c:
5791           fix for qc-usb driver which fakes having more than one buffer
5792           by handing the same buffer twice, which confused GStreamer's/v4lsrc
5793           buffer_free override
5794           add debugging
5795
5796 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5797
5798         * Makefile.am:
5799         * gst/videotestsrc/gstvideotestsrc.c:
5800         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
5801         (gst_videotestsrc_init), (gst_videotestsrc_get),
5802         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
5803         * gst/videotestsrc/gstvideotestsrc.h:
5804           add num-buffers property
5805
5806         2004-04-26  Benjamin Otte  <otte@gnome.org>
5807
5808         * ext/mad/gstid3tag.c: (plugin_init):
5809           set id3mux rank to NONE so it doesn't confuse spider
5810           require audio/mpeg,mpegversion=1 in id3mux
5811
5812 2004-04-26  Benjamin Otte  <otte@gnome.org>
5813
5814         * configure.ac:
5815           detect faad correctly as non-working if it's indeed non-working
5816
5817 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5818
5819         * Makefile.am:
5820         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5821         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
5822         fix _getcaps so it only negotiates to its supported format
5823
5824 2004-04-25  Benjamin Otte  <otte@gnome.org>
5825
5826         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
5827           fix memleak
5828
5829 2004-04-23  Benjamin Otte  <otte@gnome.org>
5830
5831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5832           audio/x-raw-int with height rules! not. Now it's depth.
5833
5834 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5835
5836         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
5837         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
5838         (gst_wavparse_loop):
5839           Missing variable initialization. Add handling of DVI ADPCM. Fix
5840           mis-parsing of LIST chunks. This works around a bug where we mis-
5841           parse non-aligning LIST chunks (so LIST chunks where the contents
5842           don't align with the actual LIST size). The correct fix is to use
5843           rifflib, I'm not going to fix wavparse - too much work. All this
5844           fixes #104878.
5845
5846 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
5847
5848         reviewed by Benjamin Otte  <otte@gnome.org>
5849
5850         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
5851           fix shoutcast not working (fixes #140844)
5852
5853 2004-04-22  Benjamin Otte  <otte@gnome.org>
5854
5855         * ext/hermes/gsthermescolorspace.c:
5856         (gst_hermes_colorspace_caps_remove_format_info):
5857         * gst/colorspace/gstcolorspace.c:
5858         (gst_colorspace_caps_remove_format_info):
5859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5860         (gst_ffmpegcolorspace_caps_remove_format_info):
5861           s/gst_caps_simplify/gst_caps_do_simplify/
5862
5863 2004-04-22  Benjamin Otte  <otte@gnome.org>
5864
5865         * gst-libs/gst/riff/riff-media.c:
5866         (gst_riff_create_video_caps_with_data):
5867           mpegversion is an int
5868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
5869           don't try to create pad templates with NULL caps, use any caps
5870           instead.
5871
5872 2004-04-20  David Schleef  <ds@schleef.org>
5873
5874         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
5875         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
5876         (bug #140384)
5877
5878 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
5879
5880         reviewed by David Schleef
5881
5882         * ext/mad/gstid3tag.c: Add stdlib.h
5883         * gst/rtp/gstrtpgsmenc.c: same
5884         * gst/tags/gstid3tag.c: same
5885         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
5886         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
5887         GST_DISABLE_LOADSAVE use.
5888         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
5889         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
5890         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
5891         atol(3)).
5892         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
5893         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
5894         strtoul(3)).
5895         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
5896         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
5897         $(ID3_CFLAGS).
5898         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
5899         $(LIBFAME_CFLAGS).
5900
5901 2004-04-20  David Schleef  <ds@schleef.org>
5902
5903         * gst/realmedia/rmdemux.c:  This was supposed to part of the
5904         last checkin.  Same idea.
5905
5906 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
5907
5908         reviewed by David Schleef
5909
5910         * configure.ac: bump required gstreamer version to 0.8.1.1
5911         because of following changes [--ds]
5912
5913         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
5914         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
5915         (gst_riff_read_header):  Use GST_READ_UINT*
5916         macros to access possibly unaligned memory.
5917
5918         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
5919         (mp3_type_find):  Use GST_READ_UINT*
5920         macros to access possibly unaligned memory.
5921         (mp3_type_find, mpeg1_parse_header, qt_type_find)
5922         (speex_type_find): Likewise
5923
5924         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
5925
5926         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
5927         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
5928         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
5929         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
5930         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
5931         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
5932         macros to access possibly unaligned memory.
5933
5934         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
5935         Likewise.
5936
5937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
5938         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
5939
5940         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5941         Likewise.
5942
5943         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
5944         (gst_mpeg2subt_chain_subtitle): Likewise.
5945
5946         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
5947         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
5948         Likewise.
5949
5950         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
5951         Likewise.
5952
5953         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
5954         Likewise.
5955
5956         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
5957         Likewise.
5958
5959 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5960
5961         * configure.ac:
5962           update required version of GStreamer because of GST_TIME_FORMAT
5963
5964 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5965
5966         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
5967           remove leftover g_print
5968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5969           don't try setting only a subset of the caps. We don't want to kill
5970           autoplugging on purpose
5971
5972 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5973
5974         * sys/ximage/ximagesink.c: (plugin_init):
5975         * sys/xvimage/xvimagesink.c: (plugin_init):
5976           add debugging categories
5977
5978 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5979
5980         * po/en_GB.po:
5981         * po/LINGUAS:
5982           Adding en_GB translation (Gareth Owen)
5983
5984 2004-04-20  David Schleef  <ds@schleef.org>
5985
5986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5987         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
5988         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
5989         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
5990         A number of new features and hacks to extract the esds atom and
5991         put it into the caps.  (bug #137724)
5992
5993 2004-04-19  David Schleef  <ds@schleef.org>
5994
5995         * gconf/Makefile.am: Fix for non-GNU make
5996         * gst-libs/gst/Makefile.am: Change directory order to handle
5997         GstPlay linking with gstinterfaces
5998         * gst-libs/gst/audio/make_filter: make use of tr portable
5999         * gst-libs/gst/play/Makefile.am: Add intended \
6000         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6001         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
6002         function prototype instead of void *.
6003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
6004         macro.
6005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6006         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
6007         * gst/videofilter/make_filter: make use of tr portable
6008         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
6009
6010 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6011                                                                                 
6012         * po/LINGUAS:
6013         * po/uk.po:
6014           Added Ukrainian translation (Maxim V. Dziumanenko)
6015                                                                                 
6016 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6017
6018         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
6019         (gst_gsmdec_link), (gst_gsmdec_chain):
6020           Fix capsnego, simplify chain function slightly.
6021         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6022           Add GSM.
6023
6024 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6025
6026         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6027         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
6028         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
6029           Hack to make wavparse work with spider (always -> sometimes pad).
6030           Fixes #135862 && #140411.
6031
6032 2004-04-18  Benjamin Otte  <otte@gnome.org>
6033
6034         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
6035         (gst_osselement_rate_probe_check),
6036         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
6037           get rid of \n in debug output
6038
6039 2004-04-17  Iain <iain@prettypeople.org>
6040
6041         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
6042         not just EOS.
6043
6044 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6045
6046         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6047         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
6048         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
6049         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
6050         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6051         (gst_id3_tag_change_state), (plugin_init):
6052           deprecate id3tag element and replace with id3demux/id3mux.
6053           great side effect: this ugly file is now even uglier, yay!
6054         * ext/mad/gstmad.h:
6055           remove non-available function
6056           update for new get_type
6057
6058 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6059
6060         * configure.ac:
6061           require mpeg2dec >= 0.4.0
6062
6063 2004-04-17  Benjamin Otte  <otte@gnome.org>
6064
6065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6066         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
6067         (gst_xvimagesink_set_xwindow_id):
6068           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
6069           assorted cleanup fixes.
6070
6071 2004-04-16  David Schleef  <ds@schleef.org>
6072
6073         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
6074         * sys/xvimage/xvimagesink.h: same
6075
6076 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6077
6078         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6079           Fix GST_ELEMENT_ERROR with (NULL)
6080
6081 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6082
6083         * gst-libs/gst/riff/riff-media.c:
6084         (gst_riff_create_video_caps_with_data):
6085           Add div[3456] as fourccs for DivX 3 (fixes #140137).
6086
6087 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6088
6089         * gst-libs/gst/riff/riff-media.c:
6090         (gst_riff_create_video_caps_with_data),
6091         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
6092         (gst_riff_create_video_template_caps),
6093         (gst_riff_create_audio_template_caps):
6094         * gst-libs/gst/riff/riff-media.h:
6095         * gst-libs/gst/riff/riff-read.c:
6096         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
6097         * gst-libs/gst/riff/riff-read.h:
6098         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6099           Add MS RLE support. I added some functions to read out strf chunks
6100           into strf chunks and the data behind it. This is usually color
6101           palettes (as in RLE, but also in 8-bit RGB). Also use those during
6102           caps creation. Lastly, add ADPCM (similar to wavparse - which
6103           should eventually be rifflib based).
6104         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
6105         (gst_matroska_demux_init), (gst_matroska_demux_reset):
6106         * gst/matroska/matroska-demux.h:
6107           Remove placeholders for some prehistoric tagging system. Didn't add
6108           support for any tag system really anyway.
6109         * gst/qtdemux/qtdemux.c:
6110           Add support for audio/x-m4a (MPEG-4) through spider.
6111         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6112         (gst_wavparse_loop):
6113           ADPCM support (#135862). Increase max. buffer size because we
6114           cannot split buffers for ADPCM (screws references) and I've seen
6115           files with 2048 byte chunks. 4096 seems safe for now.
6116
6117 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6118
6119         * configure.ac: bump nano to 1
6120
6121 === release 0.8.1 ===
6122
6123 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6124
6125         * configure.ac: releasing 0.8.1, "Comforting Sounds"
6126
6127 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6128
6129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6130           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
6131           Fixes #140058
6132
6133 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6134
6135         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
6136           lower rank of dvddemux so that it's not used for mpeg playback.
6137
6138 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6139
6140         * configure.ac:
6141           save libs correctly when checking mad
6142
6143 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6144
6145         * ext/mad/gstid3tag.c: (plugin_init):
6146           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
6147
6148 2004-04-13  David Schleef  <ds@schleef.org>
6149
6150         * common/m4/gst-feature.m4: Call -config scripts with
6151         --plugin-libs if it is supported.
6152         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
6153         JPEG images are image/jpeg.
6154         * gst/debug/Makefile.am:
6155         * gst/debug/negotiation.c: (gst_negotiation_class_init),
6156         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
6157         (gst_negotiation_update_caps), (gst_negotiation_get_property),
6158         (gst_negotiation_plugin_init): Add a property that acts like
6159         filter caps.
6160         * testsuite/gst-lint:  Move license checking to be a standard
6161         test.
6162
6163 2004-04-13  David Schleef  <ds@schleef.org>
6164
6165         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
6166         patch from Sebastien Cote (bug #139958)
6167
6168 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6169
6170         * examples/gstplay/Makefile.am:
6171         * examples/gstplay/player.c: (main):
6172           make the commandline player example use gconf settings
6173
6174 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6175
6176         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6177         (gst_cacasink_sinkconnect), (gst_cacasink_init),
6178         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
6179           init/end library during state transition, not object
6180           creation/disposal.  get rid of custom dispose handler.
6181          
6182
6183 2004-04-12  Christian Schaller <Uraeus@gnome.org>
6184
6185         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
6186         be a symlink
6187
6188 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6189
6190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
6191           Handle JUNK chunks inside data section. Prevents warnings.
6192
6193 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6194
6195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6196         (gst_riff_create_video_template_caps):
6197           Add MS video v1.
6198         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6199         (gst_avi_demux_stream_data):
6200           Add support for "rec-list" chunks.
6201
6202 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6203
6204         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6205           Fix another codecname mismatch.
6206
6207 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6208
6209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6210           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
6211           so that MJPEG plays back.
6212
6213 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6214
6215         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
6216         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
6217         * gst/mpeg1videoparse/gstmp1videoparse.h:
6218           Fix for some slight mis-cuts in buffer parsing, and for some
6219           potential overflows or faults-causers. Adds disconts. Also fixes
6220           #139105 while we're at it.
6221
6222 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6223
6224         * configure.ac:
6225         * sys/v4l2/gstv4l2element.h:
6226           Workaround for missing struct v4l2_buffer declaration in Suse 9
6227           and Mandrake 10 linux/videodev2.h header file (#135919).
6228
6229 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6230
6231         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6232           Bail out if no filename was given.
6233
6234 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6235
6236         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6237         (gst_v4l2_fourcc_from_structure):
6238           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
6239           Y41B somewhere).
6240
6241 2004-04-09  Benjamin Otte  <otte@gnome.org>
6242
6243         * ext/gnomevfs/gstgnomevfssink.c:
6244         (_gst_boolean_allow_overwrite_accumulator),
6245         (gst_gnomevfssink_class_init):
6246           fix erase signal - if any handler returns false the file will not be
6247           overwritten. If no handler is connected, the file will not be
6248           overwritten either.
6249           renamed signal to "allow-overwrite"
6250         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
6251           free string when adding it to ID3 failed
6252         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6253           unref event when done
6254         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6255           free caps
6256         * gst/typefind/gsttypefindfunctions.c:
6257         (mpeg_video_stream_type_find):
6258           fix invalid read 
6259
6260 2004-04-08  David Schleef  <ds@schleef.org>
6261
6262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6263         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
6264
6265 2004-04-08  David Schleef  <ds@schleef.org>
6266
6267         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
6268         we don't support (bug #139532)
6269
6270 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6271
6272         * ext/mad/gstmad.c: (gst_mad_handle_event),
6273         (gst_mad_check_caps_reset), (gst_mad_chain),
6274         (gst_mad_change_state):
6275           only set explicit caps if they haven't been set before for
6276           this stream.  MPEG-audio sample rate/channels aren't allowed
6277           to change in-stream.
6278           Fixes #139382
6279
6280 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6281
6282         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
6283         (_gst_boolean_did_something_accumulator),
6284         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
6285         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
6286         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
6287         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
6288         (gst_gnomevfssink_change_state):
6289           Fix erase signal. Don't erase by default. Remove handoff signal.
6290           Remove erase property. Don't segfault. General cleanup.
6291
6292 2004-04-07  Benjamin Otte  <otte@gnome.org>
6293
6294         * gst-libs/gst/gconf/test-gconf.c: (main):
6295           add missing gst_init
6296
6297 2004-04-07  Benjamin Otte  <otte@gnome.org>
6298
6299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
6300           free the mutexes, too
6301
6302 2004-04-07  Benjamin Otte  <otte@gnome.org>
6303
6304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
6305           actually free the URI string
6306         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
6307           compute offset correctly when passing discont events
6308         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6309           don't leak discont events
6310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
6311           add some missing breaks so caps aren't copied randomly
6312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
6313           if we realloc memory, we better use it
6314
6315 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6316
6317         * ext/mad/gstmad.c: (normal_seek):
6318           fix GST_FORMAT_TIME usage
6319
6320 2004-04-05  David Schleef  <ds@schleef.org>
6321
6322         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
6323         a deprecated function (hack!)
6324
6325 2004-04-05  Benjamin Otte  <otte@gnome.org>
6326
6327         * ext/esd/esdmon.c: (gst_esdmon_get):
6328           fix nonterminated vararg and memleak
6329
6330 2004-04-05  Benjamin Otte  <otte@gnome.org>
6331
6332         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
6333         (gst_ladspa_init), (gst_ladspa_force_src_caps),
6334         (gst_ladspa_set_property), (gst_ladspa_get_property),
6335         (gst_ladspa_instantiate), (gst_ladspa_activate),
6336         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
6337           clean up debugging
6338
6339 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
6340
6341         reviewed by Benjamin Otte  <otte@gnome.org>
6342
6343         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
6344           check for broken LADSPA parameters (fixes #138635)
6345         
6346 2004-04-05  Benjamin Otte  <otte@gnome.org>
6347
6348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
6349           advertise buffer-frames correctly on sinkpads
6350
6351 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
6354         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
6355         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
6356         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
6357         (gst_mad_check_caps_reset), (gst_mad_chain):
6358         add more debugging, only reset caps when we're not in error state
6359
6360 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6361
6362         * ext/mad/gstmad.c: add debugging category, comment + cleanups
6363
6364 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
6365
6366         reviewed by Benjamin Otte  <otte@gnome.org>
6367
6368         * configure.ac:
6369           fix == in test(1) operator
6370
6371 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
6372
6373         reviewed by Benjamin Otte  <otte@gnome.org>
6374
6375         * configure.ac:
6376           fix --export-symblos-regex to a working regex.
6377
6378 2004-04-04  Benjamin Otte  <otte@gnome.org>
6379
6380         * sys/oss/.cvsignore:
6381           add for oss_probe
6382
6383 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
6384
6385         reviewed by Benjamin Otte  <otte@gnome.org>
6386
6387         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6388           add missing 'new_media' argument (fixes #138168)
6389         * gst/matroska/matroska-demux.c:
6390         (gst_matroska_demux_handle_seek_event):
6391           add vararg terminator (fixes #138169)
6392
6393 2004-04-02  David Schleef  <ds@schleef.org>
6394
6395         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
6396         disted (bug #138914)
6397
6398 2004-04-01  Benjamin Otte  <otte@gnome.org>
6399
6400         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
6401         (gst_alsa_close_audio):
6402           handle case better where a soundcard can't pause
6403         * ext/ogg/gstoggdemux.c:
6404           don't crash when we get events but don't have pads yet
6405
6406 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6407
6408         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
6409           throw an error if we couldn't probe any caps.
6410
6411 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
6412
6413         * ext/dvdnav/gst-dvd:
6414         Add a really simple sample DVD player
6415
6416 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
6417
6418         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
6419         (gst_a52dec_push), (gst_a52dec_handle_event),
6420         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
6421         (gst_a52dec_change_state):
6422         * ext/a52dec/gsta52dec.h:
6423           Use a debug category, Output timestamps correctly
6424           Emit tag info, Handle events, tell liba52dec about cpu
6425           capabilities so it can use MMX etc.
6426         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
6427           Fix a crasher accessing invalid memory
6428         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
6429         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
6430         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
6431         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
6432         (dvdnavsrc_query):
6433           Some support for byte-format seeking.
6434           Small fixes for still frames and menu button overlays
6435         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6436         (gst_mpeg2dec_alloc_buffer):
6437           Use a debug category. Adjust the report level of several items to
6438           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
6439           so it doesn't lose the GstBuffer pointer
6440         * gst/debug/Makefile.am:
6441         * gst/debug/gstdebug.c: (plugin_init):
6442         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
6443         (gst_navseek_base_init), (gst_navseek_class_init),
6444         (gst_navseek_init), (gst_navseek_seek),
6445         (gst_navseek_handle_src_event), (gst_navseek_set_property),
6446         (gst_navseek_get_property), (gst_navseek_chain),
6447         (gst_navseek_plugin_init):
6448         * gst/debug/gstnavseek.h:
6449           Add the navseek debug element for seeking back and forth in a 
6450           video stream using arrow keys.
6451         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
6452         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
6453         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
6454         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
6455         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
6456         (gst_mpeg2subt_parse_header), (gst_get_nibble),
6457         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
6458         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
6459         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
6460         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
6461         * gst/mpeg2sub/gstmpeg2subt.h:
6462           Pretty much a complete rewrite. Now a loopbased element. May still
6463           require work to properly synchronise subtitle buffers.
6464         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
6465         (gst_dvd_demux_send_subbuffer):
6466         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
6467           Don't attempt to create subbuffers of size 0
6468           Reduce a couple of error outputs to warnings.
6469         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
6470         (gst_y4mencode_chain):
6471         Output the y4m frame header correctly.
6472
6473 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6474
6475         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
6476           throw errors instead of allowing SIGFPE
6477
6478 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6479
6480         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
6481         (gst_gconf_render_bin_from_key):
6482           leak plugging and style fixing
6483
6484 2004-03-31  David Schleef  <ds@schleef.org>
6485
6486         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
6487         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
6488         (bug #138225)
6489         * gst/debug/Makefile.am:
6490         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
6491         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
6492         plugin.
6493         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
6494         (gst_negotiation_base_init), (gst_negotiation_class_init),
6495         (gst_negotiation_init), (gst_negotiation_getcaps),
6496         (gst_negotiation_pad_link), (gst_negotiation_chain),
6497         (gst_negotiation_set_property), (gst_negotiation_get_property),
6498         (gst_negotiation_plugin_init):  New element to talk about random
6499         negotiation things happening in a pipeline.
6500
6501 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6502
6503         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
6504           fix integer addition with help of Stefan Kost
6505
6506 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6507
6508         * po/nl.po: updated Dutch translation (Elros Cyriatan)
6509
6510 2004-03-30  David Schleef  <ds@schleef.org>
6511
6512         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
6513         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
6514         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
6515         (bug #137504)
6516         * ext/mpeg2dec/gstmpeg2dec.h:
6517
6518 2004-03-30  David Schleef  <ds@schleef.org>
6519
6520         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
6521
6522 2004-03-30  David Schleef  <ds@schleef.org>
6523
6524         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
6525         Michael Petullo) to handle .mov
6526
6527 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6528
6529         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
6530         (gst_osselement_rate_check_rate):
6531           probe caps correctly for sound cards that only support one format
6532
6533 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6534
6535         * ext/kio/kiosrc.cpp: (process_events):
6536           update handling event processing if inside KDE - untested
6537
6538 2004-03-29  David Schleef  <ds@schleef.org>
6539
6540         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
6541         by 2 to not interfere with other colorspaces.
6542         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
6543         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
6544         one to not interfere with ffmpeg_colorspace.
6545
6546 2004-03-29  David Schleef  <ds@schleef.org>
6547
6548         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
6549         aren't in the caps.
6550         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
6551         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
6552
6553 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6554
6555         * gst-libs/gst/riff/riff-media.c:
6556           fail on error, don't try to set stuff on NULL caps
6557
6558 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6559
6560         * configure.ac:
6561         * ext/Makefile.am:
6562         * ext/kio/Makefile.am:
6563         * ext/kio/kioreceiver.cpp:
6564         * ext/kio/kioreceiver.h:
6565         * ext/kio/kiosrc.cpp:
6566         * ext/kio/kiosrc.h:
6567           add experimental kiosrc plugin
6568         * ext/alsa/gstalsaplugin.c: (plugin_init):
6569           initialize debugging category only when we're sure registering the
6570           plugins worked.
6571
6572 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6573
6574         * examples/gstplay/player.c: (main):
6575         * gst-libs/gst/play/play.c: (gst_play_class_init),
6576         (gst_play_set_location), (gst_play_set_data_src),
6577         (gst_play_set_video_sink), (gst_play_set_audio_sink),
6578         (gst_play_set_visualization), (gst_play_connect_visualization):
6579           check return values of element_set_state and return FALSE where
6580           failed
6581
6582 2004-03-29  Benjamin Otte  <otte@gnome.org>
6583
6584         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6585           try harder to check if an event is really a discont
6586
6587 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6588
6589         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
6590         * po/az.po:
6591
6592 2004-03-28  Benjamin Otte  <otte@gnome.org>
6593
6594         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
6595         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6596         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
6597           get rid of non-standard "..." ranges in case statements.
6598
6599 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
6600
6601         * gst/mpegstream/gstmpegdemux.c: 
6602         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
6603         specific functionality split to the new dvddemux element.
6604         * gst/mpegstream/gstdvddemux.c:
6605         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
6606         streams, derived from mpegdemux.
6607         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
6608         up. SCR based timestamp rewriting can be turned off (will probably
6609         completely disappear soon).
6610         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
6611         hacking. General cleanup. All printf statements replaced by
6612         debugging messages. Almost complete libdvdnav support.
6613         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
6614         by events. New properties for audio and subpicture languages.
6615         (dvdnavsrc_update_highlight): Now uses events.
6616         (dvdnavsrc_user_op): Cleaned up.
6617         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
6618         based). Lots of cleanup, and propper support for most libdvdnav
6619         events.
6620         (dvdnavsrc_make_dvd_event): New function.
6621         (dvdnavsrc_make_dvd_nav_packet_event): New function.
6622         (dvdnavsrc_make_clut_change_event): New function.
6623
6624 2004-03-26  Benjamin Otte  <otte@gnome.org>
6625
6626         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
6627           fix bug where typefinding would claim it's theora whenever less then
6628           7 bytes of data were available
6629
6630 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6631
6632         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
6633         (gst_alawdec_base_init), (gst_alawdec_class_init),
6634         (gst_alawdec_init), (gst_alawdec_chain):
6635         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
6636         (gst_alawenc_base_init), (gst_alawenc_class_init),
6637         (gst_alawenc_init), (gst_alawenc_chain):
6638         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
6639         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
6640         (gst_mulawdec_init), (gst_mulawdec_chain):
6641         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
6642         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
6643         (gst_mulawenc_init), (gst_mulawenc_chain):
6644           Fix capsnego in all four, remove the unused property functions and
6645           simplify the chain functions slightly. I guess we could use macros
6646           or something similar for those, since the code is so similar, but
6647           I'm currently too lazy...
6648
6649 2004-03-24  David Schleef  <ds@schleef.org>
6650
6651         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
6652         (gst_osselement_close_audio), (gst_osselement_probe_caps),
6653         (gst_osselement_get_format_structure),
6654         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
6655         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
6656         (gst_osselement_rate_int_compare): Add code to handle rate probing
6657         (bug #120883)
6658         * sys/oss/gstosselement.h: same
6659         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
6660         Use rate probing provided by osselement.
6661         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
6662
6663 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6664
6665         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
6666         (gst_xvidenc_get_property):
6667           ulong/int mess-up.
6668
6669 2004-03-24  David Schleef  <ds@schleef.org>
6670
6671         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
6672         (gst_speexdec_init):
6673         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
6674         (gst_speexenc_init):  Create the pad template correctly (from
6675         the static pad template, not a NULL pointer.)
6676
6677 2004-03-25  Benjamin Otte  <otte@gnome.org>
6678
6679         * gst/debug/Makefile.am:
6680         * gst/debug/breakmydata.c: 
6681           add element that quasi-randomly changes bytes in the stream.
6682           Intended use is robustness checking of demuxers and decoders in
6683           media tests.
6684
6685 2004-03-24  Benjamin Otte  <otte@gnome.org>
6686
6687         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6688         (gst_alsa_probe_hw_params):
6689         * ext/alsa/gstalsa.h:
6690           debugging output fixes
6691
6692 2004-03-24  Benjamin Otte  <otte@gnome.org>
6693
6694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
6695           don't g_return_if_fail if element is PLAYING, fail silently as every
6696           other element.
6697         * gst/effectv/gstquark.c: (gst_quarktv_chain):
6698           only fix needed for cast lvalue issues in gst-plugins
6699         * gst/volenv/gstvolenv.c: (gst_volenv_init):
6700           add proxy_getcaps
6701
6702 2004-03-24  Benjamin Otte  <otte@gnome.org>
6703
6704         * gst/level/gstlevel.c: (gst_level_init):
6705           add proxying getcaps function, so level doesn't advertise impossible
6706           caps
6707
6708 2004-03-24  David Schleef  <ds@schleef.org>
6709
6710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6711         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
6712         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
6713         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
6714         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
6715         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
6716         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
6717         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
6718         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
6719         messages.  Divide the chunk size by the compression ratio
6720         (needed for MACE audio)
6721
6722 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6723
6724         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6725           Fix buffer overflow read error.
6726
6727 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6728
6729         * ext/alsa/gstalsa.h:
6730           Remove unused entry.
6731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6732           Add cinepak.
6733         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6734         (gst_videodrop_link), (gst_videodrop_chain):
6735           Fix, sort of. Was horribly broken with new capsnego. Bah...
6736
6737 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
6738
6739         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
6740         (plugin_init):
6741         Add a monkeysaudio typefind function
6742
6743 2004-03-23  Johan Dahlin  <johan@gnome.org>
6744
6745         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
6746         (gst_play_video_fixate): Check so the structure has the field
6747         before trying to fixate them, this makes it possible to have
6748         fakesinks for video and audio output without printing errors on
6749         the output console.
6750
6751 2004-03-22  David Schleef  <ds@schleef.org>
6752
6753         * sys/oss/Makefile.am:
6754         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
6755         (check_rate), (add_rate):  Rate probing test app.
6756
6757 2004-03-21  Benjamin Otte  <otte@gnome.org>
6758
6759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6760         (_fixate_caps_to_int), (gst_audio_convert_fixate):
6761           add a fixation function that pretty much does the right thing (fixes
6762           #137556)
6763
6764 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
6765
6766         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
6767
6768 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
6769
6770         reviewed by: Benjamin Otte  <otte@gnome.org>
6771
6772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6773           terminate gst_event_new_discontinuous correctly (fixes parts of
6774           #137711)
6775
6776 2004-03-19  David Schleef  <ds@schleef.org>
6777
6778         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
6779         since it doesn't depend on X, and it's part of our ABI.
6780
6781 2004-03-19  Iain <iain@prettypeople.org>
6782
6783         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
6784         is_int in the structure, not the local variable.
6785
6786 2004-03-19  David Schleef  <ds@schleef.org>
6787
6788         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
6789         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
6790         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
6791         Improvements in caps negotiation.
6792
6793 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6794
6795         * po/LINGUAS:
6796         * po/af.po:
6797           adding Afrikaans (Petri Jooste)
6798
6799 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6800
6801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6802         (gst_ffmpegcolorspace_chain):
6803         throw error instead of g_critical (#137588)
6804
6805 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6806
6807         * Makefile.am:
6808         * configure.ac:
6809           dist common and m4 correctly
6810         * po/sv.po:
6811
6812 2004-03-17  David Schleef  <ds@schleef.org>
6813
6814         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
6815         (bug #137348)
6816
6817 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6818
6819         * po/LINGUAS:
6820         * po/sv.po:
6821           adding Swedish translation (Christian Rose)
6822
6823 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6824
6825         * Makefile.am: use release.mak
6826
6827 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6828
6829         * common/ChangeLog:
6830         * common/gst-autogen.sh:
6831           add some explanation about the version detection
6832         * configure.ac:
6833           fix X check
6834
6835 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6836
6837         * configure.ac: bump nano to 1
6838
6839 === release 0.8.0 ===
6840
6841 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6842
6843         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
6844
6845 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6846
6847         * configure.ac:
6848           update libtool version
6849         * gst-libs/gst/media-info/Makefile.am:
6850           actually use libtool version
6851
6852 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6853
6854         * configure.ac: fix speex detection to work with 1.0 but not 1.1
6855
6856 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6857
6858         * configure.ac:
6859         * gst-plugins.spec.in:
6860         * pkgconfig/Makefile.am:
6861         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6862         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6863         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6864         * pkgconfig/gstreamer-libs.pc.in:
6865         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6866         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6867         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
6868         * pkgconfig/gstreamer-plugins.pc.in:
6869           remove @VERSION@ from some of the pc files since core and plugins
6870           are decoupled.
6871           created gstreamer-plugins.pc as it's a better name, but keeping
6872           -libs around for now to get fixes upstream done first.
6873
6874 2004-03-15  Julien MOUTTE <julien@moutte.net>
6875
6876         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
6877         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
6878         * gst-libs/gst/play/play.h:
6879
6880 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6881
6882         * *.c, *.cc: don't mix tabs and spaces
6883
6884 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6885
6886         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6887           use the new ffmpegcolorspace
6888         * gst-plugins.spec.in:
6889           package new colorspace and media-info
6890         * configure.ac:
6891         * pkgconfig/Makefile.am:
6892           fix some more disting issues
6893         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6894         * pkgconfig/gstreamer-media-info.pc.in:
6895           generate media-info pc files
6896
6897 2004-03-15  Johan Dahlin  <johan@gnome.org>
6898         
6899         * *.h: Revert indenting
6900
6901 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6902
6903         * configure.ac:
6904           adding ffmpegcolorspace element
6905         * gst/ffmpegcolorspace/Makefile.am:
6906         * gst/ffmpegcolorspace/avcodec.h:
6907         * gst/ffmpegcolorspace/common.h:
6908         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
6909         * gst/ffmpegcolorspace/dsputil.h:
6910         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
6911         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6912         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
6913         (gst_ffmpeg_caps_to_pix_fmt):
6914         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6916         (gst_ffmpegcolorspace_caps_remove_format_info),
6917         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
6918         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
6919         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
6920         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
6921         (gst_ffmpegcolorspace_set_property),
6922         (gst_ffmpegcolorspace_get_property),
6923         (gst_ffmpegcolorspace_register):
6924         * gst/ffmpegcolorspace/imgconvert.c:
6925         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
6926         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
6927         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
6928         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
6929         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
6930         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
6931         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
6932         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
6933         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
6934         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
6935         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
6936         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
6937         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
6938         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
6939         (img_get_alpha_info), (deinterlace_line),
6940         (deinterlace_line_inplace), (deinterlace_bottom_field),
6941         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
6942         * gst/ffmpegcolorspace/imgconvert_template.h:
6943         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
6944         * gst/ffmpegcolorspace/mmx.h:
6945         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
6946           adding ffmpegcolorspace element supplied by Ronald after cleaning
6947           up and pulling in the right bits of upstream source. 
6948           I'm sure a better C/compiler wizard could do some cleaning up (for
6949           example use GLIB's malloc stuff), but as a first pass this
6950           works very well
6951
6952 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6953
6954         * ext/alsa/gstalsa.h:
6955           I assume Ronald forgot to commit the change to have cardname
6956           as a struct member.  Expect some public spanking at the next
6957           opportunity.
6958
6959 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6960
6961         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
6962         (gst_alsa_open_audio), (gst_alsa_close_audio):
6963         * ext/alsa/gstalsa.c:
6964           Don't open the device if we're a mixer (= padless).
6965         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
6966         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
6967         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
6968           Open mixer during state change rather than during object
6969           initialization. Also, get a device name. Currently in a somewhat
6970           hackish fashion, but I didn't really find something better.
6971
6972 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6973
6974         * *.c, *.h: run gst-indent
6975
6976 2004-03-14  Benjamin Otte  <otte@gnome.org>
6977
6978         * gst/modplug/gstmodplug.cc:
6979         * gst/modplug/gstmodplug.h:
6980           set correct timestamps on outgoing buffers
6981
6982 2004-03-14  Benjamin Otte  <otte@gnome.org>
6983
6984         * gst/modplug/gstmodplug.cc:
6985           handle events - don't do crap when a discont arrives that's not
6986           necessary
6987           This allows correct loading and playback of mods in Rhythmbox
6988
6989 2004-03-14  Benjamin Otte  <otte@gnome.org>
6990
6991         * configure.ac:
6992         * gst-libs/gst/gconf/Makefile.am:
6993         * pkgconfig/Makefile.am:
6994           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
6995           they get rebuilt properly
6996         * configure.ac:
6997           when checking for vorbis, try pkgconfig first.
6998         * gst/modplug/gstmodplug.cc:
6999           add fixate function
7000
7001 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7002
7003         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7004           Fix for obvious mistake, where we first shift the offset and then
7005           read a samplesize element assuming the old offset. Note that this
7006           part still has something weird, i.e. my movies containing those
7007           don't actually play well, but at least there's something that looks
7008           like sound now.
7009
7010 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
7011         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
7012         (plugin_init):
7013         Add a typefind function for speex format
7014
7015 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7016
7017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
7018         (gst_asf_demux_setup_pad):
7019           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
7020           instead of 0. Reason is simple: some elements have a fps range
7021           of 1-max instead of 0-max. So now ASF video actually works.
7022
7023 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7024
7025         * po/LINGUAS:
7026         * po/sr.po:
7027           adding serbian as a language
7028
7029 2004-03-13  Benjamin Otte  <otte@gnome.org>
7030
7031         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7032           return taglist correctly from _get function, don't gst_pad_push it.
7033           (fixes #137042)
7034
7035 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7036         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7037
7038 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7039
7040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
7041         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
7042         (gst_alsa_mixer_track_new):
7043         * ext/alsa/gstalsamixertrack.h:
7044           Fix ancient leftovers... MixerTrack is a GObject.
7045
7046 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7047
7048         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7049         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7050           Don't block during probing...
7051
7052 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
7055         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
7056         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
7057         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
7058         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
7059         (gst_alsa_open_audio), (gst_alsa_close_audio):
7060         * ext/alsa/gstalsa.h:
7061           Add propertyprobe interface implementation, add some device-name
7062           property, all this so that it looks good in gnome-volume-control.
7063
7064 2004-03-12  David Schleef  <ds@schleef.org>
7065
7066         * configure.ac: the Hermes library controls hermescolorspace, not
7067         colorspace.
7068         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7069         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
7070         not /* */
7071         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
7072         * ext/sdl/sdlvideosink.h: ditto.
7073         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
7074
7075 2004-03-12  Benjamin Otte  <otte@gnome.org>
7076
7077         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
7078         (gst_x_overlay_got_xwindow_id):
7079         * gst-libs/gst/xoverlay/xoverlay.h:
7080           replace XID with unsigned long to get rid of the xlibs dependency in
7081           XOverlay (fixes #137004)
7082
7083 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7084         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
7085         (gst_agingtv_setup):
7086         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
7087         (gst_dicetv_base_init), (gst_dicetv_class_init),
7088         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
7089         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
7090         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
7091         (gst_edgetv_setup), (gst_edgetv_rgb32):
7092         * gst/effectv/gsteffectv.c:
7093         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
7094         (gst_quarktv_set_property):
7095         * gst/effectv/gstrev.c: (gst_revtv_get_type),
7096         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
7097         (gst_revtv_setup), (gst_revtv_rgb32):
7098         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
7099         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
7100         (gst_shagadelictv_init), (gst_shagadelictv_setup),
7101         (gst_shagadelictv_rgb32):
7102         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
7103         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
7104         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
7105         * gst/effectv/gstwarp.c:
7106         Port everything that can be ported to videofilter and fix up the caps.
7107         Can someone with a big-endian machine please check these?
7108
7109 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7110
7111         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
7112         (gst_osssink_chain), (gst_osssink_change_state):
7113           Latest fixes for A/V sync, audio playback and such. This is about
7114           all... MPEG playback issues are mostly related to the async build-
7115           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
7116
7117 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7118
7119         patch from: Stephane Loeuillet
7120
7121         * configure.ac:
7122           use pkg-config for some libraries, falling back to the old .m4 way
7123           (fixes #131270)
7124         * m4/libdv.m4:
7125           removed
7126
7127 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7128
7129         * configure.ac:
7130         * tools/Makefile.am:
7131         * tools/Makefile.in:
7132         * tools/gst-launch-ext-m.m:
7133         * tools/gst-launch-ext.1.in:
7134         * tools/gst-visualise-m.m:
7135         * tools/gst-visualise.1:
7136         * tools/gst-visualise.1.in:
7137           reorganizing generation of script tools
7138
7139 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7140
7141         * ext/divx/gstdivxdec.c:
7142           Downgrade priority. We prefer ffdec_mpeg4.
7143         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
7144         (gst_faad_chain), (gst_faad_change_state):
7145           Fix capsnego. Doesn't work for some sounds because we don't have
7146           a 5:1 to stereo element.
7147         * ext/xvid/gstxvid.c: (plugin_init):
7148           Add priority.
7149         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
7150         (gst_osssink_change_state):
7151           Add discont handling.
7152
7153 2004-03-09  Colin Walters  <walters@verbum.org>
7154
7155         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
7156         conversion.
7157
7158 2004-03-09  Benjamin Otte  <otte@gnome.org>
7159
7160         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7161           the signals take 2 arguments
7162
7163 2004-03-09  David Schleef  <ds@schleef.org>
7164
7165         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
7166         (gst_alsa_fixate): Add fixate function.  (bug #136686)
7167         * ext/alsa/gstalsa.h:
7168         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
7169
7170 2004-03-09  Benjamin Otte  <otte@gnome.org>
7171
7172         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
7173         (gst_mikmod_change_state):
7174         * ext/mikmod/gstmikmod.h:
7175           make mikmod's loop function not loop infinitely and call
7176           gst_element_yield anymore
7177         * gst/modplug/gstmodplug.cc:
7178           fix pad negotiation (fixes #136590)
7179
7180 2004-03-09  David Schleef  <ds@schleef.org>
7181
7182         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
7183         doesn't conflict with the internal colorspace plugin.
7184         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
7185         satisfy the crappy-ass shell shipped by a certain vendor.
7186         * gst/videofilter/make_filter: same (bug #135299)
7187
7188 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7189
7190         * configure.ac: bump nano to 1
7191
7192 === release 0.7.6 ===
7193
7194 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7195
7196         * configure.in: releasing 0.7.6, "There"
7197
7198 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7199
7200         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7201         * pkgconfig/gstreamer-play.pc.in:
7202           synchronize the two
7203
7204 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7205
7206         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
7207         (cdparanoia_open), (cdparanoia_event):
7208           fix/add error handling
7209         * po/POTFILES.in:
7210           add cdparanoia source
7211         * tools/Makefile.am:
7212           make scripts executable
7213
7214 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7215
7216         * configure.ac:
7217         * ext/vorbis/Makefile.am:
7218         * sys/Makefile.am:
7219           remove id3types, vorbisfile and xvideosink from the build (#133783)
7220
7221 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7222
7223         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7224           Fix metadata read crash (#136537).
7225
7226 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7227
7228         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
7229         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
7230           adding mime types, fixing the one-stop function
7231
7232 2004-03-08  Christian Schaller <Uraeus@gnome.org>
7233
7234         * ext/nas/nassink.c and /ext/nas/nassink.h:
7235         More NAS love from Arwed von Merkatz
7236         So lets all sing 'Can you feel the NAS tonight' 
7237
7238 2004-03-08  Christian Schaller <Uraeus@gnome.org>
7239
7240         * tools/gst-launch-ext.in: 
7241         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
7242
7243 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7244
7245         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7246         (gst_mpeg2dec_init):
7247         remove the user_data pad for now, because it is being used in
7248         fixating causing MPEG playback to fixate on 1000 Hz for playback.
7249         If someone knows how to fix this properly, please do.
7250
7251 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7252
7253         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7254         (gst_osssink_get_time):
7255         add a warning, IMO this won't get triggered anymore, remove later
7256
7257 2004-03-07  David Schleef  <ds@schleef.org>
7258
7259         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
7260         format (bug #136470)
7261
7262 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7263
7264         * gst-libs/Makefile.am:
7265         * gst-libs/gst/media-info/Makefile.am:
7266         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
7267         (error_callback), (gst_media_info_error_create),
7268         (gst_media_info_error_element), (gmip_init), (gmip_reset),
7269         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
7270         * gst-libs/gst/media-info/media-info-priv.h:
7271         * gst-libs/gst/media-info/media-info-test.c: (main):
7272         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7273         (gst_media_info_class_init), (gst_media_info_instance_init),
7274         (gst_media_info_set_source), (gst_media_info_read_with_idler),
7275         (gst_media_info_read_idler), (gst_media_info_read):
7276         * gst-libs/gst/media-info/media-info.h:
7277         fixed, should work now
7278
7279 2004-03-07  Christian Schaller <Uraeus@gnome.org>
7280
7281         * ext/nas/nassink.c:
7282         A bunch of NAS fixes from Arwed von Merkatz
7283
7284 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7285
7286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
7287         (qtdemux_parse_trak):
7288           Fix crash (j might be greater than n_samples, in which case we're
7289           writing outside the allocated space for the array) and memleak.
7290
7291 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * sys/oss/gstosssink.c: (gst_osssink_chain):
7294           And another caller that couldn't handle delay < 0 (unsigned
7295           integer overflow). Video now continues playing on an audio
7296           buffer underrun, and the clock continues working. Audio still
7297           stalls.
7298
7299 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7300
7301         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7302         (gst_osssink_get_time):
7303           get_delay() may return values lower than 0. In those cases, we
7304           should not actually cast to *unsigned* int64, that will break
7305           stuff horribly. In my case, it screwed up A/V sync in movies
7306           in totem rather badly.
7307
7308 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7309
7310         * ext/faac/gstfaac.c: (gst_faac_chain):
7311         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7312         * ext/libpng/gstpngenc.c: (user_write_data):
7313         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7314         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
7315         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7316         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
7317         Fix several misuse of gst_buffer_merge (it doesn't take ownership
7318         of any buffer), should fix some leaks. I hope I didn't unref buffers
7319         that shouldn't be...
7320         
7321 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7322
7323         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7324         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
7325         (error_callback), (gmi_reset), (gmi_seek_to_track),
7326         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
7327         (gmip_find_type_post), (gmip_find_stream_post),
7328         (gmip_find_track_streaminfo_post):
7329         * gst-libs/gst/media-info/media-info-priv.h:
7330         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
7331         (info_print), (main):
7332         * gst-libs/gst/media-info/media-info.c:
7333         (gst_media_info_error_create), (gst_media_info_error_element),
7334         (gst_media_info_instance_init), (gst_media_info_get_property),
7335         (gst_media_info_new), (gst_media_info_set_source),
7336         (gst_media_info_read_idler), (gst_media_info_read):
7337         * gst-libs/gst/media-info/media-info.h:
7338           first pass at making this work again.  This seems to work on
7339           tagged ogg/vorbis and mp3 files.
7340
7341 2004-03-06  Benjamin Otte  <otte@gnome.org>
7342
7343         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7344           fix huge leak: gst_buffer_merge doesn't unref the first argument
7345           itself.
7346
7347 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7348
7349         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
7350           report layer/mode/emphasis
7351
7352 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7353
7354         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
7355
7356 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7357
7358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7359           signal serial
7360
7361 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7362
7363         * ext/vorbis/vorbis.c: (plugin_init):
7364         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7365         (gst_vorbis_dec_init), (vorbis_dec_event):
7366         add debug category
7367         make vorbisdec handle _BYTE and _TIME queries
7368
7369 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7370
7371         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
7372           from the xing header
7373
7374 2004-03-06  Benjamin Otte  <otte@gnome.org>
7375
7376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
7377         (gst_audio_convert_link), (gst_audio_convert_change_state),
7378         (gst_audio_convert_buffer_from_default_format):
7379           do conversions from/to float correctly, fix some caps nego errors,
7380           export correct supported caps in template and getcaps, use correct
7381           caps in try_set_caps functions
7382
7383 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7384
7385         For some reason, I only committed a ChangeLog entry yesterday and 
7386         not the corresponding code...
7387         * ext/mad/gstmad.c: Fix detection of Xing headers
7388         * gst/tags/gstid3tag.c: Changes to support TLEN tags
7389
7390 2004-03-06  Benjamin Otte  <otte@gnome.org>
7391
7392         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
7393         (gst_ogg_demux_src_query):
7394           make sure to handle the case where there's no current chain
7395           gracefully.
7396
7397 2004-03-05  David Schleef  <ds@schleef.org>
7398
7399         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
7400         Add fixate function. (bug #131128)
7401         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
7402         (gst_sdlvideosink_fixate):  Add fixate function.
7403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7404         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
7405         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
7406         Fix missing break that was causing ulaw to be interpreted as
7407         raw int.
7408
7409 2004-03-05  David Schleef  <ds@schleef.org>
7410
7411         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
7412         Fix code that ignores return value of gst_buffer_merge().
7413         (bug #114560)
7414         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
7415         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
7416         * testsuite/gst-lint:  Check for above.
7417
7418 2004-03-05  David Schleef  <ds@schleef.org>
7419
7420         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
7421         caps and throw an element error.  (bug #136334)
7422
7423 2004-03-05  David Schleef  <ds@schleef.org>
7424
7425         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
7426         (gst_faad_chain): Fix negotiation.
7427         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
7428         key and button events.
7429         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
7430         dung heap of code.
7431         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
7432         depends on gconf
7433         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
7434         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7435         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
7436         function to encourage better negotiation, particularly between
7437         audioconvert and osssink.
7438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7439         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
7440         more important.
7441         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
7442         typefinding.
7443         * gst/vbidec/vbiscreen.c:  Add glib header
7444         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
7445
7446 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
7447
7448         * ext/mad/gstmad.c: Fix detection of Xing headers
7449         * gst/tags/gstid3tag.c: Changes to support TLEN tags
7450
7451 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7452
7453         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7454         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
7455           debug updates
7456
7457 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7458
7459         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7460         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
7461         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
7462         files, and report the parsed length as a GST_TAG_DURATION tag.
7463         * gst/tags/gstid3tag.c: support TLEN (duration) tag
7464
7465 2004-03-05  Benjamin Otte  <otte@gnome.org>
7466
7467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
7468           convert channels correctly. convert correctly to unsigned.
7469
7470 2004-03-05  Julien MOUTTE <julien@moutte.net>
7471
7472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
7473         we have a window before clearing it.
7474
7475 2004-03-05  Julien MOUTTE <julien@moutte.net>
7476
7477         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
7478         have a window before clearing it.
7479
7480 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7481
7482         * gconf/gstreamer.schemas.in:
7483         * gst-libs/gst/gconf/Makefile.am:
7484           version installation path the same way as for 0.6
7485         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7486         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7487         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7488           remove comment that was fixed
7489
7490 2004-03-05  David Schleef  <ds@schleef.org>
7491
7492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
7493         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
7494         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
7495         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
7496         Add prototype code for handling seeking and querying.
7497
7498 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7499
7500         * examples/gstplay/player.c: (main):
7501           Initialize variables to NULL. Prevents a segfault because the
7502           (uninitialized) variable is not NULL, resulting in a crash on
7503           trying to reach error->message.
7504
7505 2004-03-05  Benjamin Otte  <otte@gnome.org>
7506
7507         * gst/audioconvert/gstaudioconvert.c:
7508         (gst_audio_convert_buffer_to_default_format):
7509         make float=>int conversion work correctly even in cornercases.
7510
7511 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
7512
7513         * debian/README.Debian:
7514         * debian/build-deps:
7515         * debian/changelog:
7516         * debian/control:
7517         * debian/control.in:
7518         * debian/copyright:
7519         * debian/gstreamer-a52dec.files:
7520         * debian/gstreamer-aa.files:
7521         * debian/gstreamer-alsa.files:
7522         * debian/gstreamer-alsa.manpages:
7523         * debian/gstreamer-arts.files:
7524         * debian/gstreamer-artsd.files:
7525         * debian/gstreamer-audiofile.files:
7526         * debian/gstreamer-avifile.files:
7527         * debian/gstreamer-cdparanoia.files:
7528         * debian/gstreamer-colorspace.files:
7529         * debian/gstreamer-doc.files:
7530         * debian/gstreamer-dv.files:
7531         * debian/gstreamer-dvd.files:
7532         * debian/gstreamer-esd.files:
7533         * debian/gstreamer-festival.files:
7534         * debian/gstreamer-flac.files:
7535         * debian/gstreamer-gconf.conffiles:
7536         * debian/gstreamer-gconf.files:
7537         * debian/gstreamer-gconf.postinst:
7538         * debian/gstreamer-gnomevfs.files:
7539         * debian/gstreamer-gsm.files:
7540         * debian/gstreamer-http.files:
7541         * debian/gstreamer-jack.files:
7542         * debian/gstreamer-jpeg.files:
7543         * debian/gstreamer-mad.files:
7544         * debian/gstreamer-mikmod.files:
7545         * debian/gstreamer-misc.files:
7546         * debian/gstreamer-mpeg2dec.files:
7547         * debian/gstreamer-oss.files:
7548         * debian/gstreamer-plugin-apps.files:
7549         * debian/gstreamer-plugin-apps.manpages:
7550         * debian/gstreamer-plugin-libs-dev.files:
7551         * debian/gstreamer-plugin-libs.files:
7552         * debian/gstreamer-plugin-template.postinst:
7553         * debian/gstreamer-plugin-template.postrm:
7554         * debian/gstreamer-sdl.files:
7555         * debian/gstreamer-sid.files:
7556         * debian/gstreamer-vorbis.files:
7557         * debian/gstreamer-x.files:
7558         * debian/mk.control:
7559         * debian/rules:
7560         Debian package info not maintained here.
7561
7562 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7563
7564         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
7565         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
7566         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
7567         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
7568         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
7569         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
7570         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
7571         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
7572         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
7573         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
7574         * gst-libs/gst/colorbalance/colorbalance.c:
7575         (gst_color_balance_class_init):
7576         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7577         (gst_color_balance_channel_class_init):
7578         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7579         * gst-libs/gst/play/play.c: (gst_play_class_init):
7580         * gst-libs/gst/propertyprobe/propertyprobe.c:
7581         (gst_property_probe_iface_init):
7582         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
7583         * gst-libs/gst/tuner/tunerchannel.c:
7584         (gst_tuner_channel_class_init):
7585         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
7586         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
7587         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
7588         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
7589         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
7590         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
7591         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
7592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
7593         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
7594           fix signals to use - instead of _
7595         * ext/libcaca/gstcacasink.h:
7596         * ext/sdl/sdlvideosink.h:
7597           fix header rename
7598
7599 2004-03-04  David Schleef  <ds@schleef.org>
7600
7601         * testsuite/gst-lint:  Add a check for bad signal names.
7602
7603 2004-03-04  <kost@imn.htwk-leipzig.de>
7604
7605         reviewed by David Schleef
7606
7607         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
7608         modified the alpha channel and caused a warning. (bug #136192)
7609
7610 2004-04-03  Christian Schaller <Uraeus@gnome.org>
7611
7612         * gst-plugins.spec.in:
7613         Change names of plugins to actually be correct. Try to keep things
7614         alphabetical to avoid getting beat up by Thomas
7615
7616 2004-03-03  Julien MOUTTE <julien@moutte.net>
7617
7618         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
7619         Using ximagesink as a default if no gconf key found. We should
7620         probably consider using alsasink instead of osssink for the audio
7621         part.
7622
7623 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7624
7625         * configure.ac:
7626           fix --with-plugins, don't think it ever worked before
7627         * gst-plugins.spec.in:
7628           even more updates
7629
7630 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7631
7632         * ext/sdl/sdlvideosink.h:
7633         * sys/ximage/ximagesink.h:
7634         * sys/xvideo/xvideosink.h:
7635         * sys/xvimage/xvimagesink.h:
7636           Fix for move of gstvideosink.h -> videosink.h.
7637
7638 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7639
7640         * gst-libs/gst/xwindowlistener/Makefile.am:
7641           this is a plugin library, not a library
7642
7643 2004-03-01  David Schleef  <ds@schleef.org>
7644
7645         * AUTHORS:  Added some names.  Add yourself if you're still
7646         missing.
7647
7648 2004-03-01  David Schleef  <ds@schleef.org>
7649
7650         * MAINTAINERS: Add
7651
7652 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7653
7654         * gst-plugins.spec.in: clean up spec file
7655
7656 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7657
7658         * gst-libs/gst/video/Makefile.am:
7659         * gst-libs/gst/video/gstvideosink.c:
7660         * gst-libs/gst/video/gstvideosink.h:
7661           rename gstvideosink.h to videosink.h to match other headers
7662         * gst/mixmatrix/Makefile.am:
7663           fix plugin filename
7664         * gst/tags/Makefile.am: fix plugin filename
7665
7666 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7667
7668         * gst/tags/Makefile.am: fix plugin filename
7669
7670 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7671
7672         * examples/gstplay/player.c: (got_time_tick), (main):
7673           add error handler
7674           display time_tick more readably
7675         * gst/mixmatrix/Makefile.am:
7676           fix plugin file name
7677
7678 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
7679
7680         * sys/oss/gstosselement.c: (gst_osselement_probe),
7681         (device_combination_append), (gst_osselement_class_probe_devices):
7682         * sys/oss/gstosselement.h: 
7683           Reworked enumeration of oss dsps and mixers so that gst-mixer works
7684           on my system using alsa oss emulation, fixes bug #135597
7685
7686 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7687
7688         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
7689         (gst_videodrop_chain), (gst_videodrop_change_state):
7690         * gst/videodrop/gstvideodrop.h:
7691           Work based on timestamp of input data, not based on the expected
7692           framerate from the input. The consequence is that this element now
7693           not only scales framerates, but also functions as a framerate
7694           corrector or framerate stabilizer/constantizer.
7695
7696 2004-02-27  David Schleef  <ds@schleef.org>
7697
7698         patches from jmmv@menta.net (Julio M. Merino Vidal)
7699
7700         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
7701         GST_ELEMENT_ERROR call (bug #135634)
7702         * gst/interleave/interleave.c: (interleave_buffered_loop),
7703         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
7704         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
7705         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7706         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
7707         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
7708         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
7709         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
7710         Fix GST_ELEMENT_ERROR call.
7711         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
7712         GST_ELEMENT_ERROR call.
7713
7714 2004-02-27  Benjamin Otte  <otte@gnome.org>
7715
7716         * gst-libs/gst/audio/audio.h:
7717           add macro to make sure header isn't included twice
7718         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7719           don't use gst_buffer_free
7720         * gst/playondemand/filter.func:
7721           don't use gst_data_free. Free data only once.
7722
7723 2004-02-26  David Schleef  <ds@schleef.org>
7724
7725         * gst-libs/gst/colorbalance/Makefile.am:
7726         * gst-libs/gst/mixer/Makefile.am:
7727         * gst-libs/gst/tuner/Makefile.am:
7728         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
7729         should not be disted, -marshal.h files should not be installed,
7730         and -enum.h files _should_ be installed.  Fix to make this the
7731         case.
7732
7733 === release 0.7.5 ===
7734
7735 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7736
7737         * configure.ac: release 0.7.5, "Under The Sea"
7738
7739 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7740
7741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7742         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
7743         * gst/videoscale/gstvideoscale.c:
7744         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
7745           assorted debug/warning fixes
7746
7747 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7748
7749         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
7750         (gst_videoscale_init), (gst_videoscale_chain),
7751         (gst_videoscale_set_property), (plugin_init):
7752         * gst/videoscale/gstvideoscale.h:
7753         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
7754         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
7755         (gst_videoscale_planar400), (gst_videoscale_packed422),
7756         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
7757         (gst_videoscale_24bit), (gst_videoscale_16bit),
7758         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
7759         (gst_videoscale_scale_plane_slow),
7760         (gst_videoscale_scale_point_sample),
7761         (gst_videoscale_scale_nearest),
7762         (gst_videoscale_scale_nearest_str2),
7763         (gst_videoscale_scale_nearest_str4),
7764         (gst_videoscale_scale_nearest_32bit),
7765         (gst_videoscale_scale_nearest_24bit),
7766         (gst_videoscale_scale_nearest_16bit):
7767         add debugging category and use it properly
7768         fix use of GST_PTR_FORMAT
7769
7770 2004-02-25  Andy Wingo  <wingo@pobox.com>
7771
7772         * gst/interleave/interleave.c (interleave_buffered_loop): Always
7773         push only when channel->buffer is NULL. Prevents segfaults doing
7774         the state change after a nonlocal exit, like a scheme exception.
7775
7776         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7777         Handle the case where the intersected caps is empty.
7778
7779 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7780
7781         * gst/law/mulaw-decode.c: (mulawdec_link):
7782         * gst/law/mulaw.c: (plugin_init):
7783           fix mulawdec so it actually works again
7784
7785 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
7786
7787         reviewed by: David Schleef  <ds@schleef.org>
7788
7789         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
7790         (gst_gamma_init), (gst_gamma_set_property),
7791         (gst_gamma_get_property), (gst_gamma_calculate_tables),
7792         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
7793         for RGB, with separate r g and b correction factors. (#131167)
7794
7795 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7796
7797         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7798           only signal tags for bitrate if they're > 0 (#134894)
7799
7800 2004-02-24  David Schleef  <ds@schleef.org>
7801
7802         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
7803         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
7804         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
7805         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
7806         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
7807         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
7808         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
7809         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
7810         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
7811         category.  Attempt to fix timestamp calculation.
7812
7813 2004-02-24  Johan Dahlin  <johan@gnome.org>
7814
7815         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
7816
7817 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7818
7819         * configure.ac:
7820         * gconf/Makefile.am:
7821         * gconf/gstreamer.schemas:
7822         * gst-libs/gst/gconf/Makefile.am:
7823         * gst-libs/gst/gconf/gconf.c:
7824           version gconf schemas and install locations
7825
7826 2004-02-23  Benjamin Otte  <otte@gnome.org>
7827
7828         * ext/xine/xineinput.c: (gst_xine_input_dispose):
7829         (gst_xine_input_subclass_init):
7830           call parent dispose.
7831           change pad template for CD reader correctly
7832         * ext/xine/Makefile.am:
7833         * ext/xine/gstxine.h:
7834         * ext/xine/xine.c: (plugin_init):
7835         * ext/xine/xineaudiosink.c:
7836           wrap audio sinks, too
7837         * gst-libs/gst/resample/private.h:
7838         * gst-libs/gst/resample/resample.c: (gst_resample_init),
7839         (gst_resample_reinit), (gst_resample_scale),
7840         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
7841         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
7842         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
7843         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
7844         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
7845         * gst-libs/gst/resample/resample.h:
7846         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7847         (gst_audioscale_class_init), (gst_audioscale_link),
7848         (gst_audioscale_get_buffer), (gst_audioscale_init),
7849         (gst_audioscale_chain), (gst_audioscale_set_property),
7850         (gst_audioscale_get_property):
7851         * gst/audioscale/gstaudioscale.h:
7852           s/resample_*/gst_resample_*/i to not clobber namespaces
7853
7854 2004-02-23  Julien MOUTTE  <julien@moutte.net>
7855
7856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7857         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7858         (gst_riff_create_video_template_caps),
7859         (gst_riff_create_audio_template_caps),
7860         (gst_riff_create_iavs_template_caps):
7861         * gst-libs/gst/riff/riff-media.h:
7862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
7863         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
7864         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
7865         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7867         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
7868         (gst_matroska_demux_plugin_init): First batch implementing audio and 
7869         video codec tags in demuxers.
7870
7871 2004-02-22  Benjamin Otte  <otte@gnome.org>
7872
7873         * ext/xine/Makefile.am:
7874         * ext/xine/gstxine.h:
7875         * ext/xine/xine.c: (plugin_init):
7876         * ext/xine/xineinput.c:
7877           add input plugin wrapper. Playback from files, http, mms and cdda
7878           works.
7879         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
7880           remove leftover G_GNUC_UNUSED
7881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
7882         (gst_asf_demux_identify_guid):
7883           improve debugging output
7884
7885 2004-02-22  Benjamin Otte  <otte@gnome.org>
7886
7887         reported by: Padraig O'Briain <padraig.obriain@sun.com>
7888
7889         * autogen.sh:
7890           replace test -e with test -x for mkinstalldirs to be more portable.
7891           (fixes #134816)
7892
7893 2004-02-22  Benjamin Otte  <otte@gnome.org>
7894
7895         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
7896
7897         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
7898           set rank to PRIMARY
7899         * gst/volume/gstvolume.c: (plugin_init):
7900           set rank to NONE
7901         fixes #134960
7902
7903 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
7904
7905         reviewed by Benjamin Otte  <otte@gnome.org>
7906
7907         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7908           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
7909
7910 2004-02-22  Benjamin Otte  <otte@gnome.org>
7911
7912         * configure.ac:
7913           export [_]*{gst,Gst,GST}.* symbols from plugins
7914
7915 2004-02-22  Christophe Fergeau <teuf@gnome.org>
7916
7917         reviewed by: Benjamin Otte  <otte@gnome.org>
7918
7919         * ext/lame/gstlame.c: (add_one_tag):
7920         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
7922         (gst_vorbisenc_metadata_set1):
7923         * gst/tags/gstid3tag.c:
7924         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
7925           apply fixes from bugs #135042 (lame can't write tags) and #133817
7926           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
7927
7928 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
7929
7930         * configure.ac: Export only gst_plugin_desc from plugins.
7931          Note that this change only makes any effect with Linux using libtool 
7932          1.5.2 or higher. Otherwise it is silently ignored, but it would build
7933          fine. And don't try to have several versions of libtool in different
7934          directories.
7935
7936 2004-02-20  Andy Wingo  <wingo@pobox.com>
7937
7938         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
7939         interleave respectively.
7940
7941         * gst/interleave/deinterleave.c: New plugin: deinterleave
7942         (replaces on oneton).
7943         * gst/interleave/interleave.c: New plugin: interleave.
7944         * gst/interleave/plugin.h: Support file.
7945         * gst/interleave/plugin.c: Support file.
7946
7947         * configure.ac: Remove intfloat and oneton, add interleave.
7948
7949         * ext/sndfile/gstsf.c: Handle events better.
7950
7951         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
7952         and float2int operation. int2float has scheduling problems as
7953         noted in in2float_chain. 
7954
7955 2004-02-20  Benjamin Otte  <otte@gnome.org>
7956
7957         * ext/xine/Makefile.am:
7958         * ext/xine/gstxine.h:
7959         * ext/xine/xine.c: 
7960         * ext/xine/xineaudiodec.c: 
7961         * ext/xine/xinecaps.c: 
7962           add first version of xine plugin wrapper. Currently only wraps the
7963           QDM2 win32 DLL, and even that only in proof-of-concept quality.
7964         * configure.ac:
7965         * ext/Makefile.am:
7966           add xine plugin wrapper, disabled by default. Use --enable-xine to
7967           build. Note that it'll segfault on gst-register if you don't remove
7968           the goom and tvtime post plugins from xine.
7969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7970         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
7971           add extradata parsing for QDM2.
7972           change around debugging prints.
7973
7974 2004-02-19  Benjamin Otte  <otte@gnome.org>
7975
7976         * ext/lame/gstlame.c: (gst_lame_chain):
7977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7978           use gst_tag_list_insert when you want to insert tags
7979
7980 2004-02-18  David Schleef  <ds@schleef.org>
7981
7982         * configure.ac:  Move massink to gst-rotten
7983         * ext/Makefile.am:
7984         * ext/mas/Makefile.am:
7985         * ext/mas/massink.c:
7986         * ext/mas/massink.h:
7987
7988 2004-02-18  David Schleef  <ds@schleef.org>
7989
7990         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
7991         typefinding, since it seems to be worse than nothing.
7992         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
7993         atom to recognize .mp4 and .m4a files as video/quicktime.
7994
7995 2004-02-18  David Schleef  <ds@schleef.org>
7996
7997         * gst/sine/demo-dparams.c: (quit_live),
7998         (dynparm_log_value_changed), (dynparm_value_changed), (main):
7999         Use double dparams, not float.
8000         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8001         (gst_sinesrc_init): Change sync default to FALSE, since multiple
8002         sync'd elements don't really work correctly.
8003         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
8004         (volume_update_volume), (volume_get_property):  Change dparam
8005         to double.
8006
8007 2004-02-18  Julien MOUTTE  <julien@moutte.net>
8008
8009         * sys/ximage/ximagesink.c:
8010         (gst_ximagesink_xwindow_update_geometry),
8011         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8012         (gst_ximagesink_change_state), (gst_ximagesink_expose),
8013         (gst_ximagesink_init): Rework the way software video scaling works. So
8014         now we check on each chain call if the video frames are feeling the 
8015         window. If not we try to renegotiate caps. On failure we memorize that
8016         and we won't try again for that PLAYING sessions.
8017         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
8018         failure.
8019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
8020         synchronous flag.
8021
8022 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8023
8024         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8025           break up _link so we can give a better debug message for errors
8026
8027 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8028
8029         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8030           set up debug category
8031
8032 2004-02-18  Julien MOUTTE <julien@moutte.net>
8033
8034         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8035         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
8036         the way renegotiation work. The event handling function is not taking
8037         care of external windows and renegotiate method check for pad flags
8038         NEGOTIATING. Should fix : #133209
8039
8040 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8041
8042         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
8043         pad is negotiating before trying renegotiation.
8044
8045 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8046
8047         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8048           pass on all possible mime types as typefind hints
8049
8050 2004-02-17  Julien MOUTTE <julien@moutte.net>
8051
8052         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
8054         possible SHM leak if we crash. All other apps using XShm are doing
8055         that.
8056
8057 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8058
8059         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8060         (gst_ximagesink_expose): Renegotiate size on expose.
8061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
8062         size on expose.
8063
8064 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8065
8066         * testsuite/alsa/sinesrc.c:
8067           cosmetic fix to fix compile issue with gcc 2.95.4
8068
8069 2004-02-16  Julien MOUTTE <julien@moutte.net>
8070
8071         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8072         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
8073         failed opening the audio device.
8074         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8075         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
8076         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
8077         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
8078         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8079         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
8080         (gst_ximagesink_change_state), (gst_ximagesink_chain),
8081         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
8082         Removing some useless g_return_if_fail like wingo suggested.
8083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8084         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
8085         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
8086         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
8087         (gst_xvimagesink_update_colorbalance),
8088         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
8089         (gst_xvimagesink_xcontext_clear),
8090         (gst_xvimagesink_get_fourcc_from_caps),
8091         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8092         (gst_xvimagesink_set_xwindow_id),
8093         (gst_xvimagesink_colorbalance_list_channels),
8094         (gst_xvimagesink_colorbalance_set_value),
8095         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
8096         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
8097
8098 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8099
8100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8101           throw error when not negotiated instead of asserting
8102
8103 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8104
8105         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
8106         correct data refcounting.
8107
8108 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8109
8110         * gst/switch/gstswitch.c: (gst_switch_change_state),
8111         (gst_switch_class_init): Cleaning the sinkpads correctly on state
8112         change, mostly the EOS flag.
8113
8114 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8115
8116         * examples/gstplay/player.c: (got_eos), (main): Adding some 
8117         output for debugging.
8118         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
8119         timeouts if we go to any state different from PLAYING.
8120         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
8121         more EOS bugs in riff lib.
8122
8123 2004-02-14  Julien MOUTTE  <julien@moutte.net>
8124
8125         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
8126         visualization until i find a way to fix switch correctly.
8127         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
8128         EOS arrives.
8129         * gst/switch/gstswitch.c: (gst_switch_release_pad),
8130         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
8131         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
8132         Reworked switch to get a more correct behaviour with events and refing
8133         of data stored in sinkpads.
8134         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
8135         we don't pull from a pad in EOS.
8136
8137 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8138
8139         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8140           remove v1 tag even if we can't read it (makes sure we don't detect
8141           it again)
8142
8143 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8144
8145         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
8146         (gst_alsa_xrun_recovery):
8147         * ext/alsa/gstalsa.h:
8148           try xrun recovery when wait failed. Make xrun recovery function
8149           return TRUE/FALSE to indicate success. (might fix #134354)
8150
8151 2004-02-13  David Schleef  <ds@schleef.org>
8152
8153         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
8154         (dynparm_value_changed), (main): Convert from float to double.
8155         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
8156
8157 2004-02-13  David Schleef  <ds@schleef.org>
8158
8159         * gst/silence/gstsilence.c: (gst_silence_class_init),
8160         (gst_silence_set_clock), (gst_silence_get),
8161         (gst_silence_set_property), (gst_silence_get_property):
8162         * gst/silence/gstsilence.h: Add sync property.
8163         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8164         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
8165         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
8166         * gst/sine/gstsinesrc.h: Add sync property.
8167
8168 2004-02-13  David Schleef  <ds@schleef.org>
8169
8170         * gst/intfloat/gstint2float.c: (conv_f32_s16),
8171         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
8172
8173 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8174
8175         * configure.ac:
8176         * ext/Makefile.am:
8177         * gst-libs/ext/Makefile.am:
8178           move ffmpeg plugin to gst-ffmpeg module
8179
8180 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8181
8182         * configure.ac: use GST_ARCH to detect architecture
8183
8184 2004-02-12  Julien MOUTTE  <julien@moutte.net>
8185
8186         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
8187
8188 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8189
8190         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8191           classify LADSPA plugins based on number of src/sink pads
8192           (#133663, Stefan Kost)
8193         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
8194           fix dparams registration
8195           (#133528, Stefan Kost)
8196         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
8197           fix use of isprint and use g_ascii_isprint instead
8198           (#133316, Stefan Kost)
8199
8200 2004-02-11  David Schleef  <ds@schleef.org>
8201
8202         Convert a few inner loops to use liboil.  This is currently
8203         optional, and is only enabled if liboil is present (duh!).
8204         * configure.ac: Check for liboil-0.1
8205         * gst/intfloat/Makefile.am:
8206         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
8207         (gst_int2float_chain_gint16):
8208         * gst/videofilter/Makefile.am:
8209         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
8210         (tablelookup_u8), (gst_videobalance_planar411):
8211         * gst/videotestsrc/Makefile.am:
8212         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
8213         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
8214         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
8215         (paint_hline_RGB565), (paint_hline_xRGB1555):
8216
8217 2004-02-11  David Schleef  <ds@schleef.org>
8218
8219         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
8220         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
8221         (gst_colorspace_getcaps), (gst_colorspace_link),
8222         (gst_colorspace_base_init), (gst_colorspace_init),
8223         (gst_colorspace_chain), (gst_colorspace_change_state),
8224         (plugin_init): Merge Ronald's patch (bug #117897) and update
8225         for new caps and negotiation.  Seems to work, although it
8226         shows off bugs in lcs.
8227
8228 2004-02-11  David Schleef  <ds@schleef.org>
8229
8230         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
8231         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
8232
8233 2004-02-11  David Schleef  <ds@schleef.org>
8234
8235         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
8236         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
8237         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
8238         Add server and port properties
8239
8240 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8241
8242         * m4/a52.m4:
8243         * m4/aalib.m4:
8244         * m4/as-ffmpeg.m4:
8245         * m4/as-liblame.m4:
8246         * m4/as-slurp-ffmpeg.m4:
8247         * m4/check-libheader.m4:
8248         * m4/esd.m4:
8249         * m4/freetype2.m4:
8250         * m4/gconf-2.m4:
8251         * m4/glib.m4:
8252         * m4/gst-alsa.m4:
8253         * m4/gst-artsc.m4:
8254         * m4/gst-ivorbis.m4:
8255         * m4/gst-matroska.m4:
8256         * m4/gst-sdl.m4:
8257         * m4/gst-shout2.m4:
8258         * m4/gst-sid.m4:
8259         * m4/gtk.m4:
8260         * m4/libdv.m4:
8261         * m4/libfame.m4:
8262         * m4/libmikmod.m4:
8263         * m4/ogg.m4:
8264         * m4/vorbis.m4:
8265           fix underquotedness of macros (#133800)
8266         * m4/as-avifile.m4:
8267         * m4/xmms.m4:
8268           removed because no longer used
8269
8270 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8271
8272         * configure.ac:
8273           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
8274           by autopoint (fixes #132996)
8275
8276 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8277
8278         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
8279         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
8280         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
8281         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
8282           fix memleaks
8283
8284 2004-02-11  David Schleef  <ds@schleef.org>
8285
8286         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8287         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
8288         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
8289         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
8290         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
8291         (gst_jpegenc_class_init), (gst_jpegenc_init),
8292         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
8293         (gst_jpegenc_chain), (gst_jpegenc_set_property),
8294         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
8295         * ext/jpeg/gstjpegenc.h: Fix negotiation.
8296
8297 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8298
8299         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
8300         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
8301         * ext/mikmod/gstmikmod.h:
8302           fix caps negotiation in mikmod
8303         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
8304           output debug information
8305
8306 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8307
8308         * gst-libs/gst/colorbalance/Makefile.am:
8309         * gst-libs/gst/navigation/Makefile.am:
8310         * gst-libs/gst/xoverlay/Makefile.am:
8311           remove unused GST_OPT_CFLAGS from Makefiles
8312           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
8313
8314 2004-02-07  David Schleef  <ds@schleef.org>
8315
8316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
8317         push events to pads that haven't been created (#133508)
8318
8319 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
8322         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
8323         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
8324         (gst_dvdec_loop), (gst_dvdec_change_state):
8325         Second attempt at committing a working dvdec element.
8326
8327 2004-02-06  David Schleef  <ds@schleef.org>
8328
8329         Build fixes for OS X: (see #129600)
8330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
8331         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
8332         (gst_riff_read_strf_iavs):
8333         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
8334         (gst_avi_demux_stream_odml):
8335         * gst/playondemand/Makefile.am:
8336         * gst/rtp/rtp-packet.c:
8337
8338 2004-02-05  David Schleef  <ds@schleef.org>
8339
8340         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
8341         last change, because it Just Doesn't Compile.
8342
8343 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8344
8345         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8346           skip undecodable id3v2 tag instead of keeping it
8347
8348 2004-02-05  David Schleef  <ds@schleef.org>
8349
8350         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8351         Unref leaked buffer.  (Noticed by Ronald)
8352
8353 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
8354
8355         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8356         Sync requires with other checks.  >= vs =.
8357
8358 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8359
8360         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
8361         (gst_dvdec_video_link), (gst_dvdec_loop):
8362         * ext/dv/gstdvdec.h:
8363           rework the caps negotiation so that dvdec works again instead
8364           of just segfaulting.
8365
8366 === release 0.7.4 ===
8367
8368 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8369                                                                                 
8370         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
8371         * configure.ac: changed for release
8372
8373 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8374
8375         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
8376         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8377         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8378         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8379           reworked patch by David Lehn to fix libdir and includedir for
8380           uninstalled libraries
8381           removed play and gconf from gstreamer-libs since they have their
8382           own pkgconfig files
8383
8384 2004-02-04  David Schleef  <ds@schleef.org>
8385
8386         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
8387         memleak.
8388
8389 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8390
8391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8392           use correct GST_TAG_ENCODER tag
8393
8394 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8395
8396         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8397           be sure to stop the clock when going to paused
8398         * sys/oss/gstosssink.c: (gst_osssink_change_state):
8399           reset number of transmitted when going to ready.
8400         fixes #132935
8401
8402 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
8403
8404         reviewed by Benjamin Otte
8405
8406         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8407           extract track count (fixes #133410)
8408
8409 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8410
8411         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8412           that should be !=, not == (fixes #132519)
8413
8414 2004-02-04  David Schleef  <ds@schleef.org>
8415
8416         Make sure set_explicit_caps() is called before adding pad.
8417         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8418         * gst/id3/gstid3types.c: (gst_id3types_loop):
8419         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8420         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8421
8422 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8423
8424         * configure.ac:
8425           bump nano to 2, first prerelease
8426           put back AM_PROG_LIBTOOL
8427
8428 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8429
8430         * testsuite/alsa/Makefile.am:
8431           these are user test apps, not automatic testsuite tests
8432
8433 2004-02-04  David Schleef  <ds@schleef.org>
8434
8435         Convert GST_DEBUG_CAPS() to GST_DEBUG():
8436         * gst/mpeg1videoparse/gstmp1videoparse.c:
8437         (mp1videoparse_parse_seq):
8438         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8439         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8440         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
8441         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
8442         (gst_xvideosink_getcaps):
8443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8444         * testsuite/gst-lint: more tests
8445
8446 2004-02-04  David Schleef  <ds@schleef.org>
8447
8448         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
8449         with the code that they would expand to.
8450         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
8451         (gst_flacdec_get_src_query_types),
8452         (gst_flacdec_get_src_event_masks):
8453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
8454         (gst_gnomevfssrc_get_query_types),
8455         (gst_gnomevfssrc_get_event_mask):
8456
8457 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8458
8459         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8460         (gst_sinesrc_dispose):
8461           fix memleak by properly disposing sinesrc
8462
8463 2004-02-04  Julien MOUTTE  <julien@moutte.net>
8464
8465         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
8466         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
8467         an overlay to redraw the image because it has been exposed.
8468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
8469         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
8470         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
8471         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
8472         interface
8473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
8474         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
8475         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
8476         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
8477         interface 
8478
8479 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8480
8481         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8482           more memleak fixage
8483
8484 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8485
8486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8487         * gst/typefind/gsttypefindfunctions.c:
8488           fix memleaks shown by gst-typefind
8489
8490 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8491
8492         * common/glib-gen.mak:
8493           add hack rule to touch .Plo files
8494         * gst-libs/gst/colorbalance/Makefile.am:
8495         * gst-libs/gst/mixer/Makefile.am:
8496         * gst-libs/gst/play/Makefile.am:
8497         * gst-libs/gst/tuner/Makefile.am:
8498           remove glib_root variable
8499
8500 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8501
8502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
8503           set explicit caps before adding the element, so the autopluggers can
8504           plug correctly.
8505         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8506         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8507         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8508         (dv_type_find):
8509           fix memleaks in typefind functions. gst_type_find_suggest takes a const
8510           argument.
8511
8512 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8513
8514         * gst-libs/gst/colorbalance/Makefile.am:
8515         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8516         * gst-libs/gst/colorbalance/colorbalance.c:
8517         * gst-libs/gst/colorbalance/colorbalance.h:
8518         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
8519         * gst-libs/gst/mixer/Makefile.am:
8520         * gst-libs/gst/mixer/mixer-marshal.list:
8521         * gst-libs/gst/mixer/mixer.c:
8522         * gst-libs/gst/mixer/mixer.h:
8523         * gst-libs/gst/mixer/mixermarshal.list:
8524         * gst-libs/gst/play/Makefile.am:
8525         * gst-libs/gst/play/play.h:
8526         * gst-libs/gst/tuner/Makefile.am:
8527         * gst-libs/gst/tuner/tuner-marshal.list:
8528         * gst-libs/gst/tuner/tuner.c:
8529         * gst-libs/gst/tuner/tuner.h:
8530         * gst-libs/gst/tuner/tunermarshal.list:
8531           use new glib-gen.mak snippet to clean up Makefile.am
8532           fix various bugs in Makefile.am's
8533
8534 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8535
8536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
8537           handle chain parsing correctly in the multichain case
8538         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
8539         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
8540         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8541         (theora_dec_chain):
8542           handle events and queries correctly
8543
8544 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8545
8546         * .cvsignore:
8547         Ignore generated file _stdint.h.
8548
8549 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8550
8551         * gst-libs/gst/colorbalance/Makefile.am:
8552         * gst-libs/gst/colorbalance/colorbalance.h:
8553         * gst-libs/gst/mixer/Makefile.am:
8554         * gst-libs/gst/mixer/mixer.h:
8555         * gst-libs/gst/play/Makefile.am:
8556         * gst-libs/gst/play/play.h:
8557         * gst-libs/gst/tuner/Makefile.am:
8558         * gst-libs/gst/tuner/tuner.h:
8559         Generate enum type code with glib-mkenums.
8560         * gst-libs/gst/colorbalance/.cvsignore:
8561         * gst-libs/gst/mixer/.cvsignore:
8562         * gst-libs/gst/play/.cvsignore:
8563         * gst-libs/gst/tuner/.cvsignore:
8564         Ignore generated files.
8565
8566 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8567
8568         * gst-libs/gst/audio/.cvsignore:
8569         Ignore generated file.
8570         * gst-libs/gst/audio/Makefile.am:
8571         Do not install example filter.
8572
8573 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8574
8575         * examples/switch/.cvsignore:
8576         Ignore generated file.
8577
8578 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8579
8580         * common/m4/ax_create_stdint_h.m4:
8581         * configure.ac:
8582           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
8583           _stdint.h.
8584         * Makefile.am:
8585           remove generated _stdint.h in DISTCLEANFILES
8586         * ext/a52dec/gsta52dec.c:
8587           include _stdint.h for a52dec. (should fix #133064)
8588
8589 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
8590
8591         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
8592         (gst_tag_to_vorbis_comments):
8593         Add replaygain support to vorbistag
8594
8595 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
8596         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
8597         (gst_ffmpeg_caps_to_extradata):
8598           Fix SVQ3 caps flag properties
8599           Use glib macro for bytes swap
8600
8601 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8602
8603         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
8604         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
8605         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8606         * ext/sndfile/gstsf.c: (plugin_init):
8607         * gst/avi/gstavi.c: (plugin_init):
8608         * sys/dxr3/dxr3init.c: (plugin_init):
8609         * sys/oss/gstossaudio.c: (plugin_init):
8610         * sys/v4l/gstv4l.c: (plugin_init):
8611         * sys/v4l2/gstv4l2.c: (plugin_init):
8612           remove textdomain calls
8613         * po/nl.po:
8614           update Dutch translation
8615
8616 2004-02-02  Julien MOUTTE  <julien@moutte.net>
8617
8618         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8619         (gst_play_set_audio_sink): Moving volume in the audio thread for 
8620         instantaneous volume change. Maybe i will add another volume in front
8621         of visualization later, not sure yet though.
8622
8623 2004-02-02  Julien MOUTTE  <julien@moutte.net>
8624
8625         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8626         (gst_ximagesink_handle_xevents): Better X events handling, only take
8627         the latest events for configure and motion.
8628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
8629
8630 2004-02-02  Jon Trowbridge  <trow@gnu.org>
8631
8632         reviewed by: David Schleef  <ds@schleef.org>
8633
8634         Fix memory leaks:
8635         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
8636         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
8637
8638 2004-02-02  David Schleef  <ds@schleef.org>
8639
8640         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
8641         of lines.
8642         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
8643         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8644         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
8645         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8646         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8647         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
8648         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
8649         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
8650         (gst_float2_2_int_link):
8651         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8652         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
8653         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
8654         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
8655         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
8656         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
8657         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
8658         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
8659         * testsuite/gst-lint: Add tests for bzero and ;;
8660
8661 2004-02-02  David Schleef  <ds@schleef.org>
8662
8663         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
8664
8665 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8666
8667         * ext/aalib/gstaasink.c: (gst_aasink_open):
8668         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
8669         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8671         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
8672         (gst_afsink_close_file):
8673         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
8674         (gst_afsrc_close_file):
8675         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8676         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
8677         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8678         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
8679         * ext/esd/esdmon.c: (gst_esdmon_get):
8680         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
8681         * ext/faac/gstfaac.c: (gst_faac_chain):
8682         * ext/faad/gstfaad.c: (gst_faad_chain):
8683         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
8684         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8685         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
8686         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
8687         (gst_flacdec_loop):
8688         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8689         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8690         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
8691         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8692         (gst_gnomevfssink_close_file):
8693         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8694         (gst_gnomevfssrc_open_file):
8695         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
8696         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
8697         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
8698         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
8699         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
8700         * ext/mad/gstmad.c: (gst_mad_chain):
8701         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8702         * ext/mpeg2dec/gstmpeg2dec.c:
8703         * ext/mpeg2enc/gstmpeg2enc.cc:
8704         * ext/mplex/gstmplex.cc:
8705         * ext/mplex/gstmplexibitstream.cc:
8706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
8707         (gst_ogg_demux_push):
8708         * ext/raw1394/gstdv1394src.c:
8709         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
8710         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
8711         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
8712         (gst_sf_loop):
8713         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
8714         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
8715         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
8716         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
8717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8718         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
8719         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
8720         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
8721         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8722         (gst_riff_read_element_data), (gst_riff_read_seek),
8723         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
8724         * gst/adder/gstadder.c: (gst_adder_loop):
8725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
8726         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
8727         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
8728         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8729         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
8730         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8731         * gst/goom/gstgoom.c: (gst_goom_chain):
8732         * gst/id3/gstid3types.c: (gst_id3types_loop):
8733         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
8734         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
8735         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
8736         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8737         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8738         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
8739         (gst_ebml_read_float), (gst_ebml_read_header):
8740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
8741         (gst_matroska_demux_parse_blockgroup):
8742         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8743         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8744         * gst/oneton/gstoneton.c: (gst_oneton_chain):
8745         * gst/silence/gstsilence.c: (gst_silence_get):
8746         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8747         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
8748         * gst/speed/gstspeed.c: (speed_loop):
8749         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8750         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8751         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
8752         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
8753         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8754         (gst_wavparse_loop):
8755         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
8756         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
8757         (dxr3audiosink_close):
8758         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
8759         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
8760         (dxr3videosink_close), (dxr3videosink_write_data):
8761         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8762         * sys/oss/gstosssink.c: (gst_osssink_chain):
8763         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8764         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8765         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
8766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
8767         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
8768         (gst_v4l_set_window), (gst_v4l_enable_overlay):
8769         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
8770         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
8771         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
8772         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
8773         (gst_v4l_set_audio):
8774         * sys/v4l/v4l_calls.h:
8775         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8776         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
8777         (gst_v4lmjpegsink_playback_init),
8778         (gst_v4lmjpegsink_playback_start):
8779         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
8780         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8781         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
8782         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
8783         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
8784         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
8785         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
8786         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8787         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
8788         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
8789         (gst_v4l2_get_output), (gst_v4l2_set_output),
8790         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
8791         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
8792         (gst_v4l2_set_attribute):
8793         * sys/v4l2/v4l2_calls.h:
8794         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8795         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8796         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8797         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8798         (gst_v4l2src_capture_stop):
8799         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
8800         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8801         (gst_ximagesink_chain):
8802         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
8803         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
8804         (gst_xvideosink_xwindow_new):
8805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8806         (gst_xvimagesink_chain):
8807
8808 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8809
8810         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8811         (gst_volume_get_volume), (volume_class_init), (volume_init),
8812         (volume_chain_int16), (volume_update_volume):
8813         * gst/volume/gstvolume.h:
8814           make code more readable by removing magic numbers
8815           make mixer interface export 0-100 range
8816           make it internally map to 0.0-1.0 range so users don't distort
8817           output by putting the sliders at full volume
8818
8819 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8820
8821         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
8822         (gst_play_state_change), (gst_play_seek_to_time):
8823         block the tick callback for 0.5 secs after doing a seek
8824
8825 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8826
8827         * gst-libs/gst/play/play.c: (gst_play_new):
8828           check for GError
8829
8830 2004-02-01  Julien MOUTTE  <julien@moutte.net>
8831
8832         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
8833         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
8834         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8835         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
8836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8837         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
8838
8839 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8840
8841         * configure.ac:
8842         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8843           check for a function added in vorbis 1.1
8844
8845 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8846
8847         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
8848         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
8849           really start/stop clock only on PLAYING <=> PAUSED
8850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8851           remove \n from debugging lines
8852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
8853           make it work when seeking does not
8854         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8855           reset on DISCONT
8856
8857 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8858
8859         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
8860           start clock on PAUSED=>PLAYING, not later
8861         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8862           extract correct time for different discont formats
8863         (gst_alsa_sink_get_time):
8864           don't segfault when no format is negotiated yet, just return 0
8865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
8866         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
8867         (gst_ogg_pad_push):
8868           handle flush and discont events correctly
8869         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
8870           handle discont events correctly
8871
8872 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         * gst-libs/gst/play/play.c: (gst_play_error_quark),
8875         (gst_play_error_create), (gst_play_error_plugin),
8876         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
8877         * gst-libs/gst/play/play.h:
8878           add error handling during creation
8879         * examples/gstplay/player.c: (main):
8880           use new gst_play_new
8881           
8882
8883 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8884
8885         * ext/theora/theoradec.c: (theora_dec_chain):
8886           make comments work
8887         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8888         (vorbis_dec_src_event), (vorbis_dec_chain):
8889           add encoder tag, fix tag reading to be more error tolerant, change
8890           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
8891           gst_pad_event_default.
8892         * gst/tags/gstvorbistag.c:
8893         (gst_tag_list_from_vorbiscomment_buffer):
8894           undefine function specific define at end of function
8895
8896 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
8897
8898         * ext/flac/gstflac.c: (plugin_init):
8899         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
8900         * ext/flac/gstflacdec.h:
8901         * ext/flac/gstflacenc.h:
8902           Fix typos
8903
8904 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
8905
8906         * examples/gstplay/player.c: s/gstplay.h/play.h/
8907
8908 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         * gst-libs/gst/play/Makefile.am:
8911         * gst-libs/gst/play/gstplay.c:
8912         * gst-libs/gst/play/gstplay.h:
8913         * gst-libs/gst/play/play.c:
8914           more surgery, operation complete
8915
8916 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8917
8918         * gst-libs/gst/play/play.old.c:
8919         * gst-libs/gst/play/play.old.h:
8920           after CVS surgery by moving, remove
8921         * gst-libs/gst/play/playpipelines.c:
8922           remove
8923           
8924         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
8925           add negotiation error
8926
8927 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8928
8929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
8930         (gst_ogg_demux_push):
8931           add some seeking debug info
8932           send a flush when seeking
8933
8934 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8935
8936         * configure.ac:
8937           use AC_C_INLINE
8938         * configure.ac:
8939         * ext/Makefile.am:
8940         * ext/theora/Makefile.am:
8941         * ext/theora/theoradec.c: 
8942           add theora video decoder. Does just do simple decoding for now and
8943           has been tested against Theora cvs only. It only works when theora
8944           is compiled with --enable-static.
8945         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8946           always reset packetno on DISCONT
8947
8948 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8949
8950         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8951           Fix audio.
8952
8953 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8954
8955         * gst/mpegaudioparse/gstmpegaudioparse.c:
8956         (mp3_type_frame_length_from_header):
8957           Fix header parsing - stolen from ffmpeg (thank you! :) ).
8958
8959 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8960
8961         * ext/esd/esdsink.c: (gst_esdsink_init):
8962           Since we have static pad template caps, we don't need to negotiate;
8963           either the core errors out or we know the format.
8964
8965 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8966
8967         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8968         (gst_riff_read_seek):
8969         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8970         (gst_ebml_read_seek):
8971           Fix event handling.
8972
8973 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8974
8975         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8976           removee video/x-theora from vp3 decoder, it doesn't handle raw
8977           theora streams
8978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
8979           fix bug with finalizing element that never went to PAUSED
8980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
8981           length and position queries were swapped
8982         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8983         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
8984         (vorbis_dec_src_event):
8985           implement querying time and bytes
8986
8987 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8988
8989         * just about every source file:
8990           gst_element_error -> GST_ELEMENT_ERROR
8991
8992 2004-01-29  Julien MOUTTE  <julien@moutte.net>
8993
8994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
8995         emiting FLUSH and even before DISCONT.
8996         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
8997         get the best instant seeking as possible yay!
8998
8999 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9000
9001         * gst/mpeg1videoparse/gstmp1videoparse.c:
9002         (gst_mp1videoparse_real_chain):
9003           Committed wrong version last week... Grr... Didn't notice until now.
9004
9005 2004-01-29  Julien MOUTTE <julien@moutte.net>
9006
9007         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
9008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
9009         have_xwindow_id signal in xwindow_create.
9010
9011 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9012
9013         * ext/ogg/gstoggdemux.c: 
9014           lots of changes - mainly support for chained bitstreams, seeking,
9015           querying and bugfixes of course
9016         * ext/vorbis/Makefile.am:
9017         * ext/vorbis/vorbisdec.c: 
9018         * ext/vorbis/vorbisdec.h:
9019           add vorbisdec raw vorbis decoder
9020         * ext/vorbis/vorbis.c: (plugin_init):
9021           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
9022         * gst/intfloat/Makefile.am:
9023         * gst/intfloat/float22int.c:
9024         * gst/intfloat/float22int.h:
9025         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
9026           add float2intnew plugin. It converts multichannel interleaved float to
9027           multichannel interleaved int. The name should probably be changed.
9028         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
9029         (plugin_init):
9030           add typefinding for raw theora video so oggdemux can detect it.
9031
9032 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9033
9034         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
9035         sink element first.
9036         * gst/videoscale/gstvideoscale.c:
9037         (gst_videoscale_handle_src_event): Fixing src event handler.
9038
9039 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9040
9041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9042         (gst_v4lsrc_open), (gst_v4lsrc_close),
9043         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
9044         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
9045         * sys/v4l/gstv4lsrc.h:
9046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
9047         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
9048           Implement resizing... Hack. But that's why v4l is b0rked...
9049
9050 2004-01-28  Julien MOUTTE <julien@moutte.net>
9051
9052         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9053         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9054         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
9055         (gst_ximagesink_xwindow_destroy):
9056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9057         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
9058         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9059         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
9060         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
9061         correctly cleaning the image created to check xshm calls on succes,
9062         added a lot of XSync calls in X11 functions, and fixed a segfault when
9063         no image format was defined before negotiation happened.
9064
9065 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9066
9067         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
9068           use gst_element_get_time to get correct time
9069
9070 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9071
9072         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
9073         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
9074         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
9075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
9076         (gst_xvimagesink_check_xshm_calls),
9077         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
9078         X plugins are now able to detect that XShm calls will fail even if the
9079         server claims that it has XShm support (remote displays most of the
9080         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
9081         so that we use non XShm functions. This feature is almost useless for
9082         xvimagesink as Xv is not supported on remote displays anyway, but 
9083         it might happen than even on the local display XShm calls fail.
9084
9085 2004-01-27  David Schleef  <ds@schleef.org>
9086
9087         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
9088         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
9089         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
9090         changed esdsink to only use 44100,16,2, since esd sucks at rate
9091         conversion and esdsink has had difficulty negotiating.
9092
9093 2004-01-27  Julien MOUTTE <julien@moutte.net>
9094
9095         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
9096         (gst_play_seek_to_time): Fixing the way to get current position.
9097
9098 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9099
9100         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
9101           use gst_element_get_time to get correct time
9102
9103 2004-01-27  Julien MOUTTE <julien@moutte.net>
9104
9105         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
9106         fix ever... Inverting 2 lines of code make spider autoplug correctly
9107         tagged mp3 !
9108
9109 2004-01-27  David Schleef  <ds@schleef.org>
9110
9111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9112         Use gst_pad_try_set_caps_nonfixed().
9113
9114 2004-01-27  David Schleef  <ds@schleef.org>
9115
9116         * gst/ac3parse/gstac3parse.c: update to checklist 5
9117         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
9118         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
9119         * gst/audioscale/gstaudioscale.c: same
9120         * gst/auparse/gstauparse.c: same
9121         * gst/avi/gstavidemux.c: same
9122
9123 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9124
9125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
9126           stop processing after EOS
9127
9128 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9129
9130         * gst/asfdemux/asfheaders.h:
9131         * gst/asfdemux/gstasfdemux.c: 
9132         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
9133         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
9134         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
9135           lot's of fixes to make data extraction simpler and get the code
9136           architecture and compiler independant. Add debugging category
9137         * gst/goom/gstgoom.c: (gst_goom_change_state):
9138           reset channel count on PAUSED=>READY, not READY=>PAUSED
9139
9140 2004-01-26  Colin Walters  <walters@verbum.org>
9141
9142         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
9143         code to pull a bigger buffer in iradio mode.  This as a side effect
9144         makes typefinding work.
9145
9146 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9147
9148         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9149         Fix SVQ3 decoding on PPC
9150
9151 2004-01-26  Julien MOUTTE <julien@moutte.net>
9152
9153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
9154         that one managed to stay there... Fixed.
9155
9156 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9157
9158         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9159         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
9160         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
9161         (qtdemux_video_caps):
9162         * gst/qtdemux/qtdemux.h:
9163         Add SVQ3 specific flags to qtdemux and ffmpeg
9164
9165 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9166
9167         * gst-libs/gst/audio/audio.h:
9168           remove buffer-frames from audio caps
9169         * gst/audioconvert/gstaudioconvert.c:
9170           fix plugin to really work.
9171
9172 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9173
9174         * gst-libs/gst/mixer/mixer.c:
9175         * gst-libs/gst/propertyprobe/propertyprobe.c:
9176         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
9177         (gst_tuner_find_channel_by_name):
9178         * gst-libs/gst/tuner/tuner.h:
9179           Add gtk-doc style comments. Also fix a function name.
9180
9181 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9182
9183         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
9184         (gst_divxdec_negotiate):
9185           Fix for new capsnego - also fixes gst-player with divxdec.
9186
9187 2004-01-25  Julien MOUTTE  <julien@moutte.net>
9188
9189         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9190         (gst_play_identity_handoff), (gst_play_set_location),
9191         (gst_play_set_visualization), (gst_play_connect_visualization): Another
9192         try in visualization implementation. Still have an issue with switch
9193         blocking when pulling from video_queue and only audio comes out of 
9194         spider.
9195         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9196         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
9197         release method. And check if the pad is usable before pulling.
9198
9199 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9200
9201         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
9202         (gst_videobalance_init),
9203         (gst_videobalance_colorbalance_list_channels),
9204         (gst_videobalance_colorbalance_set_value),
9205         (gst_videobalance_colorbalance_get_value),
9206         (gst_videobalance_update_properties),
9207         (gst_videobalance_update_tables_planar411),
9208         (gst_videobalance_planar411):
9209         * gst/videofilter/gstvideobalance.h:
9210           Implement lookup-tables. +/- 10x faster.
9211
9212 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9213
9214         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9215         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
9216           The index reading was broken. The rest worked fine, but the whole
9217           goal of my rewrite was to make avidemux readable, and this was
9218           not at all readable. Please use typed variables.
9219
9220 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9221
9222         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9223           Additional pad usability check.
9224         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9225         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
9226         (gst_mp1videoparse_real_chain):
9227           Fix MPEG video stream parsing. The original plugin had several
9228           issues, including not timestamping streams where the source was
9229           not timestamped (this happens with PTS values in mpeg system
9230           streams, but MPEG video is also a valid stream on its own so
9231           that needs timestamps too). We use the display time code for that
9232           for now. Also, if one incoming buffer contains multiple valid
9233           frames, we push them all on correctly now, including proper EOS
9234           handling. Lastly, several potential segfaults were fixed, and we
9235           properly sync on new sequence/gop headers to include them in next,
9236           not previous frames (since they're header for the next frame, not
9237           the previous). Also see #119206.
9238         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
9239         (bpf_from_header):
9240           Move caps setting so we only do it after finding several valid
9241           MPEG-1 fraes sequentially, not right after the first one (which
9242           might be coincidental).
9243         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
9244         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9245         (plugin_init):
9246           Add unsynced MPEG video stream typefinding, and change some
9247           probability values so we detect streams rightly. The idea is as
9248           follows: I can have an unsynced system stream which contains
9249           video. In the current code, I would randomly get a type for either
9250           system or video stream type found, because the probabilities are
9251           being calculated rather randomly. I now use fixed values, so we
9252           always prefer system stream if that was found (and that is how it
9253           should be). If no system stream was found, we can still identity                the stream as video-only.
9254
9255 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9256
9257         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9258         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
9259           don't write to buffer. Extract data without the need of
9260           __attribute__ ((packed))
9261
9262 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9263
9264         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
9265         (mpeg1_sys_type_find):
9266           Fix MPEG-1 stream typefinding.
9267
9268 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9269
9270         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9271           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
9272
9273 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9274
9275         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
9276         * ext/esd/gstesd.c: (plugin_init):
9277           private debugging, better error reporting
9278
9279 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9280
9281         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
9282         (gst_riff_read_init), (gst_riff_read_change_state):
9283         * gst-libs/gst/riff/riff-read.h:
9284           Remove stuff fromold metadata system.
9285
9286 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * ext/ogg/gstoggdemux.c:
9289           Fix wrong file comment.
9290         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9291         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
9292           Add metadata reading properly.
9293
9294 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9295
9296         * ext/Makefile.am:
9297           Fix nas DIST_SUBDIRS
9298           Uraeus:
9299           Fix bug where make distcheck doesn't get run on adding stuff to
9300           the build.
9301
9302 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9303
9304         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
9305         * ext/divx/gstdivxdec.h:
9306           Fix divx3 ("msmpeg4") playback using divxdec.
9307
9308 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9309
9310         * gst/typefind/gsttypefindfunctions.c:
9311         (mp3_type_frame_length_from_header): fix bug in length computation 
9312         (mp3_type_find): improve debugging output
9313
9314 2004-01-23  Julien MOUTTE  <julien@moutte.net>
9315
9316         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9317         (gst_play_set_location), (gst_play_seek_to_time),
9318         (gst_play_set_audio_sink), (gst_play_set_visualization),
9319         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
9320         the pipeline from scratch. Visualization is back and switch went out as
9321         i realized it was not possible to use the way i wanted.
9322         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
9323         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
9324         clearing in state change from READY to NULL. So that one can clean the
9325         X ressources keeping the element.
9326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9327         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
9328         (gst_xvimagesink_colorbalance_set_value),
9329         (gst_xvimagesink_colorbalance_get_value),
9330         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
9331         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
9332         change from READY to NULL and fixed some stupid bugs in colorbalance
9333         get/set values. Also added the following feature : when nobody tries to
9334         set some values to the colorbalance levels before the xcontext is 
9335         grabbed, then when creating channels list from Xv attributes we set the
9336         internal values to the Xv defaults. This way we handle buggy Xv drivers
9337         that set default hue values far from the middle of the range (Thanks
9338         to Jon Trowbridge for pointing that issue).
9339         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
9340         colorbalance levels have been set before xcontext is grabbed.
9341
9342 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9343
9344         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9345           Fix the ossmixer case where we shouldn't open /dev/dsp* because
9346           it might block operations (which is bad for a mixer).
9347
9348 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9349
9350         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
9351         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
9352         (gmip_find_type_pre):
9353         * gst-libs/gst/media-info/media-info-priv.h:
9354         * gst-libs/gst/media-info/media-info.c:
9355         (gst_media_info_instance_init), (gst_media_info_read_idler):
9356         add fakesink to get caps on decoder src pad again
9357         fix callback prototype to match new have_type signal signature
9358
9359 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9360
9361         * gst/adder/gstadder.c: (gst_adder_link):
9362           fix non-compile and cut-n-paste code
9363
9364 2004-01-21  David Schleef  <ds@schleef.org>
9365
9366         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
9367         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
9368         (gst_swfdec_init), (gst_swfdec_change_state):
9369         * ext/swfdec/gstswfdec.h:
9370         Fix negotiation.
9371         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
9372         (gst_adder_request_new_pad): Fix negotiation.
9373         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
9374         Add a fixate function.
9375         * gst/intfloat/gstfloat2int.c:
9376         * gst/intfloat/gstfloat2int.h:
9377         * gst/intfloat/gstint2float.c:
9378         * gst/intfloat/gstint2float.h:
9379         Completely rewrite the negotiation.  Doesn't quite work yet,
9380         due to some buffer-frames problem.
9381
9382 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9383
9384         * ext/gnomevfs/gstgnomevfssrc.c:
9385         * sys/v4l2/v4l2_calls.h:
9386           fix includes for distcheck
9387
9388 2004-01-21  Christian Schaller <uraeus@gnome.org>
9389
9390         * ext/nas/
9391         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
9392         based on earlier patch from Laurent Vivier
9393
9394 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
9395
9396         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9397         Fix wma caps property
9398         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9399         Fix typo (flags1 and flags2)
9400
9401 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9402
9403         * gst-libs/gst/media-info/media-info-priv.c:
9404         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
9405         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
9406         (gmip_find_stream), (gmip_find_track_metadata),
9407         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
9408         (gmip_find_track_format):
9409         * gst-libs/gst/media-info/media-info-priv.h:
9410         * gst-libs/gst/media-info/media-info-test.c: (main):
9411         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
9412         (gst_media_info_read_idler), (gst_media_info_read):
9413         * gst-libs/gst/media-info/media-info.h:
9414           register debugging category and use it for debugging
9415
9416 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9417
9418         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
9419         (gst_vorbisfile_new_link):
9420           signal streaminfo through tags
9421
9422 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9423
9424         * ext/mplex/gstmplex.cc:
9425         * ext/mplex/gstmplexibitstream.cc:
9426           g++ doesn't like NULL in our i18n/error macros, should be
9427           either (NULL) or ("").
9428
9429 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9430
9431         * sys/dxr3/dxr3audiosink.c:
9432         * sys/dxr3/dxr3init.c:
9433         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
9434         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
9435           Fix more error error error errors (missing includes here).
9436
9437 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9438
9439         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9440           fix thomas' error errors.
9441
9442 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9443
9444         * ext/mpeg2enc/gstmpeg2enc.cc:
9445           fix error errors.
9446
9447 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9448
9449         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9450         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9451           Fix for new error system.
9452
9453 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9454
9455         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9456           fix for new error reporting
9457
9458 2004-01-20  David Schleef  <ds@schleef.org>
9459
9460         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9461         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9462         (gst_ximagesink_set_xwindow_id): Change to using a framerate
9463         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
9464         and neither is 100+, most likely.
9465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9466         (gst_xvimagesink_getcaps): same
9467
9468 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9469
9470         * configure.ac:
9471           Up version requirement to 2.0.3 (not yet released) to avoid symbol
9472           clashes with ffmpeg.
9473
9474 2004-01-20  Julien MOUTTE  <julien@moutte.net>
9475
9476         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
9477         (gst_switch_init): Fixed switch element : proxying link and setting
9478         caps from src to sink on request.
9479
9480 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9481
9482         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9483         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9484         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9485         fix element_error
9486
9487 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9488
9489         * sys/v4l/v4l_calls.h:
9490         * sys/v4l2/v4l2_calls.h:
9491           element_error fixes
9492
9493 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9494
9495         * gst-libs/gst/gst-i18n-plugin.h:
9496           add locale.h
9497           remove config.h inclusion
9498
9499 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9500
9501         * autogen.sh:
9502           adding autopoint invocation
9503         * Makefile.am:
9504         * configure.ac:
9505         * gst-libs/gst/gettext.h:
9506           adding gettext bits
9507         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9508         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9509         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9510         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9511         (gst_gnomevfssink_close_file):
9512         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
9513         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
9514         * gst-libs/gst/gst-i18n-plugin.h:
9515         * gst/avi/gstavi.c: (plugin_init):
9516         * sys/dxr3/dxr3init.c: (plugin_init):
9517         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
9518         * sys/oss/gstossaudio.c: (plugin_init):
9519         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9520         * sys/v4l/gstv4l.c: (plugin_init):
9521         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9522         * sys/v4l2/gstv4l2.c: (plugin_init):
9523         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9524         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
9525         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
9526         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
9527         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
9528         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
9529           make sure locale and translation domain are set
9530           fix translated strings 
9531         * po/.cvsignore:
9532         * po/LINGUAS:
9533         * po/Makevars:
9534         * po/POTFILES.in:
9535         * po/nl.po:
9536           put translation files into place
9537         * sys/xvideo/imagetest.c: (main):
9538         * ext/dv/demo-play.c: (main):
9539           fix unnecessary translations
9540
9541 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9542
9543         * ext/sndfile/gstsf.c:
9544         * gst/avi/gstavimux.c:
9545         * ext/audiofile/gstafsink.c:
9546         * ext/audiofile/gstafsrc.c:
9547         * ext/gnomevfs/gstgnomevfssink.c:
9548         * ext/gnomevfs/gstgnomevfssrc.c:
9549         * sys/oss/gstosselement.c:
9550         * sys/v4l/v4l_calls.h:
9551           fix i18n include
9552
9553 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9554
9555         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9556         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9557         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9558         (gst_v4l2_get_output), (gst_v4l2_set_output),
9559         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9560         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9561         (gst_v4l2_set_attribute):
9562         update to new error handling
9563
9564 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9565
9566         * ext/sidplay/gstsiddec.cc:
9567         * gst/modplug/gstmodplug.cc:
9568           parenthese NULL because C++ seems angry about it
9569
9570 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9571
9572         * gst-libs/gst/gst-i18n-plugin.h:
9573           add skeleton i18n stuff, but needs to be further implemented
9574
9575 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9576
9577         * examples/gstplay/player.c: (main):
9578         * ext/aalib/gstaasink.c: (gst_aasink_open):
9579         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9581         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9582         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9583         (gst_afsink_close_file):
9584         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9585         (gst_afsrc_close_file):
9586         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9587         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9588         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9589         * ext/esd/esdmon.c: (gst_esdmon_get):
9590         * ext/esd/esdsink.c: (gst_esdsink_chain):
9591         * ext/faac/gstfaac.c: (gst_faac_chain):
9592         * ext/faad/gstfaad.c: (gst_faad_chain):
9593         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9594         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9595         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9596         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9597         (gst_flacdec_loop):
9598         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9599         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9600         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9601         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9602         (gst_gnomevfssink_close_file):
9603         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9604         (gst_gnomevfssrc_open_file):
9605         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9606         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9607         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9608         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9609         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9610         * ext/mad/gstmad.c: (gst_mad_chain):
9611         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9612         * ext/mpeg2dec/gstmpeg2dec.c:
9613         * ext/mpeg2enc/gstmpeg2enc.cc:
9614         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9615         * ext/mplex/gstmplex.cc:
9616         * ext/mplex/gstmplexibitstream.cc:
9617         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9618         (gst_ogg_demux_push), (gst_ogg_pad_push):
9619         * ext/raw1394/gstdv1394src.c:
9620         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9621         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9622         * ext/sidplay/gstsiddec.cc:
9623         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9624         (gst_sf_loop):
9625         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9626         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9627         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9628         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9629         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9630         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9631         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9632         * gst-libs/gst/Makefile.am:
9633         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9634         (gst_riff_read_element_data), (gst_riff_read_seek),
9635         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9636         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
9637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9638         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9639         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9640         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9641         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9642         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9643         * gst/goom/gstgoom.c: (gst_goom_chain):
9644         * gst/id3/gstid3types.c: (gst_id3types_loop):
9645         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9646         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9647         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9648         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9649         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9650         (gst_ebml_read_float), (gst_ebml_read_header):
9651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9652         (gst_matroska_demux_parse_blockgroup):
9653         * gst/modplug/gstmodplug.cc:
9654         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9655         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9656         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9657         * gst/silence/gstsilence.c: (gst_silence_get):
9658         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9659         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9660         * gst/speed/gstspeed.c: (speed_loop):
9661         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9662         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9663         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9664         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9665         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9666         (gst_wavparse_loop):
9667         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9668         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9669         (dxr3audiosink_close):
9670         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9671         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9672         (dxr3videosink_close), (dxr3videosink_write_data):
9673         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9674         * sys/oss/gstosselement.h:
9675         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
9676         (gst_osssink_chain):
9677         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9678         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9679         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9681         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
9682         (gst_v4l_enable_overlay):
9683         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9684         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9685         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9686         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9687         (gst_v4l_set_audio):
9688         * sys/v4l/v4l_calls.h:
9689         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9690         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9691         (gst_v4lmjpegsink_playback_init),
9692         (gst_v4lmjpegsink_playback_start):
9693         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
9694         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
9695         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
9696         (gst_v4lmjpegsrc_requeue_frame):
9697         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9698         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9699         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9700         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9702         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9703         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9704         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9705         (gst_v4l2src_capture_stop):
9706         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9707         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9708         (gst_ximagesink_chain):
9709         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9710         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9711         (gst_xvideosink_xwindow_new):
9712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9713         (gst_xvimagesink_chain):
9714         use new error signal, function and categories
9715
9716 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
9717
9718         * configure.ac:
9719         * ext/Makefile.am:
9720         * ext/musicbrainz/gsttrm.c:
9721         * ext/musicbrainz/gsttrm.h:
9722         * ext/musicbrainz/Makefile.am:
9723         Add a trm plugin 
9724
9725 2004-01-18  Julien MOUTTE  <julien@moutte.net>
9726
9727         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
9728         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
9729         synchronous property for debugging.
9730         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
9731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9732         (gst_xvimagesink_set_property): Moving a pointer declaration to a
9733         smaller block, fixing indent.
9734
9735 2004-01-16  David Schleef  <ds@schleef.org>
9736
9737         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
9738         property affects the video stream.
9739         * sys/xvimage/xvimagesink.c: 
9740         * sys/xvimage/xvimagesink.h:
9741         Add synchronous property for debugging.  Should probably be
9742         disabled in non-CVS builds.  Make sure that the Xv attribute
9743         exists before we set it (crash!).  Fix a silly float bug that
9744         caused colorbalance to just not work.
9745
9746 2004-01-17  Christian Schaller <Uraeus@gnome.org>
9747
9748         * tools/gst-launch-ext.in - update for new plugins
9749
9750 2004-01-16  David Schleef  <ds@schleef.org>
9751
9752         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
9753         already-freed caps.
9754
9755 2994-01-16  Christian Schaller <Uraeus@gnome.org>
9756
9757         * Update spec for new colorspace plugin and libcaca plugin
9758         * Fix compilation of libcaca plugin (clock -> id)
9759
9760 2004-01-16  Julien MOUTTE <julien@moutte.net>
9761
9762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
9763         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
9764         (gst_xvimagesink_set_xwindow_id),
9765         (gst_xvimagesink_colorbalance_set_value),
9766         (gst_xvimagesink_colorbalance_get_value),
9767         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9768         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
9769         correct colorbalance properties. They can now be set when the element
9770         is still in NULL state. The values will be committed to the Xv Port
9771         when xcontext is initialized.
9772         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
9773         brightness int values in the GstXvImagesink structure.
9774
9775 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9776
9777         * gst-libs/gst/Makefile.am:
9778           restructure so having local patches works easier.
9779
9780 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9781
9782         * ext/mpeg2enc/Makefile.am:
9783         * ext/mpeg2enc/gstmpeg2enc.cc:
9784         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9785           Bugfix with respect to EOS handling.
9786
9787 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9788
9789         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
9790           Link with right caps (else, it segfaults).
9791         * ext/mplex/gstmplexjob.cc:
9792           Fix for slight API change in 1.6.1.93 release of mjpegtools.
9793
9794 2004-01-15  David Schleef  <ds@schleef.org>
9795
9796         * gst-libs/gst/audio/Makefile.am:
9797         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
9798         from the template.
9799         * gst-libs/gst/audio/gstaudiofilter.c:
9800         * gst-libs/gst/audio/gstaudiofilter.h:
9801         Add bytes_per_sample and size and n_samples calculation.
9802         * gst-libs/gst/audio/gstaudiofilterexample.c:
9803         Remove, now autogenerated.
9804         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9805         Moved from gstaudiofilterexample, object name changed, code added
9806         so that it actually works.
9807         * gst-libs/gst/audio/make_filter:
9808         Script to build an audiofilter subclass from the template.
9809         * gst/colorspace/Makefile.am:
9810         * gst/colorspace/yuv2yuv.c:
9811         Remove file, since it's GPL, and we don't use it.
9812
9813 2004-01-15  Julien MOUTTE  <julien@moutte.net>
9814
9815         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
9816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
9817         them use the buffer free function to test how the buffer was allocated.
9818
9819 2004-01-15  David Schleef  <ds@schleef.org>
9820
9821         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
9822         that handles osssink fallback.
9823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9824         (gst_audio_convert_getcaps):
9825         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
9826         Add audio/x-qdm2 for QDM2 audio.
9827         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9828         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
9829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9830         Decrease minimum size to 16x16.
9831         * gst/wavparse/gstwavparse.c:
9832         Convert disabled pad template caps to new caps.
9833         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9835         (gst_xvimagesink_chain): Throw element error when display cannot
9836         be opened.  Increase minimum framerate to 1.0.  Check the data
9837         free function on a buffer to make sure it is the type we expect
9838         before manipulating it.
9839
9840 2004-01-15  Julien MOUTTE <julien@moutte.net>
9841
9842         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
9843         (gst_videobalance_colorbalance_set_value): Implement passthru if
9844         settings are in the middle.
9845         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
9846
9847 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9848
9849         * gst/videofilter/Makefile.am:
9850         * gst/volume/Makefile.am:
9851           Since we use videofilter symbols, link to it.
9852
9853 2004-01-15  Julien MOUTTE <julien@moutte.net>
9854
9855         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
9856         mixer interface type to HARDWARE.
9857         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
9858         type to SOFTWARE.
9859         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
9860         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
9861         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
9862         (gst_volume_interface_init), (gst_volume_list_tracks),
9863         (gst_volume_set_volume), (gst_volume_get_volume),
9864         (gst_volume_set_mute), (gst_volume_mixer_init),
9865         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
9866         (volume_init): Implementing mixer interface.
9867         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
9868         * sys/oss/gstosselement.c: (gst_osselement_get_type),
9869         (gst_osselement_change_state): Removing some trailing commas in
9870         structures.
9871         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
9872         interface type to HARDWARE.
9873         * sys/v4l/gstv4lcolorbalance.c:
9874         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
9875         type to HARDWARE.
9876         * sys/v4l2/gstv4l2colorbalance.c:
9877         (gst_v4l2_color_balance_interface_init): Setting colorbalance
9878         interface type to HARDWARE.
9879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
9880         same code than ximagesink for event handling.
9881
9882 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9883
9884         * ext/snapshot/Makefile.am:
9885         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
9886         (gst_snapshot_chain):
9887         * ext/snapshot/gstsnapshot.h:
9888           This has to be a joke... Snapshot should be connected to a tee,
9889           colorspace element before it and EOS after that, where the other
9890           src of the tee receives normal data.
9891           The current way is *wrong*.
9892
9893 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9894
9895         * ext/hermes/gsthermescolorspace.c:
9896           Fix another compile error. Same as below.
9897
9898 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9899
9900         * gst/colorspace/gstcolorspace.c:
9901         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
9902         (gst_colorspace_i420_to_yv12):
9903           Fix compiling... Didn't test if it actually works.
9904
9905 2004-01-15  David Schleef  <ds@schleef.org>
9906
9907         * configure.ac:
9908         * gst/colorspace/Makefile.am:
9909         * gst/colorspace/gstcolorspace.c:
9910         * gst/colorspace/gstcolorspace.h:
9911         * gst/colorspace/yuv2rgb.c:
9912         * gst/colorspace/yuv2rgb.h:
9913         Duplicate the ext/hermes colorspace plugin, and remove Hermes
9914         code and GPL code.  Fix for new caps negotiation.  Rewrite
9915         much of the format handling code, and some of the conversion
9916         code.  Basically, rewrote almost everything.  This element
9917         handles I420, YV12 to RGB conversions.
9918         * ext/hermes/Makefile.am:
9919         * ext/hermes/gsthermescolorspace.c:
9920         Rename colorspace to hermescolorspace.  Fix negotiation issues.
9921         Remove non-Hermes related code.  This element handles lots of
9922         RGB to RGB conversions, but no YUV.
9923         * ext/hermes/gstcolorspace.c:
9924         * ext/hermes/gstcolorspace.h:
9925         * ext/hermes/rgb2yuv.c:
9926         * ext/hermes/yuv2rgb.c:
9927         * ext/hermes/yuv2rgb.h:
9928         * ext/hermes/yuv2rgb_mmx16.s:
9929         * ext/hermes/yuv2yuv.c:
9930         * ext/hermes/yuv2yuv.h:
9931         Remove old code.
9932
9933 2004-01-14  Colin Walters  <walters@verbum.org>
9934
9935         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
9936         they've already been.
9937
9938 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9939
9940         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9941           assume tag mode when pad is not connected
9942
9943 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9944
9945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9946           Don't update the time of the clock
9947         (gst_alsa_sink_loop):
9948           sync to the clock given to alsasink, not the own clock
9949         * sys/oss/gstosssink.c: (gst_osssink_chain):
9950           sync to the clock
9951         (gst_osssink_change_state):
9952           activate the clock
9953         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
9954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
9955           remove bogus code that made DISCONT events unhandled
9956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
9957           explicitly case to double in _set_simple. (fixes 2nd warning in bug
9958           #131502)
9959         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
9960         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
9961         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
9962           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
9963           2nd warning in bug #131502)
9964
9965 2004-01-14  Julien MOUTTE  <julien@moutte.net>
9966
9967         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
9968         (gst_videobalance_colorbalance_set_value),
9969         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
9970         for colorbalance interface implementation.
9971         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9972         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
9973         (gst_ximagesink_dispose), (gst_ximagesink_init),
9974         (gst_ximagesink_class_init): Adding DISPLAY property.
9975         * sys/ximage/ximagesink.h: Adding display_name to store display.
9976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9977         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9978         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
9979         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
9980         properties (they still need polishing though for gst-launch use : no
9981         xcontext yet, i ll do that tomorrow).
9982         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
9983
9984 2004-01-14  Julien MOUTTE  <julien@moutte.net>
9985
9986         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9987         (gst_play_set_location), (gst_play_set_visualization): Preparing 
9988         switch integration, adding videobalance in the pipeline.
9989
9990 2004-01-14  Julien MOUTTE <julien@moutte.net>
9991
9992         * gst-libs/gst/colorbalance/colorbalance.c:
9993         (gst_color_balance_class_init): Adding a default type.
9994         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
9995         the type.
9996         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
9997         (gst_videobalance_dispose), (gst_videobalance_class_init),
9998         (gst_videobalance_init), (gst_videobalance_interface_supported),
9999         (gst_videobalance_interface_init),
10000         (gst_videobalance_colorbalance_list_channels),
10001         (gst_videobalance_colorbalance_set_value),
10002         (gst_videobalance_colorbalance_get_value),
10003         (gst_videobalance_colorbalance_init): Implementing colorbalance
10004         interface.
10005         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
10006         list.
10007         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
10008         bug which was triggering a BadAccess X error when setting an overlay
10009         before pad was really negotiated.
10010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
10011         Using the colorbalance type macro.
10012
10013 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10014
10015         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
10016         (gst_flacenc_chain):
10017           handle tags correctly
10018         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10019           extract ID3v1 tags correctly
10020
10021 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
10024         (plugin_init):
10025           Improve matroska typefinding for odd-typed headers...
10026
10027 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10028
10029         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10030           Fix for using incremental number on padnames.
10031
10032 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10033
10034         * ext/divx/gstdivxdec.c:
10035         * ext/divx/gstdivxenc.c:
10036           Set category to divx4linux instead of divx (too generic).
10037         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10038         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10039         (gst_wavparse_loop), (gst_wavparse_change_state):
10040         * gst/wavparse/gstwavparse.h:
10041           fix parsing of WAV files with non-standard fmt-tag size and fix
10042           skipping of unrecognized chunks... Someone please fix this thing
10043           to use rifflib so all this is automated.
10044         * sys/v4l/Makefile.am:
10045         * sys/v4l2/Makefile.am:
10046           Add X_CFLAGS because we depend on X (for overlay).
10047
10048 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
10049
10050         * ext/mpeg2dec/gstmpeg2dec.c:
10051           Don't issue a timestamp unless we tagged the frame
10052           with a PTS.
10053
10054 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10055
10056         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
10057           Query the audio element to get the time, not the clock. We're
10058           interested in the element's time here.
10059
10060 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10061
10062         * ext/aalib/gstaasink.c: (gst_aasink_chain):
10063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10064         * ext/esd/esdsink.c: (gst_esdsink_chain):
10065         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
10066         * ext/mas/massink.c: (gst_massink_chain):
10067         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
10068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
10069         (gst_matroska_demux_parse_metadata):
10070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
10071         (gst_mpeg_parse_release_locks):
10072         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
10073         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
10074         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10075         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10076         (gst_osssink_change_state):
10077         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10078         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10079         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
10080         (gst_xvideosink_release_locks):
10081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10082           use element time.
10083         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
10084         (gst_alsa_clock_stop):
10085         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
10086         (gst_audio_clock_get_internal_time):
10087           simplify for use with new clocking code.
10088         * testsuite/alsa/Makefile.am:
10089         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
10090           fix testsuite for new caps system
10091
10092 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10093
10094         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10095         * ext/flac/gstflacenc.c: (add_one_tag):
10096           length is already host endian, no need to convert. Fixes playback of
10097           tagged files on PPC. (bug #128384)
10098
10099 2004-01-13  Julien MOUTTE <julien@moutte.net>
10100
10101         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
10102         colorbalance interface stating if it is hardware based or software
10103         based.
10104         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
10105         Removing a trailing comma.
10106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10107         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
10108         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
10109         the documentation seems to be wrong on the -1000 to 1000 interval.
10110
10111 2004-01-12  David Schleef  <ds@schleef.org>
10112
10113         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
10114         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
10115         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
10116         Fix negotiation.  Add a bufferalloc function for the sink pad,
10117         and generally clean up some of the code.
10118
10119 2004-01-12  Julien MOUTTE <julien@moutte.net>
10120
10121         * gst-libs/gst/colorbalance/colorbalancechannel.c:
10122         (gst_color_balance_channel_dispose): Adding safety check in dispose
10123         method.
10124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10125         (gst_xvimagesink_xcontext_clear),
10126         (gst_xvimagesink_interface_supported),
10127         (gst_xvimagesink_colorbalance_list_channels),
10128         (gst_xvimagesink_colorbalance_set_value),
10129         (gst_xvimagesink_colorbalance_get_value),
10130         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
10131         Adding colorbalance interface support to set XV parameters such as
10132         HUE, BRIGHTNESS, CONTRAST, SATURATION.
10133         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
10134         interface.
10135
10136 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
10139         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
10140         (gst_audio_convert_init), (gst_audio_convert_set_property),
10141         (gst_audio_convert_get_property), (gst_audio_convert_chain),
10142         (gst_audio_convert_link),
10143         (gst_audio_convert_buffer_to_default_format),
10144         (gst_audio_convert_buffer_from_default_format), (plugin_init):
10145           - implement _getcaps and use it
10146           - improve linking
10147           - remove float caps since no float conversion is actually done
10148           - remove properties and arguments that were to be used for rate
10149             conversion
10150
10151 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10152
10153         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
10154         (gst_audio_structure_set_int):
10155         * gst-libs/gst/audio/audio.h:
10156           add helper functions for _getcaps matching the standard audio
10157           templates
10158
10159 2004-01-12  David Schleef  <ds@schleef.org>
10160
10161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10162         Test that pad is negotiated before getting its caps.
10163
10164 2004-01-12  Julien MOUTTE <julien@moutte.net>
10165
10166         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
10167         analyzing the pads of an element the bin is mostly in READY state so
10168         no caps were negotiated. This helper function needs to work with
10169         _get_caps directly then. I was not freeing them though, added that to
10170         fix the mem leak.
10171
10172 2004-01-12  Julien MOUTTE <julien@moutte.net>
10173
10174         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
10176         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
10177         than the free_func.
10178
10179 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10180
10181         * sys/oss/gstossaudio.c: (plugin_init):
10182         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10183         * sys/oss/gstosselement.h:
10184           make an oss debugging category
10185           make failure more descriptive
10186
10187 2004-01-11  David Schleef  <ds@schleef.org>
10188
10189         * ext/ffmpeg/gstffmpeg.c:
10190         * ext/ffmpeg/gstffmpegcodecmap.c:
10191         * ext/ffmpeg/gstffmpegdec.c:
10192         * ext/ffmpeg/gstffmpegenc.c:
10193         * ext/ffmpeg/gstffmpegprotocol.c:
10194         * ext/gdk_pixbuf/gstgdkanimation.c:
10195         * ext/jpeg/gstjpeg.c:
10196         * ext/libpng/gstpng.c:
10197         * ext/mpeg2dec/perftest.c:
10198         * ext/speex/gstspeex.c:
10199         * gst-libs/gst/resample/dtos.c:
10200         * gst/intfloat/gstintfloatconvert.c:
10201         * gst/oneton/gstoneton.c:
10202         * gst/rtjpeg/RTjpeg.c:
10203         * gst/rtp/gstrtp.c:
10204         * sys/dxr3/dxr3init.c:
10205         * sys/glsink/gstgl_nvimage.c:
10206         * sys/glsink/gstgl_pdrimage.c:
10207         * sys/glsink/gstglsink.c:
10208         * testsuite/gst-lint:
10209         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
10210
10211 2004-01-11  David Schleef  <ds@schleef.org>
10212
10213         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
10214         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
10215         * ext/gdk_pixbuf/gstgdkanimation.c:
10216         (gst_gdk_animation_iter_create_pixbuf):
10217         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10218         (gst_gdk_pixbuf_chain):
10219         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10220         * ext/jack/gstjack.c: (gst_jack_change_state):
10221         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
10222         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
10223         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
10224         * gst/videofilter/gstvideofilter.c:
10225         (gst_videofilter_set_output_size):
10226         Remove all usage of gst_pad_get_caps(), and replace it with
10227         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
10228
10229 2004-01-11  David Schleef  <ds@schleef.org>
10230
10231         * configure.ac:
10232         * ext/Makefile.am: Fixes to make ext/libcaca compile.
10233         * ext/divx/gstdivxdec.c:
10234         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10235         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
10236         handle images that span multiple buffers.  Now work with both
10237         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
10238         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10239         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
10240         video/video.h changes
10241         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
10242         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10243         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
10244         of GstData free function.
10245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
10246         same.
10247
10248 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10249
10250         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
10251         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
10252         (gst_v4l2element_get_property):
10253         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
10254           add norm, channel and frequency properties.
10255         * sys/v4l2/gstv4l2tuner.c:
10256           fixes for tuner interface changes
10257         * sys/v4l2/gstv4l2element.h:
10258         * sys/v4l2/gstv4l2src.c: 
10259         * sys/v4l2/gstv4l2src.h:
10260         * sys/v4l2/v4l2src_calls.c: 
10261         * sys/v4l2/v4l2src_calls.h:
10262           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
10263
10264 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10265
10266         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
10267         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
10268         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
10269         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
10270         * gst-libs/gst/tuner/tuner.h:
10271           GObjects aren't const.
10272           Add find_by_name functions.
10273           Add checks to _changed functions.
10274         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
10275         (gst_v4l_tuner_get_norm):
10276           Fixes for above.
10277
10278 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10279
10280         * gst-libs/gst/video/video.h:
10281           Fix caps template names to be understandable.
10282           Prefix everything with GST_VIDEO.
10283         * ext/aalib/gstaasink.c:
10284         * ext/divx/gstdivxdec.c:
10285         * ext/divx/gstdivxenc.c:
10286         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10287         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
10288         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
10289         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
10290         * ext/libcaca/gstcacasink.c:
10291         * ext/libpng/gstpngenc.c: (raw_caps_factory):
10292         * ext/snapshot/gstsnapshot.c:
10293         * ext/swfdec/gstswfdec.c:
10294         * ext/xvid/gstxviddec.c:
10295         * ext/xvid/gstxvidenc.c:
10296         * gst/chart/gstchart.c:
10297         * gst/deinterlace/gstdeinterlace.c:
10298         * gst/effectv/gsteffectv.c:
10299         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10300         * gst/goom/gstgoom.c:
10301         * gst/median/gstmedian.c:
10302         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10303         (gst_monoscope_srcconnect), (gst_monoscope_chain):
10304         * gst/overlay/gstoverlay.c:
10305         * gst/smooth/gstsmooth.c:
10306         * gst/smpte/gstsmpte.c:
10307         * gst/synaesthesia/gstsynaesthesia.c:
10308         * gst/videocrop/gstvideocrop.c:
10309         * gst/videodrop/gstvideodrop.c:
10310         * gst/y4m/gsty4mencode.c:
10311         * sys/qcam/gstqcamsrc.c:
10312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
10313           Make them work with new video.h file.
10314         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10315         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
10316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10317         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
10318           Make it work with new buffer allocation system.
10319
10320 2004-01-11  Julien MOUTTE  <julien@moutte.net>
10321
10322         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
10323         pad_alloc_buffer implementation to use ->srcpad
10324         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
10325         pad_alloc_buffer implementation to use ->srcpad
10326         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
10327         pad_alloc_buffer implementation to use ->srcpad
10328         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10329         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10330         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
10331         a reference to everything we need.
10332         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
10333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10334         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10335         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
10336         a reference to everything we need.
10337         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
10338
10339 2004-01-11  David Schleef  <ds@schleef.org>
10340
10341         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
10342         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
10343         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
10344         structure members.
10345         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
10346         value during a resize/renegotiation.
10347         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
10348         gst_pad_alloc_buffer();
10349         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10350         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
10351         structure members.
10352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
10353         Fix for rename of buffer private structure members.
10354         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10355         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
10356         Fix for rename of buffer private structure members.
10357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10358         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
10359         Fix for rename of buffer private structure members.
10360
10361 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
10362
10363         reviewed by: David Schleef <ds@schleef.org>
10364
10365         * gst/videofilter/Makefile.am:
10366         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
10367         from the patch by ds to fit in with recent make_filter changes.
10368
10369 2004-01-11  Julien MOUTTE  <julien@moutte.net>
10370
10371         * configure.ac: Adding examples/switch/Makefile
10372         * examples/Makefile.am: Adding examples/switch
10373         * examples/switch/Makefile.am: Adding switcher example.
10374         * examples/switch/switcher.c: (got_eos), (idle_iterate),
10375         (switch_timer), (main): Adding an example demonstrating switch usage
10376         with 2 videotestsrc showing different patterns.
10377         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10378         (gst_switch_init): Fixing switch with the new caps system.
10379
10380 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10381
10382         * gst-libs/gst/video/video.h:
10383           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
10384           They should probably be like
10385           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
10386
10387 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10388
10389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10390         (qtdemux_parse_trak):
10391           fix audio chunk size/timestamp calculation
10392
10393 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10394
10395         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
10396           fix SVQ3 caps
10397
10398 2004-01-11  Steve Baker  <steve@stevebaker.org>
10399
10400         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
10401         (gst_agingtv_base_init), (gst_agingtv_class_init),
10402         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
10403         (gst_agingtv_set_property), (gst_agingtv_get_property):
10404         Port agingTV to videofilter
10405
10406 2004-01-09  Julien MOUTTE <julien@moutte.net>
10407
10408         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
10409         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10410
10411 2004-01-09  Julien MOUTTE <julien@moutte.net>
10412
10413         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
10414         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10415         * gst-libs/gst/xoverlay/xoverlay.c:
10416         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
10417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
10418         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10420         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10421         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10422         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
10423         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
10424         the bufferalloc_function to replace bufferpools, fixing the XOverlay
10425         interface implementation to handle xid being 0 and fix some bugs
10426         triggered by Benjamin's testcase.
10427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10428         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10429         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
10430         the bufferalloc_function to replace bufferpools, fixing the XOverlay
10431         interface implementation to handle xid being 0 and fix some bugs
10432         triggered by Benjamin's testcase.
10433
10434 2004-01-09  David Schleef  <ds@schleef.org>
10435
10436         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
10437         mouse pointer events.  It works.
10438
10439 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10440
10441         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
10442           Use explicit caps - fix capsnego.
10443         * ext/xvid/gstxviddec.c:
10444         * ext/xvid/gstxvidenc.c:
10445           Remove macro-inside-macro which caused compile errors.
10446         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
10447           Error out if it's not a RIFF file. Else we error out without
10448           gst_element_error() which is not good...
10449
10450 2004-01-08  David Schleef  <ds@schleef.org>
10451
10452         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10453         Fix pad_link function to handle formats that ffmpeg returns
10454         as multiple caps structures.
10455         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
10456         Only complain if source buffer is _smaller_ than expected.
10457         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
10458         (gst_videoscale_handle_src_event): Resize navigation events
10459         when passing them upstream.
10460         * gst/videotestsrc/gstvideotestsrc.c:
10461         * gst/videotestsrc/gstvideotestsrc.h:
10462         * gst/videotestsrc/videotestsrc.c:
10463         * gst/videotestsrc/videotestsrc.h:
10464         Rewrite many of the buffer painting functions to handle odd
10465         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
10466         been verified to work with my video card.
10467         * testsuite/gst-lint:  Add check for elements calling
10468         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
10469
10470 2004-01-08  David Schleef  <ds@schleef.org>
10471
10472         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
10473         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
10474
10475 2004-01-08  Julien MOUTTE  <julien@moutte.net>
10476
10477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
10478         configure event is not emiting the desired size signal. That fixes
10479         aspect ratio issues with gst-player.
10480
10481 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10482
10483         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
10484           Fix capsnego.
10485
10486 2004-01-08  Julien MOUTTE  <julien@moutte.net>
10487
10488         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
10489         public method to fire size signal.
10490
10491 2004-01-07  Julien MOUTTE  <julien@moutte.net>
10492
10493         * examples/gstplay/Makefile.am: Adding the interface library.
10494         * gst-libs/gst/play/Makefile.am: Adding the interface library.
10495         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
10496         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
10497         GST_IS_X_OVERLAY before signal connect.
10498         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
10499         Removing the have_video_size signal.
10500         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
10501         and associated public method.
10502         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10503         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
10504         signal.
10505         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
10506         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
10507         signal.
10508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
10509         Using XOverlay public method to fire size signal.
10510
10511 2004-01-07  David Schleef  <ds@schleef.org>
10512
10513         * gst/videofilter/Makefile.am:
10514         * gst/videofilter/gstvideotemplate.c:
10515         * gst/videofilter/make_filter:
10516         Create gstvideoexample.c in a srcdir!=builddir friendly way.
10517         Convert make_filter to /bin/sh script.
10518
10519 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10520
10521         * gst/modplug/gstmodplug.cc: fix element description
10522
10523 2004-01-07  Julien MOUTTE  <julien@moutte.net>
10524
10525         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
10526         (got_video_size): Adding some new lines in g_print calls.
10527         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10528         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
10529         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
10530         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
10531         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
10532         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
10533         Complete code review, reverting some stuff i disagree with, adding
10534         some fixes : time synchronization on invalid timestamps, renegotiation
10535         of private window.
10536         * sys/ximage/ximagesink.h:
10537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
10538         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
10539         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10540         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
10541         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
10542         (gst_xvimagesink_buffer_new),
10543         (gst_xvimagesink_navigation_send_event),
10544         (gst_xvimagesink_set_xwindow_id),
10545         (gst_xvimagesink_get_desired_size),
10546         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
10547         stuff i disagree with, adding some fixes : Renegotiation of private
10548         window, implementing get_desired_size.
10549
10550 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10551
10552         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
10553         (gst_afsink_handle_event):
10554         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10555         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
10556         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
10557         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
10558         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
10559           Fix for instantiate-test (see core). Also remove dead code from
10560           jpegenc (which still needs fixing, but that's lower on my TODO
10561           list...).
10562         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10563           Never return NULL as caps.
10564
10565 2004-01-07  David Schleef  <ds@schleef.org>
10566
10567         * configure.ac:
10568         * ext/Makefile.am:
10569         * ext/librfb/Makefile.am:
10570         * ext/librfb/gstrfbsrc.c:
10571         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
10572         is the protocol used by VNC.
10573
10574 2004-01-07  David Schleef  <ds@schleef.org>
10575
10576         * gst/videofilter/gstvideotemplate.c:
10577         * gst/videofilter/gstvideotemplate.h:
10578         * gst/videofilter/make_filter:
10579         Merge videotemplate header into source file.
10580         * gst/effectv/Makefile.am:
10581         * gst/effectv/gsteffectv.c: (plugin_init):
10582         * gst/effectv/gstwarp.c:
10583         Make warpTV a subclass of videofilter.
10584
10585 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10586
10587         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10588           Add guard against invalid utf-8 conversions in mad. Just in case.
10589
10590 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10591
10592         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
10593           Fix for bug shown by poisoning
10594
10595 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10596
10597         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10598         (gst_v4lmjpegsrc_buffer_free):
10599         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10600         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
10601         (gst_v4lsrc_buffer_free):
10602           Fix for removed bufferpools.
10603
10604 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
10605
10606         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10607         Fix caps negotiation.
10608
10609         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10610         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
10611         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
10612         (dvdnavsrc_event):
10613         * ext/mpeg2dec/gstmpeg2dec.c:
10614         * gst-libs/gst/navigation/navigation.c:
10615         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
10616         * gst-libs/gst/navigation/navigation.h:
10617         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
10618         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10620         Super-simple first version of mouse and keyboard events. Clicking
10621         on a DVD menu now works, although it may not take you where you
10622         expected.
10623
10624         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10625         * gst/videotestsrc/gstvideotestsrc.c:
10626         (gst_videotestsrc_src_fixate):
10627         These fixate functions were broken - they never actually
10628         fixated :)
10629         
10630 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
10633         (gst_icecastsend_init):
10634           fix for new caps system.
10635         * gst-libs/gst/mixer/mixertrack.h:
10636         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
10637           Add 'master track' flag (for tools like ACME that only want to
10638           change the main volume).
10639
10640 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
10641
10642         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
10643         (gst_xvid_csp_to_caps):
10644         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
10645         * ext/xvid/gstxvidenc.c:
10646         ifdef out ARGB type when it isn't available 
10647         in xvidcore 1.0.0beta2
10648
10649 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10650
10651         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10652           When we have received a new SCR right in the first buffer after
10653           a seek (so in the same cycle that handles the discont), we should
10654           handle the buffer instead of unreffing it, else we lose data.
10655
10656 2004-01-06  Iain <iain@prettypeople.org>
10657
10658         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
10659           buffer-frames caps too.
10660
10661         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
10662           caps that we need, don't destroy them all and rebuild them. And when
10663           creating src pads, use the src pad template rather than the sink...
10664
10665 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10666
10667         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10668           Add pad to element *after* setting functions such as event handler.
10669           Without this, the scheduler (opt) will link pads, set the event
10670           handler from the default event function (dispatcher in gstpad.c)
10671           and *after* that, we will set our own event function, which will
10672           thus never be used (and thus mpegdemux doesn't handle events).
10673
10674 2004-01-04  David Schleef  <ds@schleef.org>
10675
10676         Fix the fixate functions to handle new prototype:
10677         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10678         * gst/videotestsrc/gstvideotestsrc.c:
10679         (gst_videotestsrc_src_fixate):
10680         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
10681         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
10682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10683
10684 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10685
10686         * sys/ximage/ximagesink.h:
10687         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10688         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
10689         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10690         (gst_ximagesink_xoverlay_init):
10691           assorted fixes to make (re)embedding work
10692         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
10693         (gst_ximagesink_get_desired_size):
10694           implement desired size additions to XOverlay
10695
10696 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10697
10698         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
10699         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
10700         (gst_x_overlay_got_desired_size):
10701         * gst-libs/gst/xoverlay/xoverlay.h:
10702           Add optional "desired size" signal and querying.
10703
10704 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * gst/matroska/matroska-demux.c:
10707         (gst_matroska_demux_parse_blockgroup):
10708           Fix EBML-laced block parsing. Diffs are relative to previous
10709           lace, not the first lace. Thanks to Mosu from the Matroska
10710           team for detecting this.
10711         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10712         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
10713         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
10714         (gst_wavparse_change_state):
10715         * gst/wavparse/gstwavparse.h:
10716           Quickfix for capsnego.
10717
10718 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10719
10720         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
10721           Fix indenting, fix pad creation.
10722
10723 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10724
10725         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
10726         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
10727         (gst_xviddec_sink_link):
10728           Implement src_getcaps() so proper size caps is negotiated.
10729
10730 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10731
10732         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
10733           Finish flac decoder on EOS. See #116178.
10734
10735 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
10738         (gst_matroska_demux_add_stream):
10739         * gst/matroska/matroska-ids.h:
10740           Add getcaps() function to fix capsnego...
10741
10742 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10745         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
10746         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10747           Fix more integer overflows. Again, see #126967.
10748
10749 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10750
10751         * ext/mpeg2dec/gstmpeg2dec.c:
10752           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
10753           #130416.
10754
10755 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10756
10757         * configure.ac:
10758         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
10759         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
10760         * ext/xvid/gstxvid.h:
10761         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
10762         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
10763         (gst_xviddec_src_link), (gst_xviddec_sink_link),
10764         (gst_xviddec_change_state):
10765         * ext/xvid/gstxviddec.h:
10766         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
10767         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
10768         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
10769         (gst_xvidenc_link), (gst_xvidenc_set_property),
10770         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
10771         * ext/xvid/gstxvidenc.h:
10772           Update xvid plugin to latest xvid (1.0.0-beta3) API.
10773
10774 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10775
10776         * gst/rtp/rtp-packet.c:
10777           Add sys/types.h include, since OS X doesn't define in_addr_t
10778           in netinet/in.h, like it does on Linux (see #129600).
10779
10780 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
10781
10782         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
10783
10784         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
10785           Correct logic of dispose function (see #129306).
10786
10787 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10788
10789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
10790         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10791         (gst_mpeg_parse_init):
10792         * gst/mpegstream/gstmpegparse.h:
10793           Remove clock (which was never provided, i.e. dead code), and
10794           also fix integer overflows at high PTS values (see #126967).
10795
10796 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10797
10798         * ext/flac/gstflacdec.c:
10799         * ext/libpng/gstpngenc.h:
10800         * ext/mikmod/gstmikmod.h:
10801           OS X fixes (see #126628).
10802
10803 2004-01-02  David Schleef  <ds@schleef.org>
10804
10805         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
10806         (gst_alsa_src_base_init): Remove bogus "src" request pad.
10807         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
10808         (gst_mpeg_parse_class_init): Move pad template registration
10809         to class_init, since the derived class (mpegdemux) doesn't
10810         want them.
10811
10812 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10813
10814         * sys/ximage/Makefile.am:
10815         * sys/xvideo/Makefile.am:
10816         * sys/xvimage/Makefile.am:
10817           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
10818           after installation (see #127664).
10819
10820 2004-01-02  David Schleef  <ds@schleef.org>
10821
10822         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
10823         (gst_ffmpegenc_connect):  Negotiation fixes.
10824         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
10825         Remove inappropriate gst_caps_free().
10826         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
10827         Reenable Ronald's internal resize code, since the core handles
10828         it correctly now.
10829
10830 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10831
10832         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
10833         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
10834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
10835           Fix pad template stuff.
10836
10837 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10838
10839         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10840         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
10841           fix signed integer reading/writing.
10842
10843 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10844
10845         * ext/alsa/README:
10846           Remove outdated document
10847
10848 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
10849
10850         * gst/cutter/gstcutter.c: (gst_cutter_init):
10851           src pad was being created twice - oops.
10852
10853 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10854
10855         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
10856           Comment out internal resize. It doesn't handle the resulting
10857           XEvent internally, does another try_set_caps() which leads to
10858           a really nice loop.
10859           Real fix will come when Julien and Dave are awake. ;).
10860
10861 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10862
10863         * ext/mpeg2enc/gstmpeg2enc.cc:
10864           fix const/nonconst compile issue.
10865
10866 2004-01-02  David Schleef  <ds@schleef.org>
10867
10868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
10869         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
10870         Add fixate function and a check for bad formats.
10871
10872 2004-01-01  David Schleef  <ds@schleef.org>
10873
10874         Negotiation fixes:
10875         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10876         (gst_audiofilter_init):
10877         * gst/debug/efence.c: (gst_efence_init):
10878         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10879         (gst_deinterlace_init):
10880         * gst/volume/gstvolume.c: (volume_connect):
10881
10882 2004-01-01  David Schleef  <ds@schleef.org>
10883
10884         Convert elements to use gst_pad_use_explicit_caps() where
10885         appropriate:
10886         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
10887         * ext/audiofile/gstafparse.c: (gst_afparse_init),
10888         (gst_afparse_open_file):
10889         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
10890         (gst_afsrc_open_file):
10891         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
10892         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
10893         (gst_ffmpegdec_chain):
10894         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10895         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
10896         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
10897         (gst_gdk_pixbuf_chain):
10898         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
10899         (gst_jpegdec_chain):
10900         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
10901         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
10902         (gst_mikmod_negotiate):
10903         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10904         (gst_mpeg2dec_negotiate_format):
10905         * ext/mpeg2enc/gstmpeg2enc.cc:
10906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10907         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
10908         (gst_speexdec_sinkconnect):
10909         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
10910         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
10911         (gst_vorbisfile_new_link):
10912         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
10913         (gst_ac3parse_chain):
10914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
10915         (gst_asf_demux_setup_pad):
10916         * gst/auparse/gstauparse.c: (gst_auparse_init),
10917         (gst_auparse_chain):
10918         * gst/id3/gstid3types.c: (gst_id3types_loop):
10919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10920         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10921         (mp1videoparse_parse_seq):
10922         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
10923         (bpf_from_header):
10924         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10925         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
10926         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10927         (gst_mpeg_parse_send_data):
10928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10929         (gst_qtdemux_add_stream):
10930         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10931         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10932         (gst_wavparse_parse_fmt):
10933
10934 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10935
10936         * configure.ac:
10937           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
10938           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
10939           it therefore uses the wrong include paths. Too bad... Note
10940           that 1.6.1.93 is not release yet. ;).
10941           Also add a check for mplex, which is now using the lib'ified
10942           mplex from mjpegtools, too.
10943         * ext/ffmpeg/gstffmpegcodecmap.c:
10944           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
10945           issues. I don't think ffmpeg handles 3ivx correctly, so this
10946           probably won't work. But it won't hurt either.
10947         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
10948         (gst_ffmpegdec_chain):
10949         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
10950         (gst_ffmpegenc_chain_audio):
10951           Fix memleak in audio encoding. Close codec if open fails, this
10952           calls the cleanup routines so we can re-use the context.
10953         * ext/mpeg2enc/gstmpeg2enc.cc:
10954           Fix pad template names/types, fix memory issue with getcaps().
10955         * ext/mpeg2enc/gstmpeg2encoder.cc:
10956         * ext/mpeg2enc/gstmpeg2encoder.hh:
10957           Fix compile issue with new caps system (const thingy).
10958         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10959         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
10960           We read a first frame right on initing, so that we have a caps
10961           when we init the output. This caps is cached in padprivate and
10962           read as first frame.
10963         * ext/mplex/Makefile.am:
10964         * ext/mplex/gstmplex.cc:
10965         * ext/mplex/gstmplex.h:
10966         * ext/mplex/gstmplex.hh:
10967         * ext/mplex/gstmplexibitstream.cc:
10968         * ext/mplex/gstmplexibitstream.hh:
10969         * ext/mplex/gstmplexjob.cc:
10970         * ext/mplex/gstmplexjob.hh:
10971         * ext/mplex/gstmplexoutputstream.cc:
10972         * ext/mplex/gstmplexoutputstream.hh:
10973           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
10974           had issues, didn't do capsnego, supported only a subset of the
10975           mplex features and required a mplex fork in our local CVS. Plus
10976           that it worked agaist a very old mplex version. Rewriting was
10977           faster than updating it.
10978         * gst-libs/ext/Makefile.am:
10979         * gst-libs/ext/mplex/INSTRUCT:
10980         * gst-libs/ext/mplex/Makefile.am:
10981         * gst-libs/ext/mplex/README:
10982         * gst-libs/ext/mplex/TODO:
10983         * gst-libs/ext/mplex/ac3strm_in.cc:
10984         * gst-libs/ext/mplex/audiostrm.hh:
10985         * gst-libs/ext/mplex/audiostrm_out.cc:
10986         * gst-libs/ext/mplex/aunit.hh:
10987         * gst-libs/ext/mplex/bits.cc:
10988         * gst-libs/ext/mplex/bits.hh:
10989         * gst-libs/ext/mplex/buffer.cc:
10990         * gst-libs/ext/mplex/buffer.hh:
10991         * gst-libs/ext/mplex/fastintfns.h:
10992         * gst-libs/ext/mplex/format_codes.h:
10993         * gst-libs/ext/mplex/inputstrm.cc:
10994         * gst-libs/ext/mplex/inputstrm.hh:
10995         * gst-libs/ext/mplex/lpcmstrm_in.cc:
10996         * gst-libs/ext/mplex/mjpeg_logging.cc:
10997         * gst-libs/ext/mplex/mjpeg_logging.h:
10998         * gst-libs/ext/mplex/mjpeg_types.h:
10999         * gst-libs/ext/mplex/mpastrm_in.cc:
11000         * gst-libs/ext/mplex/mpegconsts.cc:
11001         * gst-libs/ext/mplex/mpegconsts.h:
11002         * gst-libs/ext/mplex/mplexconsts.hh:
11003         * gst-libs/ext/mplex/multplex.cc:
11004         * gst-libs/ext/mplex/outputstream.hh:
11005         * gst-libs/ext/mplex/padstrm.cc:
11006         * gst-libs/ext/mplex/padstrm.hh:
11007         * gst-libs/ext/mplex/stillsstream.cc:
11008         * gst-libs/ext/mplex/stillsstream.hh:
11009         * gst-libs/ext/mplex/systems.cc:
11010         * gst-libs/ext/mplex/systems.hh:
11011         * gst-libs/ext/mplex/vector.cc:
11012         * gst-libs/ext/mplex/vector.hh:
11013         * gst-libs/ext/mplex/videostrm.hh:
11014         * gst-libs/ext/mplex/videostrm_in.cc:
11015         * gst-libs/ext/mplex/videostrm_out.cc:
11016         * gst-libs/ext/mplex/yuv4mpeg.cc:
11017         * gst-libs/ext/mplex/yuv4mpeg.h:
11018         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
11019         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
11020           We don't fork mjpegtools' mplex in our CVS anymore.
11021         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
11022         (gst_avi_demux_add_stream):
11023         * gst/avi/gstavidemux.h:
11024           Add getcaps() function for proper caps nego. This makes some
11025           parts of AVI playback/reading work.
11026         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11027           Resize window on new capsnego. This is probably wrong, but
11028           I'm still committing it because with current capsnego, the
11029           first successfull capsnego is auto-fixated, therefore rounded
11030           down to the lowest values in the caps. this results in a 16x16
11031           XWindow that is not reized when real capsnego finishes.
11032           Dave, I see more cases of this, do you know a proper solution?
11033         * tools/gst-launch-ext.in:
11034           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
11035
11036 2003-12-31  David Schleef  <ds@schleef.org>
11037
11038         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
11039         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
11040           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
11041
11042 2003-12-30  David Schleef  <ds@schleef.org>
11043
11044         * ext/ffmpeg/gstffmpegcolorspace.c:
11045         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11046         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
11047         (gst_ffmpegcsp_chain): Negotiation fixes
11048         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
11049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11050         (gst_audio_convert_link), (gst_audio_convert_channels):
11051         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
11052         (gst_audioscale_link), (gst_audioscale_get_buffer),
11053         (gst_audioscale_chain): Negotiation fixes
11054         * gst/audioscale/gstaudioscale.h:
11055         * gst/videofilter/gstvideofilter.c:
11056         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
11057         (gst_videofilter_link), (gst_videofilter_init),
11058         (gst_videofilter_set_output_size), (gst_videofilter_setup),
11059         (gst_videofilter_find_format_by_structure):
11060         * gst/videofilter/gstvideofilter.h: Negotiation fixes
11061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
11062         (gst_videoscale_link):
11063         * gst/videoscale/videoscale.c: (videoscale_get_structure),
11064         (videoscale_find_by_structure), (gst_videoscale_setup):
11065         * gst/videoscale/videoscale.h: Negotiation fixes
11066         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11067         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
11068         function, restrict resizing to a multiple of 4 (hack until
11069         everyone supports odd sizes correctly).
11070
11071 2003-12-29  Colin Walters  <walters@verbum.org>
11072
11073         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
11074         signed.
11075
11076 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
11077
11078         * ext/sndfile/gstsf.c: (gst_sf_loop):
11079           Fix warning about discarding const qualifier
11080
11081 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
11082
11083         * gst/cutter/gstcutter.c:
11084         * gst/videoscale/gstvideoscale.c:
11085         * gst/volenv/gstvolenv.c:
11086         * gst-libs/gst/audio/audio.c:
11087         * gst-libs/gst/video/video.c:
11088           Fix warnings
11089
11090 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11091
11092         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
11093           Don't send ALSA debugging to stderr.
11094         * ext/alsa/gstalsa.h:
11095           Use GST_WARNING instead of g_warning when ALSA functions fail.
11096
11097 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11098
11099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11100           Free XVAdapterInfo correctly.
11101
11102 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11103
11104         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11105         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
11106           Make id3tag use correct caps nego.
11107
11108 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
11109
11110         * ext/ivorbis/vorbis.c: 
11111         * ext/ivorbis/vorbisenc.h:
11112         * ext/ivorbis/vorbisfile.c:
11113           Modify so that it uses the new caps things
11114
11115 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11116
11117         * testsuite/spider/spider1.c: (main):
11118         * testsuite/spider/spider2.c: (main):
11119         * testsuite/spider/spider3.c: (main):
11120           Make tests compile again. They probably don't work.
11121
11122 2003-12-24  Colin Walters  <walters@verbum.org>
11123
11124         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
11125         we can't fixate the caps anymore.
11126
11127 2003-12-23  David Schleef  <ds@schleef.org>
11128
11129         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
11130         * sys/oss/gstosssink.c: (gst_osssink_init),
11131         (gst_osssink_sink_fixate): Add fixate function.
11132
11133 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11134
11135         * ext/ffmpeg/gstffmpegcodecmap.c:
11136         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
11137         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
11138         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
11139         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11140         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11141         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11142         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
11143           fix typo in RGB masks, and move back to "old" colorspace
11144           capsnego code until whoever wrote this new crap has actually
11145           tested it so that it works.
11146           And yes, this works, keep it that way please.
11147
11148 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11149
11150         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
11151         (gst_divxdec_init), (gst_divxdec_negotiate):
11152         * ext/divx/gstdivxdec.h:
11153         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
11154         (gst_divxenc_init):
11155         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
11156         (gst_faac_sinkconnect), (gst_faac_srcconnect):
11157         * ext/mpeg2enc/gstmpeg2enc.cc:
11158         * ext/mpeg2enc/gstmpeg2encoder.cc:
11159         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11160         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
11161         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
11162         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
11163         (dxr3spusink_init):
11164         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
11165         (dxr3videosink_init):
11166           Fix caps breakage after Dave's caps branch merge.
11167
11168 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11169
11170         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11171           Fix for 24bpp display.
11172
11173 2003-12-23  Colin Walters  <walters@verbum.org>
11174
11175         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
11176         a GnomeVFSHandle directly.
11177
11178 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11179
11180         * gst/volume/Makefile.am:
11181         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
11182         (volume_base_init), (volume_init):
11183           Reenable volume element and fix to work with new caps stuff.
11184           Rhythmbox needs this.
11185
11186 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11187
11188         * gst/qtdemux/qtdemux.c: (plugin_init):
11189           qtdemux requires bytestream
11190
11191 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11192
11193         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
11194           Fix remaining caps handling errors due to CAPS merge.
11195
11196 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11197
11198         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
11199         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
11200         (gst_faad_srcconnect): 
11201           Port to new caps system.
11202
11203 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11204
11205         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11206         (got_video_size), (main): using g_print instead of g_message.
11207         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
11208         signal which was not emitted because of "switch" element added to the
11209         bin but not connected. (Removing from the bin temporarily)
11210
11211 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11212
11213         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
11214         find X development files. I don't understand the previous tests and
11215         they fail on my debian/ppc unstable. This one works.
11216         * examples/gstplay/player.c: (main): Set the pipeline to READY before
11217         exiting.
11218         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
11219         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11220         (gst_play_set_visualization): Add some safety checks in set_ methods
11221         and state_change. This was throwing some ugly CRITICAL messages when
11222         pipeline was getting disposed and casts were failing.
11223
11224 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11225
11226         * configure.ac:
11227           Improve mpeg2enc detection. This is for distributions that do
11228           ship mjpegtools, but without mpeg2enc. Also does object check
11229           for might there ever be ABI incompatibility.
11230         * ext/mpeg2enc/gstmpeg2enc.cc:
11231           Add Andrew as second maintainer (he's helping me), and also add
11232           an error if no caps was set. This happens if I pull before capsnego
11233           and that's something I should solve sometime else.
11234         * gst/matroska/matroska-demux.c:
11235         (gst_matroska_demux_parse_blockgroup):
11236           Fix time parsing.
11237         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
11238         (gst_matroska_mux_track_header):
11239           Add caps to templates.
11240         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
11241           Add mpegversion=1 to prevent confusion with MPEG/AAC.
11242         * gst/mpegstream/gstmpegdemux.c:
11243           Remove layer since it causes warnings about unfixed caps.
11244         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11245           Fix obvious typo (we error out if caps were set, we should of
11246           course error out if *no* caps were set).
11247         * sys/oss/gstosselement.c: (gst_osselement_convert):
11248           Fix format conversion, we confused bits/bytes.
11249         * sys/oss/gstosselement.h:
11250           Improve documentation for 'bps'.
11251         * sys/v4l/TODO:
11252           Remove stuff about plugins that need removing - this was done
11253           ages ago.
11254         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
11255         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
11256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
11257         (gst_v4lsrc_src_query):
11258         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11259         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
11260           Add get_query_types(), get_formats() and query() functions.
11261
11262 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11263
11264         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
11265         * moved CVS to freedesktop.org
11266