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