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