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