ext/jpeg/: move format setting to inner loop
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
4         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5         (gst_jpegenc_getcaps):
6           move format setting to inner loop
7         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8         (gst_ffmpegcolorspace_getcaps):
9           use GST_PAD_CAPS if available so that we use already negotiated
10           caps
11         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12         (qtdemux_parse_moov), (qtdemux_parse):
13           extra debugging
14         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16           move hardcoded path to DEFINE
17
18 2004-04-28  David Schleef  <ds@schleef.org>
19
20         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
21         (bug #140064)
22
23 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24
25         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26           Don't probe for playback device if we're a source element. Fixes
27           #139658.
28
29 2004-04-29  Benjamin Otte  <otte@gnome.org>
30
31         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32         (gst_id3_tag_chain):
33           rewrite buffer offset
34
35 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36
37         * configure.ac:
38         * ext/Makefile.am:
39         * ext/dts/Makefile.am:
40         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
41         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
42         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
43         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
44         (gst_dtsdec_loop), (gst_dtsdec_change_state),
45         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
46         (plugin_init):
47         * ext/dts/gstdtsdec.h:
48           New DTS decoder.
49         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
50         (gst_faad_srcconnect):
51           Add ESDS atom handling (.m4a).
52
53 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
54
55         * ext/divx/gstdivxdec.c: (plugin_init):
56           Remove comment that makes no sense.
57         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
58           Fix for obvious typo that resulted in warnings during gst-register.
59         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
60         (gst_xviddec_sink_link):
61           Fix caps negotiation a bit better.
62         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
63           We call this 'codec_data', not 'esds'.
64
65 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
66
67         * gst/monoscope/gstmonoscope.c:
68           make sure we only provide 256x128
69         * gst/monoscope/monoscope.c: (monoscope_init):
70           assert size of 256x128
71
72 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
73
74         * Makefile.am:
75         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
76         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
77           fixate to max width and height of device
78
79 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
80
81         * Makefile.am:
82         * sys/v4l/gstv4l.c:
83         * sys/v4l/gstv4lsrc.c:
84         * sys/v4l/v4l_calls.c:
85         * sys/v4l/v4lsrc_calls.c:
86           fix for qc-usb driver which fakes having more than one buffer
87           by handing the same buffer twice, which confused GStreamer's/v4lsrc
88           buffer_free override
89           add debugging
90
91 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
92
93         * Makefile.am:
94         * gst/videotestsrc/gstvideotestsrc.c:
95         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
96         (gst_videotestsrc_init), (gst_videotestsrc_get),
97         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
98         * gst/videotestsrc/gstvideotestsrc.h:
99           add num-buffers property
100
101         2004-04-26  Benjamin Otte  <otte@gnome.org>
102
103         * ext/mad/gstid3tag.c: (plugin_init):
104           set id3mux rank to NONE so it doesn't confuse spider
105           require audio/mpeg,mpegversion=1 in id3mux
106
107 2004-04-26  Benjamin Otte  <otte@gnome.org>
108
109         * configure.ac:
110           detect faad correctly as non-working if it's indeed non-working
111
112 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
113
114         * Makefile.am:
115         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
116         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
117         fix _getcaps so it only negotiates to its supported format
118
119 2004-04-25  Benjamin Otte  <otte@gnome.org>
120
121         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
122           fix memleak
123
124 2004-04-23  Benjamin Otte  <otte@gnome.org>
125
126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
127           audio/x-raw-int with height rules! not. Now it's depth.
128
129 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
130
131         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
132         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
133         (gst_wavparse_loop):
134           Missing variable initialization. Add handling of DVI ADPCM. Fix
135           mis-parsing of LIST chunks. This works around a bug where we mis-
136           parse non-aligning LIST chunks (so LIST chunks where the contents
137           don't align with the actual LIST size). The correct fix is to use
138           rifflib, I'm not going to fix wavparse - too much work. All this
139           fixes #104878.
140
141 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
142
143         reviewed by Benjamin Otte  <otte@gnome.org>
144
145         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
146           fix shoutcast not working (fixes #140844)
147
148 2004-04-22  Benjamin Otte  <otte@gnome.org>
149
150         * ext/hermes/gsthermescolorspace.c:
151         (gst_hermes_colorspace_caps_remove_format_info):
152         * gst/colorspace/gstcolorspace.c:
153         (gst_colorspace_caps_remove_format_info):
154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
155         (gst_ffmpegcolorspace_caps_remove_format_info):
156           s/gst_caps_simplify/gst_caps_do_simplify/
157
158 2004-04-22  Benjamin Otte  <otte@gnome.org>
159
160         * gst-libs/gst/riff/riff-media.c:
161         (gst_riff_create_video_caps_with_data):
162           mpegversion is an int
163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
164           don't try to create pad templates with NULL caps, use any caps
165           instead.
166
167 2004-04-20  David Schleef  <ds@schleef.org>
168
169         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
170         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
171         (bug #140384)
172
173 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
174
175         reviewed by David Schleef
176
177         * ext/mad/gstid3tag.c: Add stdlib.h
178         * gst/rtp/gstrtpgsmenc.c: same
179         * gst/tags/gstid3tag.c: same
180         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
181         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
182         GST_DISABLE_LOADSAVE use.
183         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
184         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
185         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
186         atol(3)).
187         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
188         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
189         strtoul(3)).
190         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
191         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
192         $(ID3_CFLAGS).
193         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
194         $(LIBFAME_CFLAGS).
195
196 2004-04-20  David Schleef  <ds@schleef.org>
197
198         * gst/realmedia/rmdemux.c:  This was supposed to part of the
199         last checkin.  Same idea.
200
201 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
202
203         reviewed by David Schleef
204
205         * configure.ac: bump required gstreamer version to 0.8.1.1
206         because of following changes [--ds]
207
208         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
209         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
210         (gst_riff_read_header):  Use GST_READ_UINT*
211         macros to access possibly unaligned memory.
212
213         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
214         (mp3_type_find):  Use GST_READ_UINT*
215         macros to access possibly unaligned memory.
216         (mp3_type_find, mpeg1_parse_header, qt_type_find)
217         (speex_type_find): Likewise
218
219         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
220
221         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
222         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
223         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
224         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
225         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
226         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
227         macros to access possibly unaligned memory.
228
229         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
230         Likewise.
231
232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
233         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
234
235         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
236         Likewise.
237
238         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
239         (gst_mpeg2subt_chain_subtitle): Likewise.
240
241         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
242         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
243         Likewise.
244
245         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
246         Likewise.
247
248         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
249         Likewise.
250
251         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
252         Likewise.
253
254 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
255
256         * configure.ac:
257           update required version of GStreamer because of GST_TIME_FORMAT
258
259 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
260
261         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
262           remove leftover g_print
263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
264           don't try setting only a subset of the caps. We don't want to kill
265           autoplugging on purpose
266
267 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
268
269         * sys/ximage/ximagesink.c: (plugin_init):
270         * sys/xvimage/xvimagesink.c: (plugin_init):
271           add debugging categories
272
273 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
274
275         * po/en_GB.po:
276         * po/LINGUAS:
277           Adding en_GB translation (Gareth Owen)
278
279 2004-04-20  David Schleef  <ds@schleef.org>
280
281         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
282         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
283         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
284         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
285         A number of new features and hacks to extract the esds atom and
286         put it into the caps.  (bug #137724)
287
288 2004-04-19  David Schleef  <ds@schleef.org>
289
290         * gconf/Makefile.am: Fix for non-GNU make
291         * gst-libs/gst/Makefile.am: Change directory order to handle
292         GstPlay linking with gstinterfaces
293         * gst-libs/gst/audio/make_filter: make use of tr portable
294         * gst-libs/gst/play/Makefile.am: Add intended \
295         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
296         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
297         function prototype instead of void *.
298         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
299         macro.
300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
301         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
302         * gst/videofilter/make_filter: make use of tr portable
303         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
304
305 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
306                                                                                 
307         * po/LINGUAS:
308         * po/uk.po:
309           Added Ukrainian translation (Maxim V. Dziumanenko)
310                                                                                 
311 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
312
313         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
314         (gst_gsmdec_link), (gst_gsmdec_chain):
315           Fix capsnego, simplify chain function slightly.
316         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
317           Add GSM.
318
319 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
320
321         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
322         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
323         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
324           Hack to make wavparse work with spider (always -> sometimes pad).
325           Fixes #135862 && #140411.
326
327 2004-04-18  Benjamin Otte  <otte@gnome.org>
328
329         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
330         (gst_osselement_rate_probe_check),
331         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
332           get rid of \n in debug output
333
334 2004-04-17  Iain <iain@prettypeople.org>
335
336         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
337         not just EOS.
338
339 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
340
341         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
342         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
343         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
344         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
345         (gst_id3_tag_src_link), (gst_id3_tag_chain),
346         (gst_id3_tag_change_state), (plugin_init):
347           deprecate id3tag element and replace with id3demux/id3mux.
348           great side effect: this ugly file is now even uglier, yay!
349         * ext/mad/gstmad.h:
350           remove non-available function
351           update for new get_type
352
353 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
354
355         * configure.ac:
356           require mpeg2dec >= 0.4.0
357
358 2004-04-17  Benjamin Otte  <otte@gnome.org>
359
360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
361         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
362         (gst_xvimagesink_set_xwindow_id):
363           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
364           assorted cleanup fixes.
365
366 2004-04-16  David Schleef  <ds@schleef.org>
367
368         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
369         * sys/xvimage/xvimagesink.h: same
370
371 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
372
373         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
374           Fix GST_ELEMENT_ERROR with (NULL)
375
376 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
377
378         * gst-libs/gst/riff/riff-media.c:
379         (gst_riff_create_video_caps_with_data):
380           Add div[3456] as fourccs for DivX 3 (fixes #140137).
381
382 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
383
384         * gst-libs/gst/riff/riff-media.c:
385         (gst_riff_create_video_caps_with_data),
386         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
387         (gst_riff_create_video_template_caps),
388         (gst_riff_create_audio_template_caps):
389         * gst-libs/gst/riff/riff-media.h:
390         * gst-libs/gst/riff/riff-read.c:
391         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
392         * gst-libs/gst/riff/riff-read.h:
393         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
394           Add MS RLE support. I added some functions to read out strf chunks
395           into strf chunks and the data behind it. This is usually color
396           palettes (as in RLE, but also in 8-bit RGB). Also use those during
397           caps creation. Lastly, add ADPCM (similar to wavparse - which
398           should eventually be rifflib based).
399         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
400         (gst_matroska_demux_init), (gst_matroska_demux_reset):
401         * gst/matroska/matroska-demux.h:
402           Remove placeholders for some prehistoric tagging system. Didn't add
403           support for any tag system really anyway.
404         * gst/qtdemux/qtdemux.c:
405           Add support for audio/x-m4a (MPEG-4) through spider.
406         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
407         (gst_wavparse_loop):
408           ADPCM support (#135862). Increase max. buffer size because we
409           cannot split buffers for ADPCM (screws references) and I've seen
410           files with 2048 byte chunks. 4096 seems safe for now.
411
412 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
413
414         * configure.ac: bump nano to 1
415
416 === release 0.8.1 ===
417
418 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
419
420         * configure.ac: releasing 0.8.1, "Comforting Sounds"
421
422 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
423
424         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
425           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
426           Fixes #140058
427
428 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
429
430         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
431           lower rank of dvddemux so that it's not used for mpeg playback.
432
433 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
434
435         * configure.ac:
436           save libs correctly when checking mad
437
438 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
439
440         * ext/mad/gstid3tag.c: (plugin_init):
441           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
442
443 2004-04-13  David Schleef  <ds@schleef.org>
444
445         * common/m4/gst-feature.m4: Call -config scripts with
446         --plugin-libs if it is supported.
447         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
448         JPEG images are image/jpeg.
449         * gst/debug/Makefile.am:
450         * gst/debug/negotiation.c: (gst_negotiation_class_init),
451         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
452         (gst_negotiation_update_caps), (gst_negotiation_get_property),
453         (gst_negotiation_plugin_init): Add a property that acts like
454         filter caps.
455         * testsuite/gst-lint:  Move license checking to be a standard
456         test.
457
458 2004-04-13  David Schleef  <ds@schleef.org>
459
460         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
461         patch from Sebastien Cote (bug #139958)
462
463 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
464
465         * examples/gstplay/Makefile.am:
466         * examples/gstplay/player.c: (main):
467           make the commandline player example use gconf settings
468
469 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
470
471         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
472         (gst_cacasink_sinkconnect), (gst_cacasink_init),
473         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
474           init/end library during state transition, not object
475           creation/disposal.  get rid of custom dispose handler.
476          
477
478 2004-04-12  Christian Schaller <Uraeus@gnome.org>
479
480         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
481         be a symlink
482
483 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
484
485         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
486           Handle JUNK chunks inside data section. Prevents warnings.
487
488 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
489
490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
491         (gst_riff_create_video_template_caps):
492           Add MS video v1.
493         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
494         (gst_avi_demux_stream_data):
495           Add support for "rec-list" chunks.
496
497 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
498
499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
500           Fix another codecname mismatch.
501
502 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
503
504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
505           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
506           so that MJPEG plays back.
507
508 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
509
510         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
511         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
512         * gst/mpeg1videoparse/gstmp1videoparse.h:
513           Fix for some slight mis-cuts in buffer parsing, and for some
514           potential overflows or faults-causers. Adds disconts. Also fixes
515           #139105 while we're at it.
516
517 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
518
519         * configure.ac:
520         * sys/v4l2/gstv4l2element.h:
521           Workaround for missing struct v4l2_buffer declaration in Suse 9
522           and Mandrake 10 linux/videodev2.h header file (#135919).
523
524 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
525
526         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
527           Bail out if no filename was given.
528
529 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
530
531         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
532         (gst_v4l2_fourcc_from_structure):
533           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
534           Y41B somewhere).
535
536 2004-04-09  Benjamin Otte  <otte@gnome.org>
537
538         * ext/gnomevfs/gstgnomevfssink.c:
539         (_gst_boolean_allow_overwrite_accumulator),
540         (gst_gnomevfssink_class_init):
541           fix erase signal - if any handler returns false the file will not be
542           overwritten. If no handler is connected, the file will not be
543           overwritten either.
544           renamed signal to "allow-overwrite"
545         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
546           free string when adding it to ID3 failed
547         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
548           unref event when done
549         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
550           free caps
551         * gst/typefind/gsttypefindfunctions.c:
552         (mpeg_video_stream_type_find):
553           fix invalid read 
554
555 2004-04-08  David Schleef  <ds@schleef.org>
556
557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
558         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
559
560 2004-04-08  David Schleef  <ds@schleef.org>
561
562         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
563         we don't support (bug #139532)
564
565 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
566
567         * ext/mad/gstmad.c: (gst_mad_handle_event),
568         (gst_mad_check_caps_reset), (gst_mad_chain),
569         (gst_mad_change_state):
570           only set explicit caps if they haven't been set before for
571           this stream.  MPEG-audio sample rate/channels aren't allowed
572           to change in-stream.
573           Fixes #139382
574
575 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
576
577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
578         (_gst_boolean_did_something_accumulator),
579         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
580         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
581         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
582         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
583         (gst_gnomevfssink_change_state):
584           Fix erase signal. Don't erase by default. Remove handoff signal.
585           Remove erase property. Don't segfault. General cleanup.
586
587 2004-04-07  Benjamin Otte  <otte@gnome.org>
588
589         * gst-libs/gst/gconf/test-gconf.c: (main):
590           add missing gst_init
591
592 2004-04-07  Benjamin Otte  <otte@gnome.org>
593
594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
595           free the mutexes, too
596
597 2004-04-07  Benjamin Otte  <otte@gnome.org>
598
599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
600           actually free the URI string
601         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
602           compute offset correctly when passing discont events
603         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
604           don't leak discont events
605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
606           add some missing breaks so caps aren't copied randomly
607         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
608           if we realloc memory, we better use it
609
610 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
611
612         * ext/mad/gstmad.c: (normal_seek):
613           fix GST_FORMAT_TIME usage
614
615 2004-04-05  David Schleef  <ds@schleef.org>
616
617         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
618         a deprecated function (hack!)
619
620 2004-04-05  Benjamin Otte  <otte@gnome.org>
621
622         * ext/esd/esdmon.c: (gst_esdmon_get):
623           fix nonterminated vararg and memleak
624
625 2004-04-05  Benjamin Otte  <otte@gnome.org>
626
627         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
628         (gst_ladspa_init), (gst_ladspa_force_src_caps),
629         (gst_ladspa_set_property), (gst_ladspa_get_property),
630         (gst_ladspa_instantiate), (gst_ladspa_activate),
631         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
632           clean up debugging
633
634 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
635
636         reviewed by Benjamin Otte  <otte@gnome.org>
637
638         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
639           check for broken LADSPA parameters (fixes #138635)
640         
641 2004-04-05  Benjamin Otte  <otte@gnome.org>
642
643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
644           advertise buffer-frames correctly on sinkpads
645
646 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
647
648         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
649         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
650         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
651         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
652         (gst_mad_check_caps_reset), (gst_mad_chain):
653         add more debugging, only reset caps when we're not in error state
654
655 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
656
657         * ext/mad/gstmad.c: add debugging category, comment + cleanups
658
659 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
660
661         reviewed by Benjamin Otte  <otte@gnome.org>
662
663         * configure.ac:
664           fix == in test(1) operator
665
666 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
667
668         reviewed by Benjamin Otte  <otte@gnome.org>
669
670         * configure.ac:
671           fix --export-symblos-regex to a working regex.
672
673 2004-04-04  Benjamin Otte  <otte@gnome.org>
674
675         * sys/oss/.cvsignore:
676           add for oss_probe
677
678 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
679
680         reviewed by Benjamin Otte  <otte@gnome.org>
681
682         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
683           add missing 'new_media' argument (fixes #138168)
684         * gst/matroska/matroska-demux.c:
685         (gst_matroska_demux_handle_seek_event):
686           add vararg terminator (fixes #138169)
687
688 2004-04-02  David Schleef  <ds@schleef.org>
689
690         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
691         disted (bug #138914)
692
693 2004-04-01  Benjamin Otte  <otte@gnome.org>
694
695         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
696         (gst_alsa_close_audio):
697           handle case better where a soundcard can't pause
698         * ext/ogg/gstoggdemux.c:
699           don't crash when we get events but don't have pads yet
700
701 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
702
703         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
704           throw an error if we couldn't probe any caps.
705
706 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
707
708         * ext/dvdnav/gst-dvd:
709         Add a really simple sample DVD player
710
711 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
712
713         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
714         (gst_a52dec_push), (gst_a52dec_handle_event),
715         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
716         (gst_a52dec_change_state):
717         * ext/a52dec/gsta52dec.h:
718           Use a debug category, Output timestamps correctly
719           Emit tag info, Handle events, tell liba52dec about cpu
720           capabilities so it can use MMX etc.
721         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
722           Fix a crasher accessing invalid memory
723         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
724         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
725         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
726         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
727         (dvdnavsrc_query):
728           Some support for byte-format seeking.
729           Small fixes for still frames and menu button overlays
730         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
731         (gst_mpeg2dec_alloc_buffer):
732           Use a debug category. Adjust the report level of several items to
733           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
734           so it doesn't lose the GstBuffer pointer
735         * gst/debug/Makefile.am:
736         * gst/debug/gstdebug.c: (plugin_init):
737         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
738         (gst_navseek_base_init), (gst_navseek_class_init),
739         (gst_navseek_init), (gst_navseek_seek),
740         (gst_navseek_handle_src_event), (gst_navseek_set_property),
741         (gst_navseek_get_property), (gst_navseek_chain),
742         (gst_navseek_plugin_init):
743         * gst/debug/gstnavseek.h:
744           Add the navseek debug element for seeking back and forth in a 
745           video stream using arrow keys.
746         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
747         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
748         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
749         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
750         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
751         (gst_mpeg2subt_parse_header), (gst_get_nibble),
752         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
753         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
754         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
755         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
756         * gst/mpeg2sub/gstmpeg2subt.h:
757           Pretty much a complete rewrite. Now a loopbased element. May still
758           require work to properly synchronise subtitle buffers.
759         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
760         (gst_dvd_demux_send_subbuffer):
761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
762           Don't attempt to create subbuffers of size 0
763           Reduce a couple of error outputs to warnings.
764         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
765         (gst_y4mencode_chain):
766         Output the y4m frame header correctly.
767
768 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
769
770         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
771           throw errors instead of allowing SIGFPE
772
773 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
774
775         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
776         (gst_gconf_render_bin_from_key):
777           leak plugging and style fixing
778
779 2004-03-31  David Schleef  <ds@schleef.org>
780
781         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
782         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
783         (bug #138225)
784         * gst/debug/Makefile.am:
785         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
786         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
787         plugin.
788         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
789         (gst_negotiation_base_init), (gst_negotiation_class_init),
790         (gst_negotiation_init), (gst_negotiation_getcaps),
791         (gst_negotiation_pad_link), (gst_negotiation_chain),
792         (gst_negotiation_set_property), (gst_negotiation_get_property),
793         (gst_negotiation_plugin_init):  New element to talk about random
794         negotiation things happening in a pipeline.
795
796 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
797
798         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
799           fix integer addition with help of Stefan Kost
800
801 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
802
803         * po/nl.po: updated Dutch translation (Elros Cyriatan)
804
805 2004-03-30  David Schleef  <ds@schleef.org>
806
807         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
808         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
809         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
810         (bug #137504)
811         * ext/mpeg2dec/gstmpeg2dec.h:
812
813 2004-03-30  David Schleef  <ds@schleef.org>
814
815         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
816
817 2004-03-30  David Schleef  <ds@schleef.org>
818
819         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
820         Michael Petullo) to handle .mov
821
822 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
823
824         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
825         (gst_osselement_rate_check_rate):
826           probe caps correctly for sound cards that only support one format
827
828 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
829
830         * ext/kio/kiosrc.cpp: (process_events):
831           update handling event processing if inside KDE - untested
832
833 2004-03-29  David Schleef  <ds@schleef.org>
834
835         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
836         by 2 to not interfere with other colorspaces.
837         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
838         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
839         one to not interfere with ffmpeg_colorspace.
840
841 2004-03-29  David Schleef  <ds@schleef.org>
842
843         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
844         aren't in the caps.
845         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
846         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
847
848 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
849
850         * gst-libs/gst/riff/riff-media.c:
851           fail on error, don't try to set stuff on NULL caps
852
853 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
854
855         * configure.ac:
856         * ext/Makefile.am:
857         * ext/kio/Makefile.am:
858         * ext/kio/kioreceiver.cpp:
859         * ext/kio/kioreceiver.h:
860         * ext/kio/kiosrc.cpp:
861         * ext/kio/kiosrc.h:
862           add experimental kiosrc plugin
863         * ext/alsa/gstalsaplugin.c: (plugin_init):
864           initialize debugging category only when we're sure registering the
865           plugins worked.
866
867 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
868
869         * examples/gstplay/player.c: (main):
870         * gst-libs/gst/play/play.c: (gst_play_class_init),
871         (gst_play_set_location), (gst_play_set_data_src),
872         (gst_play_set_video_sink), (gst_play_set_audio_sink),
873         (gst_play_set_visualization), (gst_play_connect_visualization):
874           check return values of element_set_state and return FALSE where
875           failed
876
877 2004-03-29  Benjamin Otte  <otte@gnome.org>
878
879         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
880           try harder to check if an event is really a discont
881
882 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
883
884         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
885         * po/az.po:
886
887 2004-03-28  Benjamin Otte  <otte@gnome.org>
888
889         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
890         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
891         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
892           get rid of non-standard "..." ranges in case statements.
893
894 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
895
896         * gst/mpegstream/gstmpegdemux.c: 
897         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
898         specific functionality split to the new dvddemux element.
899         * gst/mpegstream/gstdvddemux.c:
900         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
901         streams, derived from mpegdemux.
902         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
903         up. SCR based timestamp rewriting can be turned off (will probably
904         completely disappear soon).
905         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
906         hacking. General cleanup. All printf statements replaced by
907         debugging messages. Almost complete libdvdnav support.
908         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
909         by events. New properties for audio and subpicture languages.
910         (dvdnavsrc_update_highlight): Now uses events.
911         (dvdnavsrc_user_op): Cleaned up.
912         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
913         based). Lots of cleanup, and propper support for most libdvdnav
914         events.
915         (dvdnavsrc_make_dvd_event): New function.
916         (dvdnavsrc_make_dvd_nav_packet_event): New function.
917         (dvdnavsrc_make_clut_change_event): New function.
918
919 2004-03-26  Benjamin Otte  <otte@gnome.org>
920
921         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
922           fix bug where typefinding would claim it's theora whenever less then
923           7 bytes of data were available
924
925 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
926
927         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
928         (gst_alawdec_base_init), (gst_alawdec_class_init),
929         (gst_alawdec_init), (gst_alawdec_chain):
930         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
931         (gst_alawenc_base_init), (gst_alawenc_class_init),
932         (gst_alawenc_init), (gst_alawenc_chain):
933         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
934         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
935         (gst_mulawdec_init), (gst_mulawdec_chain):
936         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
937         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
938         (gst_mulawenc_init), (gst_mulawenc_chain):
939           Fix capsnego in all four, remove the unused property functions and
940           simplify the chain functions slightly. I guess we could use macros
941           or something similar for those, since the code is so similar, but
942           I'm currently too lazy...
943
944 2004-03-24  David Schleef  <ds@schleef.org>
945
946         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
947         (gst_osselement_close_audio), (gst_osselement_probe_caps),
948         (gst_osselement_get_format_structure),
949         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
950         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
951         (gst_osselement_rate_int_compare): Add code to handle rate probing
952         (bug #120883)
953         * sys/oss/gstosselement.h: same
954         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
955         Use rate probing provided by osselement.
956         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
957
958 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
959
960         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
961         (gst_xvidenc_get_property):
962           ulong/int mess-up.
963
964 2004-03-24  David Schleef  <ds@schleef.org>
965
966         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
967         (gst_speexdec_init):
968         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
969         (gst_speexenc_init):  Create the pad template correctly (from
970         the static pad template, not a NULL pointer.)
971
972 2004-03-25  Benjamin Otte  <otte@gnome.org>
973
974         * gst/debug/Makefile.am:
975         * gst/debug/breakmydata.c: 
976           add element that quasi-randomly changes bytes in the stream.
977           Intended use is robustness checking of demuxers and decoders in
978           media tests.
979
980 2004-03-24  Benjamin Otte  <otte@gnome.org>
981
982         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
983         (gst_alsa_probe_hw_params):
984         * ext/alsa/gstalsa.h:
985           debugging output fixes
986
987 2004-03-24  Benjamin Otte  <otte@gnome.org>
988
989         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
990           don't g_return_if_fail if element is PLAYING, fail silently as every
991           other element.
992         * gst/effectv/gstquark.c: (gst_quarktv_chain):
993           only fix needed for cast lvalue issues in gst-plugins
994         * gst/volenv/gstvolenv.c: (gst_volenv_init):
995           add proxy_getcaps
996
997 2004-03-24  Benjamin Otte  <otte@gnome.org>
998
999         * gst/level/gstlevel.c: (gst_level_init):
1000           add proxying getcaps function, so level doesn't advertise impossible
1001           caps
1002
1003 2004-03-24  David Schleef  <ds@schleef.org>
1004
1005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1006         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
1007         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
1008         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
1009         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
1010         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
1011         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
1012         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
1013         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
1014         messages.  Divide the chunk size by the compression ratio
1015         (needed for MACE audio)
1016
1017 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1018
1019         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1020           Fix buffer overflow read error.
1021
1022 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1023
1024         * ext/alsa/gstalsa.h:
1025           Remove unused entry.
1026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1027           Add cinepak.
1028         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1029         (gst_videodrop_link), (gst_videodrop_chain):
1030           Fix, sort of. Was horribly broken with new capsnego. Bah...
1031
1032 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
1033
1034         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
1035         (plugin_init):
1036         Add a monkeysaudio typefind function
1037
1038 2004-03-23  Johan Dahlin  <johan@gnome.org>
1039
1040         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
1041         (gst_play_video_fixate): Check so the structure has the field
1042         before trying to fixate them, this makes it possible to have
1043         fakesinks for video and audio output without printing errors on
1044         the output console.
1045
1046 2004-03-22  David Schleef  <ds@schleef.org>
1047
1048         * sys/oss/Makefile.am:
1049         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
1050         (check_rate), (add_rate):  Rate probing test app.
1051
1052 2004-03-21  Benjamin Otte  <otte@gnome.org>
1053
1054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1055         (_fixate_caps_to_int), (gst_audio_convert_fixate):
1056           add a fixation function that pretty much does the right thing (fixes
1057           #137556)
1058
1059 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
1060
1061         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
1062
1063 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
1064
1065         reviewed by: Benjamin Otte  <otte@gnome.org>
1066
1067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1068           terminate gst_event_new_discontinuous correctly (fixes parts of
1069           #137711)
1070
1071 2004-03-19  David Schleef  <ds@schleef.org>
1072
1073         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
1074         since it doesn't depend on X, and it's part of our ABI.
1075
1076 2004-03-19  Iain <iain@prettypeople.org>
1077
1078         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
1079         is_int in the structure, not the local variable.
1080
1081 2004-03-19  David Schleef  <ds@schleef.org>
1082
1083         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
1084         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
1085         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
1086         Improvements in caps negotiation.
1087
1088 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1089
1090         * po/LINGUAS:
1091         * po/af.po:
1092           adding Afrikaans (Petri Jooste)
1093
1094 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1095
1096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1097         (gst_ffmpegcolorspace_chain):
1098         throw error instead of g_critical (#137588)
1099
1100 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1101
1102         * Makefile.am:
1103         * configure.ac:
1104           dist common and m4 correctly
1105         * po/sv.po:
1106
1107 2004-03-17  David Schleef  <ds@schleef.org>
1108
1109         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
1110         (bug #137348)
1111
1112 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1113
1114         * po/LINGUAS:
1115         * po/sv.po:
1116           adding Swedish translation (Christian Rose)
1117
1118 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1119
1120         * Makefile.am: use release.mak
1121
1122 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1123
1124         * common/ChangeLog:
1125         * common/gst-autogen.sh:
1126           add some explanation about the version detection
1127         * configure.ac:
1128           fix X check
1129
1130 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1131
1132         * configure.ac: bump nano to 1
1133
1134 === release 0.8.0 ===
1135
1136 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1137
1138         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
1139
1140 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1141
1142         * configure.ac:
1143           update libtool version
1144         * gst-libs/gst/media-info/Makefile.am:
1145           actually use libtool version
1146
1147 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1148
1149         * configure.ac: fix speex detection to work with 1.0 but not 1.1
1150
1151 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1152
1153         * configure.ac:
1154         * gst-plugins.spec.in:
1155         * pkgconfig/Makefile.am:
1156         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1157         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1158         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1159         * pkgconfig/gstreamer-libs.pc.in:
1160         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1161         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1162         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
1163         * pkgconfig/gstreamer-plugins.pc.in:
1164           remove @VERSION@ from some of the pc files since core and plugins
1165           are decoupled.
1166           created gstreamer-plugins.pc as it's a better name, but keeping
1167           -libs around for now to get fixes upstream done first.
1168
1169 2004-03-15  Julien MOUTTE <julien@moutte.net>
1170
1171         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
1172         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
1173         * gst-libs/gst/play/play.h:
1174
1175 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1176
1177         * *.c, *.cc: don't mix tabs and spaces
1178
1179 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1180
1181         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
1182           use the new ffmpegcolorspace
1183         * gst-plugins.spec.in:
1184           package new colorspace and media-info
1185         * configure.ac:
1186         * pkgconfig/Makefile.am:
1187           fix some more disting issues
1188         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1189         * pkgconfig/gstreamer-media-info.pc.in:
1190           generate media-info pc files
1191
1192 2004-03-15  Johan Dahlin  <johan@gnome.org>
1193         
1194         * *.h: Revert indenting
1195
1196 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1197
1198         * configure.ac:
1199           adding ffmpegcolorspace element
1200         * gst/ffmpegcolorspace/Makefile.am:
1201         * gst/ffmpegcolorspace/avcodec.h:
1202         * gst/ffmpegcolorspace/common.h:
1203         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1204         * gst/ffmpegcolorspace/dsputil.h:
1205         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1206         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1207         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
1208         (gst_ffmpeg_caps_to_pix_fmt):
1209         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1211         (gst_ffmpegcolorspace_caps_remove_format_info),
1212         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
1213         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
1214         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
1215         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
1216         (gst_ffmpegcolorspace_set_property),
1217         (gst_ffmpegcolorspace_get_property),
1218         (gst_ffmpegcolorspace_register):
1219         * gst/ffmpegcolorspace/imgconvert.c:
1220         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1221         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1222         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1223         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1224         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1225         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
1226         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
1227         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
1228         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
1229         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
1230         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
1231         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
1232         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
1233         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
1234         (img_get_alpha_info), (deinterlace_line),
1235         (deinterlace_line_inplace), (deinterlace_bottom_field),
1236         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1237         * gst/ffmpegcolorspace/imgconvert_template.h:
1238         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1239         * gst/ffmpegcolorspace/mmx.h:
1240         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
1241           adding ffmpegcolorspace element supplied by Ronald after cleaning
1242           up and pulling in the right bits of upstream source. 
1243           I'm sure a better C/compiler wizard could do some cleaning up (for
1244           example use GLIB's malloc stuff), but as a first pass this
1245           works very well
1246
1247 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1248
1249         * ext/alsa/gstalsa.h:
1250           I assume Ronald forgot to commit the change to have cardname
1251           as a struct member.  Expect some public spanking at the next
1252           opportunity.
1253
1254 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1255
1256         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
1257         (gst_alsa_open_audio), (gst_alsa_close_audio):
1258         * ext/alsa/gstalsa.c:
1259           Don't open the device if we're a mixer (= padless).
1260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
1261         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
1262         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
1263           Open mixer during state change rather than during object
1264           initialization. Also, get a device name. Currently in a somewhat
1265           hackish fashion, but I didn't really find something better.
1266
1267 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1268
1269         * *.c, *.h: run gst-indent
1270
1271 2004-03-14  Benjamin Otte  <otte@gnome.org>
1272
1273         * gst/modplug/gstmodplug.cc:
1274         * gst/modplug/gstmodplug.h:
1275           set correct timestamps on outgoing buffers
1276
1277 2004-03-14  Benjamin Otte  <otte@gnome.org>
1278
1279         * gst/modplug/gstmodplug.cc:
1280           handle events - don't do crap when a discont arrives that's not
1281           necessary
1282           This allows correct loading and playback of mods in Rhythmbox
1283
1284 2004-03-14  Benjamin Otte  <otte@gnome.org>
1285
1286         * configure.ac:
1287         * gst-libs/gst/gconf/Makefile.am:
1288         * pkgconfig/Makefile.am:
1289           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
1290           they get rebuilt properly
1291         * configure.ac:
1292           when checking for vorbis, try pkgconfig first.
1293         * gst/modplug/gstmodplug.cc:
1294           add fixate function
1295
1296 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1297
1298         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1299           Fix for obvious mistake, where we first shift the offset and then
1300           read a samplesize element assuming the old offset. Note that this
1301           part still has something weird, i.e. my movies containing those
1302           don't actually play well, but at least there's something that looks
1303           like sound now.
1304
1305 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
1306         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
1307         (plugin_init):
1308         Add a typefind function for speex format
1309
1310 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1311
1312         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
1313         (gst_asf_demux_setup_pad):
1314           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
1315           instead of 0. Reason is simple: some elements have a fps range
1316           of 1-max instead of 0-max. So now ASF video actually works.
1317
1318 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1319
1320         * po/LINGUAS:
1321         * po/sr.po:
1322           adding serbian as a language
1323
1324 2004-03-13  Benjamin Otte  <otte@gnome.org>
1325
1326         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1327           return taglist correctly from _get function, don't gst_pad_push it.
1328           (fixes #137042)
1329
1330 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
1331         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1332
1333 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1334
1335         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
1336         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
1337         (gst_alsa_mixer_track_new):
1338         * ext/alsa/gstalsamixertrack.h:
1339           Fix ancient leftovers... MixerTrack is a GObject.
1340
1341 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1342
1343         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1344         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1345           Don't block during probing...
1346
1347 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1348
1349         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
1350         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
1351         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
1352         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
1353         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
1354         (gst_alsa_open_audio), (gst_alsa_close_audio):
1355         * ext/alsa/gstalsa.h:
1356           Add propertyprobe interface implementation, add some device-name
1357           property, all this so that it looks good in gnome-volume-control.
1358
1359 2004-03-12  David Schleef  <ds@schleef.org>
1360
1361         * configure.ac: the Hermes library controls hermescolorspace, not
1362         colorspace.
1363         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1364         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
1365         not /* */
1366         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
1367         * ext/sdl/sdlvideosink.h: ditto.
1368         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
1369
1370 2004-03-12  Benjamin Otte  <otte@gnome.org>
1371
1372         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
1373         (gst_x_overlay_got_xwindow_id):
1374         * gst-libs/gst/xoverlay/xoverlay.h:
1375           replace XID with unsigned long to get rid of the xlibs dependency in
1376           XOverlay (fixes #137004)
1377
1378 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
1379         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
1380         (gst_agingtv_setup):
1381         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
1382         (gst_dicetv_base_init), (gst_dicetv_class_init),
1383         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
1384         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
1385         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
1386         (gst_edgetv_setup), (gst_edgetv_rgb32):
1387         * gst/effectv/gsteffectv.c:
1388         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
1389         (gst_quarktv_set_property):
1390         * gst/effectv/gstrev.c: (gst_revtv_get_type),
1391         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
1392         (gst_revtv_setup), (gst_revtv_rgb32):
1393         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
1394         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
1395         (gst_shagadelictv_init), (gst_shagadelictv_setup),
1396         (gst_shagadelictv_rgb32):
1397         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
1398         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
1399         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
1400         * gst/effectv/gstwarp.c:
1401         Port everything that can be ported to videofilter and fix up the caps.
1402         Can someone with a big-endian machine please check these?
1403
1404 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1405
1406         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
1407         (gst_osssink_chain), (gst_osssink_change_state):
1408           Latest fixes for A/V sync, audio playback and such. This is about
1409           all... MPEG playback issues are mostly related to the async build-
1410           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
1411
1412 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1413
1414         patch from: Stephane Loeuillet
1415
1416         * configure.ac:
1417           use pkg-config for some libraries, falling back to the old .m4 way
1418           (fixes #131270)
1419         * m4/libdv.m4:
1420           removed
1421
1422 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1423
1424         * configure.ac:
1425         * tools/Makefile.am:
1426         * tools/Makefile.in:
1427         * tools/gst-launch-ext-m.m:
1428         * tools/gst-launch-ext.1.in:
1429         * tools/gst-visualise-m.m:
1430         * tools/gst-visualise.1:
1431         * tools/gst-visualise.1.in:
1432           reorganizing generation of script tools
1433
1434 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1435
1436         * ext/divx/gstdivxdec.c:
1437           Downgrade priority. We prefer ffdec_mpeg4.
1438         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
1439         (gst_faad_chain), (gst_faad_change_state):
1440           Fix capsnego. Doesn't work for some sounds because we don't have
1441           a 5:1 to stereo element.
1442         * ext/xvid/gstxvid.c: (plugin_init):
1443           Add priority.
1444         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
1445         (gst_osssink_change_state):
1446           Add discont handling.
1447
1448 2004-03-09  Colin Walters  <walters@verbum.org>
1449
1450         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
1451         conversion.
1452
1453 2004-03-09  Benjamin Otte  <otte@gnome.org>
1454
1455         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
1456           the signals take 2 arguments
1457
1458 2004-03-09  David Schleef  <ds@schleef.org>
1459
1460         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
1461         (gst_alsa_fixate): Add fixate function.  (bug #136686)
1462         * ext/alsa/gstalsa.h:
1463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
1464
1465 2004-03-09  Benjamin Otte  <otte@gnome.org>
1466
1467         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
1468         (gst_mikmod_change_state):
1469         * ext/mikmod/gstmikmod.h:
1470           make mikmod's loop function not loop infinitely and call
1471           gst_element_yield anymore
1472         * gst/modplug/gstmodplug.cc:
1473           fix pad negotiation (fixes #136590)
1474
1475 2004-03-09  David Schleef  <ds@schleef.org>
1476
1477         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
1478         doesn't conflict with the internal colorspace plugin.
1479         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
1480         satisfy the crappy-ass shell shipped by a certain vendor.
1481         * gst/videofilter/make_filter: same (bug #135299)
1482
1483 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1484
1485         * configure.ac: bump nano to 1
1486
1487 === release 0.7.6 ===
1488
1489 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1490
1491         * configure.in: releasing 0.7.6, "There"
1492
1493 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1494
1495         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1496         * pkgconfig/gstreamer-play.pc.in:
1497           synchronize the two
1498
1499 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1500
1501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
1502         (cdparanoia_open), (cdparanoia_event):
1503           fix/add error handling
1504         * po/POTFILES.in:
1505           add cdparanoia source
1506         * tools/Makefile.am:
1507           make scripts executable
1508
1509 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1510
1511         * configure.ac:
1512         * ext/vorbis/Makefile.am:
1513         * sys/Makefile.am:
1514           remove id3types, vorbisfile and xvideosink from the build (#133783)
1515
1516 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1517
1518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1519           Fix metadata read crash (#136537).
1520
1521 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1522
1523         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
1524         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
1525           adding mime types, fixing the one-stop function
1526
1527 2004-03-08  Christian Schaller <Uraeus@gnome.org>
1528
1529         * ext/nas/nassink.c and /ext/nas/nassink.h:
1530         More NAS love from Arwed von Merkatz
1531         So lets all sing 'Can you feel the NAS tonight' 
1532
1533 2004-03-08  Christian Schaller <Uraeus@gnome.org>
1534
1535         * tools/gst-launch-ext.in: 
1536         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
1537
1538 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1539
1540         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1541         (gst_mpeg2dec_init):
1542         remove the user_data pad for now, because it is being used in
1543         fixating causing MPEG playback to fixate on 1000 Hz for playback.
1544         If someone knows how to fix this properly, please do.
1545
1546 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1547
1548         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
1549         (gst_osssink_get_time):
1550         add a warning, IMO this won't get triggered anymore, remove later
1551
1552 2004-03-07  David Schleef  <ds@schleef.org>
1553
1554         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
1555         format (bug #136470)
1556
1557 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1558
1559         * gst-libs/Makefile.am:
1560         * gst-libs/gst/media-info/Makefile.am:
1561         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
1562         (error_callback), (gst_media_info_error_create),
1563         (gst_media_info_error_element), (gmip_init), (gmip_reset),
1564         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
1565         * gst-libs/gst/media-info/media-info-priv.h:
1566         * gst-libs/gst/media-info/media-info-test.c: (main):
1567         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
1568         (gst_media_info_class_init), (gst_media_info_instance_init),
1569         (gst_media_info_set_source), (gst_media_info_read_with_idler),
1570         (gst_media_info_read_idler), (gst_media_info_read):
1571         * gst-libs/gst/media-info/media-info.h:
1572         fixed, should work now
1573
1574 2004-03-07  Christian Schaller <Uraeus@gnome.org>
1575
1576         * ext/nas/nassink.c:
1577         A bunch of NAS fixes from Arwed von Merkatz
1578
1579 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1580
1581         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1582         (qtdemux_parse_trak):
1583           Fix crash (j might be greater than n_samples, in which case we're
1584           writing outside the allocated space for the array) and memleak.
1585
1586 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1587
1588         * sys/oss/gstosssink.c: (gst_osssink_chain):
1589           And another caller that couldn't handle delay < 0 (unsigned
1590           integer overflow). Video now continues playing on an audio
1591           buffer underrun, and the clock continues working. Audio still
1592           stalls.
1593
1594 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1595
1596         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
1597         (gst_osssink_get_time):
1598           get_delay() may return values lower than 0. In those cases, we
1599           should not actually cast to *unsigned* int64, that will break
1600           stuff horribly. In my case, it screwed up A/V sync in movies
1601           in totem rather badly.
1602
1603 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1604
1605         * ext/faac/gstfaac.c: (gst_faac_chain):
1606         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1607         * ext/libpng/gstpngenc.c: (user_write_data):
1608         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1609         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
1610         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
1611         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
1612         Fix several misuse of gst_buffer_merge (it doesn't take ownership
1613         of any buffer), should fix some leaks. I hope I didn't unref buffers
1614         that shouldn't be...
1615         
1616 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1617
1618         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
1619         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
1620         (error_callback), (gmi_reset), (gmi_seek_to_track),
1621         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
1622         (gmip_find_type_post), (gmip_find_stream_post),
1623         (gmip_find_track_streaminfo_post):
1624         * gst-libs/gst/media-info/media-info-priv.h:
1625         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
1626         (info_print), (main):
1627         * gst-libs/gst/media-info/media-info.c:
1628         (gst_media_info_error_create), (gst_media_info_error_element),
1629         (gst_media_info_instance_init), (gst_media_info_get_property),
1630         (gst_media_info_new), (gst_media_info_set_source),
1631         (gst_media_info_read_idler), (gst_media_info_read):
1632         * gst-libs/gst/media-info/media-info.h:
1633           first pass at making this work again.  This seems to work on
1634           tagged ogg/vorbis and mp3 files.
1635
1636 2004-03-06  Benjamin Otte  <otte@gnome.org>
1637
1638         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1639           fix huge leak: gst_buffer_merge doesn't unref the first argument
1640           itself.
1641
1642 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1643
1644         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
1645           report layer/mode/emphasis
1646
1647 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1648
1649         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
1650
1651 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1652
1653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
1654           signal serial
1655
1656 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1657
1658         * ext/vorbis/vorbis.c: (plugin_init):
1659         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1660         (gst_vorbis_dec_init), (vorbis_dec_event):
1661         add debug category
1662         make vorbisdec handle _BYTE and _TIME queries
1663
1664 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1665
1666         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
1667           from the xing header
1668
1669 2004-03-06  Benjamin Otte  <otte@gnome.org>
1670
1671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
1672         (gst_audio_convert_link), (gst_audio_convert_change_state),
1673         (gst_audio_convert_buffer_from_default_format):
1674           do conversions from/to float correctly, fix some caps nego errors,
1675           export correct supported caps in template and getcaps, use correct
1676           caps in try_set_caps functions
1677
1678 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1679
1680         For some reason, I only committed a ChangeLog entry yesterday and 
1681         not the corresponding code...
1682         * ext/mad/gstmad.c: Fix detection of Xing headers
1683         * gst/tags/gstid3tag.c: Changes to support TLEN tags
1684
1685 2004-03-06  Benjamin Otte  <otte@gnome.org>
1686
1687         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
1688         (gst_ogg_demux_src_query):
1689           make sure to handle the case where there's no current chain
1690           gracefully.
1691
1692 2004-03-05  David Schleef  <ds@schleef.org>
1693
1694         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
1695         Add fixate function. (bug #131128)
1696         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
1697         (gst_sdlvideosink_fixate):  Add fixate function.
1698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1699         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
1700         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
1701         Fix missing break that was causing ulaw to be interpreted as
1702         raw int.
1703
1704 2004-03-05  David Schleef  <ds@schleef.org>
1705
1706         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
1707         Fix code that ignores return value of gst_buffer_merge().
1708         (bug #114560)
1709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
1710         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
1711         * testsuite/gst-lint:  Check for above.
1712
1713 2004-03-05  David Schleef  <ds@schleef.org>
1714
1715         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
1716         caps and throw an element error.  (bug #136334)
1717
1718 2004-03-05  David Schleef  <ds@schleef.org>
1719
1720         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
1721         (gst_faad_chain): Fix negotiation.
1722         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
1723         key and button events.
1724         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
1725         dung heap of code.
1726         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
1727         depends on gconf
1728         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
1729         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1730         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
1731         function to encourage better negotiation, particularly between
1732         audioconvert and osssink.
1733         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
1734         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
1735         more important.
1736         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
1737         typefinding.
1738         * gst/vbidec/vbiscreen.c:  Add glib header
1739         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
1740
1741 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
1742
1743         * ext/mad/gstmad.c: Fix detection of Xing headers
1744         * gst/tags/gstid3tag.c: Changes to support TLEN tags
1745
1746 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1747
1748         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1749         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
1750           debug updates
1751
1752 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1753
1754         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
1755         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
1756         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
1757         files, and report the parsed length as a GST_TAG_DURATION tag.
1758         * gst/tags/gstid3tag.c: support TLEN (duration) tag
1759
1760 2004-03-05  Benjamin Otte  <otte@gnome.org>
1761
1762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
1763           convert channels correctly. convert correctly to unsigned.
1764
1765 2004-03-05  Julien MOUTTE <julien@moutte.net>
1766
1767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
1768         we have a window before clearing it.
1769
1770 2004-03-05  Julien MOUTTE <julien@moutte.net>
1771
1772         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
1773         have a window before clearing it.
1774
1775 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         * gconf/gstreamer.schemas.in:
1778         * gst-libs/gst/gconf/Makefile.am:
1779           version installation path the same way as for 0.6
1780         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1781         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1782         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1783           remove comment that was fixed
1784
1785 2004-03-05  David Schleef  <ds@schleef.org>
1786
1787         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
1788         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
1789         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
1790         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
1791         Add prototype code for handling seeking and querying.
1792
1793 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1794
1795         * examples/gstplay/player.c: (main):
1796           Initialize variables to NULL. Prevents a segfault because the
1797           (uninitialized) variable is not NULL, resulting in a crash on
1798           trying to reach error->message.
1799
1800 2004-03-05  Benjamin Otte  <otte@gnome.org>
1801
1802         * gst/audioconvert/gstaudioconvert.c:
1803         (gst_audio_convert_buffer_to_default_format):
1804         make float=>int conversion work correctly even in cornercases.
1805
1806 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
1807
1808         * debian/README.Debian:
1809         * debian/build-deps:
1810         * debian/changelog:
1811         * debian/control:
1812         * debian/control.in:
1813         * debian/copyright:
1814         * debian/gstreamer-a52dec.files:
1815         * debian/gstreamer-aa.files:
1816         * debian/gstreamer-alsa.files:
1817         * debian/gstreamer-alsa.manpages:
1818         * debian/gstreamer-arts.files:
1819         * debian/gstreamer-artsd.files:
1820         * debian/gstreamer-audiofile.files:
1821         * debian/gstreamer-avifile.files:
1822         * debian/gstreamer-cdparanoia.files:
1823         * debian/gstreamer-colorspace.files:
1824         * debian/gstreamer-doc.files:
1825         * debian/gstreamer-dv.files:
1826         * debian/gstreamer-dvd.files:
1827         * debian/gstreamer-esd.files:
1828         * debian/gstreamer-festival.files:
1829         * debian/gstreamer-flac.files:
1830         * debian/gstreamer-gconf.conffiles:
1831         * debian/gstreamer-gconf.files:
1832         * debian/gstreamer-gconf.postinst:
1833         * debian/gstreamer-gnomevfs.files:
1834         * debian/gstreamer-gsm.files:
1835         * debian/gstreamer-http.files:
1836         * debian/gstreamer-jack.files:
1837         * debian/gstreamer-jpeg.files:
1838         * debian/gstreamer-mad.files:
1839         * debian/gstreamer-mikmod.files:
1840         * debian/gstreamer-misc.files:
1841         * debian/gstreamer-mpeg2dec.files:
1842         * debian/gstreamer-oss.files:
1843         * debian/gstreamer-plugin-apps.files:
1844         * debian/gstreamer-plugin-apps.manpages:
1845         * debian/gstreamer-plugin-libs-dev.files:
1846         * debian/gstreamer-plugin-libs.files:
1847         * debian/gstreamer-plugin-template.postinst:
1848         * debian/gstreamer-plugin-template.postrm:
1849         * debian/gstreamer-sdl.files:
1850         * debian/gstreamer-sid.files:
1851         * debian/gstreamer-vorbis.files:
1852         * debian/gstreamer-x.files:
1853         * debian/mk.control:
1854         * debian/rules:
1855         Debian package info not maintained here.
1856
1857 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1858
1859         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
1860         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
1861         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
1862         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
1863         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
1864         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
1865         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
1866         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
1867         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
1868         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
1869         * gst-libs/gst/colorbalance/colorbalance.c:
1870         (gst_color_balance_class_init):
1871         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1872         (gst_color_balance_channel_class_init):
1873         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
1874         * gst-libs/gst/play/play.c: (gst_play_class_init):
1875         * gst-libs/gst/propertyprobe/propertyprobe.c:
1876         (gst_property_probe_iface_init):
1877         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
1878         * gst-libs/gst/tuner/tunerchannel.c:
1879         (gst_tuner_channel_class_init):
1880         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
1881         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
1882         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
1883         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
1884         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
1885         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1886         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
1888         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
1889           fix signals to use - instead of _
1890         * ext/libcaca/gstcacasink.h:
1891         * ext/sdl/sdlvideosink.h:
1892           fix header rename
1893
1894 2004-03-04  David Schleef  <ds@schleef.org>
1895
1896         * testsuite/gst-lint:  Add a check for bad signal names.
1897
1898 2004-03-04  <kost@imn.htwk-leipzig.de>
1899
1900         reviewed by David Schleef
1901
1902         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
1903         modified the alpha channel and caused a warning. (bug #136192)
1904
1905 2004-04-03  Christian Schaller <Uraeus@gnome.org>
1906
1907         * gst-plugins.spec.in:
1908         Change names of plugins to actually be correct. Try to keep things
1909         alphabetical to avoid getting beat up by Thomas
1910
1911 2004-03-03  Julien MOUTTE <julien@moutte.net>
1912
1913         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
1914         Using ximagesink as a default if no gconf key found. We should
1915         probably consider using alsasink instead of osssink for the audio
1916         part.
1917
1918 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1919
1920         * configure.ac:
1921           fix --with-plugins, don't think it ever worked before
1922         * gst-plugins.spec.in:
1923           even more updates
1924
1925 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1926
1927         * ext/sdl/sdlvideosink.h:
1928         * sys/ximage/ximagesink.h:
1929         * sys/xvideo/xvideosink.h:
1930         * sys/xvimage/xvimagesink.h:
1931           Fix for move of gstvideosink.h -> videosink.h.
1932
1933 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1934
1935         * gst-libs/gst/xwindowlistener/Makefile.am:
1936           this is a plugin library, not a library
1937
1938 2004-03-01  David Schleef  <ds@schleef.org>
1939
1940         * AUTHORS:  Added some names.  Add yourself if you're still
1941         missing.
1942
1943 2004-03-01  David Schleef  <ds@schleef.org>
1944
1945         * MAINTAINERS: Add
1946
1947 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1948
1949         * gst-plugins.spec.in: clean up spec file
1950
1951 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1952
1953         * gst-libs/gst/video/Makefile.am:
1954         * gst-libs/gst/video/gstvideosink.c:
1955         * gst-libs/gst/video/gstvideosink.h:
1956           rename gstvideosink.h to videosink.h to match other headers
1957         * gst/mixmatrix/Makefile.am:
1958           fix plugin filename
1959         * gst/tags/Makefile.am: fix plugin filename
1960
1961 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1962
1963         * gst/tags/Makefile.am: fix plugin filename
1964
1965 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1966
1967         * examples/gstplay/player.c: (got_time_tick), (main):
1968           add error handler
1969           display time_tick more readably
1970         * gst/mixmatrix/Makefile.am:
1971           fix plugin file name
1972
1973 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
1974
1975         * sys/oss/gstosselement.c: (gst_osselement_probe),
1976         (device_combination_append), (gst_osselement_class_probe_devices):
1977         * sys/oss/gstosselement.h: 
1978           Reworked enumeration of oss dsps and mixers so that gst-mixer works
1979           on my system using alsa oss emulation, fixes bug #135597
1980
1981 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1982
1983         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
1984         (gst_videodrop_chain), (gst_videodrop_change_state):
1985         * gst/videodrop/gstvideodrop.h:
1986           Work based on timestamp of input data, not based on the expected
1987           framerate from the input. The consequence is that this element now
1988           not only scales framerates, but also functions as a framerate
1989           corrector or framerate stabilizer/constantizer.
1990
1991 2004-02-27  David Schleef  <ds@schleef.org>
1992
1993         patches from jmmv@menta.net (Julio M. Merino Vidal)
1994
1995         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
1996         GST_ELEMENT_ERROR call (bug #135634)
1997         * gst/interleave/interleave.c: (interleave_buffered_loop),
1998         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
1999         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
2000         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
2001         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
2002         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
2003         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2004         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
2005         Fix GST_ELEMENT_ERROR call.
2006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
2007         GST_ELEMENT_ERROR call.
2008
2009 2004-02-27  Benjamin Otte  <otte@gnome.org>
2010
2011         * gst-libs/gst/audio/audio.h:
2012           add macro to make sure header isn't included twice
2013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
2014           don't use gst_buffer_free
2015         * gst/playondemand/filter.func:
2016           don't use gst_data_free. Free data only once.
2017
2018 2004-02-26  David Schleef  <ds@schleef.org>
2019
2020         * gst-libs/gst/colorbalance/Makefile.am:
2021         * gst-libs/gst/mixer/Makefile.am:
2022         * gst-libs/gst/tuner/Makefile.am:
2023         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
2024         should not be disted, -marshal.h files should not be installed,
2025         and -enum.h files _should_ be installed.  Fix to make this the
2026         case.
2027
2028 === release 0.7.5 ===
2029
2030 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2031
2032         * configure.ac: release 0.7.5, "Under The Sea"
2033
2034 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2035
2036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
2037         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
2038         * gst/videoscale/gstvideoscale.c:
2039         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2040           assorted debug/warning fixes
2041
2042 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2043
2044         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
2045         (gst_videoscale_init), (gst_videoscale_chain),
2046         (gst_videoscale_set_property), (plugin_init):
2047         * gst/videoscale/gstvideoscale.h:
2048         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2049         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
2050         (gst_videoscale_planar400), (gst_videoscale_packed422),
2051         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
2052         (gst_videoscale_24bit), (gst_videoscale_16bit),
2053         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
2054         (gst_videoscale_scale_plane_slow),
2055         (gst_videoscale_scale_point_sample),
2056         (gst_videoscale_scale_nearest),
2057         (gst_videoscale_scale_nearest_str2),
2058         (gst_videoscale_scale_nearest_str4),
2059         (gst_videoscale_scale_nearest_32bit),
2060         (gst_videoscale_scale_nearest_24bit),
2061         (gst_videoscale_scale_nearest_16bit):
2062         add debugging category and use it properly
2063         fix use of GST_PTR_FORMAT
2064
2065 2004-02-25  Andy Wingo  <wingo@pobox.com>
2066
2067         * gst/interleave/interleave.c (interleave_buffered_loop): Always
2068         push only when channel->buffer is NULL. Prevents segfaults doing
2069         the state change after a nonlocal exit, like a scheme exception.
2070
2071         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2072         Handle the case where the intersected caps is empty.
2073
2074 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2075
2076         * gst/law/mulaw-decode.c: (mulawdec_link):
2077         * gst/law/mulaw.c: (plugin_init):
2078           fix mulawdec so it actually works again
2079
2080 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
2081
2082         reviewed by: David Schleef  <ds@schleef.org>
2083
2084         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
2085         (gst_gamma_init), (gst_gamma_set_property),
2086         (gst_gamma_get_property), (gst_gamma_calculate_tables),
2087         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
2088         for RGB, with separate r g and b correction factors. (#131167)
2089
2090 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2091
2092         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2093           only signal tags for bitrate if they're > 0 (#134894)
2094
2095 2004-02-24  David Schleef  <ds@schleef.org>
2096
2097         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
2098         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
2099         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
2100         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
2101         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
2102         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
2103         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
2104         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
2105         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
2106         category.  Attempt to fix timestamp calculation.
2107
2108 2004-02-24  Johan Dahlin  <johan@gnome.org>
2109
2110         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
2111
2112 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2113
2114         * configure.ac:
2115         * gconf/Makefile.am:
2116         * gconf/gstreamer.schemas:
2117         * gst-libs/gst/gconf/Makefile.am:
2118         * gst-libs/gst/gconf/gconf.c:
2119           version gconf schemas and install locations
2120
2121 2004-02-23  Benjamin Otte  <otte@gnome.org>
2122
2123         * ext/xine/xineinput.c: (gst_xine_input_dispose):
2124         (gst_xine_input_subclass_init):
2125           call parent dispose.
2126           change pad template for CD reader correctly
2127         * ext/xine/Makefile.am:
2128         * ext/xine/gstxine.h:
2129         * ext/xine/xine.c: (plugin_init):
2130         * ext/xine/xineaudiosink.c:
2131           wrap audio sinks, too
2132         * gst-libs/gst/resample/private.h:
2133         * gst-libs/gst/resample/resample.c: (gst_resample_init),
2134         (gst_resample_reinit), (gst_resample_scale),
2135         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
2136         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
2137         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
2138         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
2139         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
2140         * gst-libs/gst/resample/resample.h:
2141         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
2142         (gst_audioscale_class_init), (gst_audioscale_link),
2143         (gst_audioscale_get_buffer), (gst_audioscale_init),
2144         (gst_audioscale_chain), (gst_audioscale_set_property),
2145         (gst_audioscale_get_property):
2146         * gst/audioscale/gstaudioscale.h:
2147           s/resample_*/gst_resample_*/i to not clobber namespaces
2148
2149 2004-02-23  Julien MOUTTE  <julien@moutte.net>
2150
2151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2152         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
2153         (gst_riff_create_video_template_caps),
2154         (gst_riff_create_audio_template_caps),
2155         (gst_riff_create_iavs_template_caps):
2156         * gst-libs/gst/riff/riff-media.h:
2157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2158         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
2159         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
2160         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2161         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2162         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2163         (gst_matroska_demux_plugin_init): First batch implementing audio and 
2164         video codec tags in demuxers.
2165
2166 2004-02-22  Benjamin Otte  <otte@gnome.org>
2167
2168         * ext/xine/Makefile.am:
2169         * ext/xine/gstxine.h:
2170         * ext/xine/xine.c: (plugin_init):
2171         * ext/xine/xineinput.c:
2172           add input plugin wrapper. Playback from files, http, mms and cdda
2173           works.
2174         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2175           remove leftover G_GNUC_UNUSED
2176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
2177         (gst_asf_demux_identify_guid):
2178           improve debugging output
2179
2180 2004-02-22  Benjamin Otte  <otte@gnome.org>
2181
2182         reported by: Padraig O'Briain <padraig.obriain@sun.com>
2183
2184         * autogen.sh:
2185           replace test -e with test -x for mkinstalldirs to be more portable.
2186           (fixes #134816)
2187
2188 2004-02-22  Benjamin Otte  <otte@gnome.org>
2189
2190         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
2191
2192         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
2193           set rank to PRIMARY
2194         * gst/volume/gstvolume.c: (plugin_init):
2195           set rank to NONE
2196         fixes #134960
2197
2198 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
2199
2200         reviewed by Benjamin Otte  <otte@gnome.org>
2201
2202         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2203           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
2204
2205 2004-02-22  Benjamin Otte  <otte@gnome.org>
2206
2207         * configure.ac:
2208           export [_]*{gst,Gst,GST}.* symbols from plugins
2209
2210 2004-02-22  Christophe Fergeau <teuf@gnome.org>
2211
2212         reviewed by: Benjamin Otte  <otte@gnome.org>
2213
2214         * ext/lame/gstlame.c: (add_one_tag):
2215         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
2217         (gst_vorbisenc_metadata_set1):
2218         * gst/tags/gstid3tag.c:
2219         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
2220           apply fixes from bugs #135042 (lame can't write tags) and #133817
2221           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
2222
2223 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
2224
2225         * configure.ac: Export only gst_plugin_desc from plugins.
2226          Note that this change only makes any effect with Linux using libtool 
2227          1.5.2 or higher. Otherwise it is silently ignored, but it would build
2228          fine. And don't try to have several versions of libtool in different
2229          directories.
2230
2231 2004-02-20  Andy Wingo  <wingo@pobox.com>
2232
2233         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
2234         interleave respectively.
2235
2236         * gst/interleave/deinterleave.c: New plugin: deinterleave
2237         (replaces on oneton).
2238         * gst/interleave/interleave.c: New plugin: interleave.
2239         * gst/interleave/plugin.h: Support file.
2240         * gst/interleave/plugin.c: Support file.
2241
2242         * configure.ac: Remove intfloat and oneton, add interleave.
2243
2244         * ext/sndfile/gstsf.c: Handle events better.
2245
2246         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
2247         and float2int operation. int2float has scheduling problems as
2248         noted in in2float_chain. 
2249
2250 2004-02-20  Benjamin Otte  <otte@gnome.org>
2251
2252         * ext/xine/Makefile.am:
2253         * ext/xine/gstxine.h:
2254         * ext/xine/xine.c: 
2255         * ext/xine/xineaudiodec.c: 
2256         * ext/xine/xinecaps.c: 
2257           add first version of xine plugin wrapper. Currently only wraps the
2258           QDM2 win32 DLL, and even that only in proof-of-concept quality.
2259         * configure.ac:
2260         * ext/Makefile.am:
2261           add xine plugin wrapper, disabled by default. Use --enable-xine to
2262           build. Note that it'll segfault on gst-register if you don't remove
2263           the goom and tvtime post plugins from xine.
2264         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2265         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
2266           add extradata parsing for QDM2.
2267           change around debugging prints.
2268
2269 2004-02-19  Benjamin Otte  <otte@gnome.org>
2270
2271         * ext/lame/gstlame.c: (gst_lame_chain):
2272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2273           use gst_tag_list_insert when you want to insert tags
2274
2275 2004-02-18  David Schleef  <ds@schleef.org>
2276
2277         * configure.ac:  Move massink to gst-rotten
2278         * ext/Makefile.am:
2279         * ext/mas/Makefile.am:
2280         * ext/mas/massink.c:
2281         * ext/mas/massink.h:
2282
2283 2004-02-18  David Schleef  <ds@schleef.org>
2284
2285         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
2286         typefinding, since it seems to be worse than nothing.
2287         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
2288         atom to recognize .mp4 and .m4a files as video/quicktime.
2289
2290 2004-02-18  David Schleef  <ds@schleef.org>
2291
2292         * gst/sine/demo-dparams.c: (quit_live),
2293         (dynparm_log_value_changed), (dynparm_value_changed), (main):
2294         Use double dparams, not float.
2295         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2296         (gst_sinesrc_init): Change sync default to FALSE, since multiple
2297         sync'd elements don't really work correctly.
2298         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
2299         (volume_update_volume), (volume_get_property):  Change dparam
2300         to double.
2301
2302 2004-02-18  Julien MOUTTE  <julien@moutte.net>
2303
2304         * sys/ximage/ximagesink.c:
2305         (gst_ximagesink_xwindow_update_geometry),
2306         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2307         (gst_ximagesink_change_state), (gst_ximagesink_expose),
2308         (gst_ximagesink_init): Rework the way software video scaling works. So
2309         now we check on each chain call if the video frames are feeling the 
2310         window. If not we try to renegotiate caps. On failure we memorize that
2311         and we won't try again for that PLAYING sessions.
2312         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
2313         failure.
2314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
2315         synchronous flag.
2316
2317 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2318
2319         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
2320           break up _link so we can give a better debug message for errors
2321
2322 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2323
2324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2325           set up debug category
2326
2327 2004-02-18  Julien MOUTTE <julien@moutte.net>
2328
2329         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2330         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
2331         the way renegotiation work. The event handling function is not taking
2332         care of external windows and renegotiate method check for pad flags
2333         NEGOTIATING. Should fix : #133209
2334
2335 2004-02-17  Julien MOUTTE  <julien@moutte.net>
2336
2337         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
2338         pad is negotiating before trying renegotiation.
2339
2340 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2341
2342         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
2343           pass on all possible mime types as typefind hints
2344
2345 2004-02-17  Julien MOUTTE <julien@moutte.net>
2346
2347         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
2349         possible SHM leak if we crash. All other apps using XShm are doing
2350         that.
2351
2352 2004-02-17  Julien MOUTTE  <julien@moutte.net>
2353
2354         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2355         (gst_ximagesink_expose): Renegotiate size on expose.
2356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
2357         size on expose.
2358
2359 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2360
2361         * testsuite/alsa/sinesrc.c:
2362           cosmetic fix to fix compile issue with gcc 2.95.4
2363
2364 2004-02-16  Julien MOUTTE <julien@moutte.net>
2365
2366         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2367         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
2368         failed opening the audio device.
2369         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2370         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
2371         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
2372         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
2373         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2374         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2375         (gst_ximagesink_change_state), (gst_ximagesink_chain),
2376         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
2377         Removing some useless g_return_if_fail like wingo suggested.
2378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2379         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
2380         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
2381         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
2382         (gst_xvimagesink_update_colorbalance),
2383         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
2384         (gst_xvimagesink_xcontext_clear),
2385         (gst_xvimagesink_get_fourcc_from_caps),
2386         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2387         (gst_xvimagesink_set_xwindow_id),
2388         (gst_xvimagesink_colorbalance_list_channels),
2389         (gst_xvimagesink_colorbalance_set_value),
2390         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
2391         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
2392
2393 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2394
2395         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2396           throw error when not negotiated instead of asserting
2397
2398 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2399
2400         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
2401         correct data refcounting.
2402
2403 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2404
2405         * gst/switch/gstswitch.c: (gst_switch_change_state),
2406         (gst_switch_class_init): Cleaning the sinkpads correctly on state
2407         change, mostly the EOS flag.
2408
2409 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2410
2411         * examples/gstplay/player.c: (got_eos), (main): Adding some 
2412         output for debugging.
2413         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
2414         timeouts if we go to any state different from PLAYING.
2415         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
2416         more EOS bugs in riff lib.
2417
2418 2004-02-14  Julien MOUTTE  <julien@moutte.net>
2419
2420         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
2421         visualization until i find a way to fix switch correctly.
2422         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
2423         EOS arrives.
2424         * gst/switch/gstswitch.c: (gst_switch_release_pad),
2425         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
2426         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
2427         Reworked switch to get a more correct behaviour with events and refing
2428         of data stored in sinkpads.
2429         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
2430         we don't pull from a pad in EOS.
2431
2432 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2433
2434         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2435           remove v1 tag even if we can't read it (makes sure we don't detect
2436           it again)
2437
2438 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2439
2440         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
2441         (gst_alsa_xrun_recovery):
2442         * ext/alsa/gstalsa.h:
2443           try xrun recovery when wait failed. Make xrun recovery function
2444           return TRUE/FALSE to indicate success. (might fix #134354)
2445
2446 2004-02-13  David Schleef  <ds@schleef.org>
2447
2448         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
2449         (dynparm_value_changed), (main): Convert from float to double.
2450         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
2451
2452 2004-02-13  David Schleef  <ds@schleef.org>
2453
2454         * gst/silence/gstsilence.c: (gst_silence_class_init),
2455         (gst_silence_set_clock), (gst_silence_get),
2456         (gst_silence_set_property), (gst_silence_get_property):
2457         * gst/silence/gstsilence.h: Add sync property.
2458         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2459         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
2460         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
2461         * gst/sine/gstsinesrc.h: Add sync property.
2462
2463 2004-02-13  David Schleef  <ds@schleef.org>
2464
2465         * gst/intfloat/gstint2float.c: (conv_f32_s16),
2466         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
2467
2468 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2469
2470         * configure.ac:
2471         * ext/Makefile.am:
2472         * gst-libs/ext/Makefile.am:
2473           move ffmpeg plugin to gst-ffmpeg module
2474
2475 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2476
2477         * configure.ac: use GST_ARCH to detect architecture
2478
2479 2004-02-12  Julien MOUTTE  <julien@moutte.net>
2480
2481         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
2482
2483 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2484
2485         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
2486           classify LADSPA plugins based on number of src/sink pads
2487           (#133663, Stefan Kost)
2488         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
2489           fix dparams registration
2490           (#133528, Stefan Kost)
2491         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
2492           fix use of isprint and use g_ascii_isprint instead
2493           (#133316, Stefan Kost)
2494
2495 2004-02-11  David Schleef  <ds@schleef.org>
2496
2497         Convert a few inner loops to use liboil.  This is currently
2498         optional, and is only enabled if liboil is present (duh!).
2499         * configure.ac: Check for liboil-0.1
2500         * gst/intfloat/Makefile.am:
2501         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
2502         (gst_int2float_chain_gint16):
2503         * gst/videofilter/Makefile.am:
2504         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
2505         (tablelookup_u8), (gst_videobalance_planar411):
2506         * gst/videotestsrc/Makefile.am:
2507         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
2508         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
2509         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
2510         (paint_hline_RGB565), (paint_hline_xRGB1555):
2511
2512 2004-02-11  David Schleef  <ds@schleef.org>
2513
2514         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
2515         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
2516         (gst_colorspace_getcaps), (gst_colorspace_link),
2517         (gst_colorspace_base_init), (gst_colorspace_init),
2518         (gst_colorspace_chain), (gst_colorspace_change_state),
2519         (plugin_init): Merge Ronald's patch (bug #117897) and update
2520         for new caps and negotiation.  Seems to work, although it
2521         shows off bugs in lcs.
2522
2523 2004-02-11  David Schleef  <ds@schleef.org>
2524
2525         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
2526         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
2527
2528 2004-02-11  David Schleef  <ds@schleef.org>
2529
2530         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
2531         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
2532         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
2533         Add server and port properties
2534
2535 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2536
2537         * m4/a52.m4:
2538         * m4/aalib.m4:
2539         * m4/as-ffmpeg.m4:
2540         * m4/as-liblame.m4:
2541         * m4/as-slurp-ffmpeg.m4:
2542         * m4/check-libheader.m4:
2543         * m4/esd.m4:
2544         * m4/freetype2.m4:
2545         * m4/gconf-2.m4:
2546         * m4/glib.m4:
2547         * m4/gst-alsa.m4:
2548         * m4/gst-artsc.m4:
2549         * m4/gst-ivorbis.m4:
2550         * m4/gst-matroska.m4:
2551         * m4/gst-sdl.m4:
2552         * m4/gst-shout2.m4:
2553         * m4/gst-sid.m4:
2554         * m4/gtk.m4:
2555         * m4/libdv.m4:
2556         * m4/libfame.m4:
2557         * m4/libmikmod.m4:
2558         * m4/ogg.m4:
2559         * m4/vorbis.m4:
2560           fix underquotedness of macros (#133800)
2561         * m4/as-avifile.m4:
2562         * m4/xmms.m4:
2563           removed because no longer used
2564
2565 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2566
2567         * configure.ac:
2568           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
2569           by autopoint (fixes #132996)
2570
2571 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2572
2573         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
2574         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
2575         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
2576         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
2577           fix memleaks
2578
2579 2004-02-11  David Schleef  <ds@schleef.org>
2580
2581         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2582         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
2583         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
2584         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
2585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
2586         (gst_jpegenc_class_init), (gst_jpegenc_init),
2587         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
2588         (gst_jpegenc_chain), (gst_jpegenc_set_property),
2589         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
2590         * ext/jpeg/gstjpegenc.h: Fix negotiation.
2591
2592 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2593
2594         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
2595         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
2596         * ext/mikmod/gstmikmod.h:
2597           fix caps negotiation in mikmod
2598         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
2599           output debug information
2600
2601 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2602
2603         * gst-libs/gst/colorbalance/Makefile.am:
2604         * gst-libs/gst/navigation/Makefile.am:
2605         * gst-libs/gst/xoverlay/Makefile.am:
2606           remove unused GST_OPT_CFLAGS from Makefiles
2607           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
2608
2609 2004-02-07  David Schleef  <ds@schleef.org>
2610
2611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
2612         push events to pads that haven't been created (#133508)
2613
2614 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
2615
2616         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2617         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
2618         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
2619         (gst_dvdec_loop), (gst_dvdec_change_state):
2620         Second attempt at committing a working dvdec element.
2621
2622 2004-02-06  David Schleef  <ds@schleef.org>
2623
2624         Build fixes for OS X: (see #129600)
2625         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
2626         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
2627         (gst_riff_read_strf_iavs):
2628         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2629         (gst_avi_demux_stream_odml):
2630         * gst/playondemand/Makefile.am:
2631         * gst/rtp/rtp-packet.c:
2632
2633 2004-02-05  David Schleef  <ds@schleef.org>
2634
2635         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
2636         last change, because it Just Doesn't Compile.
2637
2638 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2639
2640         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2641           skip undecodable id3v2 tag instead of keeping it
2642
2643 2004-02-05  David Schleef  <ds@schleef.org>
2644
2645         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2646         Unref leaked buffer.  (Noticed by Ronald)
2647
2648 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
2649
2650         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2651         Sync requires with other checks.  >= vs =.
2652
2653 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
2654
2655         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
2656         (gst_dvdec_video_link), (gst_dvdec_loop):
2657         * ext/dv/gstdvdec.h:
2658           rework the caps negotiation so that dvdec works again instead
2659           of just segfaulting.
2660
2661 === release 0.7.4 ===
2662
2663 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2664                                                                                 
2665         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
2666         * configure.ac: changed for release
2667
2668 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2669
2670         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
2671         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2672         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2673         * pkgconfig/gstreamer-play-uninstalled.pc.in:
2674           reworked patch by David Lehn to fix libdir and includedir for
2675           uninstalled libraries
2676           removed play and gconf from gstreamer-libs since they have their
2677           own pkgconfig files
2678
2679 2004-02-04  David Schleef  <ds@schleef.org>
2680
2681         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
2682         memleak.
2683
2684 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2685
2686         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2687           use correct GST_TAG_ENCODER tag
2688
2689 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2690
2691         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
2692           be sure to stop the clock when going to paused
2693         * sys/oss/gstosssink.c: (gst_osssink_change_state):
2694           reset number of transmitted when going to ready.
2695         fixes #132935
2696
2697 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
2698
2699         reviewed by Benjamin Otte
2700
2701         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2702           extract track count (fixes #133410)
2703
2704 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2705
2706         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2707           that should be !=, not == (fixes #132519)
2708
2709 2004-02-04  David Schleef  <ds@schleef.org>
2710
2711         Make sure set_explicit_caps() is called before adding pad.
2712         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2713         * gst/id3/gstid3types.c: (gst_id3types_loop):
2714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
2715         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2716
2717 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2718
2719         * configure.ac:
2720           bump nano to 2, first prerelease
2721           put back AM_PROG_LIBTOOL
2722
2723 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2724
2725         * testsuite/alsa/Makefile.am:
2726           these are user test apps, not automatic testsuite tests
2727
2728 2004-02-04  David Schleef  <ds@schleef.org>
2729
2730         Convert GST_DEBUG_CAPS() to GST_DEBUG():
2731         * gst/mpeg1videoparse/gstmp1videoparse.c:
2732         (mp1videoparse_parse_seq):
2733         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2734         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
2735         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
2736         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
2737         (gst_xvideosink_getcaps):
2738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2739         * testsuite/gst-lint: more tests
2740
2741 2004-02-04  David Schleef  <ds@schleef.org>
2742
2743         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
2744         with the code that they would expand to.
2745         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
2746         (gst_flacdec_get_src_query_types),
2747         (gst_flacdec_get_src_event_masks):
2748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
2749         (gst_gnomevfssrc_get_query_types),
2750         (gst_gnomevfssrc_get_event_mask):
2751
2752 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2753
2754         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2755         (gst_sinesrc_dispose):
2756           fix memleak by properly disposing sinesrc
2757
2758 2004-02-04  Julien MOUTTE  <julien@moutte.net>
2759
2760         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
2761         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
2762         an overlay to redraw the image because it has been exposed.
2763         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
2764         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
2765         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
2766         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
2767         interface
2768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
2769         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
2770         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
2771         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
2772         interface 
2773
2774 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2775
2776         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
2777           more memleak fixage
2778
2779 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2780
2781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2782         * gst/typefind/gsttypefindfunctions.c:
2783           fix memleaks shown by gst-typefind
2784
2785 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2786
2787         * common/glib-gen.mak:
2788           add hack rule to touch .Plo files
2789         * gst-libs/gst/colorbalance/Makefile.am:
2790         * gst-libs/gst/mixer/Makefile.am:
2791         * gst-libs/gst/play/Makefile.am:
2792         * gst-libs/gst/tuner/Makefile.am:
2793           remove glib_root variable
2794
2795 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2796
2797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
2798           set explicit caps before adding the element, so the autopluggers can
2799           plug correctly.
2800         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2801         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2802         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2803         (dv_type_find):
2804           fix memleaks in typefind functions. gst_type_find_suggest takes a const
2805           argument.
2806
2807 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2808
2809         * gst-libs/gst/colorbalance/Makefile.am:
2810         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
2811         * gst-libs/gst/colorbalance/colorbalance.c:
2812         * gst-libs/gst/colorbalance/colorbalance.h:
2813         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
2814         * gst-libs/gst/mixer/Makefile.am:
2815         * gst-libs/gst/mixer/mixer-marshal.list:
2816         * gst-libs/gst/mixer/mixer.c:
2817         * gst-libs/gst/mixer/mixer.h:
2818         * gst-libs/gst/mixer/mixermarshal.list:
2819         * gst-libs/gst/play/Makefile.am:
2820         * gst-libs/gst/play/play.h:
2821         * gst-libs/gst/tuner/Makefile.am:
2822         * gst-libs/gst/tuner/tuner-marshal.list:
2823         * gst-libs/gst/tuner/tuner.c:
2824         * gst-libs/gst/tuner/tuner.h:
2825         * gst-libs/gst/tuner/tunermarshal.list:
2826           use new glib-gen.mak snippet to clean up Makefile.am
2827           fix various bugs in Makefile.am's
2828
2829 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2830
2831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
2832           handle chain parsing correctly in the multichain case
2833         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
2834         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
2835         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2836         (theora_dec_chain):
2837           handle events and queries correctly
2838
2839 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2840
2841         * .cvsignore:
2842         Ignore generated file _stdint.h.
2843
2844 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2845
2846         * gst-libs/gst/colorbalance/Makefile.am:
2847         * gst-libs/gst/colorbalance/colorbalance.h:
2848         * gst-libs/gst/mixer/Makefile.am:
2849         * gst-libs/gst/mixer/mixer.h:
2850         * gst-libs/gst/play/Makefile.am:
2851         * gst-libs/gst/play/play.h:
2852         * gst-libs/gst/tuner/Makefile.am:
2853         * gst-libs/gst/tuner/tuner.h:
2854         Generate enum type code with glib-mkenums.
2855         * gst-libs/gst/colorbalance/.cvsignore:
2856         * gst-libs/gst/mixer/.cvsignore:
2857         * gst-libs/gst/play/.cvsignore:
2858         * gst-libs/gst/tuner/.cvsignore:
2859         Ignore generated files.
2860
2861 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2862
2863         * gst-libs/gst/audio/.cvsignore:
2864         Ignore generated file.
2865         * gst-libs/gst/audio/Makefile.am:
2866         Do not install example filter.
2867
2868 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2869
2870         * examples/switch/.cvsignore:
2871         Ignore generated file.
2872
2873 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2874
2875         * common/m4/ax_create_stdint_h.m4:
2876         * configure.ac:
2877           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
2878           _stdint.h.
2879         * Makefile.am:
2880           remove generated _stdint.h in DISTCLEANFILES
2881         * ext/a52dec/gsta52dec.c:
2882           include _stdint.h for a52dec. (should fix #133064)
2883
2884 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
2885
2886         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
2887         (gst_tag_to_vorbis_comments):
2888         Add replaygain support to vorbistag
2889
2890 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
2891         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
2892         (gst_ffmpeg_caps_to_extradata):
2893           Fix SVQ3 caps flag properties
2894           Use glib macro for bytes swap
2895
2896 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2897
2898         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
2899         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
2900         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2901         * ext/sndfile/gstsf.c: (plugin_init):
2902         * gst/avi/gstavi.c: (plugin_init):
2903         * sys/dxr3/dxr3init.c: (plugin_init):
2904         * sys/oss/gstossaudio.c: (plugin_init):
2905         * sys/v4l/gstv4l.c: (plugin_init):
2906         * sys/v4l2/gstv4l2.c: (plugin_init):
2907           remove textdomain calls
2908         * po/nl.po:
2909           update Dutch translation
2910
2911 2004-02-02  Julien MOUTTE  <julien@moutte.net>
2912
2913         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
2914         (gst_play_set_audio_sink): Moving volume in the audio thread for 
2915         instantaneous volume change. Maybe i will add another volume in front
2916         of visualization later, not sure yet though.
2917
2918 2004-02-02  Julien MOUTTE  <julien@moutte.net>
2919
2920         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2921         (gst_ximagesink_handle_xevents): Better X events handling, only take
2922         the latest events for configure and motion.
2923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
2924
2925 2004-02-02  Jon Trowbridge  <trow@gnu.org>
2926
2927         reviewed by: David Schleef  <ds@schleef.org>
2928
2929         Fix memory leaks:
2930         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
2931         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
2932
2933 2004-02-02  David Schleef  <ds@schleef.org>
2934
2935         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
2936         of lines.
2937         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
2938         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2939         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
2940         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
2941         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
2942         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
2943         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
2944         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
2945         (gst_float2_2_int_link):
2946         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
2947         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
2948         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
2949         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
2950         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
2951         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
2952         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
2953         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2954         * testsuite/gst-lint: Add tests for bzero and ;;
2955
2956 2004-02-02  David Schleef  <ds@schleef.org>
2957
2958         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
2959
2960 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2961
2962         * ext/aalib/gstaasink.c: (gst_aasink_open):
2963         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
2964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2965         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2966         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
2967         (gst_afsink_close_file):
2968         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
2969         (gst_afsrc_close_file):
2970         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
2971         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
2972         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2973         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
2974         * ext/esd/esdmon.c: (gst_esdmon_get):
2975         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
2976         * ext/faac/gstfaac.c: (gst_faac_chain):
2977         * ext/faad/gstfaad.c: (gst_faad_chain):
2978         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
2979         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2980         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
2981         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
2982         (gst_flacdec_loop):
2983         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2984         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2985         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2986         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
2987         (gst_gnomevfssink_close_file):
2988         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2989         (gst_gnomevfssrc_open_file):
2990         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
2991         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
2992         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
2993         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
2994         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
2995         * ext/mad/gstmad.c: (gst_mad_chain):
2996         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
2997         * ext/mpeg2dec/gstmpeg2dec.c:
2998         * ext/mpeg2enc/gstmpeg2enc.cc:
2999         * ext/mplex/gstmplex.cc:
3000         * ext/mplex/gstmplexibitstream.cc:
3001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
3002         (gst_ogg_demux_push):
3003         * ext/raw1394/gstdv1394src.c:
3004         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
3005         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
3006         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
3007         (gst_sf_loop):
3008         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
3009         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
3010         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
3011         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
3012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3013         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
3014         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
3015         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
3016         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3017         (gst_riff_read_element_data), (gst_riff_read_seek),
3018         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
3019         * gst/adder/gstadder.c: (gst_adder_loop):
3020         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
3021         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
3022         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
3023         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3024         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
3025         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3026         * gst/goom/gstgoom.c: (gst_goom_chain):
3027         * gst/id3/gstid3types.c: (gst_id3types_loop):
3028         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3029         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
3030         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
3031         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3032         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
3033         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
3034         (gst_ebml_read_float), (gst_ebml_read_header):
3035         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
3036         (gst_matroska_demux_parse_blockgroup):
3037         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3038         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3039         * gst/oneton/gstoneton.c: (gst_oneton_chain):
3040         * gst/silence/gstsilence.c: (gst_silence_get):
3041         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3042         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
3043         * gst/speed/gstspeed.c: (speed_loop):
3044         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3045         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3046         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
3047         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3048         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3049         (gst_wavparse_loop):
3050         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
3051         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
3052         (dxr3audiosink_close):
3053         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
3054         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
3055         (dxr3videosink_close), (dxr3videosink_write_data):
3056         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3057         * sys/oss/gstosssink.c: (gst_osssink_chain):
3058         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3059         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3060         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
3061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
3062         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
3063         (gst_v4l_set_window), (gst_v4l_enable_overlay):
3064         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
3065         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
3066         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
3067         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
3068         (gst_v4l_set_audio):
3069         * sys/v4l/v4l_calls.h:
3070         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3071         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
3072         (gst_v4lmjpegsink_playback_init),
3073         (gst_v4lmjpegsink_playback_start):
3074         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
3075         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3076         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
3077         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
3078         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
3079         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
3080         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
3081         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3082         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
3083         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
3084         (gst_v4l2_get_output), (gst_v4l2_set_output),
3085         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
3086         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
3087         (gst_v4l2_set_attribute):
3088         * sys/v4l2/v4l2_calls.h:
3089         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3090         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3091         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3092         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
3093         (gst_v4l2src_capture_stop):
3094         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
3095         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3096         (gst_ximagesink_chain):
3097         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
3098         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
3099         (gst_xvideosink_xwindow_new):
3100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3101         (gst_xvimagesink_chain):
3102
3103 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3104
3105         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3106         (gst_volume_get_volume), (volume_class_init), (volume_init),
3107         (volume_chain_int16), (volume_update_volume):
3108         * gst/volume/gstvolume.h:
3109           make code more readable by removing magic numbers
3110           make mixer interface export 0-100 range
3111           make it internally map to 0.0-1.0 range so users don't distort
3112           output by putting the sliders at full volume
3113
3114 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3115
3116         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
3117         (gst_play_state_change), (gst_play_seek_to_time):
3118         block the tick callback for 0.5 secs after doing a seek
3119
3120 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3121
3122         * gst-libs/gst/play/play.c: (gst_play_new):
3123           check for GError
3124
3125 2004-02-01  Julien MOUTTE  <julien@moutte.net>
3126
3127         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
3128         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
3129         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3130         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
3131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3132         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
3133
3134 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3135
3136         * configure.ac:
3137         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3138           check for a function added in vorbis 1.1
3139
3140 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3141
3142         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
3143         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
3144           really start/stop clock only on PLAYING <=> PAUSED
3145         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3146           remove \n from debugging lines
3147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
3148           make it work when seeking does not
3149         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3150           reset on DISCONT
3151
3152 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3153
3154         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
3155           start clock on PAUSED=>PLAYING, not later
3156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3157           extract correct time for different discont formats
3158         (gst_alsa_sink_get_time):
3159           don't segfault when no format is negotiated yet, just return 0
3160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3161         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
3162         (gst_ogg_pad_push):
3163           handle flush and discont events correctly
3164         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3165           handle discont events correctly
3166
3167 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3168
3169         * gst-libs/gst/play/play.c: (gst_play_error_quark),
3170         (gst_play_error_create), (gst_play_error_plugin),
3171         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
3172         * gst-libs/gst/play/play.h:
3173           add error handling during creation
3174         * examples/gstplay/player.c: (main):
3175           use new gst_play_new
3176           
3177
3178 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3179
3180         * ext/theora/theoradec.c: (theora_dec_chain):
3181           make comments work
3182         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3183         (vorbis_dec_src_event), (vorbis_dec_chain):
3184           add encoder tag, fix tag reading to be more error tolerant, change
3185           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
3186           gst_pad_event_default.
3187         * gst/tags/gstvorbistag.c:
3188         (gst_tag_list_from_vorbiscomment_buffer):
3189           undefine function specific define at end of function
3190
3191 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
3192
3193         * ext/flac/gstflac.c: (plugin_init):
3194         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
3195         * ext/flac/gstflacdec.h:
3196         * ext/flac/gstflacenc.h:
3197           Fix typos
3198
3199 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
3200
3201         * examples/gstplay/player.c: s/gstplay.h/play.h/
3202
3203 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3204
3205         * gst-libs/gst/play/Makefile.am:
3206         * gst-libs/gst/play/gstplay.c:
3207         * gst-libs/gst/play/gstplay.h:
3208         * gst-libs/gst/play/play.c:
3209           more surgery, operation complete
3210
3211 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3212
3213         * gst-libs/gst/play/play.old.c:
3214         * gst-libs/gst/play/play.old.h:
3215           after CVS surgery by moving, remove
3216         * gst-libs/gst/play/playpipelines.c:
3217           remove
3218           
3219         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3220           add negotiation error
3221
3222 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3223
3224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3225         (gst_ogg_demux_push):
3226           add some seeking debug info
3227           send a flush when seeking
3228
3229 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3230
3231         * configure.ac:
3232           use AC_C_INLINE
3233         * configure.ac:
3234         * ext/Makefile.am:
3235         * ext/theora/Makefile.am:
3236         * ext/theora/theoradec.c: 
3237           add theora video decoder. Does just do simple decoding for now and
3238           has been tested against Theora cvs only. It only works when theora
3239           is compiled with --enable-static.
3240         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3241           always reset packetno on DISCONT
3242
3243 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3244
3245         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3246           Fix audio.
3247
3248 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3249
3250         * gst/mpegaudioparse/gstmpegaudioparse.c:
3251         (mp3_type_frame_length_from_header):
3252           Fix header parsing - stolen from ffmpeg (thank you! :) ).
3253
3254 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3255
3256         * ext/esd/esdsink.c: (gst_esdsink_init):
3257           Since we have static pad template caps, we don't need to negotiate;
3258           either the core errors out or we know the format.
3259
3260 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3261
3262         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3263         (gst_riff_read_seek):
3264         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3265         (gst_ebml_read_seek):
3266           Fix event handling.
3267
3268 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3269
3270         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
3271           removee video/x-theora from vp3 decoder, it doesn't handle raw
3272           theora streams
3273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3274           fix bug with finalizing element that never went to PAUSED
3275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3276           length and position queries were swapped
3277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3278         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
3279         (vorbis_dec_src_event):
3280           implement querying time and bytes
3281
3282 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3283
3284         * just about every source file:
3285           gst_element_error -> GST_ELEMENT_ERROR
3286
3287 2004-01-29  Julien MOUTTE  <julien@moutte.net>
3288
3289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
3290         emiting FLUSH and even before DISCONT.
3291         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
3292         get the best instant seeking as possible yay!
3293
3294 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3295
3296         * gst/mpeg1videoparse/gstmp1videoparse.c:
3297         (gst_mp1videoparse_real_chain):
3298           Committed wrong version last week... Grr... Didn't notice until now.
3299
3300 2004-01-29  Julien MOUTTE <julien@moutte.net>
3301
3302         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
3303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
3304         have_xwindow_id signal in xwindow_create.
3305
3306 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3307
3308         * ext/ogg/gstoggdemux.c: 
3309           lots of changes - mainly support for chained bitstreams, seeking,
3310           querying and bugfixes of course
3311         * ext/vorbis/Makefile.am:
3312         * ext/vorbis/vorbisdec.c: 
3313         * ext/vorbis/vorbisdec.h:
3314           add vorbisdec raw vorbis decoder
3315         * ext/vorbis/vorbis.c: (plugin_init):
3316           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
3317         * gst/intfloat/Makefile.am:
3318         * gst/intfloat/float22int.c:
3319         * gst/intfloat/float22int.h:
3320         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
3321           add float2intnew plugin. It converts multichannel interleaved float to
3322           multichannel interleaved int. The name should probably be changed.
3323         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
3324         (plugin_init):
3325           add typefinding for raw theora video so oggdemux can detect it.
3326
3327 2004-01-28  Julien MOUTTE  <julien@moutte.net>
3328
3329         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
3330         sink element first.
3331         * gst/videoscale/gstvideoscale.c:
3332         (gst_videoscale_handle_src_event): Fixing src event handler.
3333
3334 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3335
3336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3337         (gst_v4lsrc_open), (gst_v4lsrc_close),
3338         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
3339         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
3340         * sys/v4l/gstv4lsrc.h:
3341         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
3342         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
3343           Implement resizing... Hack. But that's why v4l is b0rked...
3344
3345 2004-01-28  Julien MOUTTE <julien@moutte.net>
3346
3347         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3348         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
3349         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
3350         (gst_ximagesink_xwindow_destroy):
3351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3352         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3353         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
3354         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
3355         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
3356         correctly cleaning the image created to check xshm calls on succes,
3357         added a lot of XSync calls in X11 functions, and fixed a segfault when
3358         no image format was defined before negotiation happened.
3359
3360 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3361
3362         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
3363           use gst_element_get_time to get correct time
3364
3365 2004-01-28  Julien MOUTTE  <julien@moutte.net>
3366
3367         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3368         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
3369         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
3370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
3371         (gst_xvimagesink_check_xshm_calls),
3372         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
3373         X plugins are now able to detect that XShm calls will fail even if the
3374         server claims that it has XShm support (remote displays most of the
3375         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
3376         so that we use non XShm functions. This feature is almost useless for
3377         xvimagesink as Xv is not supported on remote displays anyway, but 
3378         it might happen than even on the local display XShm calls fail.
3379
3380 2004-01-27  David Schleef  <ds@schleef.org>
3381
3382         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
3383         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
3384         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
3385         changed esdsink to only use 44100,16,2, since esd sucks at rate
3386         conversion and esdsink has had difficulty negotiating.
3387
3388 2004-01-27  Julien MOUTTE <julien@moutte.net>
3389
3390         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
3391         (gst_play_seek_to_time): Fixing the way to get current position.
3392
3393 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3394
3395         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
3396           use gst_element_get_time to get correct time
3397
3398 2004-01-27  Julien MOUTTE <julien@moutte.net>
3399
3400         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
3401         fix ever... Inverting 2 lines of code make spider autoplug correctly
3402         tagged mp3 !
3403
3404 2004-01-27  David Schleef  <ds@schleef.org>
3405
3406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3407         Use gst_pad_try_set_caps_nonfixed().
3408
3409 2004-01-27  David Schleef  <ds@schleef.org>
3410
3411         * gst/ac3parse/gstac3parse.c: update to checklist 5
3412         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
3413         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
3414         * gst/audioscale/gstaudioscale.c: same
3415         * gst/auparse/gstauparse.c: same
3416         * gst/avi/gstavidemux.c: same
3417
3418 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3419
3420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3421           stop processing after EOS
3422
3423 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3424
3425         * gst/asfdemux/asfheaders.h:
3426         * gst/asfdemux/gstasfdemux.c: 
3427         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
3428         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
3429         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
3430           lot's of fixes to make data extraction simpler and get the code
3431           architecture and compiler independant. Add debugging category
3432         * gst/goom/gstgoom.c: (gst_goom_change_state):
3433           reset channel count on PAUSED=>READY, not READY=>PAUSED
3434
3435 2004-01-26  Colin Walters  <walters@verbum.org>
3436
3437         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
3438         code to pull a bigger buffer in iradio mode.  This as a side effect
3439         makes typefinding work.
3440
3441 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
3442
3443         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
3444         Fix SVQ3 decoding on PPC
3445
3446 2004-01-26  Julien MOUTTE <julien@moutte.net>
3447
3448         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
3449         that one managed to stay there... Fixed.
3450
3451 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
3452
3453         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
3454         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
3455         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
3456         (qtdemux_video_caps):
3457         * gst/qtdemux/qtdemux.h:
3458         Add SVQ3 specific flags to qtdemux and ffmpeg
3459
3460 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3461
3462         * gst-libs/gst/audio/audio.h:
3463           remove buffer-frames from audio caps
3464         * gst/audioconvert/gstaudioconvert.c:
3465           fix plugin to really work.
3466
3467 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3468
3469         * gst-libs/gst/mixer/mixer.c:
3470         * gst-libs/gst/propertyprobe/propertyprobe.c:
3471         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
3472         (gst_tuner_find_channel_by_name):
3473         * gst-libs/gst/tuner/tuner.h:
3474           Add gtk-doc style comments. Also fix a function name.
3475
3476 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3477
3478         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
3479         (gst_divxdec_negotiate):
3480           Fix for new capsnego - also fixes gst-player with divxdec.
3481
3482 2004-01-25  Julien MOUTTE  <julien@moutte.net>
3483
3484         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3485         (gst_play_identity_handoff), (gst_play_set_location),
3486         (gst_play_set_visualization), (gst_play_connect_visualization): Another
3487         try in visualization implementation. Still have an issue with switch
3488         blocking when pulling from video_queue and only audio comes out of 
3489         spider.
3490         * gst/switch/gstswitch.c: (gst_switch_release_pad),
3491         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
3492         release method. And check if the pad is usable before pulling.
3493
3494 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3495
3496         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
3497         (gst_videobalance_init),
3498         (gst_videobalance_colorbalance_list_channels),
3499         (gst_videobalance_colorbalance_set_value),
3500         (gst_videobalance_colorbalance_get_value),
3501         (gst_videobalance_update_properties),
3502         (gst_videobalance_update_tables_planar411),
3503         (gst_videobalance_planar411):
3504         * gst/videofilter/gstvideobalance.h:
3505           Implement lookup-tables. +/- 10x faster.
3506
3507 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3508
3509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3510         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3511           The index reading was broken. The rest worked fine, but the whole
3512           goal of my rewrite was to make avidemux readable, and this was
3513           not at all readable. Please use typed variables.
3514
3515 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3516
3517         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3518           Additional pad usability check.
3519         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3520         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
3521         (gst_mp1videoparse_real_chain):
3522           Fix MPEG video stream parsing. The original plugin had several
3523           issues, including not timestamping streams where the source was
3524           not timestamped (this happens with PTS values in mpeg system
3525           streams, but MPEG video is also a valid stream on its own so
3526           that needs timestamps too). We use the display time code for that
3527           for now. Also, if one incoming buffer contains multiple valid
3528           frames, we push them all on correctly now, including proper EOS
3529           handling. Lastly, several potential segfaults were fixed, and we
3530           properly sync on new sequence/gop headers to include them in next,
3531           not previous frames (since they're header for the next frame, not
3532           the previous). Also see #119206.
3533         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
3534         (bpf_from_header):
3535           Move caps setting so we only do it after finding several valid
3536           MPEG-1 fraes sequentially, not right after the first one (which
3537           might be coincidental).
3538         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
3539         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3540         (plugin_init):
3541           Add unsynced MPEG video stream typefinding, and change some
3542           probability values so we detect streams rightly. The idea is as
3543           follows: I can have an unsynced system stream which contains
3544           video. In the current code, I would randomly get a type for either
3545           system or video stream type found, because the probabilities are
3546           being calculated rather randomly. I now use fixed values, so we
3547           always prefer system stream if that was found (and that is how it
3548           should be). If no system stream was found, we can still identity                the stream as video-only.
3549
3550 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3551
3552         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3553         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3554           don't write to buffer. Extract data without the need of
3555           __attribute__ ((packed))
3556
3557 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3558
3559         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
3560         (mpeg1_sys_type_find):
3561           Fix MPEG-1 stream typefinding.
3562
3563 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3564
3565         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3566           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
3567
3568 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3569
3570         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
3571         * ext/esd/gstesd.c: (plugin_init):
3572           private debugging, better error reporting
3573
3574 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3575
3576         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
3577         (gst_riff_read_init), (gst_riff_read_change_state):
3578         * gst-libs/gst/riff/riff-read.h:
3579           Remove stuff fromold metadata system.
3580
3581 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3582
3583         * ext/ogg/gstoggdemux.c:
3584           Fix wrong file comment.
3585         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3586         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
3587           Add metadata reading properly.
3588
3589 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3590
3591         * ext/Makefile.am:
3592           Fix nas DIST_SUBDIRS
3593           Uraeus:
3594           Fix bug where make distcheck doesn't get run on adding stuff to
3595           the build.
3596
3597 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3598
3599         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
3600         * ext/divx/gstdivxdec.h:
3601           Fix divx3 ("msmpeg4") playback using divxdec.
3602
3603 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3604
3605         * gst/typefind/gsttypefindfunctions.c:
3606         (mp3_type_frame_length_from_header): fix bug in length computation 
3607         (mp3_type_find): improve debugging output
3608
3609 2004-01-23  Julien MOUTTE  <julien@moutte.net>
3610
3611         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3612         (gst_play_set_location), (gst_play_seek_to_time),
3613         (gst_play_set_audio_sink), (gst_play_set_visualization),
3614         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
3615         the pipeline from scratch. Visualization is back and switch went out as
3616         i realized it was not possible to use the way i wanted.
3617         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
3618         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
3619         clearing in state change from READY to NULL. So that one can clean the
3620         X ressources keeping the element.
3621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3622         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
3623         (gst_xvimagesink_colorbalance_set_value),
3624         (gst_xvimagesink_colorbalance_get_value),
3625         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
3626         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
3627         change from READY to NULL and fixed some stupid bugs in colorbalance
3628         get/set values. Also added the following feature : when nobody tries to
3629         set some values to the colorbalance levels before the xcontext is 
3630         grabbed, then when creating channels list from Xv attributes we set the
3631         internal values to the Xv defaults. This way we handle buggy Xv drivers
3632         that set default hue values far from the middle of the range (Thanks
3633         to Jon Trowbridge for pointing that issue).
3634         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
3635         colorbalance levels have been set before xcontext is grabbed.
3636
3637 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3638
3639         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3640           Fix the ossmixer case where we shouldn't open /dev/dsp* because
3641           it might block operations (which is bad for a mixer).
3642
3643 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3644
3645         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
3646         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
3647         (gmip_find_type_pre):
3648         * gst-libs/gst/media-info/media-info-priv.h:
3649         * gst-libs/gst/media-info/media-info.c:
3650         (gst_media_info_instance_init), (gst_media_info_read_idler):
3651         add fakesink to get caps on decoder src pad again
3652         fix callback prototype to match new have_type signal signature
3653
3654 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3655
3656         * gst/adder/gstadder.c: (gst_adder_link):
3657           fix non-compile and cut-n-paste code
3658
3659 2004-01-21  David Schleef  <ds@schleef.org>
3660
3661         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
3662         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
3663         (gst_swfdec_init), (gst_swfdec_change_state):
3664         * ext/swfdec/gstswfdec.h:
3665         Fix negotiation.
3666         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
3667         (gst_adder_request_new_pad): Fix negotiation.
3668         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
3669         Add a fixate function.
3670         * gst/intfloat/gstfloat2int.c:
3671         * gst/intfloat/gstfloat2int.h:
3672         * gst/intfloat/gstint2float.c:
3673         * gst/intfloat/gstint2float.h:
3674         Completely rewrite the negotiation.  Doesn't quite work yet,
3675         due to some buffer-frames problem.
3676
3677 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3678
3679         * ext/gnomevfs/gstgnomevfssrc.c:
3680         * sys/v4l2/v4l2_calls.h:
3681           fix includes for distcheck
3682
3683 2004-01-21  Christian Schaller <uraeus@gnome.org>
3684
3685         * ext/nas/
3686         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
3687         based on earlier patch from Laurent Vivier
3688
3689 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
3690
3691         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
3692         Fix wma caps property
3693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3694         Fix typo (flags1 and flags2)
3695
3696 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3697
3698         * gst-libs/gst/media-info/media-info-priv.c:
3699         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
3700         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
3701         (gmip_find_stream), (gmip_find_track_metadata),
3702         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
3703         (gmip_find_track_format):
3704         * gst-libs/gst/media-info/media-info-priv.h:
3705         * gst-libs/gst/media-info/media-info-test.c: (main):
3706         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
3707         (gst_media_info_read_idler), (gst_media_info_read):
3708         * gst-libs/gst/media-info/media-info.h:
3709           register debugging category and use it for debugging
3710
3711 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3712
3713         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
3714         (gst_vorbisfile_new_link):
3715           signal streaminfo through tags
3716
3717 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3718
3719         * ext/mplex/gstmplex.cc:
3720         * ext/mplex/gstmplexibitstream.cc:
3721           g++ doesn't like NULL in our i18n/error macros, should be
3722           either (NULL) or ("").
3723
3724 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3725
3726         * sys/dxr3/dxr3audiosink.c:
3727         * sys/dxr3/dxr3init.c:
3728         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
3729         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
3730           Fix more error error error errors (missing includes here).
3731
3732 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3733
3734         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3735           fix thomas' error errors.
3736
3737 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3738
3739         * ext/mpeg2enc/gstmpeg2enc.cc:
3740           fix error errors.
3741
3742 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3743
3744         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
3745         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
3746           Fix for new error system.
3747
3748 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3749
3750         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
3751           fix for new error reporting
3752
3753 2004-01-20  David Schleef  <ds@schleef.org>
3754
3755         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3756         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
3757         (gst_ximagesink_set_xwindow_id): Change to using a framerate
3758         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
3759         and neither is 100+, most likely.
3760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3761         (gst_xvimagesink_getcaps): same
3762
3763 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3764
3765         * configure.ac:
3766           Up version requirement to 2.0.3 (not yet released) to avoid symbol
3767           clashes with ffmpeg.
3768
3769 2004-01-20  Julien MOUTTE  <julien@moutte.net>
3770
3771         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
3772         (gst_switch_init): Fixed switch element : proxying link and setting
3773         caps from src to sink on request.
3774
3775 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3776
3777         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
3778         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
3779         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
3780         fix element_error
3781
3782 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3783
3784         * sys/v4l/v4l_calls.h:
3785         * sys/v4l2/v4l2_calls.h:
3786           element_error fixes
3787
3788 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3789
3790         * gst-libs/gst/gst-i18n-plugin.h:
3791           add locale.h
3792           remove config.h inclusion
3793
3794 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3795
3796         * autogen.sh:
3797           adding autopoint invocation
3798         * Makefile.am:
3799         * configure.ac:
3800         * gst-libs/gst/gettext.h:
3801           adding gettext bits
3802         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
3803         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
3804         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3805         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
3806         (gst_gnomevfssink_close_file):
3807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
3808         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
3809         * gst-libs/gst/gst-i18n-plugin.h:
3810         * gst/avi/gstavi.c: (plugin_init):
3811         * sys/dxr3/dxr3init.c: (plugin_init):
3812         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
3813         * sys/oss/gstossaudio.c: (plugin_init):
3814         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3815         * sys/v4l/gstv4l.c: (plugin_init):
3816         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3817         * sys/v4l2/gstv4l2.c: (plugin_init):
3818         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3819         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
3820         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
3821         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
3822         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
3823         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
3824           make sure locale and translation domain are set
3825           fix translated strings 
3826         * po/.cvsignore:
3827         * po/LINGUAS:
3828         * po/Makevars:
3829         * po/POTFILES.in:
3830         * po/nl.po:
3831           put translation files into place
3832         * sys/xvideo/imagetest.c: (main):
3833         * ext/dv/demo-play.c: (main):
3834           fix unnecessary translations
3835
3836 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3837
3838         * ext/sndfile/gstsf.c:
3839         * gst/avi/gstavimux.c:
3840         * ext/audiofile/gstafsink.c:
3841         * ext/audiofile/gstafsrc.c:
3842         * ext/gnomevfs/gstgnomevfssink.c:
3843         * ext/gnomevfs/gstgnomevfssrc.c:
3844         * sys/oss/gstosselement.c:
3845         * sys/v4l/v4l_calls.h:
3846           fix i18n include
3847
3848 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3849
3850         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3851         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
3852         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
3853         (gst_v4l2_get_output), (gst_v4l2_set_output),
3854         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
3855         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
3856         (gst_v4l2_set_attribute):
3857         update to new error handling
3858
3859 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3860
3861         * ext/sidplay/gstsiddec.cc:
3862         * gst/modplug/gstmodplug.cc:
3863           parenthese NULL because C++ seems angry about it
3864
3865 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3866
3867         * gst-libs/gst/gst-i18n-plugin.h:
3868           add skeleton i18n stuff, but needs to be further implemented
3869
3870 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3871
3872         * examples/gstplay/player.c: (main):
3873         * ext/aalib/gstaasink.c: (gst_aasink_open):
3874         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
3875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3876         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3877         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
3878         (gst_afsink_close_file):
3879         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
3880         (gst_afsrc_close_file):
3881         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
3882         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
3883         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
3884         * ext/esd/esdmon.c: (gst_esdmon_get):
3885         * ext/esd/esdsink.c: (gst_esdsink_chain):
3886         * ext/faac/gstfaac.c: (gst_faac_chain):
3887         * ext/faad/gstfaad.c: (gst_faad_chain):
3888         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
3889         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3890         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
3891         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
3892         (gst_flacdec_loop):
3893         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
3894         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3895         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3896         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
3897         (gst_gnomevfssink_close_file):
3898         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3899         (gst_gnomevfssrc_open_file):
3900         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
3901         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
3902         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
3903         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3904         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
3905         * ext/mad/gstmad.c: (gst_mad_chain):
3906         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3907         * ext/mpeg2dec/gstmpeg2dec.c:
3908         * ext/mpeg2enc/gstmpeg2enc.cc:
3909         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3910         * ext/mplex/gstmplex.cc:
3911         * ext/mplex/gstmplexibitstream.cc:
3912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
3913         (gst_ogg_demux_push), (gst_ogg_pad_push):
3914         * ext/raw1394/gstdv1394src.c:
3915         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
3916         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
3917         * ext/sidplay/gstsiddec.cc:
3918         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
3919         (gst_sf_loop):
3920         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
3921         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
3922         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
3923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3924         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
3925         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
3926         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
3927         * gst-libs/gst/Makefile.am:
3928         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3929         (gst_riff_read_element_data), (gst_riff_read_seek),
3930         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
3931         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
3932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
3933         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
3934         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
3935         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3936         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
3937         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3938         * gst/goom/gstgoom.c: (gst_goom_chain):
3939         * gst/id3/gstid3types.c: (gst_id3types_loop):
3940         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
3941         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
3942         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3943         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
3944         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
3945         (gst_ebml_read_float), (gst_ebml_read_header):
3946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
3947         (gst_matroska_demux_parse_blockgroup):
3948         * gst/modplug/gstmodplug.cc:
3949         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3950         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3951         * gst/oneton/gstoneton.c: (gst_oneton_chain):
3952         * gst/silence/gstsilence.c: (gst_silence_get):
3953         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3954         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
3955         * gst/speed/gstspeed.c: (speed_loop):
3956         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3957         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3958         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
3959         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3960         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3961         (gst_wavparse_loop):
3962         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
3963         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
3964         (dxr3audiosink_close):
3965         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
3966         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
3967         (dxr3videosink_close), (dxr3videosink_write_data):
3968         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3969         * sys/oss/gstosselement.h:
3970         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
3971         (gst_osssink_chain):
3972         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3973         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3974         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
3975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
3976         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
3977         (gst_v4l_enable_overlay):
3978         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
3979         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
3980         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
3981         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
3982         (gst_v4l_set_audio):
3983         * sys/v4l/v4l_calls.h:
3984         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3985         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
3986         (gst_v4lmjpegsink_playback_init),
3987         (gst_v4lmjpegsink_playback_start):
3988         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
3989         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
3990         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
3991         (gst_v4lmjpegsrc_requeue_frame):
3992         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3993         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
3994         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
3995         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
3996         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3997         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3998         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3999         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
4000         (gst_v4l2src_capture_stop):
4001         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
4002         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4003         (gst_ximagesink_chain):
4004         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
4005         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
4006         (gst_xvideosink_xwindow_new):
4007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4008         (gst_xvimagesink_chain):
4009         use new error signal, function and categories
4010
4011 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
4012
4013         * configure.ac:
4014         * ext/Makefile.am:
4015         * ext/musicbrainz/gsttrm.c:
4016         * ext/musicbrainz/gsttrm.h:
4017         * ext/musicbrainz/Makefile.am:
4018         Add a trm plugin 
4019
4020 2004-01-18  Julien MOUTTE  <julien@moutte.net>
4021
4022         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
4023         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
4024         synchronous property for debugging.
4025         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
4026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4027         (gst_xvimagesink_set_property): Moving a pointer declaration to a
4028         smaller block, fixing indent.
4029
4030 2004-01-16  David Schleef  <ds@schleef.org>
4031
4032         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
4033         property affects the video stream.
4034         * sys/xvimage/xvimagesink.c: 
4035         * sys/xvimage/xvimagesink.h:
4036         Add synchronous property for debugging.  Should probably be
4037         disabled in non-CVS builds.  Make sure that the Xv attribute
4038         exists before we set it (crash!).  Fix a silly float bug that
4039         caused colorbalance to just not work.
4040
4041 2004-01-17  Christian Schaller <Uraeus@gnome.org>
4042
4043         * tools/gst-launch-ext.in - update for new plugins
4044
4045 2004-01-16  David Schleef  <ds@schleef.org>
4046
4047         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
4048         already-freed caps.
4049
4050 2994-01-16  Christian Schaller <Uraeus@gnome.org>
4051
4052         * Update spec for new colorspace plugin and libcaca plugin
4053         * Fix compilation of libcaca plugin (clock -> id)
4054
4055 2004-01-16  Julien MOUTTE <julien@moutte.net>
4056
4057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
4058         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4059         (gst_xvimagesink_set_xwindow_id),
4060         (gst_xvimagesink_colorbalance_set_value),
4061         (gst_xvimagesink_colorbalance_get_value),
4062         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4063         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
4064         correct colorbalance properties. They can now be set when the element
4065         is still in NULL state. The values will be committed to the Xv Port
4066         when xcontext is initialized.
4067         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
4068         brightness int values in the GstXvImagesink structure.
4069
4070 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4071
4072         * gst-libs/gst/Makefile.am:
4073           restructure so having local patches works easier.
4074
4075 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4076
4077         * ext/mpeg2enc/Makefile.am:
4078         * ext/mpeg2enc/gstmpeg2enc.cc:
4079         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4080           Bugfix with respect to EOS handling.
4081
4082 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4083
4084         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
4085           Link with right caps (else, it segfaults).
4086         * ext/mplex/gstmplexjob.cc:
4087           Fix for slight API change in 1.6.1.93 release of mjpegtools.
4088
4089 2004-01-15  David Schleef  <ds@schleef.org>
4090
4091         * gst-libs/gst/audio/Makefile.am:
4092         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
4093         from the template.
4094         * gst-libs/gst/audio/gstaudiofilter.c:
4095         * gst-libs/gst/audio/gstaudiofilter.h:
4096         Add bytes_per_sample and size and n_samples calculation.
4097         * gst-libs/gst/audio/gstaudiofilterexample.c:
4098         Remove, now autogenerated.
4099         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4100         Moved from gstaudiofilterexample, object name changed, code added
4101         so that it actually works.
4102         * gst-libs/gst/audio/make_filter:
4103         Script to build an audiofilter subclass from the template.
4104         * gst/colorspace/Makefile.am:
4105         * gst/colorspace/yuv2yuv.c:
4106         Remove file, since it's GPL, and we don't use it.
4107
4108 2004-01-15  Julien MOUTTE  <julien@moutte.net>
4109
4110         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
4111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
4112         them use the buffer free function to test how the buffer was allocated.
4113
4114 2004-01-15  David Schleef  <ds@schleef.org>
4115
4116         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
4117         that handles osssink fallback.
4118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4119         (gst_audio_convert_getcaps):
4120         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4121         Add audio/x-qdm2 for QDM2 audio.
4122         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4123         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
4124         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4125         Decrease minimum size to 16x16.
4126         * gst/wavparse/gstwavparse.c:
4127         Convert disabled pad template caps to new caps.
4128         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4130         (gst_xvimagesink_chain): Throw element error when display cannot
4131         be opened.  Increase minimum framerate to 1.0.  Check the data
4132         free function on a buffer to make sure it is the type we expect
4133         before manipulating it.
4134
4135 2004-01-15  Julien MOUTTE <julien@moutte.net>
4136
4137         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4138         (gst_videobalance_colorbalance_set_value): Implement passthru if
4139         settings are in the middle.
4140         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
4141
4142 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4143
4144         * gst/videofilter/Makefile.am:
4145         * gst/volume/Makefile.am:
4146           Since we use videofilter symbols, link to it.
4147
4148 2004-01-15  Julien MOUTTE <julien@moutte.net>
4149
4150         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
4151         mixer interface type to HARDWARE.
4152         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
4153         type to SOFTWARE.
4154         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
4155         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
4156         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4157         (gst_volume_interface_init), (gst_volume_list_tracks),
4158         (gst_volume_set_volume), (gst_volume_get_volume),
4159         (gst_volume_set_mute), (gst_volume_mixer_init),
4160         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
4161         (volume_init): Implementing mixer interface.
4162         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
4163         * sys/oss/gstosselement.c: (gst_osselement_get_type),
4164         (gst_osselement_change_state): Removing some trailing commas in
4165         structures.
4166         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
4167         interface type to HARDWARE.
4168         * sys/v4l/gstv4lcolorbalance.c:
4169         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
4170         type to HARDWARE.
4171         * sys/v4l2/gstv4l2colorbalance.c:
4172         (gst_v4l2_color_balance_interface_init): Setting colorbalance
4173         interface type to HARDWARE.
4174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
4175         same code than ximagesink for event handling.
4176
4177 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4178
4179         * ext/snapshot/Makefile.am:
4180         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
4181         (gst_snapshot_chain):
4182         * ext/snapshot/gstsnapshot.h:
4183           This has to be a joke... Snapshot should be connected to a tee,
4184           colorspace element before it and EOS after that, where the other
4185           src of the tee receives normal data.
4186           The current way is *wrong*.
4187
4188 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4189
4190         * ext/hermes/gsthermescolorspace.c:
4191           Fix another compile error. Same as below.
4192
4193 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4194
4195         * gst/colorspace/gstcolorspace.c:
4196         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
4197         (gst_colorspace_i420_to_yv12):
4198           Fix compiling... Didn't test if it actually works.
4199
4200 2004-01-15  David Schleef  <ds@schleef.org>
4201
4202         * configure.ac:
4203         * gst/colorspace/Makefile.am:
4204         * gst/colorspace/gstcolorspace.c:
4205         * gst/colorspace/gstcolorspace.h:
4206         * gst/colorspace/yuv2rgb.c:
4207         * gst/colorspace/yuv2rgb.h:
4208         Duplicate the ext/hermes colorspace plugin, and remove Hermes
4209         code and GPL code.  Fix for new caps negotiation.  Rewrite
4210         much of the format handling code, and some of the conversion
4211         code.  Basically, rewrote almost everything.  This element
4212         handles I420, YV12 to RGB conversions.
4213         * ext/hermes/Makefile.am:
4214         * ext/hermes/gsthermescolorspace.c:
4215         Rename colorspace to hermescolorspace.  Fix negotiation issues.
4216         Remove non-Hermes related code.  This element handles lots of
4217         RGB to RGB conversions, but no YUV.
4218         * ext/hermes/gstcolorspace.c:
4219         * ext/hermes/gstcolorspace.h:
4220         * ext/hermes/rgb2yuv.c:
4221         * ext/hermes/yuv2rgb.c:
4222         * ext/hermes/yuv2rgb.h:
4223         * ext/hermes/yuv2rgb_mmx16.s:
4224         * ext/hermes/yuv2yuv.c:
4225         * ext/hermes/yuv2yuv.h:
4226         Remove old code.
4227
4228 2004-01-14  Colin Walters  <walters@verbum.org>
4229
4230         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
4231         they've already been.
4232
4233 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4234
4235         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
4236           assume tag mode when pad is not connected
4237
4238 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4239
4240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4241           Don't update the time of the clock
4242         (gst_alsa_sink_loop):
4243           sync to the clock given to alsasink, not the own clock
4244         * sys/oss/gstosssink.c: (gst_osssink_chain):
4245           sync to the clock
4246         (gst_osssink_change_state):
4247           activate the clock
4248         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4250           remove bogus code that made DISCONT events unhandled
4251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4252           explicitly case to double in _set_simple. (fixes 2nd warning in bug
4253           #131502)
4254         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
4255         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
4256         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
4257           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
4258           2nd warning in bug #131502)
4259
4260 2004-01-14  Julien MOUTTE  <julien@moutte.net>
4261
4262         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4263         (gst_videobalance_colorbalance_set_value),
4264         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
4265         for colorbalance interface implementation.
4266         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4267         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4268         (gst_ximagesink_dispose), (gst_ximagesink_init),
4269         (gst_ximagesink_class_init): Adding DISPLAY property.
4270         * sys/ximage/ximagesink.h: Adding display_name to store display.
4271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4272         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4273         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
4274         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
4275         properties (they still need polishing though for gst-launch use : no
4276         xcontext yet, i ll do that tomorrow).
4277         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
4278
4279 2004-01-14  Julien MOUTTE  <julien@moutte.net>
4280
4281         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
4282         (gst_play_set_location), (gst_play_set_visualization): Preparing 
4283         switch integration, adding videobalance in the pipeline.
4284
4285 2004-01-14  Julien MOUTTE <julien@moutte.net>
4286
4287         * gst-libs/gst/colorbalance/colorbalance.c:
4288         (gst_color_balance_class_init): Adding a default type.
4289         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
4290         the type.
4291         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
4292         (gst_videobalance_dispose), (gst_videobalance_class_init),
4293         (gst_videobalance_init), (gst_videobalance_interface_supported),
4294         (gst_videobalance_interface_init),
4295         (gst_videobalance_colorbalance_list_channels),
4296         (gst_videobalance_colorbalance_set_value),
4297         (gst_videobalance_colorbalance_get_value),
4298         (gst_videobalance_colorbalance_init): Implementing colorbalance
4299         interface.
4300         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
4301         list.
4302         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
4303         bug which was triggering a BadAccess X error when setting an overlay
4304         before pad was really negotiated.
4305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
4306         Using the colorbalance type macro.
4307
4308 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4309
4310         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
4311         (gst_flacenc_chain):
4312           handle tags correctly
4313         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4314           extract ID3v1 tags correctly
4315
4316 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4317
4318         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
4319         (plugin_init):
4320           Improve matroska typefinding for odd-typed headers...
4321
4322 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4323
4324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4325           Fix for using incremental number on padnames.
4326
4327 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4328
4329         * ext/divx/gstdivxdec.c:
4330         * ext/divx/gstdivxenc.c:
4331           Set category to divx4linux instead of divx (too generic).
4332         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4333         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4334         (gst_wavparse_loop), (gst_wavparse_change_state):
4335         * gst/wavparse/gstwavparse.h:
4336           fix parsing of WAV files with non-standard fmt-tag size and fix
4337           skipping of unrecognized chunks... Someone please fix this thing
4338           to use rifflib so all this is automated.
4339         * sys/v4l/Makefile.am:
4340         * sys/v4l2/Makefile.am:
4341           Add X_CFLAGS because we depend on X (for overlay).
4342
4343 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
4344
4345         * ext/mpeg2dec/gstmpeg2dec.c:
4346           Don't issue a timestamp unless we tagged the frame
4347           with a PTS.
4348
4349 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4350
4351         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
4352           Query the audio element to get the time, not the clock. We're
4353           interested in the element's time here.
4354
4355 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4356
4357         * ext/aalib/gstaasink.c: (gst_aasink_chain):
4358         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4359         * ext/esd/esdsink.c: (gst_esdsink_chain):
4360         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
4361         * ext/mas/massink.c: (gst_massink_chain):
4362         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
4363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
4364         (gst_matroska_demux_parse_metadata):
4365         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
4366         (gst_mpeg_parse_release_locks):
4367         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
4368         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
4369         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4370         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4371         (gst_osssink_change_state):
4372         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4373         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4374         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
4375         (gst_xvideosink_release_locks):
4376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4377           use element time.
4378         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
4379         (gst_alsa_clock_stop):
4380         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
4381         (gst_audio_clock_get_internal_time):
4382           simplify for use with new clocking code.
4383         * testsuite/alsa/Makefile.am:
4384         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
4385           fix testsuite for new caps system
4386
4387 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4388
4389         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
4390         * ext/flac/gstflacenc.c: (add_one_tag):
4391           length is already host endian, no need to convert. Fixes playback of
4392           tagged files on PPC. (bug #128384)
4393
4394 2004-01-13  Julien MOUTTE <julien@moutte.net>
4395
4396         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
4397         colorbalance interface stating if it is hardware based or software
4398         based.
4399         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
4400         Removing a trailing comma.
4401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4402         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
4403         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
4404         the documentation seems to be wrong on the -1000 to 1000 interval.
4405
4406 2004-01-12  David Schleef  <ds@schleef.org>
4407
4408         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
4409         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
4410         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
4411         Fix negotiation.  Add a bufferalloc function for the sink pad,
4412         and generally clean up some of the code.
4413
4414 2004-01-12  Julien MOUTTE <julien@moutte.net>
4415
4416         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4417         (gst_color_balance_channel_dispose): Adding safety check in dispose
4418         method.
4419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4420         (gst_xvimagesink_xcontext_clear),
4421         (gst_xvimagesink_interface_supported),
4422         (gst_xvimagesink_colorbalance_list_channels),
4423         (gst_xvimagesink_colorbalance_set_value),
4424         (gst_xvimagesink_colorbalance_get_value),
4425         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
4426         Adding colorbalance interface support to set XV parameters such as
4427         HUE, BRIGHTNESS, CONTRAST, SATURATION.
4428         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
4429         interface.
4430
4431 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4432
4433         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
4434         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
4435         (gst_audio_convert_init), (gst_audio_convert_set_property),
4436         (gst_audio_convert_get_property), (gst_audio_convert_chain),
4437         (gst_audio_convert_link),
4438         (gst_audio_convert_buffer_to_default_format),
4439         (gst_audio_convert_buffer_from_default_format), (plugin_init):
4440           - implement _getcaps and use it
4441           - improve linking
4442           - remove float caps since no float conversion is actually done
4443           - remove properties and arguments that were to be used for rate
4444             conversion
4445
4446 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4447
4448         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
4449         (gst_audio_structure_set_int):
4450         * gst-libs/gst/audio/audio.h:
4451           add helper functions for _getcaps matching the standard audio
4452           templates
4453
4454 2004-01-12  David Schleef  <ds@schleef.org>
4455
4456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4457         Test that pad is negotiated before getting its caps.
4458
4459 2004-01-12  Julien MOUTTE <julien@moutte.net>
4460
4461         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
4462         analyzing the pads of an element the bin is mostly in READY state so
4463         no caps were negotiated. This helper function needs to work with
4464         _get_caps directly then. I was not freeing them though, added that to
4465         fix the mem leak.
4466
4467 2004-01-12  Julien MOUTTE <julien@moutte.net>
4468
4469         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
4471         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
4472         than the free_func.
4473
4474 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4475
4476         * sys/oss/gstossaudio.c: (plugin_init):
4477         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4478         * sys/oss/gstosselement.h:
4479           make an oss debugging category
4480           make failure more descriptive
4481
4482 2004-01-11  David Schleef  <ds@schleef.org>
4483
4484         * ext/ffmpeg/gstffmpeg.c:
4485         * ext/ffmpeg/gstffmpegcodecmap.c:
4486         * ext/ffmpeg/gstffmpegdec.c:
4487         * ext/ffmpeg/gstffmpegenc.c:
4488         * ext/ffmpeg/gstffmpegprotocol.c:
4489         * ext/gdk_pixbuf/gstgdkanimation.c:
4490         * ext/jpeg/gstjpeg.c:
4491         * ext/libpng/gstpng.c:
4492         * ext/mpeg2dec/perftest.c:
4493         * ext/speex/gstspeex.c:
4494         * gst-libs/gst/resample/dtos.c:
4495         * gst/intfloat/gstintfloatconvert.c:
4496         * gst/oneton/gstoneton.c:
4497         * gst/rtjpeg/RTjpeg.c:
4498         * gst/rtp/gstrtp.c:
4499         * sys/dxr3/dxr3init.c:
4500         * sys/glsink/gstgl_nvimage.c:
4501         * sys/glsink/gstgl_pdrimage.c:
4502         * sys/glsink/gstglsink.c:
4503         * testsuite/gst-lint:
4504         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
4505
4506 2004-01-11  David Schleef  <ds@schleef.org>
4507
4508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
4509         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
4510         * ext/gdk_pixbuf/gstgdkanimation.c:
4511         (gst_gdk_animation_iter_create_pixbuf):
4512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4513         (gst_gdk_pixbuf_chain):
4514         * ext/gdk_pixbuf/gstgdkpixbuf.h:
4515         * ext/jack/gstjack.c: (gst_jack_change_state):
4516         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
4517         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
4518         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
4519         * gst/videofilter/gstvideofilter.c:
4520         (gst_videofilter_set_output_size):
4521         Remove all usage of gst_pad_get_caps(), and replace it with
4522         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
4523
4524 2004-01-11  David Schleef  <ds@schleef.org>
4525
4526         * configure.ac:
4527         * ext/Makefile.am: Fixes to make ext/libcaca compile.
4528         * ext/divx/gstdivxdec.c:
4529         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4530         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
4531         handle images that span multiple buffers.  Now work with both
4532         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
4533         * ext/gdk_pixbuf/gstgdkpixbuf.h:
4534         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
4535         video/video.h changes
4536         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
4537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4538         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
4539         of GstData free function.
4540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
4541         same.
4542
4543 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4544
4545         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
4546         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
4547         (gst_v4l2element_get_property):
4548         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
4549           add norm, channel and frequency properties.
4550         * sys/v4l2/gstv4l2tuner.c:
4551           fixes for tuner interface changes
4552         * sys/v4l2/gstv4l2element.h:
4553         * sys/v4l2/gstv4l2src.c: 
4554         * sys/v4l2/gstv4l2src.h:
4555         * sys/v4l2/v4l2src_calls.c: 
4556         * sys/v4l2/v4l2src_calls.h:
4557           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
4558
4559 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4560
4561         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
4562         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
4563         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
4564         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
4565         * gst-libs/gst/tuner/tuner.h:
4566           GObjects aren't const.
4567           Add find_by_name functions.
4568           Add checks to _changed functions.
4569         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
4570         (gst_v4l_tuner_get_norm):
4571           Fixes for above.
4572
4573 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4574
4575         * gst-libs/gst/video/video.h:
4576           Fix caps template names to be understandable.
4577           Prefix everything with GST_VIDEO.
4578         * ext/aalib/gstaasink.c:
4579         * ext/divx/gstdivxdec.c:
4580         * ext/divx/gstdivxenc.c:
4581         * ext/gdk_pixbuf/gstgdkpixbuf.c:
4582         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
4583         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
4584         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
4585         * ext/libcaca/gstcacasink.c:
4586         * ext/libpng/gstpngenc.c: (raw_caps_factory):
4587         * ext/snapshot/gstsnapshot.c:
4588         * ext/swfdec/gstswfdec.c:
4589         * ext/xvid/gstxviddec.c:
4590         * ext/xvid/gstxvidenc.c:
4591         * gst/chart/gstchart.c:
4592         * gst/deinterlace/gstdeinterlace.c:
4593         * gst/effectv/gsteffectv.c:
4594         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
4595         * gst/goom/gstgoom.c:
4596         * gst/median/gstmedian.c:
4597         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4598         (gst_monoscope_srcconnect), (gst_monoscope_chain):
4599         * gst/overlay/gstoverlay.c:
4600         * gst/smooth/gstsmooth.c:
4601         * gst/smpte/gstsmpte.c:
4602         * gst/synaesthesia/gstsynaesthesia.c:
4603         * gst/videocrop/gstvideocrop.c:
4604         * gst/videodrop/gstvideodrop.c:
4605         * gst/y4m/gsty4mencode.c:
4606         * sys/qcam/gstqcamsrc.c:
4607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
4608           Make them work with new video.h file.
4609         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4610         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
4611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4612         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
4613           Make it work with new buffer allocation system.
4614
4615 2004-01-11  Julien MOUTTE  <julien@moutte.net>
4616
4617         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
4618         pad_alloc_buffer implementation to use ->srcpad
4619         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
4620         pad_alloc_buffer implementation to use ->srcpad
4621         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
4622         pad_alloc_buffer implementation to use ->srcpad
4623         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4624         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
4625         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
4626         a reference to everything we need.
4627         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
4628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4629         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4630         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
4631         a reference to everything we need.
4632         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
4633
4634 2004-01-11  David Schleef  <ds@schleef.org>
4635
4636         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
4637         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
4638         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
4639         structure members.
4640         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
4641         value during a resize/renegotiation.
4642         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
4643         gst_pad_alloc_buffer();
4644         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4645         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
4646         structure members.
4647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
4648         Fix for rename of buffer private structure members.
4649         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4650         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
4651         Fix for rename of buffer private structure members.
4652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4653         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
4654         Fix for rename of buffer private structure members.
4655
4656 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
4657
4658         reviewed by: David Schleef <ds@schleef.org>
4659
4660         * gst/videofilter/Makefile.am:
4661         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
4662         from the patch by ds to fit in with recent make_filter changes.
4663
4664 2004-01-11  Julien MOUTTE  <julien@moutte.net>
4665
4666         * configure.ac: Adding examples/switch/Makefile
4667         * examples/Makefile.am: Adding examples/switch
4668         * examples/switch/Makefile.am: Adding switcher example.
4669         * examples/switch/switcher.c: (got_eos), (idle_iterate),
4670         (switch_timer), (main): Adding an example demonstrating switch usage
4671         with 2 videotestsrc showing different patterns.
4672         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
4673         (gst_switch_init): Fixing switch with the new caps system.
4674
4675 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4676
4677         * gst-libs/gst/video/video.h:
4678           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
4679           They should probably be like
4680           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
4681
4682 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4683
4684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4685         (qtdemux_parse_trak):
4686           fix audio chunk size/timestamp calculation
4687
4688 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4689
4690         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
4691           fix SVQ3 caps
4692
4693 2004-01-11  Steve Baker  <steve@stevebaker.org>
4694
4695         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
4696         (gst_agingtv_base_init), (gst_agingtv_class_init),
4697         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
4698         (gst_agingtv_set_property), (gst_agingtv_get_property):
4699         Port agingTV to videofilter
4700
4701 2004-01-09  Julien MOUTTE <julien@moutte.net>
4702
4703         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
4704         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4705
4706 2004-01-09  Julien MOUTTE <julien@moutte.net>
4707
4708         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
4709         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4710         * gst-libs/gst/xoverlay/xoverlay.c:
4711         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
4712         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
4713         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4714         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4715         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4716         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4717         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4718         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
4719         the bufferalloc_function to replace bufferpools, fixing the XOverlay
4720         interface implementation to handle xid being 0 and fix some bugs
4721         triggered by Benjamin's testcase.
4722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4723         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4724         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
4725         the bufferalloc_function to replace bufferpools, fixing the XOverlay
4726         interface implementation to handle xid being 0 and fix some bugs
4727         triggered by Benjamin's testcase.
4728
4729 2004-01-09  David Schleef  <ds@schleef.org>
4730
4731         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
4732         mouse pointer events.  It works.
4733
4734 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4735
4736         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
4737           Use explicit caps - fix capsnego.
4738         * ext/xvid/gstxviddec.c:
4739         * ext/xvid/gstxvidenc.c:
4740           Remove macro-inside-macro which caused compile errors.
4741         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
4742           Error out if it's not a RIFF file. Else we error out without
4743           gst_element_error() which is not good...
4744
4745 2004-01-08  David Schleef  <ds@schleef.org>
4746
4747         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
4748         Fix pad_link function to handle formats that ffmpeg returns
4749         as multiple caps structures.
4750         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
4751         Only complain if source buffer is _smaller_ than expected.
4752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
4753         (gst_videoscale_handle_src_event): Resize navigation events
4754         when passing them upstream.
4755         * gst/videotestsrc/gstvideotestsrc.c:
4756         * gst/videotestsrc/gstvideotestsrc.h:
4757         * gst/videotestsrc/videotestsrc.c:
4758         * gst/videotestsrc/videotestsrc.h:
4759         Rewrite many of the buffer painting functions to handle odd
4760         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
4761         been verified to work with my video card.
4762         * testsuite/gst-lint:  Add check for elements calling
4763         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
4764
4765 2004-01-08  David Schleef  <ds@schleef.org>
4766
4767         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
4768         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
4769
4770 2004-01-08  Julien MOUTTE  <julien@moutte.net>
4771
4772         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
4773         configure event is not emiting the desired size signal. That fixes
4774         aspect ratio issues with gst-player.
4775
4776 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4777
4778         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
4779           Fix capsnego.
4780
4781 2004-01-08  Julien MOUTTE  <julien@moutte.net>
4782
4783         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
4784         public method to fire size signal.
4785
4786 2004-01-07  Julien MOUTTE  <julien@moutte.net>
4787
4788         * examples/gstplay/Makefile.am: Adding the interface library.
4789         * gst-libs/gst/play/Makefile.am: Adding the interface library.
4790         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
4791         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
4792         GST_IS_X_OVERLAY before signal connect.
4793         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
4794         Removing the have_video_size signal.
4795         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
4796         and associated public method.
4797         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4798         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
4799         signal.
4800         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
4801         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
4802         signal.
4803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
4804         Using XOverlay public method to fire size signal.
4805
4806 2004-01-07  David Schleef  <ds@schleef.org>
4807
4808         * gst/videofilter/Makefile.am:
4809         * gst/videofilter/gstvideotemplate.c:
4810         * gst/videofilter/make_filter:
4811         Create gstvideoexample.c in a srcdir!=builddir friendly way.
4812         Convert make_filter to /bin/sh script.
4813
4814 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4815
4816         * gst/modplug/gstmodplug.cc: fix element description
4817
4818 2004-01-07  Julien MOUTTE  <julien@moutte.net>
4819
4820         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
4821         (got_video_size): Adding some new lines in g_print calls.
4822         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4823         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
4824         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
4825         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
4826         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
4827         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
4828         Complete code review, reverting some stuff i disagree with, adding
4829         some fixes : time synchronization on invalid timestamps, renegotiation
4830         of private window.
4831         * sys/ximage/ximagesink.h:
4832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
4833         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
4834         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4835         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
4836         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
4837         (gst_xvimagesink_buffer_new),
4838         (gst_xvimagesink_navigation_send_event),
4839         (gst_xvimagesink_set_xwindow_id),
4840         (gst_xvimagesink_get_desired_size),
4841         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
4842         stuff i disagree with, adding some fixes : Renegotiation of private
4843         window, implementing get_desired_size.
4844
4845 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4846
4847         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
4848         (gst_afsink_handle_event):
4849         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
4850         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
4851         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
4852         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
4853         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
4854           Fix for instantiate-test (see core). Also remove dead code from
4855           jpegenc (which still needs fixing, but that's lower on my TODO
4856           list...).
4857         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
4858           Never return NULL as caps.
4859
4860 2004-01-07  David Schleef  <ds@schleef.org>
4861
4862         * configure.ac:
4863         * ext/Makefile.am:
4864         * ext/librfb/Makefile.am:
4865         * ext/librfb/gstrfbsrc.c:
4866         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
4867         is the protocol used by VNC.
4868
4869 2004-01-07  David Schleef  <ds@schleef.org>
4870
4871         * gst/videofilter/gstvideotemplate.c:
4872         * gst/videofilter/gstvideotemplate.h:
4873         * gst/videofilter/make_filter:
4874         Merge videotemplate header into source file.
4875         * gst/effectv/Makefile.am:
4876         * gst/effectv/gsteffectv.c: (plugin_init):
4877         * gst/effectv/gstwarp.c:
4878         Make warpTV a subclass of videofilter.
4879
4880 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4881
4882         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4883           Add guard against invalid utf-8 conversions in mad. Just in case.
4884
4885 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4886
4887         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
4888           Fix for bug shown by poisoning
4889
4890 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4891
4892         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4893         (gst_v4lmjpegsrc_buffer_free):
4894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
4895         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
4896         (gst_v4lsrc_buffer_free):
4897           Fix for removed bufferpools.
4898
4899 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
4900
4901         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
4902         Fix caps negotiation.
4903
4904         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
4905         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
4906         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
4907         (dvdnavsrc_event):
4908         * ext/mpeg2dec/gstmpeg2dec.c:
4909         * gst-libs/gst/navigation/navigation.c:
4910         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
4911         * gst-libs/gst/navigation/navigation.h:
4912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
4913         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4915         Super-simple first version of mouse and keyboard events. Clicking
4916         on a DVD menu now works, although it may not take you where you
4917         expected.
4918
4919         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4920         * gst/videotestsrc/gstvideotestsrc.c:
4921         (gst_videotestsrc_src_fixate):
4922         These fixate functions were broken - they never actually
4923         fixated :)
4924         
4925 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4926
4927         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
4928         (gst_icecastsend_init):
4929           fix for new caps system.
4930         * gst-libs/gst/mixer/mixertrack.h:
4931         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
4932           Add 'master track' flag (for tools like ACME that only want to
4933           change the main volume).
4934
4935 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
4936
4937         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
4938         (gst_xvid_csp_to_caps):
4939         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
4940         * ext/xvid/gstxvidenc.c:
4941         ifdef out ARGB type when it isn't available 
4942         in xvidcore 1.0.0beta2
4943
4944 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4945
4946         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
4947           When we have received a new SCR right in the first buffer after
4948           a seek (so in the same cycle that handles the discont), we should
4949           handle the buffer instead of unreffing it, else we lose data.
4950
4951 2004-01-06  Iain <iain@prettypeople.org>
4952
4953         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
4954           buffer-frames caps too.
4955
4956         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
4957           caps that we need, don't destroy them all and rebuild them. And when
4958           creating src pads, use the src pad template rather than the sink...
4959
4960 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4961
4962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
4963           Add pad to element *after* setting functions such as event handler.
4964           Without this, the scheduler (opt) will link pads, set the event
4965           handler from the default event function (dispatcher in gstpad.c)
4966           and *after* that, we will set our own event function, which will
4967           thus never be used (and thus mpegdemux doesn't handle events).
4968
4969 2004-01-04  David Schleef  <ds@schleef.org>
4970
4971         Fix the fixate functions to handle new prototype:
4972         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4973         * gst/videotestsrc/gstvideotestsrc.c:
4974         (gst_videotestsrc_src_fixate):
4975         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
4976         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
4977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4978
4979 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4980
4981         * sys/ximage/ximagesink.h:
4982         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4983         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
4984         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4985         (gst_ximagesink_xoverlay_init):
4986           assorted fixes to make (re)embedding work
4987         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
4988         (gst_ximagesink_get_desired_size):
4989           implement desired size additions to XOverlay
4990
4991 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4992
4993         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
4994         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
4995         (gst_x_overlay_got_desired_size):
4996         * gst-libs/gst/xoverlay/xoverlay.h:
4997           Add optional "desired size" signal and querying.
4998
4999 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5000
5001         * gst/matroska/matroska-demux.c:
5002         (gst_matroska_demux_parse_blockgroup):
5003           Fix EBML-laced block parsing. Diffs are relative to previous
5004           lace, not the first lace. Thanks to Mosu from the Matroska
5005           team for detecting this.
5006         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5007         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
5008         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
5009         (gst_wavparse_change_state):
5010         * gst/wavparse/gstwavparse.h:
5011           Quickfix for capsnego.
5012
5013 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5014
5015         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
5016           Fix indenting, fix pad creation.
5017
5018 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5019
5020         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
5021         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
5022         (gst_xviddec_sink_link):
5023           Implement src_getcaps() so proper size caps is negotiated.
5024
5025 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5026
5027         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
5028           Finish flac decoder on EOS. See #116178.
5029
5030 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5031
5032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
5033         (gst_matroska_demux_add_stream):
5034         * gst/matroska/matroska-ids.h:
5035           Add getcaps() function to fix capsnego...
5036
5037 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5038
5039         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5040         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5041         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5042           Fix more integer overflows. Again, see #126967.
5043
5044 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5045
5046         * ext/mpeg2dec/gstmpeg2dec.c:
5047           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
5048           #130416.
5049
5050 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5051
5052         * configure.ac:
5053         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
5054         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
5055         * ext/xvid/gstxvid.h:
5056         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
5057         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
5058         (gst_xviddec_src_link), (gst_xviddec_sink_link),
5059         (gst_xviddec_change_state):
5060         * ext/xvid/gstxviddec.h:
5061         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
5062         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
5063         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
5064         (gst_xvidenc_link), (gst_xvidenc_set_property),
5065         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
5066         * ext/xvid/gstxvidenc.h:
5067           Update xvid plugin to latest xvid (1.0.0-beta3) API.
5068
5069 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5070
5071         * gst/rtp/rtp-packet.c:
5072           Add sys/types.h include, since OS X doesn't define in_addr_t
5073           in netinet/in.h, like it does on Linux (see #129600).
5074
5075 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
5076
5077         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5078
5079         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
5080           Correct logic of dispose function (see #129306).
5081
5082 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5083
5084         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
5085         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
5086         (gst_mpeg_parse_init):
5087         * gst/mpegstream/gstmpegparse.h:
5088           Remove clock (which was never provided, i.e. dead code), and
5089           also fix integer overflows at high PTS values (see #126967).
5090
5091 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5092
5093         * ext/flac/gstflacdec.c:
5094         * ext/libpng/gstpngenc.h:
5095         * ext/mikmod/gstmikmod.h:
5096           OS X fixes (see #126628).
5097
5098 2004-01-02  David Schleef  <ds@schleef.org>
5099
5100         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
5101         (gst_alsa_src_base_init): Remove bogus "src" request pad.
5102         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
5103         (gst_mpeg_parse_class_init): Move pad template registration
5104         to class_init, since the derived class (mpegdemux) doesn't
5105         want them.
5106
5107 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5108
5109         * sys/ximage/Makefile.am:
5110         * sys/xvideo/Makefile.am:
5111         * sys/xvimage/Makefile.am:
5112           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
5113           after installation (see #127664).
5114
5115 2004-01-02  David Schleef  <ds@schleef.org>
5116
5117         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
5118         (gst_ffmpegenc_connect):  Negotiation fixes.
5119         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
5120         Remove inappropriate gst_caps_free().
5121         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5122         Reenable Ronald's internal resize code, since the core handles
5123         it correctly now.
5124
5125 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5126
5127         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
5130           Fix pad template stuff.
5131
5132 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5133
5134         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
5135         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
5136           fix signed integer reading/writing.
5137
5138 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5139
5140         * ext/alsa/README:
5141           Remove outdated document
5142
5143 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
5144
5145         * gst/cutter/gstcutter.c: (gst_cutter_init):
5146           src pad was being created twice - oops.
5147
5148 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5149
5150         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5151           Comment out internal resize. It doesn't handle the resulting
5152           XEvent internally, does another try_set_caps() which leads to
5153           a really nice loop.
5154           Real fix will come when Julien and Dave are awake. ;).
5155
5156 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5157
5158         * ext/mpeg2enc/gstmpeg2enc.cc:
5159           fix const/nonconst compile issue.
5160
5161 2004-01-02  David Schleef  <ds@schleef.org>
5162
5163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
5164         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
5165         Add fixate function and a check for bad formats.
5166
5167 2004-01-01  David Schleef  <ds@schleef.org>
5168
5169         Negotiation fixes:
5170         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5171         (gst_audiofilter_init):
5172         * gst/debug/efence.c: (gst_efence_init):
5173         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5174         (gst_deinterlace_init):
5175         * gst/volume/gstvolume.c: (volume_connect):
5176
5177 2004-01-01  David Schleef  <ds@schleef.org>
5178
5179         Convert elements to use gst_pad_use_explicit_caps() where
5180         appropriate:
5181         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
5182         * ext/audiofile/gstafparse.c: (gst_afparse_init),
5183         (gst_afparse_open_file):
5184         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
5185         (gst_afsrc_open_file):
5186         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
5187         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
5188         (gst_ffmpegdec_chain):
5189         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5190         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
5191         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
5192         (gst_gdk_pixbuf_chain):
5193         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
5194         (gst_jpegdec_chain):
5195         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
5196         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
5197         (gst_mikmod_negotiate):
5198         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5199         (gst_mpeg2dec_negotiate_format):
5200         * ext/mpeg2enc/gstmpeg2enc.cc:
5201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5202         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
5203         (gst_speexdec_sinkconnect):
5204         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
5205         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
5206         (gst_vorbisfile_new_link):
5207         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
5208         (gst_ac3parse_chain):
5209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
5210         (gst_asf_demux_setup_pad):
5211         * gst/auparse/gstauparse.c: (gst_auparse_init),
5212         (gst_auparse_chain):
5213         * gst/id3/gstid3types.c: (gst_id3types_loop):
5214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
5215         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5216         (mp1videoparse_parse_seq):
5217         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
5218         (bpf_from_header):
5219         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5220         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
5221         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
5222         (gst_mpeg_parse_send_data):
5223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5224         (gst_qtdemux_add_stream):
5225         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
5226         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5227         (gst_wavparse_parse_fmt):
5228
5229 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5230
5231         * configure.ac:
5232           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
5233           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
5234           it therefore uses the wrong include paths. Too bad... Note
5235           that 1.6.1.93 is not release yet. ;).
5236           Also add a check for mplex, which is now using the lib'ified
5237           mplex from mjpegtools, too.
5238         * ext/ffmpeg/gstffmpegcodecmap.c:
5239           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
5240           issues. I don't think ffmpeg handles 3ivx correctly, so this
5241           probably won't work. But it won't hurt either.
5242         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
5243         (gst_ffmpegdec_chain):
5244         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
5245         (gst_ffmpegenc_chain_audio):
5246           Fix memleak in audio encoding. Close codec if open fails, this
5247           calls the cleanup routines so we can re-use the context.
5248         * ext/mpeg2enc/gstmpeg2enc.cc:
5249           Fix pad template names/types, fix memory issue with getcaps().
5250         * ext/mpeg2enc/gstmpeg2encoder.cc:
5251         * ext/mpeg2enc/gstmpeg2encoder.hh:
5252           Fix compile issue with new caps system (const thingy).
5253         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5254         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5255           We read a first frame right on initing, so that we have a caps
5256           when we init the output. This caps is cached in padprivate and
5257           read as first frame.
5258         * ext/mplex/Makefile.am:
5259         * ext/mplex/gstmplex.cc:
5260         * ext/mplex/gstmplex.h:
5261         * ext/mplex/gstmplex.hh:
5262         * ext/mplex/gstmplexibitstream.cc:
5263         * ext/mplex/gstmplexibitstream.hh:
5264         * ext/mplex/gstmplexjob.cc:
5265         * ext/mplex/gstmplexjob.hh:
5266         * ext/mplex/gstmplexoutputstream.cc:
5267         * ext/mplex/gstmplexoutputstream.hh:
5268           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
5269           had issues, didn't do capsnego, supported only a subset of the
5270           mplex features and required a mplex fork in our local CVS. Plus
5271           that it worked agaist a very old mplex version. Rewriting was
5272           faster than updating it.
5273         * gst-libs/ext/Makefile.am:
5274         * gst-libs/ext/mplex/INSTRUCT:
5275         * gst-libs/ext/mplex/Makefile.am:
5276         * gst-libs/ext/mplex/README:
5277         * gst-libs/ext/mplex/TODO:
5278         * gst-libs/ext/mplex/ac3strm_in.cc:
5279         * gst-libs/ext/mplex/audiostrm.hh:
5280         * gst-libs/ext/mplex/audiostrm_out.cc:
5281         * gst-libs/ext/mplex/aunit.hh:
5282         * gst-libs/ext/mplex/bits.cc:
5283         * gst-libs/ext/mplex/bits.hh:
5284         * gst-libs/ext/mplex/buffer.cc:
5285         * gst-libs/ext/mplex/buffer.hh:
5286         * gst-libs/ext/mplex/fastintfns.h:
5287         * gst-libs/ext/mplex/format_codes.h:
5288         * gst-libs/ext/mplex/inputstrm.cc:
5289         * gst-libs/ext/mplex/inputstrm.hh:
5290         * gst-libs/ext/mplex/lpcmstrm_in.cc:
5291         * gst-libs/ext/mplex/mjpeg_logging.cc:
5292         * gst-libs/ext/mplex/mjpeg_logging.h:
5293         * gst-libs/ext/mplex/mjpeg_types.h:
5294         * gst-libs/ext/mplex/mpastrm_in.cc:
5295         * gst-libs/ext/mplex/mpegconsts.cc:
5296         * gst-libs/ext/mplex/mpegconsts.h:
5297         * gst-libs/ext/mplex/mplexconsts.hh:
5298         * gst-libs/ext/mplex/multplex.cc:
5299         * gst-libs/ext/mplex/outputstream.hh:
5300         * gst-libs/ext/mplex/padstrm.cc:
5301         * gst-libs/ext/mplex/padstrm.hh:
5302         * gst-libs/ext/mplex/stillsstream.cc:
5303         * gst-libs/ext/mplex/stillsstream.hh:
5304         * gst-libs/ext/mplex/systems.cc:
5305         * gst-libs/ext/mplex/systems.hh:
5306         * gst-libs/ext/mplex/vector.cc:
5307         * gst-libs/ext/mplex/vector.hh:
5308         * gst-libs/ext/mplex/videostrm.hh:
5309         * gst-libs/ext/mplex/videostrm_in.cc:
5310         * gst-libs/ext/mplex/videostrm_out.cc:
5311         * gst-libs/ext/mplex/yuv4mpeg.cc:
5312         * gst-libs/ext/mplex/yuv4mpeg.h:
5313         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
5314         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
5315           We don't fork mjpegtools' mplex in our CVS anymore.
5316         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
5317         (gst_avi_demux_add_stream):
5318         * gst/avi/gstavidemux.h:
5319           Add getcaps() function for proper caps nego. This makes some
5320           parts of AVI playback/reading work.
5321         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5322           Resize window on new capsnego. This is probably wrong, but
5323           I'm still committing it because with current capsnego, the
5324           first successfull capsnego is auto-fixated, therefore rounded
5325           down to the lowest values in the caps. this results in a 16x16
5326           XWindow that is not reized when real capsnego finishes.
5327           Dave, I see more cases of this, do you know a proper solution?
5328         * tools/gst-launch-ext.in:
5329           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
5330
5331 2003-12-31  David Schleef  <ds@schleef.org>
5332
5333         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
5334         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
5335           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
5336
5337 2003-12-30  David Schleef  <ds@schleef.org>
5338
5339         * ext/ffmpeg/gstffmpegcolorspace.c:
5340         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5341         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
5342         (gst_ffmpegcsp_chain): Negotiation fixes
5343         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
5344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5345         (gst_audio_convert_link), (gst_audio_convert_channels):
5346         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
5347         (gst_audioscale_link), (gst_audioscale_get_buffer),
5348         (gst_audioscale_chain): Negotiation fixes
5349         * gst/audioscale/gstaudioscale.h:
5350         * gst/videofilter/gstvideofilter.c:
5351         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
5352         (gst_videofilter_link), (gst_videofilter_init),
5353         (gst_videofilter_set_output_size), (gst_videofilter_setup),
5354         (gst_videofilter_find_format_by_structure):
5355         * gst/videofilter/gstvideofilter.h: Negotiation fixes
5356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5357         (gst_videoscale_link):
5358         * gst/videoscale/videoscale.c: (videoscale_get_structure),
5359         (videoscale_find_by_structure), (gst_videoscale_setup):
5360         * gst/videoscale/videoscale.h: Negotiation fixes
5361         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5362         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
5363         function, restrict resizing to a multiple of 4 (hack until
5364         everyone supports odd sizes correctly).
5365
5366 2003-12-29  Colin Walters  <walters@verbum.org>
5367
5368         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
5369         signed.
5370
5371 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
5372
5373         * ext/sndfile/gstsf.c: (gst_sf_loop):
5374           Fix warning about discarding const qualifier
5375
5376 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
5377
5378         * gst/cutter/gstcutter.c:
5379         * gst/videoscale/gstvideoscale.c:
5380         * gst/volenv/gstvolenv.c:
5381         * gst-libs/gst/audio/audio.c:
5382         * gst-libs/gst/video/video.c:
5383           Fix warnings
5384
5385 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5386
5387         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5388           Don't send ALSA debugging to stderr.
5389         * ext/alsa/gstalsa.h:
5390           Use GST_WARNING instead of g_warning when ALSA functions fail.
5391
5392 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5393
5394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5395           Free XVAdapterInfo correctly.
5396
5397 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5398
5399         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
5400         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
5401           Make id3tag use correct caps nego.
5402
5403 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
5404
5405         * ext/ivorbis/vorbis.c: 
5406         * ext/ivorbis/vorbisenc.h:
5407         * ext/ivorbis/vorbisfile.c:
5408           Modify so that it uses the new caps things
5409
5410 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5411
5412         * testsuite/spider/spider1.c: (main):
5413         * testsuite/spider/spider2.c: (main):
5414         * testsuite/spider/spider3.c: (main):
5415           Make tests compile again. They probably don't work.
5416
5417 2003-12-24  Colin Walters  <walters@verbum.org>
5418
5419         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
5420         we can't fixate the caps anymore.
5421
5422 2003-12-23  David Schleef  <ds@schleef.org>
5423
5424         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
5425         * sys/oss/gstosssink.c: (gst_osssink_init),
5426         (gst_osssink_sink_fixate): Add fixate function.
5427
5428 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5429
5430         * ext/ffmpeg/gstffmpegcodecmap.c:
5431         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
5432         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
5433         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
5434         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
5435         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
5436         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5437         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
5438           fix typo in RGB masks, and move back to "old" colorspace
5439           capsnego code until whoever wrote this new crap has actually
5440           tested it so that it works.
5441           And yes, this works, keep it that way please.
5442
5443 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5444
5445         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
5446         (gst_divxdec_init), (gst_divxdec_negotiate):
5447         * ext/divx/gstdivxdec.h:
5448         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
5449         (gst_divxenc_init):
5450         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
5451         (gst_faac_sinkconnect), (gst_faac_srcconnect):
5452         * ext/mpeg2enc/gstmpeg2enc.cc:
5453         * ext/mpeg2enc/gstmpeg2encoder.cc:
5454         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5455         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
5456         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
5457         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
5458         (dxr3spusink_init):
5459         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
5460         (dxr3videosink_init):
5461           Fix caps breakage after Dave's caps branch merge.
5462
5463 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5464
5465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5466           Fix for 24bpp display.
5467
5468 2003-12-23  Colin Walters  <walters@verbum.org>
5469
5470         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
5471         a GnomeVFSHandle directly.
5472
5473 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5474
5475         * gst/volume/Makefile.am:
5476         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
5477         (volume_base_init), (volume_init):
5478           Reenable volume element and fix to work with new caps stuff.
5479           Rhythmbox needs this.
5480
5481 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5482
5483         * gst/qtdemux/qtdemux.c: (plugin_init):
5484           qtdemux requires bytestream
5485
5486 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5487
5488         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
5489           Fix remaining caps handling errors due to CAPS merge.
5490
5491 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5492
5493         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
5494         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
5495         (gst_faad_srcconnect): 
5496           Port to new caps system.
5497
5498 2003-12-21  Julien MOUTTE  <julien@moutte.net>
5499
5500         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
5501         (got_video_size), (main): using g_print instead of g_message.
5502         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
5503         signal which was not emitted because of "switch" element added to the
5504         bin but not connected. (Removing from the bin temporarily)
5505
5506 2003-12-21  Julien MOUTTE  <julien@moutte.net>
5507
5508         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
5509         find X development files. I don't understand the previous tests and
5510         they fail on my debian/ppc unstable. This one works.
5511         * examples/gstplay/player.c: (main): Set the pipeline to READY before
5512         exiting.
5513         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
5514         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5515         (gst_play_set_visualization): Add some safety checks in set_ methods
5516         and state_change. This was throwing some ugly CRITICAL messages when
5517         pipeline was getting disposed and casts were failing.
5518
5519 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5520
5521         * configure.ac:
5522           Improve mpeg2enc detection. This is for distributions that do
5523           ship mjpegtools, but without mpeg2enc. Also does object check
5524           for might there ever be ABI incompatibility.
5525         * ext/mpeg2enc/gstmpeg2enc.cc:
5526           Add Andrew as second maintainer (he's helping me), and also add
5527           an error if no caps was set. This happens if I pull before capsnego
5528           and that's something I should solve sometime else.
5529         * gst/matroska/matroska-demux.c:
5530         (gst_matroska_demux_parse_blockgroup):
5531           Fix time parsing.
5532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
5533         (gst_matroska_mux_track_header):
5534           Add caps to templates.
5535         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
5536           Add mpegversion=1 to prevent confusion with MPEG/AAC.
5537         * gst/mpegstream/gstmpegdemux.c:
5538           Remove layer since it causes warnings about unfixed caps.
5539         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5540           Fix obvious typo (we error out if caps were set, we should of
5541           course error out if *no* caps were set).
5542         * sys/oss/gstosselement.c: (gst_osselement_convert):
5543           Fix format conversion, we confused bits/bytes.
5544         * sys/oss/gstosselement.h:
5545           Improve documentation for 'bps'.
5546         * sys/v4l/TODO:
5547           Remove stuff about plugins that need removing - this was done
5548           ages ago.
5549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
5550         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
5551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
5552         (gst_v4lsrc_src_query):
5553         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
5554         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
5555           Add get_query_types(), get_formats() and query() functions.
5556
5557 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5558
5559         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
5560         * moved CVS to freedesktop.org
5561