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