enable more; update for basetransform
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * configure.ac:
4         * ext/Makefile.am:
5           lame and mpegaudioparse seem to work
6         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
7         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
8           update for basetransform changes
9
10 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
11         * gst/level/gstlevel.c: (gst_level_message_new):
12           GST_MESSAGE_SRC became a GObject
13
14 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
15
16         * ext/speex/gstspeexenc.h:
17           Fixed include path of adapter
18
19 2005-08-23  Wim Taymans  <wim@fluendo.com>
20
21         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init):
22         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
23         Fix property warning.
24
25 2005-08-23  Wim Taymans  <wim@fluendo.com>
26
27         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
28         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain):
29         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init),
30         (gst_rtpamrenc_init), (gst_rtpamrenc_chain):
31         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init),
32         (gst_rtph263penc_flush), (gst_rtph263penc_chain):
33         Small updates, RFC reference to payload encoders.
34
35 2005-08-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
36
37         * configure.ac:
38         * ext/Makefile.am:
39         * ext/speex/Makefile.am:
40         * ext/speex/gstspeex.c: (plugin_init):
41         * ext/speex/gstspeexdec.c: (speex_get_query_types),
42         (gst_speex_dec_init), (speex_dec_src_query), (speex_dec_src_event),
43         (speex_dec_event), (speex_dec_chain):
44           Port speexdec. Leads to some unfamiliar warnings on console,
45           but works otherwise.
46
47 2005-08-23  Andy Wingo  <wingo@pobox.com>
48
49         * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name
50         property after opening the mixer.
51
52         * sys/oss/gstosssrc.c: 
53         * sys/oss/gstosssrc.h: Easy to implement a mixer, eh...
54
55         * sys/oss/gstossmixerelement.h:
56         * sys/oss/gstossmixerelement.c: Added mixer element like
57         alsamixer.
58
59         * sys/oss/Makefile.am: 
60         * sys/oss/gstossaudio.c: Register the ossmixer element.
61         
62         * sys/oss/gstossmixer.h:
63         * sys/oss/gstossmixer.c: Refactored to be more like alsamixer.
64
65         * sys/oss/gstossmixertrack.h:
66         * sys/oss/gstossmixertrack.c: Split out from gstossmixer.[ch],
67         like gstalsamixer.
68
69         * sys/oss/gstosssrc.c:
70         * sys/oss/gstosssink.c: Where before we used a gstosselement
71         object as a helper library, now just call functions from
72         gstosshelper.
73
74         * sys/oss/gstosshelper.h:
75         * sys/oss/gstosshelper.c: Made a real library. Removed
76         propertyprobe for now, should add it back later.
77         
78         * sys/oss/gstosselement.h:
79         * sys/oss/gstosselement.c: Removed, we don't have a shared base
80         class.
81         
82         * sys/oss/gstosshelper.c (gst_oss_helper_probe_caps): Search
83         higher-to-lower, makes 16 bit appear earlier in the caps, which
84         makes it preferred.
85
86         * sys/oss/gstosssrc.h: 
87         * sys/oss/gstosssrc.c: Totally ported, dude.
88
89         * sys/oss/Makefile.am:
90         * sys/oss/gstossaudio.c: Add osssrc.
91         
92         * sys/oss/gstosssink.c: We do native byte order.
93
94 2005-08-23  Owen Fraser-Green  <owen@discobabe.net>
95
96         * gst/realmedia/rmdemux.c (gst_rmdemux_src_event): Fixed bug
97         causing events to be passed wrong way.
98         (gst_rmdemux_parse_packet): Avoid accidentally skipping audio.
99
100 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
101
102         * ext/mad/gstid3tag.c: (gst_id3_tag_init),
103         (gst_id3_tag_sink_event), (gst_id3_tag_do_caps_nego),
104         (gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init):
105           Works a bit better now, but still needs a rewrite to use
106           get_range instead of this seeking nastiness.
107
108 2005-08-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
109
110         * configure.ac:
111         * ext/Makefile.am:
112         * ext/flac/Makefile.am:
113         * ext/flac/gstflac.c: (plugin_init):
114         * ext/flac/gstflacdec.c: (flacdec_get_type), (gst_flacdec_init),
115         (gst_flacdec_update_metadata), (gst_flacdec_seek),
116         (gst_flacdec_tell), (gst_flacdec_length), (gst_flacdec_read),
117         (gst_flacdec_write), (gst_flacdec_loop),
118         (gst_flacdec_get_src_query_types), (gst_flacdec_src_query),
119         (gst_flacdec_src_event), (gst_flacdec_sink_activate),
120         (gst_flacdec_sink_activate_pull), (gst_flacdec_change_state):
121         * ext/flac/gstflacdec.h:
122           Port flacdec (seeking is still slow'ish).
123
124 2005-08-22  Owen Fraser-Green  <owen@discobabe.net>
125
126         * gst/realmedia/rmdemux.c: 
127         (gst_rmdemux_perform_seek, gst_rmdemux_parse_packet): 
128         Seeking improvements.
129
130 2005-08-19  Wim Taymans  <wim@fluendo.com>
131
132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
133         Remove get_time code that is both wrong and unneeded.
134
135 2005-08-19  Wim Taymans  <wim@fluendo.com>
136
137         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init),
138         (gst_rtph263penc_flush), (gst_rtph263penc_chain),
139         (gst_rtph263penc_set_property), (gst_rtph263penc_get_property):
140         * gst/rtp/gstrtph263penc.h:
141         Added configurable pt and ssrc, to be merged in the caps or
142         a base class...
143
144 2005-08-19  Wim Taymans  <wim@fluendo.com>
145
146         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_init),
147         (gst_rtph263pdec_chain):
148         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init),
149         (gst_rtph263penc_flush), (gst_rtph263penc_chain):
150         Some cleanups in the h263p (de)payloaders.
151
152 2005-08-19  Wim Taymans  <wim@fluendo.com>
153
154         * ext/amrnb/amrnbdec.c:
155         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_setcaps):
156         * ext/amrnb/amrnbparse.c:
157         Update caps with audio/AMR.
158         
159         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
160         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
161         (gst_rtpamrdec_change_state):
162         * gst/rtp/gstrtpamrdec.h:
163         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init),
164         (gst_rtpamrenc_init), (gst_rtpamrenc_chain):
165         Dont set FT headers twice, it was already in the encoded
166         bitstream.
167         
168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
169         (gst_rtspsrc_close), (gst_rtspsrc_play):
170         * gst/rtsp/rtspconnection.c: (parse_line):
171         Cleanups
172         
173         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
174         (gst_udpsrc_create), (gst_udpsrc_set_property),
175         (gst_udpsrc_get_property):
176         * gst/udp/gstudpsrc.h:
177         Added caps property, we need this soon to type the buffers.
178
179 2005-08-18  Wim Taymans  <wim@fluendo.com>
180
181         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
182         (gst_rtpamrdec_chain):
183         Fix up amr depayloader a bit.
184
185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
186         (gst_rtspsrc_close), (gst_rtspsrc_play):
187         Look for options result in Public and Allow header fields..
188         spec says Allow but some servers return Public...
189
190 2005-08-18  Wim Taymans  <wim@fluendo.com>
191
192         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init),
193         (gst_rtpamrenc_init), (gst_rtpamrenc_chain),
194         (gst_rtpamrenc_set_property), (gst_rtpamrenc_get_property):
195         * gst/rtp/gstrtpamrenc.h:
196         Added payload_type and ssrc properties to the payloader.
197
198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
199         (gst_rtspsrc_close), (gst_rtspsrc_play):
200         Options need to be stripped and are in the Public header field.
201
202         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
203         Fix url / parsing...
204
205
206 2005-08-18  Wim Taymans  <wim@fluendo.com>
207
208         * gst/rtp/Makefile.am:
209         * gst/rtp/gstrtp.c: (plugin_init):
210         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_get_type),
211         (gst_rtpamrdec_base_init), (gst_rtpamrdec_class_init),
212         (gst_rtpamrdec_init), (gst_rtpamrdec_chain),
213         (gst_rtpamrdec_set_property), (gst_rtpamrdec_get_property),
214         (gst_rtpamrdec_change_state), (gst_rtpamrdec_plugin_init):
215         * gst/rtp/gstrtpamrdec.h:
216         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
217         (gst_rtpamrenc_base_init), (gst_rtpamrenc_class_init),
218         (gst_rtpamrenc_init), (gst_rtpamrenc_chain),
219         (gst_rtpamrenc_set_property), (gst_rtpamrenc_get_property),
220         (gst_rtpamrenc_change_state), (gst_rtpamrenc_plugin_init):
221         * gst/rtp/gstrtpamrenc.h:
222         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_class_init),
223         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_chain):
224         Added very simplistic amr payloader. depayloader does not
225         work yet.
226
227 2005-08-18  Wim Taymans  <wim@fluendo.com>
228
229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
230         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
231         (gst_rtspsrc_change_state):
232         * gst/rtsp/gstrtspsrc.h:
233         * gst/rtsp/rtspdefs.c: (rtsp_method_as_text), (rtsp_find_method):
234         * gst/rtsp/rtspdefs.h:
235         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
236         Handle RTSP defaults better.
237         Issue OPTIONS request to figure out what we are allowed to do.
238         Make the methods a bitfield so we can easily collect supported 
239         options.
240         Fix rtsp_find_method.
241         Do proper RTSP connection shutdown.
242
243 2005-08-18  Wim Taymans  <wim@fluendo.com>
244
245         * gst/rtp/Makefile.am:
246         * gst/rtp/gstrtp-common.h:
247         * gst/rtp/gstrtp.c: (plugin_init):
248         * gst/rtp/gstrtpL16enc.h:
249         * gst/rtp/gstrtpdec.c: (gst_rtpdec_get_type),
250         (gst_rtpdec_class_init), (gst_rtpdec_chain_rtp),
251         (gst_rtpdec_chain_rtcp), (gst_rtpdec_change_state),
252         (gst_rtpdec_plugin_init):
253         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_get_type),
254         (gst_rtph263pdec_base_init), (gst_rtph263pdec_class_init),
255         (gst_rtph263pdec_init), (gst_rtph263pdec_chain),
256         (gst_rtph263pdec_set_property), (gst_rtph263pdec_get_property),
257         (gst_rtph263pdec_change_state), (gst_rtph263pdec_plugin_init):
258         * gst/rtp/gstrtph263pdec.h:
259         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
260         (gst_rtph263penc_base_init), (gst_rtph263penc_class_init),
261         (gst_rtph263penc_init), (gst_rtph263penc_flush),
262         (gst_rtph263penc_chain), (gst_rtph263penc_set_property),
263         (gst_rtph263penc_get_property), (gst_rtph263penc_change_state),
264         (gst_rtph263penc_plugin_init):
265         * gst/rtp/gstrtph263penc.h:
266         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_get_type),
267         (gst_rtpmpadec_base_init), (gst_rtpmpadec_class_init),
268         (gst_rtpmpadec_init), (gst_rtpmpadec_chain),
269         (gst_rtpmpadec_set_property), (gst_rtpmpadec_get_property),
270         (gst_rtpmpadec_change_state), (gst_rtpmpadec_plugin_init):
271         * gst/rtp/gstrtpmpadec.h:
272         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
273         (gst_rtpmpaenc_base_init), (gst_rtpmpaenc_class_init),
274         (gst_rtpmpaenc_init), (gst_rtpmpaenc_flush), (gst_rtpmpaenc_chain),
275         (gst_rtpmpaenc_set_property), (gst_rtpmpaenc_get_property),
276         (gst_rtpmpaenc_change_state), (gst_rtpmpaenc_plugin_init):
277         * gst/rtp/gstrtpmpaenc.h:
278         * gst/rtp/rtp-packet.c:
279         * gst/rtp/rtp-packet.h:
280         Remove old code that is now in gst-libs/gst/rtp/.
281         Added some payload/depayloaders.
282
283         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
284         Fix port number range.
285
286 2005-08-17  Wim Taymans  <wim@fluendo.com>
287
288         * configure.ac:
289         Added mpegaudioparse
290
291         * ext/lame/gstlame.c: (gst_lame_src_getcaps),
292         (gst_lame_src_setcaps), (gst_lame_sink_setcaps),
293         (gst_lame_sink_event), (gst_lame_chain):
294         Some cleanups.
295         Fix memleak.
296
297         * gst/mpegaudioparse/gstmpegaudioparse.c:
298         (gst_mp3parse_class_init), (gst_mp3parse_init),
299         (gst_mp3parse_chain), (gst_mp3parse_change_state):
300         * gst/mpegaudioparse/gstmpegaudioparse.h:
301         Ported mpegaudioparse
302
303 2005-08-17  Wim Taymans  <wim@fluendo.com>
304
305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open), (gst_rtspsrc_play):
306         Support absolute control urls too.
307
308 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
309
310         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
311         (gst_avi_demux_stream_header):
312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
313         (gst_qtdemux_add_stream), (qtdemux_parse_tree):
314           Uncomment metadata and codec-name handling.
315
316 2005-08-16  Wim Taymans  <wim@fluendo.com>
317
318         * configure.ac:
319         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_read_header):
320         Fix compile warning.
321
322         * ext/lame/gstlame.c: (gst_lame_class_init),
323         (gst_lame_src_getcaps), (gst_lame_src_setcaps),
324         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
325         (gst_lame_chain), (gst_lame_change_state):
326         * ext/lame/gstlame.h:
327         Port lame plugin
328
329 2005-08-16  Andy Wingo  <wingo@pobox.com>
330
331         * ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note
332         license info in the source code -- was only in the commit log
333         before.
334
335         * ext/dv/gstdvdec.h:
336         * ext/dv/gstdvdec.c: Only decodes systemstream=FALSE dv video --
337         old pipelines using dvdec should probably have a dvdemux first.
338
339         * ext/dv/gstdvdemux.h:
340         * ext/dv/gstdvdemux.c: Split out from dvdec, chunks the incoming
341         systemstream=TRUE data into frames, sets caps data, and spits out
342         PCM audio in addition to systemstream=FALSE video frames. Operates
343         in chain mode only for now; should make a getrange version as
344         well.
345
346         * ext/dv/gstdv.c: New file, registers the libgstdv plugin.
347
348         * ext/dv/Makefile.am: Library name changed to libgstdv. Split
349         dvdec into dvdemux and dvdec.
350
351 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
352
353         * ext/faad/gstfaad.c: (gst_faad_event), (gst_faad_chain):
354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
355           Handle _push() return values.
356
357 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
358
359         * ext/faad/gstfaad.c: (gst_faad_event):
360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
361           Fix debug.
362
363 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
364
365         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
366         (qtdemux_video_caps):
367           Forwardport from 0.8 to implement RLE.
368
369 2005-08-15  Wim Taymans  <wim@fluendo.com>
370
371         * gst/rtsp/README:
372         Added rtsp server implementation docs.
373
374 2005-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
375
376         * ext/aalib/gstaasink.c:
377           aalib is LGPL, so this plugin can be LGPL
378         * ext/arts/gst_arts.c: (plugin_init):
379           rename, we don't like underscores
380         * ext/audiofile/gstaf.c:
381         * ext/sndfile/gstsf.c:
382           rename, we like a descriptive plugin name
383         * ext/gconf/gstgconfelements.c:
384           change description a little
385         * ext/musicbrainz/gsttrm.c:
386           musicbrainz is LGPL, so plugin can be LGPL
387         * ext/raw1394/gst1394.c:
388           rename, we like all-digit names
389         * gst/equalizer/gstiirequalizer.c:
390         * gst/fdsrc/gstfdsrc.c:
391         * gst/multifilesink/gstmultifilesink.c:
392           rename
393         * gst/virtualdub/gstvirtualdub.c:
394           use GST_PLUGIN_DEFINE
395         * sys/dxr3/dxr3init.c:
396           only uses system headers, and code is LGPL, so plugin is LGPL
397
398 2005-08-13  Tim-Philipp Müller  <tim at centricular dot net>
399
400         * ext/mad/Makefile.am:
401         * gst/avi/Makefile.am:
402         * gst/effectv/Makefile.am:
403         * gst/udp/Makefile.am:
404         * gst/wavparse/Makefile.am:
405           Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
406
407 2005-08-12  Tim-Philipp Müller  <tim at centricular dot net>
408
409         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_indirect),
410         (gst_jpeg_dec_decode_direct), (gst_jpeg_dec_chain):
411           Fix decoding of pictures with certain uneven or unaligned
412           widths where jpeglib needs more horizontal padding than our
413           I420 buffers provide, resulting in blocky artifacts at the
414           left side of the picture (#164176). 
415           Also make use of our shiny new GST_ROUND_N() macros.
416
417 2005-08-11  Tim-Philipp Müller  <tim at centricular dot net>
418
419         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
420         (gst_jpeg_dec_change_state):
421         * ext/jpeg/gstjpegdec.h:
422           Fix crashes/invalid memory access for pictures that have a height
423           that is not a multiple of 16 (or rather: v_samp_factor * DCTSIZE).
424           
425           Also fix the state change function for downwards state changes
426           (need to chain up to parent before destroying our resources, to 
427           make sure pads get deactivated and our chain function isn't
428           running and using those very same resources in another thread).
429
430           The jpeg line buffer only needs to be v_samp_factor*DCTSIZE lines
431           per plane, not picture_height lines; allocate that on the stack.
432
433 2005-08-10  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
436         (gst_wavparse_stream_data):
437           Add some fixes from 0.8 branch: allow 24/32bps songs and
438           blockalign samples to the header-specified size, if any
439           (#311070); error out on channels==0 or bitrate==0 
440           (#309043, #304588).
441
442 2005-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
443
444         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
445         (gst_level_transform):
446         * gst/level/gstlevel.h:
447           remove unused MS struct member
448           don't reset the CS values for channels on every _chain, so that
449           level actually correctly calculates the RMS value.  sigh.
450           calculate RMS values correctly for peak and decay peak sums;
451           before we were signalling them as if they already were amplitude
452           and not power values.  sigh.
453         Remind me to not try and pretend I'm writing DSP code.
454
455 2005-08-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
456
457         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_setcaps):
458           Add debug category, remove Close() call that made it crash
459           whenever reusing, renegotiating or anything; Close() actually
460           free()s the handle and should only be called on READY->NULL.
461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
462           Actually set caps on buffer (in addition to pad), also.
463
464 2005-08-10  Owen Fraser-Green  <owen@discobabe.net>
465
466         * gst/realmedia/rmdemux.c (gst_rmdemux_sink_activate) 
467         (gst_rmdemux_sink_activate_push, gst_rmdemux_sink_activate_pull) 
468         (gst_rmdemux_loop, gst_rmdemux_src_event) 
469         (gst_rmdemux_perform_seek, gst_rmdemux_src_query): Implemented
470         push-pull and seeking.
471
472 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
473
474         * ext/faad/gstfaad.c: (gst_faad_event):
475           Sign/unsign mismatch.
476         * configure.ac:
477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
478         (gst_qtdemux_init), (gst_qtdemux_get_src_query_types),
479         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
480         (plugin_init), (gst_qtdemux_handle_sink_event),
481         (gst_qtdemux_change_state), (gst_qtdemux_loop_header),
482         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
483         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
484         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
485         * gst/qtdemux/qtdemux.h:
486           Half-assed port (hey, it works).
487
488 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
489
490         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
491           Fix AVI header parsing: add missing break statement after
492           GST_RIFF_INFO_LIST parsing code; gst_riff_read_chunk() has
493           already advanced the avi->offset, no need to do it twice
494           (fixes MovieOfMovies.avi).
495
496 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
497
498         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
499         (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain),
500         (gst_jpeg_dec_change_state):
501         * ext/jpeg/gstjpegdec.h:
502           Make mjpeg actually work and skip jpeg data parsing if we
503           know that the input is packetized (ie. each input buffer
504           is exactly one jpeg frame).
505
506 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
507
508         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
509           It'd be nice if I could listen to my mp3 files, so send out an
510           initial discont, as the sink apparently wants.
511
512 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
513
514         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
515         (gst_avi_demux_handle_seek):
516           Fix seeking (or, well, fix threading issue where a variable was
517           set before a lock was taken and was already unset before that
518           same lock was taken and was thus no longer in existance when it
519           actually had to be used).
520
521 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
522
523         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
524           Mixing binary and logical operators is not going to work; fix
525           position-querying in Totem.
526
527 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
528
529         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
530         (gst_faad_init), (gst_faad_setcaps), (gst_faad_srcgetcaps),
531         (gst_faad_event), (gst_faad_update_caps), (gst_faad_chain),
532         (gst_faad_change_state):
533         * ext/faad/gstfaad.h:
534           Fix negotiation (#310932) and miscellaneous other stuff. Probably
535           still needs some more work.
536
537 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
538
539         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
540         (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain):
541           Add setcaps() function (for mjpeg).
542
543 2005-08-08  Andy Wingo  <wingo@pobox.com>
544
545         * ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd
546         va_list caps setting function was borked. Fixed esdsink.
547
548         * sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) 
549         (gst_oss_sink_prepare, gst_oss_sink_unprepare): Update for newer
550         audiosink api.
551
552         * ext/raw1394/gstdv1394src.c (gst_dv1394src_get_property) 
553         (gst_dv1394src_set_property): Style. All about the style.
554
555         * ext/esd/esdsink.c (gst_esdsink_getcaps): Return specific caps
556         only if in READY or higher (i.e., if _open() has been called.)
557         (gst_esdsink_open, gst_esdsink_close, gst_esdsink_prepare) 
558         (gst_esdsink_unprepare): Update for audiosink changes.
559         (gst_esdsink_change_state): Die!
560
561 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
562
563         * ext/jpeg/Makefile.am:
564           Fix compile.
565
566 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * configure.ac:
569         * ext/Makefile.am:
570         * ext/jpeg/Makefile.am:
571         * ext/jpeg/gstjpeg.c: (plugin_init):
572         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_get_type),
573         (gst_jpeg_dec_finalize), (gst_jpeg_dec_base_init),
574         (gst_jpeg_dec_class_init), (gst_jpeg_dec_fill_input_buffer),
575         (gst_jpeg_dec_init_source), (gst_jpeg_dec_skip_input_data),
576         (gst_jpeg_dec_resync_to_restart), (gst_jpeg_dec_term_source),
577         (gst_jpeg_dec_my_output_message), (gst_jpeg_dec_my_emit_message),
578         (gst_jpeg_dec_my_error_exit), (gst_jpeg_dec_init),
579         (is_jpeg_start_marker), (is_jpeg_end_marker),
580         (gst_jpeg_dec_find_jpeg_header), (gst_jpeg_dec_ensure_header),
581         (gst_jpeg_dec_have_end_marker),
582         (gst_jpeg_dec_parse_tag_has_entropy_segment),
583         (gst_jpeg_dec_parse_image_data), (gst_jpeg_dec_chain),
584         (gst_jpeg_dec_change_state):
585         * ext/jpeg/gstjpegdec.h:
586           Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does
587           no longer need to be one single buffer.
588
589 2005-08-04  Andy Wingo  <wingo@pobox.com>
590
591         * sys/oss/gstossaudio.c (plugin_init): Second-class citizen.
592
593         * gst/videobox/gstvideobox.c (gst_video_box_get_size): Update for
594         API changes.
595
596         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_VIDEOSINK): Set to
597         autoaudiosink and autovideosink.
598
599 2005-08-04  Edward Hervey  <edward@fluendo.com>
600
601         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
602         (gst_avi_demux_parse_stream), (gst_avi_demux_process_next_entry):
603         You need to allocatate (len+1) characters to store a len size string.
604         Also don't stop the processing task if the output pad is not linked.
605
606 2005-08-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
607
608         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
609         (gst_gconf_audio_sink_init), (do_toggle_element),
610         (cb_toggle_element), (gst_gconf_audio_sink_change_state):
611         * ext/gconf/gstgconfaudiosink.h:
612         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
613         (gst_gconf_video_sink_init), (do_toggle_element),
614         (cb_toggle_element), (gst_gconf_video_sink_change_state):
615         * ext/gconf/gstgconfvideosink.h:
616         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
617         (gst_auto_audio_sink_init), (gst_auto_audio_sink_detect),
618         (gst_auto_audio_sink_change_state):
619         * gst/autodetect/gstautoaudiosink.h:
620         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
621         (gst_auto_video_sink_init), (gst_auto_video_sink_detect),
622         (gst_auto_video_sink_change_state):
623         * gst/autodetect/gstautovideosink.h:
624           Use new ghostpad API; now they actually work in Totem, also.
625
626 2005-08-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
627
628         * ext/libpng/Makefile.am:
629           Fix uninstalled build.
630
631 2005-08-02  Edward Hervey  <edward@fluendo.com>
632
633         * configure.ac:
634         * ext/Makefile.am:
635         * ext/libpng/Makefile.am:
636         * ext/libpng/gstpng.c:
637         * ext/libpng/gstpngenc.c:
638         Ported pngenc , still have to port pngdec...
639
640 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
641
642         reviewed by: <delete if not using a buddy>
643
644         * configure.ac:
645         * ext/ladspa/Makefile.am:
646         * ext/ladspa/gstladspa.c: (gst_ladspa_init), (gst_ladspa_loop),
647         (gst_ladspa_chain), (gst_ladspa_get), (plugin_init):
648         * ext/ladspa/gstladspa.h:
649           deactivate and remove dparams (libgstcontrol)
650
651 2005-07-27  Wim Taymans  <wim@fluendo.com>
652
653         * ext/faad/gstfaad.c: (gst_faad_event):
654         Compile fixes.
655
656 2005-07-27  Wim Taymans  <wim@fluendo.com>
657
658         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_event),
659         (gst_amrnbparse_loop):
660         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event),
661         (gst_dvdec_handle_src_event), (gst_dvdec_decode_frame):
662         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event),
663         (gst_id3_tag_sink_event), (gst_id3_tag_chain):
664         * ext/mad/gstmad.c: (gst_mad_src_query), (index_seek),
665         (normal_seek), (gst_mad_sink_event), (gst_mad_chain):
666         * ext/mpeg2dec/gstmpeg2dec.c:
667         * ext/shout2/gstshout2.c: (gst_shout2send_event):
668         * ext/sidplay/gstsiddec.cc:
669         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
670         (gst_avi_demux_send_event), (gst_avi_demux_stream_header),
671         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry):
672         * gst/goom/gstgoom.c: (gst_goom_event):
673         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
674         (gst_rmdemux_chain), (gst_rmdemux_send_event),
675         (gst_rmdemux_add_stream):
676         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
677         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
678         (gst_wavparse_loop), (gst_wavparse_srcpad_event):
679         Various event updates and cleanups.
680
681 2005-07-25  Christian Schaller  <uraeus@gnome.org>
682
683
684         * gst-plugins.spec.in: add silence and videoflip
685         * gst/videofilter/Makefile.am: add missing header to noinst
686
687 2005-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
688
689         * gst/videofilter/Makefile.am:
690         * gst/videofilter/gstgamma.c: (gst_gamma_setup):
691         * gst/videofilter/gstvideobalance.c: (gst_videobalance_setup):
692         * gst/videofilter/gstvideofilter.c: (gst_videofilter_class_init),
693         (gst_videofilter_getcaps), (gst_videofilter_setcaps),
694         (gst_videofilter_init), (gst_videofilter_chain),
695         (gst_videofilter_set_property), (gst_videofilter_get_property),
696         (gst_videofilter_setup), (gst_videofilter_class_add_pad_templates):
697         * gst/videofilter/gstvideofilter.h:
698         * gst/videofilter/gstvideoflip.c: (gst_videoflip_init),
699         (gst_videoflip_set_property), (gst_videoflip_get_property),
700         (plugin_init), (gst_videoflip_setup), (gst_videoflip_planar411):
701           forward port from 0.9 and enable videoflip now that it works
702
703 2005-07-23  Edward Hervey  <edward@fluendo.com>
704
705         * configure.ac:
706         * gst/silence/Makefile.am:
707         * gst/silence/gstsilence.h:
708         * gst/silence/gstsilence.c:
709         Ported silence to 0.9 using GstBaseSrc ... 180 lines :)
710
711 2005-07-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
712
713         * ext/mad/gstmad.c: (gst_mad_src_event):
714           First try forwarding events, makes seeking in AVI files with mp3
715           audio work again.
716
717 2005-07-20  Andy Wingo  <wingo@pobox.com>
718
719         * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness
720         fix.
721
722 2005-07-20  Edward Hervey  <edward@fluendo.com>
723
724         * configure.ac: 
725         * gst/wavparse/gstwavparse.c: 
726         * gst/wavparse/gstwavparse.h:
727         * gst/wavparse/Makefile.am:
728         Ported wavparse to 0.9 . Playing, seeking and state changes work.
729         Could need more loving on the headers though.
730
731 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
732
733         * configure.ac:
734         * ext/Makefile.am:
735         * ext/gconf/Makefile.am:
736         * ext/gconf/gconf.c: (gst_bin_find_unconnected_pad),
737         (gst_gconf_render_bin_from_description),
738         (gst_gconf_get_default_video_sink):
739         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
740         (gst_gconf_audio_sink_class_init), (gst_gconf_audio_sink_dispose),
741         (cb_toggle_element), (gst_gconf_audio_sink_change_state):
742         * ext/gconf/gstgconfelements.h:
743         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
744         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_dispose),
745         (cb_toggle_element), (gst_gconf_video_sink_change_state):
746         * gst/autodetect/gstautoaudiosink.c:
747         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
748         (gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state):
749         * gst/autodetect/gstautovideosink.c:
750         (gst_auto_video_sink_base_init), (gst_auto_video_sink_class_init),
751         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
752           Port auto/gconfsinks to 0.9. They actually appear to work here in
753           Totem as well, making them actually useful.
754
755 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
756
757         * ext/faad/Makefile.am:
758           Fix uninstalled build.
759
760 2005-07-19  Wim Taymans  <wim@fluendo.com>
761
762         * sys/oss/gstosssink.c: (gst_oss_sink_get_format),
763         (gst_oss_sink_open):
764         Parse spec to set correct oss values.
765
766 2005-07-19  Edgard N. A. G. Lima <edgard.lima@indt.org.br>
767
768         * configure.ac
769         * ext/Makefile.am
770         * ext/amrnb/amrnbdec.c
771         * ext/amrnb/amrnbenc.c
772         * ext/amrnb/amrnbparse.c
773         * ext/faad/gstfaad.c
774         * ext/mpeg2dec/gstmpeg2dec.c
775         Ported amrnb, faad, mpeg2dec to 0.9
776
777 2005-07-19  Andy Wingo  <wingo@pobox.com>
778
779         * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Set the proper
780         framerate on the outbound buffer.
781
782         * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber
783         alloc_buffer's return value.
784         (gst_dvdec_decode_frame): Handle unlinked pads with grace and
785         agility.
786
787         * ext/dv/gstdvdec.h: Fix signedness error.
788
789 2005-07-19  Wim Taymans  <wim@fluendo.com>
790
791         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
792         (gst_dvdec_sink_convert), (gst_dvdec_get_src_query_types),
793         (gst_dvdec_src_query), (gst_dvdec_get_sink_query_types),
794         (gst_dvdec_sink_query), (gst_dvdec_send_event),
795         (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
796         (gst_dvdec_decode_audio), (gst_dvdec_decode_video),
797         (gst_dvdec_decode_frame), (gst_dvdec_flush), (gst_dvdec_chain):
798         * ext/dv/gstdvdec.h:
799         Implemented seeking in dvdec.
800
801 2005-07-19  Andy Wingo  <wingo@pobox.com>
802
803         * ext/Makefile.am: Enable dvdev and raw1394src.
804
805 2005-07-18  Andy Wingo  <wingo@pobox.com>
806
807         * configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit
808         comment.
809
810 2005-07-18  Wim Taymans  <wim@fluendo.com>
811
812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_add_element),
813         (gst_rtspsrc_play):
814         Fix for core changes.
815
816 2005-07-18  Jan Schmidt  <thaytan@mad.scientist.com>
817
818         * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
819           When returning to NORMAL state after reading tags,
820           pass on the discont event.
821
822 2005-07-18  Wim Taymans  <wim@fluendo.com>
823
824         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
825         (gst_rmdemux_change_state), (gst_rmdemux_chain),
826         (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
827         (gst_rmdemux_add_stream):
828         Send discont event before pushing first buffer.
829
830 2005-07-17  Philippe Khalaf <burger@speedy.org>
831
832         * gst/fdsrc/gstfdsrc.c:
833         Removed #include <gst_private.h>
834
835 2005-07-16  Philippe Khalaf <burger@speedy.org>
836
837         * gst/fdsrc/gstfdsrc.c:
838         * gst/fdsrc/gstfdsrc.h:
839         * gst/fdsrc/Makefile.am:
840         Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
841
842 2005-07-16  Wim Taymans  <wim@fluendo.com>
843
844         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_sink_event),
845         (gst_mad_chain):
846         Add convert function for proper timestamp calculations.
847
848         * gst/avi/gstavidemux.c: (gst_avi_demux_send_event),
849         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
850         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
851         Send out initial discont.
852
853 2005-07-15  Wim Taymans  <wim@fluendo.com>
854
855         * gst/level/gstlevel.c: (gst_level_transform):
856         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
857         (gst_video_box_get_size), (gst_video_box_transform):
858         Port to new base class.
859
860 2005-07-14  Wim Taymans  <wim@fluendo.com>
861
862         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
863         (gst_dv1394src_class_init), (gst_dv1394src_init),
864         (gst_dv1394src_iso_receive), (gst_dv1394src_create),
865         (gst_dv1394src_change_state), (gst_dv1394src_query):
866         It's PUSH_SRC now.
867
868 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
869
870         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
871         (gst_udpsrc_class_init):
872           more autistic cleanliness in functions/names/defines
873
874
875 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
876
877         * ext/aalib/gstaasink.c: (gst_aasink_get_type),
878         (gst_aasink_class_init), (gst_aasink_init):
879         * ext/esd/esdsink.c: (gst_esdsink_get_type),
880         (gst_esdsink_class_init):
881         * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
882         (gst_cacasink_class_init), (gst_cacasink_init):
883         * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
884         (gst_shout2send_class_init), (gst_shout2send_init):
885         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_get_type),
886         (gst_dynudpsink_class_init):
887         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
888         (gst_multiudpsink_class_init):
889           more macro splitting
890
891 2005-07-08  Andy Wingo  <wingo@pobox.com>
892
893         * sys/oss/: Port from THREADED+wim's fixes.
894
895         * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
896         defines come from config.h.
897
898         * autogen.sh: Run autopoint, etc.
899
900         * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/.
901
902         * configure.ac: Add gettext stuff.
903
904 2005-07-07  Wim Taymans  <wim@fluendo.com>
905
906         * gst/videobox/gstvideobox.c: (gst_video_box_init),
907         (gst_video_box_transform_caps), (gst_video_box_set_caps):
908         Logic was reversed. Needs some  more fixes in the transform
909         function to include AYUV output.
910         Moved AYUV as prefered format.
911
912 2005-07-07  Wim Taymans  <wim@fluendo.com>
913
914         * configure.ac:
915         * ext/dv/Makefile.am:
916         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
917         (gst_dvdec_get_src_query_types), (gst_dvdec_src_query),
918         (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
919         (gst_dvdec_video_getcaps), (gst_dvdec_video_setcaps),
920         (gst_dvdec_decode_audio), (gst_dvdec_decode_video),
921         (gst_dvdec_decode_frame), (gst_dvdec_chain),
922         (gst_dvdec_change_state), (gst_dvdec_set_property),
923         (gst_dvdec_get_property), (plugin_init):
924         * ext/dv/gstdvdec.h:
925         * ext/esd/esdsink.c: (gst_esdsink_class_init):
926         Ported DVdec to 0.9.
927         Parent of esdsink is GstAudioSink.
928
929 2005-07-07  Wim Taymans  <wim@fluendo.com>
930
931         * configure.ac:
932         * ext/raw1394/Makefile.am:
933         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
934         (gst_dv1394src_class_init), (gst_dv1394src_init),
935         (gst_dv1394src_iso_receive), (gst_dv1394src_create),
936         (gst_dv1394src_change_state), (gst_dv1394src_convert),
937         (gst_dv1394src_get_query_types), (gst_dv1394src_query):
938         * ext/raw1394/gstdv1394src.h:
939         Ported the 1394 source to 0.9.
940
941 2005-07-07  Wim Taymans  <wim@fluendo.com>
942
943         * ext/mad/gstid3tag.c: (gst_id3_tag_get_query_types):
944         * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
945         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types):
946         Remove deprecated/unsed code.
947
948 2005-07-06  Edward Hervey  <edward@fluendo.com>
949
950         * gst/udp/gstudpsrc.c: (gst_udpsrc_init): 
951         GST_BASESRC --> GST_BASE_SRC
952
953 2005-07-05  Andy Wingo  <wingo@pobox.com>
954
955         * gst/oneton: Removed (replaced by deinterleave).
956
957         * gst/adder:
958         * gst/audioconvert:
959         * gst/audiorate:
960         * gst/audioscale:
961         * gst/ffmpegcolorspace:
962         * gst/playback:
963         * gst/sine:
964         * gst/subparse:
965         * gst/tags:
966         * gst/tcp:
967         * gst/videoscale:
968         * gst/volume: Removed dirs that are now in gst-plugins-base.
969
970 2005-07-05  Edward Hervey  <edward@fluendo.com>
971
972         * configure.ac: (GST_PLUGINS_ALL): 
973         videofilter must be compiled first, since other plugins depend ont it.
974
975 2005-07-05  Andy Wingo  <wingo@pobox.com>
976
977         * Way, way, way too many files:
978         Remove crack comment from the 2000 era.
979
980 2005-07-05  Andy Wingo  <wingo@pobox.com>
981
982         * gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
983         BaseTransform.
984
985         * gst/videobox/Makefile.am: Link to base libs, include
986         plugins-base cflags, dist the README.
987
988         * configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to
989         the build.
990
991 2005-07-04  Wim Taymans  <wim@fluendo.com>
992
993         * gst/realmedia/rmdemux.c:
994         I don't think that piece of changelog should go there.
995
996 2005-07-04  Andy Wingo  <wingo@pobox.com>
997
998         * examples/level/:
999         * examples/level/Makefile.am:
1000         * examples/level/README:
1001         * examples/level/demo.c:
1002         * examples/level/plot.c: Examples moved out of the source dir. Not
1003         updated tho.
1004
1005         * configure.ac: Add level to the build.
1006
1007         * gst/level/Makefile.am:
1008         * gst/level/gstlevel.h:
1009         * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
1010
1011         * ext/aalib/gstaasink.c (gst_aasink_fixate): Update for newer
1012         fixate prototype.
1013
1014 2005-07-03  Owen Fraser-Green  <owen@discobabe.net>
1015
1016         * gst/realmedia/rmdemux.c (gst_rmdemux_add_stream),
1017         (gst_rmdemux_src_getcaps), (gst_rmdemux_chain): 
1018         Added getcaps function no_more_pads call
1019
1020 2005-07-01  Philippe Khalaf <burger@speedy.org>
1021         * gst/udp/Makefile.am:
1022         * gst/udp/gstudp.c:
1023         * gst/udp/gstdynudpsink.c: (new)
1024         * gst/udp/gstdynudpsink.h: (new)
1025           Added new element (udpdynsink) that receives GstNetBuffers and sends the
1026           udp packets to the source given in the buffer. It's used by rtpsession
1027           element for now.
1028         * gst/udp/gstudpsrc.c:
1029           Fixed memory leak.
1030
1031 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
1032
1033         * configure.ac:
1034         * ext/mad/Makefile.am:
1035         * sys/oss/Makefile.am:
1036         Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
1037
1038 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
1039         * ext/libcaca/Makefile.am:
1040         * ext/mad/Makefile.am:
1041         * gst/effectv/Makefile.am:
1042         * gst/udp/Makefile.am:
1043           Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
1044
1045         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query),
1046         (gst_id3_tag_src_event), (gst_id3_tag_sink_event),
1047         (gst_id3_tag_chain), (plugin_init):
1048         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
1049           Signedness warning fix, use gst_pad_get_peer instead of GST_PAD_PEER
1050           in querying and event handling, because we're not holding the pad
1051           lock and the peer may disappear.
1052         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1053         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
1054           Signedness warning fixes.
1055
1056         * gst/videofilter/gstvideotemplate.c: (plugin_init):
1057           Remove gst_library_load
1058
1059 2005-06-30  Edward Hervey  <edward@fluendo.com>
1060
1061         * gst/avi/Makefile.am: (libgstavi_la_LIBADD):
1062         Added linking to libgstriff-0.9
1063         
1064         * ext/mad/gstmad.c: (gst_mad_src_query): 
1065         check the format of the upstream query and return query if it's the
1066         same format as the requested one.
1067
1068 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1069
1070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
1071           Compiler pains.
1072
1073 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1074
1075         * configure.ac:
1076         * gst/avi/Makefile.am:
1077         * gst/avi/gstavi.c: (plugin_init):
1078         * gst/avi/gstavidemux.c: (gst_avi_demux_get_type),
1079         (gst_avi_demux_class_init), (gst_avi_demux_init),
1080         (gst_avi_demux_reset), (gst_avi_demux_index_next),
1081         (gst_avi_demux_index_entry_for_time),
1082         (gst_avi_demux_index_entry_for_byte),
1083         (gst_avi_demux_index_entry_for_frame), (gst_avi_demux_src_convert),
1084         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
1085         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
1086         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
1087         (gst_avi_demux_parse_subindex), (gst_avi_demux_read_subindexes),
1088         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
1089         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
1090         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
1091         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
1092         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
1093         (gst_avi_demux_loop), (gst_avi_demux_sink_activate),
1094         (gst_avi_demux_sink_activate_pull):
1095         * gst/avi/gstavidemux.h:
1096           Port from -THREADED to HEAD, and fix for latest API changes of
1097           the day. Keep avimux dead for now.
1098
1099 2005-06-29  Wim Taymans  <wim@fluendo.com>
1100
1101         * ext/shout2/gstshout2.c: (gst_shout2send_render):
1102         Fix build.
1103
1104 2005-06-29  Andy Wingo  <wingo@pobox.com>
1105
1106         * gst/videofilter/gstvideoexample.c: Removed gst_library_load, I
1107         think. Whatever this plugin actually does, that I don't know.
1108
1109 2005-06-29  Andy Wingo  <wingo@pobox.com>
1110
1111         * ext/mad/gstid3tag.c (gst_id3_tag_get_event_masks): Reschmoove.
1112
1113         * ext/mad/gstmad.c (gst_mad_get_event_masks): Remove.
1114         (gst_mad_chain): Appease GCC.
1115
1116         * ext/libcaca/gstcacasink.c (gst_cacasink_setcaps): Signedness.
1117
1118         * ext/aalib/gstaasink.c (gst_aasink_fixate): Unref caps, not free.
1119         (gst_aasink_scale): Signedness.
1120
1121         * gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add the
1122         URI handler.
1123
1124         * gst/udp/gstudpsrc.c (gst_udpsrc_start):
1125         (gst_udpsrc_create): Signedness.
1126
1127         * gst/rtsp/sdpmessage.c (sdp_message_parse_buffer): Thanks
1128         compiler!
1129         (sdp_parse_line): Signedness fix.
1130
1131         * configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build
1132         breakage ensue!!!
1133
1134         * gst/rtsp/gstrtspsrc.c (gst_rtspsrc_loop, gst_rtspsrc_open):
1135         Signedness, unused var fixes.
1136         (gst_rtspsrc_close): Unused?
1137
1138         * gst/realmedia/rmdemux.c (re_hexdump_bytes): Unused.
1139
1140         * gst/law/mulaw-encode.c (gst_mulawenc_chain): Signeness fix.
1141
1142         * gst/law/alaw-encode.c (alawenc_getcaps): Remove unneeded
1143         declarations. Typo (probably crasher) fix.
1144         
1145         * gst/law/mulaw-encode.c (mulawdec_getcaps): 
1146         * gst/law/mulaw-encode.c (mulawenc_getcaps): 
1147         * gst/law/alaw-decode.c (alawdec_getcaps): Same crasher fix.
1148
1149         * gst/goom/gstgoom.c (gst_goom_init): Hook up the event function.
1150
1151         * gst/effectv/gstwarp.c (gst_warptv_setup): Signedness fix.
1152
1153         * gst/effectv/gstdice.c (gst_dicetv_draw): Um, deferencing
1154         uninitialized pointer not good.
1155
1156         * gst/videofilter/gstvideoexample.c (plugin_init): 
1157         * gst/videofilter/Makefile.am (libgstvideoexample_la_LIBADD): Link
1158         to libgstvideofilter instead of gst_library_load.
1159
1160         * gst/alpha/gstalpha.c (gst_alpha_chroma_key_i420) 
1161         (gst_alpha_chroma_key_ayuv): Signedness fixen.
1162
1163 2005-06-29  Wim Taymans  <wim@fluendo.com>
1164
1165         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1166         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1167         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1168         (gst_rtspsrc_stream_setup_rtp),
1169         (gst_rtspsrc_stream_configure_transport), (find_stream),
1170         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
1171         (gst_rtspsrc_change_state):
1172         Fix case where outpad could not be decided.
1173
1174 2005-06-29  Andy Wingo  <wingo@pobox.com>
1175
1176         * ext/Makefile.am (MAD_DIR): Add mad to the build.
1177
1178 2005-06-28  Wim Taymans  <wim@fluendo.com>
1179
1180         * ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
1181         * gst/udp/gstudpsrc.c: (gst_udpsrc_init):
1182         Fix old RPAD macro.
1183         basesrc -> base_src
1184
1185 2005-06-27  Wim Taymans  <wim@fluendo.com>
1186
1187         * ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
1188         * ext/mad/gstmad.c: (gst_mad_chain):
1189         RPAD_ -> PAD
1190         Fix args in bufferalloc function call.
1191         Makes the mad plugin compile again
1192
1193 2005-06-27  Owen Fraser-Green  <owen@discobabe.net>
1194
1195         * gst/realmedia/rmdemux.c: Rewrote to use gstadapter. Also parses
1196         audio and video header packets for known properties.
1197
1198 2005-06-23  Wim Taymans  <wim@fluendo.com>
1199
1200         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1201         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1202         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1203         (gst_rtspsrc_stream_setup_rtp),
1204         (gst_rtspsrc_stream_configure_transport), (find_stream),
1205         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
1206         (gst_rtspsrc_change_state):
1207         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
1208         Make rtspsrc a live source.
1209         Don't try to parse NULL urls.
1210
1211 2005-06-23  Wim Taymans  <wim@fluendo.com>
1212
1213         * gst/udp/gstudpsrc.c: (gst_udpsrc_init):
1214         Make udpsrc a live source.
1215
1216 2005-06-02  Wim Taymans  <wim@fluendo.com>
1217
1218         * gst/udp/Makefile.am:
1219         Use versioned net lib.
1220
1221 2005-06-02  Wim Taymans  <wim@fluendo.com>
1222
1223         * gst/udp/Makefile.am:
1224         Fix hack in makefile.
1225
1226 2005-06-02  Andy Wingo  <wingo@pobox.com>
1227
1228         * ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata,
1229         check for link functions before calling them, give
1230         gst_message_new_tag its own copy of the tag list, set the parser
1231         state before sending the event (because in 0.9 events are
1232         processed immediately), casting fixes.
1233
1234         * ext/mad/Makefile.am (libgstmad_la_LDFLAGS): Link with
1235         gsttagedit.
1236
1237 2005-06-02  Wim Taymans  <wim@fluendo.com>
1238
1239         * gst/udp/Makefile.am:
1240         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
1241         (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
1242         (gst_multiudpsink_init), (gst_multiudpsink_finalize),
1243         (gst_multiudpsink_get_times), (gst_multiudpsink_render),
1244         (gst_multiudpsink_set_property), (gst_multiudpsink_init_send),
1245         (gst_multiudpsink_add), (client_compare), (free_client),
1246         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
1247         (gst_multiudpsink_get_stats):
1248         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1249         (gst_udpsrc_base_init), (gst_udpsrc_class_init),
1250         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
1251         (gst_udpsrc_unlock), (gst_udpsrc_stop):
1252         Use NetBuffer and small cleanups.
1253         Implement client removal in multiudpsink.
1254
1255 2005-06-02  Wim Taymans  <wim@fluendo.com>
1256
1257         * gst/rtsp/README:
1258         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1259         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1260         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1261         (gst_rtspsrc_stream_setup_rtp),
1262         (gst_rtspsrc_stream_configure_transport), (find_stream),
1263         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
1264         (gst_rtspsrc_change_state):
1265         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
1266         (rtsp_transport_init), (parse_mode), (parse_range),
1267         (rtsp_transport_parse), (rtsp_transport_free):
1268         RTSP cleanups.
1269
1270 2005-06-02  Wim Taymans  <wim@fluendo.com>
1271
1272         * gst/effectv/gstquark.c: (gst_quarktv_chain):
1273         * gst/goom/gstgoom.c: (gst_goom_chain):
1274         * gst/videobox/Makefile.am:
1275         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
1276         (gst_video_box_init), (gst_video_box_sink_setcaps),
1277         (gst_video_box_chain):
1278         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
1279         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1280         (gst_videorate_getcaps), (gst_videorate_setcaps),
1281         (gst_videorate_init), (gst_videorate_event), (gst_videorate_chain),
1282         (gst_videorate_change_state):
1283         Bufferalloc changes.
1284
1285 2005-05-25  Wim Taymans  <wim@fluendo.com>
1286
1287         * ext/mad/gstmad.c: (gst_mad_chain), (gst_mad_change_state):
1288         * ext/sidplay/gstsiddec.cc:
1289         * gst/alpha/gstalpha.c: (gst_alpha_chain):
1290         * gst/goom/gstgoom.c: (gst_goom_chain):
1291         No need to take the lock anymore,  core already did
1292         that before calling us.
1293
1294 2005-05-25  Wim Taymans  <wim@fluendo.com>
1295
1296         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init), (gst_amrnbdec_chain),
1297         (gst_amrnbdec_state_change):
1298         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init),
1299         (gst_amrnbenc_finalize), (gst_amrnbenc_chain),
1300         (gst_amrnbenc_state_change):
1301         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1302         (gst_amrnbparse_query), (gst_amrnbparse_chain),
1303         (gst_amrnbparse_read_header), (gst_amrnbparse_loop),
1304         (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
1305         Core already took the lock.
1306
1307 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1308
1309         * configure.ac:
1310         * ext/esd/Makefile.am:
1311           Disable tcp elements and esdmon (they don't compile).
1312
1313 2005-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
1314
1315         * Makefile.am:
1316         * ext/Makefile.am:
1317         * sys/Makefile.am:
1318           Make my automake version shut up about undefined variables
1319         * gst/goom/gstgoom.c:
1320           GstAdapter moved to base objects. 
1321
1322 2005-05-18  Wim Taymans  <wim@fluendo.com>
1323
1324         * ext/amrnb/Makefile.am:
1325         * ext/amrnb/amrnb.c: (plugin_init):
1326         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
1327         (gst_amrnbdec_setcaps), (gst_amrnbdec_chain),
1328         (gst_amrnbdec_state_change):
1329         * ext/amrnb/amrnbdec.h:
1330         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_get_type),
1331         (gst_amrnbenc_base_init), (gst_amrnbenc_class_init),
1332         (gst_amrnbenc_init), (gst_amrnbenc_finalize),
1333         (gst_amrnbenc_setcaps), (gst_amrnbenc_chain),
1334         (gst_amrnbenc_state_change):
1335         * ext/amrnb/amrnbenc.h:
1336         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1337         (gst_amrnbparse_query), (gst_amrnbparse_event),
1338         (gst_amrnbparse_chain), (gst_amrnbparse_read_header),
1339         (gst_amrnbparse_loop), (gst_amrnbparse_sink_activate),
1340         (gst_amrnbparse_state_change):
1341         * ext/amrnb/amrnbparse.h:
1342         Ported AMR decoder/parse.
1343         Added AMR encoder.
1344
1345 2005-05-18  Wim Taymans  <wim@fluendo.com>
1346
1347         * configure.ac:
1348         * gst/goom/Makefile.am:
1349         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_sink_setcaps),
1350         (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event),
1351         (gst_goom_chain), (gst_goom_change_state), (plugin_init):
1352         Ported goom.
1353         Added goom and alpha to build.
1354
1355 2005-05-17  Wim Taymans  <wim@fluendo.com>
1356
1357         * configure.ac:
1358         * gst/alpha/Makefile.am:
1359         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1360         (gst_alpha_sink_setcaps), (gst_alpha_chain):
1361         Ported alpha,  remove alphacolor as functionality is in
1362         ffmpegcolorspace.
1363
1364 2005-05-17  Wim Taymans  <wim@fluendo.com>
1365
1366         * ext/libcaca/gstcacasink.c: (gst_cacasink_setcaps),
1367         (gst_cacasink_render), (gst_cacasink_open), (gst_cacasink_close),
1368         (gst_cacasink_change_state):
1369         * ext/libcaca/gstcacasink.h:
1370         Cleanups.
1371
1372 2005-05-15  David Schleef  <ds@schleef.org>
1373
1374         Move core plugins out of core.  I don't mind fdsrc/fdsink
1375         going back into the core; they were just disabled there, so
1376         I moved them.  Some of this stuff could (should) be deleted.
1377         * gst/oldcore/Makefile.am:
1378         * gst/oldcore/gstaggregator.c:
1379         * gst/oldcore/gstaggregator.h:
1380         * gst/oldcore/gstelements.c:
1381         * gst/oldcore/gstfdsink.c:
1382         * gst/oldcore/gstfdsink.h:
1383         * gst/oldcore/gstfdsrc.c:
1384         * gst/oldcore/gstfdsrc.h:
1385         * gst/oldcore/gstmd5sink.c:
1386         * gst/oldcore/gstmd5sink.h:
1387         * gst/oldcore/gstmultifilesrc.c:
1388         * gst/oldcore/gstmultifilesrc.h:
1389         * gst/oldcore/gstpipefilter.c:
1390         * gst/oldcore/gstpipefilter.h:
1391         * gst/oldcore/gstshaper.c:
1392         * gst/oldcore/gstshaper.h:
1393         * gst/oldcore/gststatistics.c:
1394         * gst/oldcore/gststatistics.h:
1395
1396 2005-05-13  Christian Schaller  <uraeus@gnome.org>
1397
1398         * ext/Makefile.am: dist esd directory
1399         * gst-plugins.spec.in: add rtp plugins and esd plugin
1400         * gst/effectv/Makefile.am: fix videofilter linking
1401         * gst/rtp/Makefile.am: add missing headers 
1402         * gst/rtsp/Makefile.am: add missing headers
1403
1404 2005-05-12  Wim Taymans  <wim@fluendo.com>
1405
1406         * configure.ac:
1407         * ext/sidplay/gstsiddec.cc:
1408         Add working plugins to build.
1409         Make sidplay compile again.
1410
1411 2005-05-12  Wim Taymans  <wim@fluendo.com>
1412
1413         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
1414         * ext/mad/gstmad.c: (gst_mad_chain):
1415         Fix mad and id3tag compilation again.
1416
1417 2005-05-12  Wim Taymans  <wim@fluendo.com>
1418
1419         * gst/udp/.cvsignore:
1420         * gst/udp/Makefile.am:
1421         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
1422         (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
1423         (gst_multiudpsink_init), (gst_multiudpsink_finalize),
1424         (gst_multiudpsink_get_times), (gst_multiudpsink_render),
1425         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1426         (gst_multiudpsink_init_send), (gst_multiudpsink_close),
1427         (gst_multiudpsink_add), (gst_multiudpsink_remove),
1428         (gst_multiudpsink_clear), (gst_multiudpsink_get_stats),
1429         (gst_multiudpsink_change_state):
1430         * gst/udp/gstmultiudpsink.h:
1431         * gst/udp/gstudp-marshal.list:
1432         * gst/udp/gstudp.c: (plugin_init):
1433         * gst/udp/gstudp.h:
1434         * gst/udp/gstudpsink.c: (gst_udpsink_get_type),
1435         (gst_udpsink_base_init), (gst_udpsink_class_init),
1436         (gst_udpsink_init), (gst_udpsink_set_uri),
1437         (gst_udpsink_set_property), (gst_udpsink_get_property),
1438         (gst_udpsink_uri_get_type), (gst_udpsink_uri_get_protocols),
1439         (gst_udpsink_uri_get_uri), (gst_udpsink_uri_set_uri),
1440         (gst_udpsink_uri_handler_init):
1441         * gst/udp/gstudpsink.h:
1442         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1443         (gst_udpsrc_base_init), (gst_udpsrc_class_init),
1444         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
1445         (gst_udpsrc_unlock), (gst_udpsrc_stop):
1446         * gst/udp/gstudpsrc.h:
1447         Added multifdsink to send UDP to multiple addresses.
1448         Cleaned up UDP source/sink elements some more.
1449         Make UDP sink extends from multiudpsink.
1450
1451 2005-05-12  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_sink_event):
1454           Make queries actually work (update core first).
1455
1456 2005-05-12  Wim Taymans  <wim@fluendo.com>
1457
1458         * gst/rtsp/README:
1459         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1460         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
1461         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
1462         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_eos),
1463         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start):
1464         * gst/tcp/gsttcpclientsrc.h:
1465         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1466         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
1467         (gst_tcpserversrc_init), (gst_tcpserversrc_create),
1468         (gst_tcpserversrc_start), (gst_tcpserversrc_stop):
1469         * gst/tcp/gsttcpserversrc.h:
1470         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get_type),
1471         (gst_tcpsrc_base_init), (gst_tcpsrc_class_init), (gst_tcpsrc_init),
1472         (gst_tcpsrc_create), (gst_tcpsrc_start), (gst_tcpsrc_stop):
1473         * gst/tcp/gsttcpsrc.h:
1474         * gst/udp/gstudpsink.c: (gst_udpsink_base_init),
1475         (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render),
1476         (gst_udpsink_set_property), (gst_udpsink_get_property),
1477         (gst_udpsink_change_state):
1478         * gst/udp/gstudpsink.h:
1479         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1480         (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init),
1481         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
1482         (gst_udpsrc_stop):
1483         * gst/udp/gstudpsrc.h:
1484         Make UDP and TCP elements use PushSrc.
1485
1486
1487 2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
1488
1489         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query),
1490         (index_seek), (normal_seek), (gst_mad_sink_event):
1491           Port to new query API and replace gst_pad_convert()
1492           and gst_pad_get_formats() usage. gstid3tag looks like
1493           it needs some more love before it will work again, if 
1494           not a rewrite.
1495
1496 2005-05-12  Zeeshan Ali  <zeenix@gmail.com>
1497
1498         * gst/effectv/Makefile.am:
1499         Fixed the effectv build again.
1500
1501 2005-05-11  Wim Taymans  <wim@fluendo.com>
1502
1503         * gst/tcp/Makefile.am:
1504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1505         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
1506         (gst_multifdsink_init), (gst_multifdsink_handle_client_write),
1507         (gst_multifdsink_queue_buffer), (gst_multifdsink_render),
1508         (gst_multifdsink_change_state):
1509         * gst/tcp/gstmultifdsink.h:
1510         * gst/tcp/gsttcp.c:
1511         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
1512         (gst_tcpclientsink_base_init), (gst_tcpclientsink_class_init),
1513         (gst_tcpclientsink_init), (gst_tcpclientsink_render),
1514         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property),
1515         (gst_tcpclientsink_change_state):
1516         * gst/tcp/gsttcpclientsink.h:
1517         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1518         (gst_tcpclientsrc_init_receive):
1519         * gst/tcp/gsttcpplugin.c: (plugin_init):
1520         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1521         * gst/tcp/gsttcpserversink.h:
1522         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init):
1523         * gst/tcp/gsttcpsink.c: (gst_tcpsink_get_type),
1524         (gst_tcpsink_base_init), (gst_tcpsink_class_init),
1525         (gst_tcpsink_setcaps), (gst_tcpsink_init), (gst_tcpsink_get_times),
1526         (gst_tcpsink_render), (gst_tcpsink_set_property),
1527         (gst_tcpsink_get_property):
1528         * gst/tcp/gsttcpsink.h:
1529         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_class_init), (gst_tcpsrc_get):
1530         Ported over some sink elements.
1531         Sources not ported yet as they require a PushSource base class.
1532
1533 2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * gst/effectv/Makefile.am:
1536         * gst/videofilter/Makefile.am:
1537           Turn videofilter into a library (private for now)
1538
1539 2005-05-11  Wim Taymans  <wim@fluendo.com>
1540
1541         * gst/rtsp/README:
1542         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1543         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1544         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1545         (gst_rtspsrc_stream_setup_rtp),
1546         (gst_rtspsrc_stream_configure_transport), (find_stream),
1547         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play):
1548         * gst/rtsp/rtsp.h:
1549         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1550         (rtsp_connection_send), (read_line), (parse_request_line),
1551         (parse_line), (read_body), (rtsp_connection_receive),
1552         (rtsp_connection_free):
1553         * gst/rtsp/rtspconnection.h:
1554         * gst/rtsp/rtspdefs.c: (rtsp_find_method):
1555         * gst/rtsp/rtspdefs.h:
1556         * gst/rtsp/rtspmessage.c: (rtsp_message_set_body),
1557         (rtsp_message_take_body):
1558         * gst/rtsp/rtspmessage.h:
1559         * gst/rtsp/rtspstream.h:
1560         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
1561         Added README
1562         Some cleanups.
1563
1564 2005-05-11  Wim Taymans  <wim@fluendo.com>
1565
1566         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1567         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1568         (gst_rtspsrc_create_stream), (gst_rtspsrc_add_element),
1569         (gst_rtspsrc_set_state), (gst_rtspsrc_stream_setup_rtp),
1570         (gst_rtspsrc_stream_configure_transport), (find_stream),
1571         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_close),
1572         (gst_rtspsrc_play), (gst_rtspsrc_change_state):
1573         * gst/rtsp/gstrtspsrc.h:
1574         Setup UDP sources correctly, receives raw data from RTSP
1575         compliant servers now.
1576
1577 2005-05-11  Wim Taymans  <wim@fluendo.com>
1578
1579         * gst/rtsp/.cvsignore:
1580         * gst/rtsp/Makefile.am:
1581         * gst/rtsp/gstrtsp.c: (plugin_init):
1582         * gst/rtsp/gstrtsp.h:
1583         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1584         (gst_rtspsrc_get_type), (gst_rtspsrc_base_init),
1585         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1586         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1587         (gst_rtspsrc_create_stream), (rtspsrc_add_element),
1588         (gst_rtspsrc_stream_setup_rtp),
1589         (gst_rtspsrc_stream_configure_transport), (find_stream),
1590         (gst_rtspsrc_loop), (gst_rtspsrc_send), (gst_rtspsrc_open),
1591         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
1592         (gst_rtspsrc_activate), (gst_rtspsrc_change_state):
1593         * gst/rtsp/gstrtspsrc.h:
1594         * gst/rtsp/rtsp.h:
1595         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
1596         (rtsp_connection_create), (append_header), (rtsp_connection_send),
1597         (read_line), (read_string), (read_key), (parse_response_status),
1598         (parse_line), (read_body), (rtsp_connection_receive),
1599         (rtsp_connection_close):
1600         * gst/rtsp/rtspconnection.h:
1601         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_method_as_text),
1602         (rtsp_header_as_text), (rtsp_status_as_text),
1603         (rtsp_status_to_string), (rtsp_find_header_field):
1604         * gst/rtsp/rtspdefs.h:
1605         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
1606         (rtsp_message_init_request), (rtsp_message_new_response),
1607         (rtsp_message_init_response), (rtsp_message_init_data),
1608         (rtsp_message_add_header), (rtsp_message_remove_header),
1609         (rtsp_message_get_header), (rtsp_message_get_header_copy),
1610         (rtsp_message_set_body), (rtsp_message_set_body_copy),
1611         (rtsp_message_get_body), (rtsp_message_get_body_copy), (dump_mem),
1612         (dump_key_value), (rtsp_message_dump):
1613         * gst/rtsp/rtspmessage.h:
1614         * gst/rtsp/rtspstream.h:
1615         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
1616         (rtsp_transport_init), (parse_mode), (parse_range),
1617         (rtsp_transport_parse), (rtsp_transport_free):
1618         * gst/rtsp/rtsptransport.h:
1619         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
1620         * gst/rtsp/rtspurl.h:
1621         * gst/rtsp/sdp.h:
1622         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
1623         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
1624         (sdp_media_init), (sdp_message_set_origin),
1625         (sdp_message_get_origin), (sdp_message_set_connection),
1626         (sdp_message_get_connection), (sdp_message_add_bandwidth),
1627         (sdp_message_add_time), (sdp_message_add_zone),
1628         (sdp_message_set_key), (sdp_message_get_key),
1629         (sdp_message_get_attribute_val), (sdp_message_add_attribute),
1630         (sdp_message_add_media), (sdp_media_add_attribute),
1631         (sdp_media_add_bandwidth), (sdp_media_add_format),
1632         (sdp_media_get_attribute_val), (read_string), (read_string_del),
1633         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
1634         (sdp_message_dump):
1635         * gst/rtsp/sdpmessage.h:
1636         * gst/rtsp/test.c: (main):
1637         Ported to 0.9.
1638         Set up transports, init UDP ports, init RTP session managers.
1639
1640 2005-05-11  Wim Taymans  <wim@fluendo.com>
1641
1642         * gst/rtp/Makefile.am:
1643         * gst/rtp/gstrtp.c: (plugin_init):
1644         * gst/rtp/gstrtpdec.c: (gst_rtpdec_get_type),
1645         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_chain_rtp),
1646         (gst_rtpdec_chain_rtcp), (gst_rtpdec_set_property),
1647         (gst_rtpdec_get_property), (gst_rtpdec_change_state),
1648         (gst_rtpdec_plugin_init):
1649         * gst/rtp/gstrtpdec.h:
1650         * gst/udp/gstudpsink.c: (gst_udpsink_base_init),
1651         (gst_udpsink_get_times), (gst_udpsink_render),
1652         (gst_udpsink_change_state):
1653         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1654         (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init),
1655         (gst_udpsrc_loop), (gst_udpsrc_set_uri), (gst_udpsrc_set_property),
1656         (gst_udpsrc_get_property), (gst_udpsrc_init_receive),
1657         (gst_udpsrc_activate), (gst_udpsrc_change_state),
1658         (gst_udpsrc_uri_get_type), (gst_udpsrc_uri_get_protocols),
1659         (gst_udpsrc_uri_get_uri), (gst_udpsrc_uri_set_uri),
1660         (gst_udpsrc_uri_handler_init):
1661         * gst/udp/gstudpsrc.h:
1662         UDP fixes, added uri handler.
1663         Added rtpdec that will manage the RTP session in the future.
1664
1665 2005-05-10  Arwed v. Merkatz  <v.merkatz@gmx.net>
1666
1667         * PORTED_09:
1668         * configure.ac:
1669         * ext/Makefile.am:
1670         * ext/esd/Makefile.am:
1671         * ext/esd/esdsink.c: (gst_esdsink_get_type),
1672         (gst_esdsink_class_init), (gst_esdsink_init),
1673         (gst_esdsink_dispose), (gst_esdsink_change_state),
1674         (gst_caps_set_each), (gst_esdsink_getcaps), (gst_esdsink_open),
1675         (gst_esdsink_close), (gst_esdsink_write), (gst_esdsink_delay),
1676         (gst_esdsink_reset), (gst_esdsink_set_property),
1677         (gst_esdsink_get_property), (gst_esdsink_factory_init):
1678         * ext/esd/esdsink.h:
1679         * ext/esd/gstesd.c: (plugin_init):
1680         Ported esdsink plugin
1681
1682 2005-05-10  Wim Taymans  <wim@fluendo.com>
1683
1684         * gst/udp/Makefile.am:
1685         * gst/udp/gstudpsink.c: (gst_udpsink_get_type),
1686         (gst_udpsink_base_init), (gst_udpsink_class_init),
1687         (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render),
1688         (gst_udpsink_set_property), (gst_udpsink_get_property),
1689         (gst_udpsink_init_send), (gst_udpsink_close),
1690         (gst_udpsink_change_state):
1691         * gst/udp/gstudpsink.h:
1692         * gst/udp/gstudpsrc.c: (gst_udpsrc_base_init),
1693         (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_loop),
1694         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
1695         (gst_udpsrc_init_receive), (gst_udpsrc_close),
1696         (gst_udpsrc_activate), (gst_udpsrc_change_state):
1697         * gst/udp/gstudpsrc.h:
1698         Ported udp src/sink.
1699
1700 2005-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1701
1702         * PORTED_09:
1703         * configure.ac:
1704         * ext/Makefile.am:
1705         * ext/shout2/Makefile.am:
1706         * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
1707         (gst_shout2send_base_init), (gst_shout2send_class_init),
1708         (gst_shout2send_init), (gst_shout2send_event),
1709         (gst_shout2send_render), (gst_shout2send_set_property),
1710         (gst_shout2send_get_property), (gst_shout2send_setcaps),
1711         (gst_shout2send_change_state):
1712         * ext/shout2/gstshout2.h:
1713
1714         Port shout2 plugin
1715
1716 2005-05-08  Zeeshan Ali   <zeenix@gmail.com>
1717
1718         * configure.ac:
1719         * ext/Makefile.am:
1720         * ext/libcaca/Makefile.am:
1721         * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
1722         (gst_cacasink_class_init), (gst_cacasink_get_times),
1723         (gst_cacasink_setcaps), (gst_cacasink_init), (gst_cacasink_render),
1724         (plugin_init):
1725         * ext/libcaca/gstcacasink.h:
1726         Ported the libcaca plugin.
1727
1728 2005-05-08  Zeeshan Ali  <zeenix@gmail.com>
1729
1730         * configure.ac:
1731         * ext/mad/Makefile.am:
1732         * effectv/Makefile.am:
1733         Fixed a few things to enable the mad and effectv to be able to find the
1734         headers in the gst-plugins-base/gst-libs and to link against the libs
1735         in there.
1736
1737 2005-05-07  Zeeshan Ali  <zeenix@gmail.com>
1738
1739         * configure.ac:
1740         Fixed the build by fixing a small mistake of Wim.
1741         
1742 2005-05-06  Wim Taymans  <wim@fluendo.com>
1743
1744         * configure.ac:
1745         * ext/aalib/Makefile.am:
1746         * ext/aalib/gstaasink.c: (gst_aasink_get_type),
1747         (gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps),
1748         (gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render),
1749         (gst_aasink_set_property), (gst_aasink_get_property),
1750         (gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state):
1751         * ext/aalib/gstaasink.h:
1752         * gst/smpte/Makefile.am:
1753         * gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init),
1754         (gst_smpte_collected):
1755         * gst/smpte/gstsmpte.h:
1756         Ported 2 more plugins. usgly hack in the Makefile.am though, I'm
1757         sure someone will fix it.
1758
1759 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1760
1761         * configure.ac: add sidplay
1762         * ext/Makefile.am: add sidplay
1763         * ext/sidplay/Makefile.am: add GST_PLUGINS_CFLAGS
1764         * ext/sidplay/gstsiddec.cc: remove bytestream.h
1765
1766 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1767
1768         * configure.ac: add gst-plugins-libs
1769
1770 2005-05-06  Wim Taymans  <wim@fluendo.com>
1771
1772         * configure.ac:
1773         * ext/sidplay/gstsiddec.cc:
1774         * ext/sidplay/gstsiddec.h:
1775         Ported sidplay.
1776
1777 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1778
1779         * configure.ac: 
1780         * ext/mad/Makefile.am: add linking of gstinterfaces
1781         * ext/mad/gstid3tag.c: (plugin_init): remove library_load
1782         * gst-plugins.spec.in: 
1783         * gst/effectv/Makefile.am: link to libgstvideofilter
1784         * gst/effectv/gsteffectv.c: (plugin_init): same as for mad
1785         * gst/videofilter/Makefile.am: make sure videoflip is not built
1786
1787 2005-05-06  Wim Taymans  <wim@fluendo.com>
1788
1789         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps),
1790         (gst_alawdec_init), (gst_alawdec_chain):
1791         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_setcaps),
1792         (gst_alawenc_init), (gst_alawenc_chain):
1793         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_setcaps),
1794         (gst_mulawdec_init), (gst_mulawdec_chain):
1795         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_setcaps),
1796         (gst_mulawenc_init), (gst_mulawenc_chain):
1797         Ported alaw and mulaw plugins to 0.9, fixed the negotiation as
1798         well.
1799
1800 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1801
1802         * ext/alsa: removed plugins that are now in gst-plugins-base
1803         * ext/gnomevfs:
1804         * ext/theora:
1805         * ext/vorbis:
1806         * gst/adder:
1807         * gst/audioconvert:
1808         * gst/ffmpegcolorspace:
1809         * gst/typefind:
1810         * gst/videofilter: comment out videoflip and gamma plugins
1811
1812 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1813
1814         * gst-libs: Remove all files as this is in gst-plugins-base now
1815         * gst-libs/README: add a remove informing of this move
1816
1817 2005-05-06  Christian Schaller <uraeus@gnome.org> 
1818
1819         * PORTED_09: update to add videofilter
1820         * configure.ac: re-add videofilter
1821         * gst/videofilter/Makefile.am: remove videobalance (not ported yet)
1822         * gst/videofilter/gstgamma.c: (gst_gamma_class_init):
1823         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init):
1824         * gst/videofilter/gstvideofilter.c: (gst_videofilter_getcaps),
1825         (gst_videofilter_setcaps), (gst_videofilter_init),
1826         (gst_videofilter_chain), (gst_videofilter_set_output_size):
1827         * gst/videofilter/gstvideoflip.c: (gst_videoflip_class_init):
1828
1829 2005-05-06  Christian Schaller <uraeus@gnome.org>
1830
1831         * ext/mad: ported plugin from threaded branch
1832         * gst/effectv: ported plugins from threaded branch
1833         * gst/law: enable law plugin as it compiles (Wim will fixor)
1834
1835 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1836
1837         * configure.ac:
1838         fix typo
1839
1840 2005-05-05  Christian Schaller <uraeus@gnome.org>
1841
1842         * Update configure.ac and Makefiles to only build what is actually
1843         ported and not moved into gst-plugins-base
1844
1845 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         * configure.ac:
1848           hunting season on 0.9 is now OPEN
1849
1850 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1851
1852         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1853           Kick the hell out of gcc for not warning me about a symbol conflict.
1854
1855 2005-02-22  Luca Ognibene  <luogni@tin.it>
1856
1857         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
1860           Don't leak caps string (fixes #168134)
1861
1862         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
1863         (gst_jpegenc_init), (gst_jpegenc_finalize),
1864         (gst_jpegenc_change_state):
1865           Don't leak line buffers and context struct (fixes #168133).
1866
1867 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1868
1869         * configure.ac:
1870         * ext/dirac/gstdiracdec.cc:
1871         (gst_diracdec_chain):
1872           Since dirac 0.5.0 the framerate in dirac is expressed as a
1873           rational number. Fix build and up requirement to 0.5.0, and
1874           also pass parameters to gst_diracdec_link in the right order
1875           (fixes #167959).
1876
1877 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
1878
1879         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
1880         * ext/faad/gstfaad.h:
1881         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
1882         certain invalid muxed streams, where some packets will contain 
1883         junk after decoder data. Partially fixes #149158.
1884
1885 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
1886         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
1887           Make sure we only write to writable buffers
1888
1889 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst-libs/gst/riff/riff-media.c:
1892         (gst_riff_create_audio_caps_with_data):
1893           Do actually fix invalid RIFF fmt header values for alaw
1894           and mulaw audio instead of just saying so.
1895
1896         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1897           Give gst_riff_create_audio_caps_with_data() a chance to
1898           fix up broken format header fields before extracting any
1899           parameters from the header. (fixes #167633)
1900
1901 2005-02-19  Martin Holters  <martin.holters@gmx.de>
1902
1903         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1904
1905         * gst/audioconvert/bufferframesconvert.c:
1906         (buffer_frames_convert_link):
1907           Don't leak othercaps. (fixes #167878)
1908
1909 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>>
1910
1911         * configure.ac:
1912         * ext/libvisual/visual.c: (gst_visual_srclink),
1913         (gst_visual_change_state):
1914           Support libvisual 0.2.0.
1915
1916 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
1919         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
1920           Use same rowstrides for I420 as used everywhere else.
1921
1922 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
1925           Declare variables at beginning of block and make gcc-2.95 happy
1926           (fixes # 167482, patch by Gergely Nagy).
1927           
1928         * gst/tcp/gsttcpclientsrc.c:
1929         * gst/tcp/gsttcpclientsrc.h:
1930           Move some includes into the header, so that struct sockaddr_in is
1931           defined when it should be defined on FreeBSD as well (fixes
1932           #167483).
1933           
1934         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
1935           Don't pass uninitialised values to setsockopt() here either.
1936
1937 2005-02-17  Luca Ognibene  <luogni at tin dot it>
1938
1939         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1940
1941         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
1942           Don't pass uninitialised values to setsockopt(). (fixes #167704)
1943
1944 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1945
1946         * gst/playback/gstplaybin.c: (add_sink):
1947           Invert bin_add/link order to workaround deadlock in opt.
1948
1949 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1950
1951         * gst/modplug/gstmodplug.cc:
1952           Add missing break causing position queries to fail.
1953
1954 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1955
1956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
1957           Granpos can apparently be -1, which screws up calculations...
1958
1959 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
1960
1961         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
1962         (gst_ximagesink_send_pending_navigation),
1963         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
1964         (gst_ximagesink_init):
1965         * sys/ximage/ximagesink.h:
1966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
1967         (gst_xvimagesink_send_pending_navigation),
1968         (gst_xvimagesink_navigation_send_event),
1969         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
1970         * sys/xvimage/xvimagesink.h:
1971           Use a mutex protected list to marshal navigation
1972           events into the stream thread from whichever thread
1973           sends them.
1974
1975 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
1978           Display current position and track length; misc. clean-ups.
1979           
1980         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
1981         (speed_init), (speed_chain):
1982           Add query function, so that the stream length and current position
1983           get adjusted when queried (note that current position queries may
1984           still be wrong if the audio sink returns values based on buffer
1985           timestamps instead of passing on the query).
1986
1987 2005-02-13  Benjamin Otte  <otte@gnome.org>
1988
1989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1990         (gst_audio_convert_channels):
1991           create channel conversion matrix when linking
1992         * gst/audioconvert/.cvsignore:
1993         * gst/audioconvert/Makefile.am:
1994         * gst/audioconvert/channelmixtest.c: (main):
1995           add (ugly) test that ensures stereo <=> mono conversion works
1996           correctly
1997
1998 2005-02-13  Benjamin Otte  <otte@gnome.org>
1999
2000         * gst/audioconvert/gstchannelmix.h:
2001           include missing header file
2002         * gst/audioconvert/gstchannelmix.c:
2003         (gst_audio_convert_fill_compatible):
2004           use same sign for both channels when converting to/from compatible
2005           channel. Previously used different signs made the signals cancel
2006           each other out and appear like silence. (fixes #167269)
2007
2008 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2009
2010         * gst/ffmpegcolorspace/avcodec.h:
2011         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2012         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2013         (gst_ffmpegcsp_avpicture_fill):
2014         * gst/ffmpegcolorspace/imgconvert.c:
2015           Convert to and from YV12 (fixes #156379).
2016
2017 2005-02-12  Julien MOUTTE  <julien@moutte.net>
2018
2019         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2020         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
2021         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
2022         (gst_ximagesink_expose), (gst_ximagesink_set_property),
2023         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
2024         methods from chain and negotiation and vice versa (Fixes #166142).
2025         * sys/ximage/ximagesink.h: Add stream_lock.
2026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2027         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2028         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2029         (gst_xvimagesink_expose): Check for xcontext before trying to link.
2030
2031 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
2034           Don't send "Hey! You gave me a NULL pointer you naughty person" as
2035           error message when we can't open the DVD device (when dvdnav_open()
2036           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
2037           the above). Send something more useful instead (fixes #167117).
2038
2039 2005-02-11  Julien MOUTTE  <julien@moutte.net>
2040
2041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2042         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
2043         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2044         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2045         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2046         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
2047         methods from chain and negotiation and vice versa (Fixes #166142).
2048         Fix a possible bug of images in the buffer pool being discarded because
2049         we are looking at the wrong geometry.
2050         * sys/xvimage/xvimagesink.h: Add stream_lock.
2051
2052 2005-02-11  David Schleef  <ds@schleef.org>
2053
2054         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
2055         unsigned int. (fixes #167128)
2056
2057 2005-02-11  David Schleef  <ds@schleef.org>
2058
2059         * gst/librfb/Makefile.am: Testing stuff before committing is
2060           for wimps... and people with fast machines.  Fix stupid
2061           mistake.
2062
2063 2005-02-11  David Schleef  <ds@schleef.org>
2064
2065         * configure.ac: Pull in librfb from my CVS tree, because it is
2066           too small and annoying to be separate.  Move rfbsrc plugin
2067           to gst/.
2068         * ext/Makefile.am:
2069         * ext/librfb/Makefile.am:
2070         * ext/librfb/gstrfbsrc.c:
2071         * gst/librfb/Makefile.am:
2072         * gst/librfb/gstrfbsrc.c:
2073         * gst/librfb/rfb.c:
2074         * gst/librfb/rfb.h:
2075         * gst/librfb/rfbbuffer.c:
2076         * gst/librfb/rfbbuffer.h:
2077         * gst/librfb/rfbbytestream.c:
2078         * gst/librfb/rfbbytestream.h:
2079         * gst/librfb/rfbcontext.h:
2080         * gst/librfb/rfbdecoder.c:
2081         * gst/librfb/rfbdecoder.h:
2082         * gst/librfb/rfbutil.h:
2083
2084 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2085
2086         * gst/speed/Makefile.am:
2087         * gst/speed/demo-mp3.c: (main):
2088         * gst/speed/filter.func:
2089         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
2090         (speed_class_init), (speed_init), (speed_chain_int16),
2091         (speed_chain_float32), (speed_chain), (speed_set_property),
2092         (speed_get_property), (speed_change_state):
2093         * gst/speed/gstspeed.h:
2094           Fix speed element and make it chain-based (fixes #156467),
2095           and make it handle more than one channel.
2096
2097 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
2098
2099         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
2100         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
2101         (gst_dtsdec_chain), (gst_dtsdec_change_state):
2102         * ext/dts/gstdtsdec.h:
2103           Don't clobber the stack constructing the channels array.
2104           Make the element chain-based. DTS tracks can now be played.
2105           
2106 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2107
2108         * gst-libs/gst/audio/multichannel.h:
2109         * gst-libs/gst/gconf/gconf.h:
2110         * gst-libs/gst/idct/idct.h:
2111         * gst-libs/gst/media-info/media-info-priv.h:
2112         * gst-libs/gst/play/play.h:
2113         * gst-libs/gst/resample/private.h:
2114         * gst-libs/gst/resample/resample.h:
2115         * gst-libs/gst/riff/riff-ids.h:
2116         * gst-libs/gst/video/video.h:
2117         * gst-libs/gst/video/videosink.h:
2118           Add G_BEGIN_DECLS and G_END_DECLS around headers where
2119           missing, so that they work when included from C++ code.
2120
2121 2005-02-09  David Schleef  <ds@schleef.org>
2122
2123         * testsuite/gst-lint: Check for non-statically scoped
2124           parent_class variables.  This won't be a problem once
2125           plugins are loaded with RTLD_LOCAL.
2126
2127 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2128
2129         * ext/mplex/gstmplexibitstream.cc:
2130           gcc madness.
2131
2132 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2133
2134         * ext/ogg/gstogmparse.c:
2135         * gst/debug/gstnavigationtest.c:
2136           Die, thou faulty symbol pollutors (non-static parent_class).
2137
2138 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2139
2140         * ext/mplex/gstmplexibitstream.cc:
2141           Fix event handling (#165525).
2142
2143 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2144
2145         * ext/mikmod/gstmikmod.c:
2146         * gst/modplug/gstmodplug.cc:
2147           Add missing endianness to template (fixes #165509).
2148
2149 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2150
2151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
2152           Fix wrong order of reading of optional bytes (#165290).
2153
2154 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2155
2156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2157           Implement FILLER event awareness.
2158
2159 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2160
2161         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
2162           Fix track calculations (#166208).
2163
2164 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
2165
2166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2167
2168         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
2169         * ext/libpng/gstpngenc.c:
2170           Fix byte-order, use proper fixed caps. Fixes #164197.
2171
2172 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2173
2174         * configure.ac:
2175           Add dvdlpcmdec 
2176
2177         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
2178         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
2179           Don't push buffers if the src pad isn't negotiated yet.
2180           
2181         * gst/audioconvert/gstaudioconvert.c:
2182         (gst_audio_convert_buffer_to_default_format),
2183         (gst_audio_convert_buffer_from_default_format):
2184           Add support for 24-bit width.
2185
2186         * gst/dvdlpcmdec/.cvsignore:
2187         * gst/dvdlpcmdec/Makefile.am:
2188         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
2189         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
2190         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
2191         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
2192         (plugin_init):
2193         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
2194           New decoder for rearranging DVD LPCM into our audio/x-raw-int
2195           format. Needs support for the channels maps if someone can find 
2196           a DVD LPCM track with > 2 channels.
2197
2198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
2199         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
2200         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
2201         * gst/mpegstream/gstdvddemux.h:
2202         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
2203         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
2204         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
2205         * gst/mpegstream/gstmpegdemux.h:
2206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
2207         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
2208         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
2209         (gst_mpeg_parse_handle_src_query),
2210         (gst_mpeg_parse_handle_src_event):
2211           Use audio/x-dvd-lpcm for LPCM output.
2212           Add DTS output.
2213
2214 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
2215
2216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2217
2218         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
2219         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
2220           Add BGRA handling (#165736).
2221
2222 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
2223
2224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2225
2226         * gst/law/alaw-decode.c: (alawdec_link):
2227         * gst/law/alaw-encode.c: (alawenc_link):
2228         * gst/law/mulaw-decode.c: (mulawdec_link):
2229         * gst/law/mulaw-encode.c: (mulawenc_link):
2230           Fix caps memleaks (#166600).
2231
2232 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2233
2234         * ext/tarkin/mem.h:
2235         * ext/tarkin/wavelet.h:
2236         * ext/tarkin/yuv.h:
2237         * gst/ffmpegcolorspace/avcodec.h:
2238           Include "_stdint.h" instead of <stdint.h>. Fixes build on
2239           systems that don't have stdint.h, like Solaris9 (fixes #166631).
2240
2241 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2242
2243         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
2244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
2245         (gst_xvimagesink_change_state):
2246           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
2247           Xv video (and thereby regenerate Xv colourkey) in clear() so
2248           that PLAY -> READY -> PLAY works (fixes #162504).
2249
2250 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2251
2252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
2253           Switch to list instead of range, since MJPEG-devices really just
2254           support decimations, not any size.
2255
2256 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2257         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
2258         (gst_mpeg2dec_reset), (free_all_buffers),
2259         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
2260         * ext/mpeg2dec/gstmpeg2dec.h:
2261           The libmpeg2 user-allocated buffer management is awkward, 
2262           to say the least. Hopefully this fixes things.
2263
2264 2005-02-04  Andy Wingo  <wingo@pobox.com>
2265
2266         * gst/audioconvert/bufferframesconvert.c
2267         (buffer_frames_convert_fixate): New function, fixates to 256
2268         frames per buffer by default. (Much better than 1.)
2269         (buffer_frames_convert_init): Set the fixate function for both src
2270         and sink pad.
2271         (buffer_frames_convert_link): After success setting nonfixed caps,
2272         get the negotiated caps so we can know how many buffer-frames it
2273         will be. No idea how this worked at all before.
2274
2275 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2276
2277         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
2278         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
2279         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
2280         (handle_sequence), (handle_picture):
2281         * ext/mpeg2dec/gstmpeg2dec.h:
2282           Rearrange buffer tracking and refcounting and refactor
2283           a little for readability. 
2284
2285 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
2286         * sys/v4l/gstv4l.c: (plugin_init):
2287         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
2288         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
2289         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
2290         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
2291         * sys/v4l/gstv4ljpegsrc.h:
2292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
2293         * sys/v4l/v4l_calls.h:
2294         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
2295         (gst_v4lsrc_get_fps):
2296         * sys/v4l/v4lsrc_calls.h:
2297           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
2298           you jpeg inside rgb frames" driver.
2299           Don't error in the v4lsrc link function, just return 
2300           REFUSED.
2301
2302 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2303
2304         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
2305         (gst_qcamsrc_open):
2306           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
2307
2308 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2309
2310         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2311           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
2312
2313 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2314
2315         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
2316           Reset negotiated state on PAUSED->READY.
2317
2318 2005-02-02  David Schleef  <ds@schleef.org>
2319
2320         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
2321         whereever possible.  (Fixes #165997)
2322         * examples/capsfilter/capsfilter1.c: (main):
2323         * examples/dynparams/filter.c: (create_ui):
2324         * examples/seeking/cdparanoia.c: (get_track_info), (main):
2325         * examples/seeking/chained.c: (main):
2326         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
2327         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
2328         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
2329         (make_mpeg_pipeline), (make_mpegnt_pipeline):
2330         * examples/seeking/spider_seek.c: (make_spider_pipeline):
2331         * examples/switch/switcher.c: (main):
2332         * ext/dv/demo-play.c: (main):
2333         * ext/faad/gstfaad.c: (gst_faad_change_state):
2334         * ext/mad/gstmad.c: (gst_mad_chain):
2335         * ext/smoothwave/demo-osssrc.c: (main):
2336         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
2337         (gst_gconf_render_bin_from_description),
2338         (gst_gconf_get_default_audio_sink),
2339         (gst_gconf_get_default_video_sink),
2340         (gst_gconf_get_default_audio_src),
2341         (gst_gconf_get_default_video_src),
2342         (gst_gconf_get_default_visualization_element):
2343         * gst/level/demo.c: (main):
2344         * gst/level/plot.c: (main):
2345         * gst/playback/gstplaybin.c: (gen_video_element),
2346         (gen_audio_element):
2347         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
2348         * gst/playondemand/demo-mp3.c: (setup_pipeline):
2349         * gst/sine/demo-dparams.c: (main):
2350         * gst/spectrum/demo-osssrc.c: (main):
2351         * gst/speed/demo-mp3.c: (main):
2352         * gst/volume/demo.c: (main):
2353         * testsuite/embed/embed.c: (main):
2354
2355 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
2356
2357         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2358         (gst_tcpclientsink_finalize):
2359         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2360         (gst_tcpclientsrc_finalize):
2361         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2362         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
2363         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2364         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
2365           Don't leak the hostname when shutting down.
2366           In tcpserversrc, take a copy of the default hostname.
2367
2368 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2369
2370         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
2371           Set caps to systemstream=TRUE.
2372
2373 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2374
2375         * testsuite/Makefile.am:
2376           Fix more OSX buildbots.
2377
2378 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
2379
2380         * ext/mpeg2dec/gstmpeg2dec.c:
2381           Don't send things to NULL PAD_PEERs
2382
2383         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
2384           Copy-on-write the incoming buffer.
2385
2386         * gst/mpegstream/gstdvddemux.h:
2387         * gst/mpegstream/gstmpegclock.h:
2388         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2389         (normal_seek), (gst_mpeg_demux_handle_src_event):
2390         * gst/mpegstream/gstmpegdemux.h:
2391         * gst/mpegstream/gstmpegpacketize.h:
2392         * gst/mpegstream/gstmpegparse.c:
2393         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
2394         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
2395         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
2396         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
2397         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
2398         * gst/mpegstream/gstmpegparse.h:
2399         * gst/mpegstream/gstrfc2250enc.h:
2400           Various changes to the way time is computed that make seeking and
2401           total time estimation much better here.
2402           Use G_BEGIN/END_DECLS instead of __cplusplus
2403
2404         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
2405           Use gst_buffer_stamp instead of only copying the TIMESTAMP
2406
2407 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2408
2409         * gst/subparse/gstsubparse.c:
2410           Fix OSX buildbot.
2411
2412 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2415         (theora_enc_chain), (theora_enc_change_state):
2416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2417         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
2418         (gst_vorbisenc_change_state):
2419         * ext/vorbis/vorbisenc.h:
2420           Set granulepos and timestamp correctly for streams not
2421           starting at 0, taking into account the initial delay.
2422
2423 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         * gst/mpegstream/gstdvddemux.c:
2426           Add audio/x-dts to audio pad template caps
2427
2428 2005-01-30  David Schleef  <ds@schleef.org>
2429
2430         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
2431         (create_context), (gst_polypsink_link): Fix silly endianness
2432         bug.  Add some debugging.  Remove float from caps; it doesn't
2433         work.  Attempt to get remote audio working.
2434
2435 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2436
2437         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2438           Add 3IV2 fourcc.
2439
2440 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2441
2442         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
2443         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
2444         (gst_avi_demux_stream_data):
2445         * gst/avi/gstavidemux.h:
2446           Invert DIB images. Fixes #132341.
2447
2448 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2449
2450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2451         (gst_ffmpegcsp_chain):
2452           D'oh, reference the palette data, not the palette structure.
2453           Fixes color distortion in #132341.
2454
2455 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2456
2457         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
2458           PAR can be non-fixed when not provided as argument (#162626).
2459
2460 2005-01-29  David Moore  <dcm@acm.org>
2461
2462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2463
2464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2465         (gst_qtdemux_loop_header):
2466           Re-apply patch from #142272 that allows non-seekable sources,
2467           re-proposed by Daniel Drake <dsd@gentoo.org>.
2468
2469 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2470
2471         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
2472           Use the src template for creating the src pad (#162330).
2473
2474 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2475
2476         * configure.ac:
2477         * ext/musepack/Makefile.am:
2478         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
2479         (gst_musepackdec_init), (gst_musepackdec_dispose),
2480         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
2481         (gst_musepack_stream_init), (gst_musepackdec_loop),
2482         (gst_musepackdec_change_state):
2483         * ext/musepack/gstmusepackdec.cpp:
2484         * ext/musepack/gstmusepackdec.h:
2485         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
2486         (gst_musepack_reader_read), (gst_musepack_reader_seek),
2487         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
2488         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
2489         * ext/musepack/gstmusepackreader.cpp:
2490         * ext/musepack/gstmusepackreader.h:
2491           Update to 1.1 API (#165446).
2492
2493 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2494
2495         * ext/Makefile.am:
2496           Unbreak buildbot.
2497
2498 2005-01-28  Andy Wingo  <wingo@pobox.com>
2499
2500         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
2501         to reflect a different dubious internet source. Add a reference
2502         and some commentary.
2503
2504 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2505
2506         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2507         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
2508         * gst/playback/gststreamselector.h:
2509           Be more selective when we're redoing caps negotiation from
2510           within the chain function on a stream change.
2511
2512 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2513
2514         * configure.ac:
2515         * ext/Makefile.am:
2516         * ext/amrnb/Makefile.am:
2517         * ext/amrnb/amrnb.c: (plugin_init):
2518         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
2519         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
2520         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
2521         (gst_amrnbdec_state_change):
2522         * ext/amrnb/amrnbdec.h:
2523         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
2524         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
2525         (gst_amrnbparse_init), (gst_amrnbparse_formats),
2526         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
2527         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
2528         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
2529         * ext/amrnb/amrnbparse.h:
2530           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
2531         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2532           Add AMR-NB/-WB raw formats.
2533         * ext/alsa/gstalsa.c: (gst_alsa_link):
2534           Keep valid time when changing format.
2535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2536         (qtdemux_parse_trak):
2537           Add some more format-specific options (#140141, #143555, #155163).
2538
2539 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2540
2541         * gst/matroska/matroska-demux.c:
2542         (gst_matroska_demux_parse_blockgroup):
2543           Fix logic error in timing of subtitle stream synchronization.
2544         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2545           Add skip-chunk, which is found in kodak-camera streams.
2546
2547 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2548
2549         * po/LINGUAS:
2550         * po/vi.po:
2551           Adding Vietnamese translation (submitted by Clytie Siddall)
2552
2553 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2554
2555         * gst/playback/gstdecodebin.c: (try_to_link_1):
2556           Use realpad for signal.
2557
2558 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2559
2560         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
2561           Fix category so decodebin picks it up.
2562
2563 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2564
2565         * ext/mad/Makefile.am:
2566         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
2567         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
2568         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
2569         (found_type), (gst_id3demux_bin_change_state):
2570         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
2571         (gst_id3_tag_init), (gst_id3_tag_handle_event),
2572         (gst_id3_tag_src_link), (gst_id3_tag_chain),
2573         (gst_id3_tag_change_state), (plugin_init):
2574         * ext/mad/gstmad.h:
2575           Add id3demuxbin (which is a simple bin consisting of id3demux
2576           and typefind), take over rank from id3demux, remove typefind
2577           code from id3demux. Makes all broken mp3s that I know of work,
2578           and thereby fixes #152688.
2579
2580 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
2581
2582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2583
2584         * ext/mad/gstmad.c: (gst_mad_src_event):
2585         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
2586           Allow seeks on audio pad, make mad forward those (#164826).
2587         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2588           Set duration (#165335).
2589
2590 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2591
2592         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2593         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
2594         (gst_asf_demux_process_ext_content_desc),
2595         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
2596         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
2597         * gst/asfdemux/gstasfdemux.h:
2598           Improve metadata display, e.g. if the metadata comes before the
2599           streams are loaded (which is perfectly valid).
2600
2601 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2602
2603         * tools/gst-launch-ext-m.m:
2604           Fix AVI/ASF pipelines (#165340).
2605
2606 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
2607         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
2608         build failure on amd64
2609
2610 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2611
2612         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
2613         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
2614           Check environment variables GST_ID3V2_TAG_ENCODING,
2615           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
2616           list of character encodings to force interpretation of non-unicode
2617           strings stored in an ID3v2 tag to a particular encoding. If none
2618           is specified, try to use current locale's encoding, then fall back
2619           to ISO-8859-1 (which will always succeed). (Resolves #149274)
2620         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
2621         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
2622           Check environment variables GST_ID3V1_TAG_ENCODING,
2623           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
2624           list of character encodings to use in case a string encountered
2625           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
2626           specified, try to use the current locale's encoding, then fall
2627           back to ISO-8859-1 (which will always succeed).
2628
2629 2005-01-25  Benjamin Otte  <otte@gnome.org>
2630
2631         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2632           - on half framerate, compute the rate in advance so the comparisons
2633             don't compare wrong values
2634           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
2635             behaviour
2636           - don't use mad_header_decode anymore, mad_frame_decode does that
2637             automatically
2638           - when getting rid of consumed bytes, reset the stream's skiplen
2639           (fixes #163867)
2640
2641 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
2642
2643         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
2644           Use 1/2 a second for default max_discont, as PES streams from DVB
2645           seem to have larger spacings in the SCR. 
2646           Fix a typo.
2647
2648 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2649
2650         * gst/playback/gstplaybasebin.c: (group_commit):
2651           Notify delayed stream-info availability.
2652
2653 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
2654         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
2655         (gst_a52dec_handle_event), (gst_a52dec_chain):
2656         Add some debug output. Check that a discont has a valid
2657         time associated.
2658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2659         (gst_alsa_sink_loop):
2660         Ignore TAG events. A little extra debug for broken timestamps.
2661         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
2662         (dvdnavsrc_change_state):
2663         Ensure we send a discont to engage the link before we send any
2664         other events.
2665         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
2666         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
2667         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
2668         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
2669         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
2670         dvd://title works in totem because typefinding sends a seek that ends
2671         up going back to chapter 1 regardless.
2672         * ext/mpeg2dec/gstmpeg2dec.c:
2673         * ext/mpeg2dec/gstmpeg2dec.h:
2674         Output correct timestamps and handle disconts.
2675         * ext/ogg/gstoggdemux.c: (get_relative):
2676         Small guard against a null dereference.
2677         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
2678         (gst_textoverlay_set_property):
2679         Free memory when done. Don't call gst_event_filler_get_duration on
2680         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
2681         g_warning.
2682         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
2683         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
2684         (gst_sw_srclink), (gst_smoothwave_chain):
2685         Draw solid lines, prettier colours.
2686         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
2687         Add a default palette that'll work for some movies.
2688         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
2689         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
2690         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
2691         * gst/mpegstream/gstdvddemux.h:
2692         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
2693         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
2694         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
2695         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
2696         * gst/mpegstream/gstmpegparse.h:
2697         Use PTM/NAV events when for timestamp adjustment when connected to 
2698         dvdnavsrc. Don't use many discont events where one suffices.
2699         * gst/playback/gstplaybasebin.c: (group_destroy),
2700         (gen_preroll_element), (gst_play_base_bin_add_element):
2701         * gst/playback/gstplaybasebin.h:
2702         Make sure we remove subtitles from the same bin we put them in.
2703         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
2704         (gst_subparse_buffer_format_autodetect),
2705         (gst_subparse_change_state):
2706         Fix some memleaks and invalid accesses.
2707         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
2708         (oggskel_type_find), (cmml_type_find), (plugin_init):
2709         Some typefind functions for Annodex v3.0 files
2710         * gst/wavparse/gstwavparse.h:
2711         GstRiffReadClass is the correct parent class.
2712
2713 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2714
2715         * gst-libs/gst/riff/riff-media.c:
2716         (gst_riff_create_video_caps_with_data):
2717           Add extradata to huffyuv (fixes #165013).
2718         * gst-libs/gst/riff/riff-read.c:
2719         (gst_riff_read_strf_vids_with_data):
2720           Fix extradata extraction if it is in the chunk size.
2721
2722 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
2723
2724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2725
2726         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
2727         (gst_quarktv_change_state), (gst_quarktv_dispose):
2728           Memory free'ing location fix (#164708).
2729
2730 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2731
2732         * gst/playback/gstplaybasebin.c: (group_commit),
2733         (gen_preroll_element), (probe_triggered), (gen_source_element),
2734         (setup_source), (gst_play_base_bin_change_state),
2735         (gst_play_base_bin_add_element):
2736           Don't block for streams.
2737         * gst/playback/gststreaminfo.c: (stream_info_change_state),
2738         (gst_stream_info_set_mute):
2739           Use gst_pad_set_active_recursive.
2740
2741 2005-01-25  Andy Wingo  <wingo@pobox.com>
2742
2743         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
2744         for #ifndef HAVE_XVIDEO.
2745
2746 2005-01-24  Jeffrey C. Ollie
2747
2748         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
2749
2750         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
2751         * ext/gsm/gstgsmdec.h:
2752         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
2753         * ext/gsm/gstgsmenc.h:
2754         Fix rate to 8kHz as per spec, removes obscure errors when no rate
2755         was given by property. Add proper buffer timestamps and offsets.
2756
2757 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2758
2759         * gst-libs/gst/riff/riff-media.c:
2760         (gst_riff_create_audio_caps_with_data):
2761           Audio can be <8000Hz.
2762
2763 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2764
2765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2766           Explicit state change to workaround refcount bugs.
2767
2768 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2769
2770         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
2771         (gst_avimux_riff_get_avi_header):
2772           Fix...
2773
2774 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2775
2776         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
2777         (gst_riff_read_element_data):
2778         * gst-libs/gst/riff/riff-read.h:
2779           Add _peek version (req'ed in CDXA).
2780         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
2781         (gst_cdxaparse_loop):
2782           Fix parsing in playbin.
2783         * gst/playback/gstdecodebin.c: (close_pad_link):
2784           Ignore current_ pads, they cause major annoyance.
2785
2786 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2787
2788         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2789           Safety guard.
2790
2791 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2792
2793         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
2794           Fix padding...
2795
2796 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2797
2798         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
2799           Allow for 0-sized buffers. Fixes length query problems in
2800           starwars.mkv from the testsuite.
2801
2802 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2803
2804         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
2805         (gst_video_box_i420), (gst_video_box_chain):
2806           Fix row strides for I420 (fixes #163159)
2807           
2808 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2809
2810         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2811           MPEG2 has a useful rate property, so we can actually use that.
2812           For MPEG-1, continue using the bytes/time properties.
2813
2814 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2815
2816         * gst-libs/gst/riff/riff-media.c:
2817         (gst_riff_create_video_caps_with_data),
2818         (gst_riff_create_video_template_caps):
2819           Add intel-h263.
2820
2821 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2822
2823         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2824           Fail if caps negotiation fails. Should fix #162184, and should
2825           definately be in there regardless of it fixing the actual bug.
2826         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
2827         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
2828         (gst_avimux_riff_get_avix_header),
2829         (gst_avimux_riff_get_video_header),
2830         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
2831         (gst_avimux_start_file), (gst_avimux_handle_event),
2832         (gst_avimux_change_state):
2833         * gst/avi/gstavimux.h:
2834           Refactor structure writing to use GST_WRITE_UINT macros, add
2835           metadata writing support.
2836
2837 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2838
2839         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2840           Elements may already be destroyed when this function is called.
2841
2842 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2843
2844         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2845         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
2846           More memory leak fixes (#149162).
2847
2848 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2849
2850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2851         (gst_qtdemux_add_stream):
2852           Fix two memleaks.
2853
2854 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2855
2856         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
2857           Argh...
2858
2859 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2860
2861         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
2862           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
2863           when fixating to six channels in Totem.
2864
2865 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2866
2867         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
2868           Fix compile warnings on Solaris 10 buildbot
2869
2870 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2871
2872         * ext/dvdread/dvdreadsrc.c: (_read):
2873           Don't read beyond the last cell in a chapter (fixes 
2874           invalid memory access)
2875
2876 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2877
2878         * ext/dvdread/stream_labels.c:
2879         (dvdreadsrc_get_audio_stream_labels):
2880           Use NULL for an empty GList instead of g_list_alloc(); fix 
2881           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
2882           of GString (easier to bulk free later)
2883
2884 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
2885
2886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2887
2888         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2889         (gst_ffmpeg_pixfmt_to_caps):
2890           Fix BGRA32 caps (#164209).
2891
2892 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
2893
2894         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2895
2896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2897         (gst_ffmpeg_caps_to_pixfmt):
2898           alpha_mask can be RGBA/ABGR. Fixes #164265.
2899
2900 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
2901
2902         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2903
2904         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
2905         (gst_mpeg2dec_alloc_buffer):
2906         * ext/mpeg2dec/gstmpeg2dec.h:
2907           Crop if decoding size is not the actual image size (#163676).
2908
2909 2005-01-17  Steve Baker  <steve@stevebaker.org>
2910
2911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2912
2913         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
2914         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
2915           Add libsndfile typefind functions (#163309).
2916
2917 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2918
2919         * tools/gst-launch-ext-m.m:
2920           Add .aac, fix .m1v/.m2v (#163891).
2921
2922 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2923
2924         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
2925           Sanity check, don't wait endlessly since the clock might not
2926           actually run at this point (which is a deadlock). Fixes #164069.
2927
2928 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2929
2930         * gst/playback/gstplaybasebin.c: (probe_triggered):
2931           Of course, only pause if group is done...
2932
2933 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2934
2935         * gst/playback/gstplaybasebin.c: (probe_triggered):
2936           Thread safety.
2937
2938 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2939
2940         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
2941           Don't return state change success when the parent
2942           failed.
2943
2944 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2945
2946         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
2947           Free events (fix memleak in #162905).
2948
2949 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
2950
2951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2952
2953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2954         (gst_ffmpeg_caps_to_pixfmt):
2955           Fix for depth = 15. Fixes #161675.
2956
2957 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2958
2959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
2960           Set FPS correctly, even for webcams and the like.
2961         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
2962           Don error on setting while capturing.
2963
2964 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2965
2966         * ext/dv/gstdvdec.c:
2967         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2968         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
2969           I'm a bad boy. using /1001. to force C to do float division
2970           and not integer division (as it did in my last commit)
2971           Thanks to David I. Lehn for pointing this mistake.
2972
2973 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2974
2975         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
2976           Revert Johan´s 1.35->1.36 since it breaks compat.
2977
2978 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2979
2980         * ext/dv/gstdvdec.c:
2981         * ext/libfame/gstlibfame.c:
2982         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2983         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
2984           replace framerate aproximations by their real value
2985           (24000/1001, 30000/1001, 60000/1001)
2986           Finish fixing bug #164049
2987
2988 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2989
2990         * ext/ogg/gstoggmux.c:
2991           eos/bos debugging
2992         * gst/tcp/gstmultifdsink.c:
2993         * gst/tcp/gstmultifdsink.h:
2994         * gst/tcp/gsttcp.c:
2995         * gst/tcp/gsttcp.h:
2996         * gst/tcp/gsttcpclientsink.c:
2997         * gst/tcp/gsttcpclientsrc.c:
2998         * gst/tcp/gsttcpserversink.c:
2999         * gst/tcp/gsttcpserversrc.c:
3000           improve reusability of elements after state changes and errors
3001           make multifdsink throw away streamheaders when receiving new ones
3002
3003 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3004
3005         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
3006           Fix for if items are already in list...
3007
3008 2005-01-12  Benjamin Otte  <otte@gnome.org>
3009
3010         * gst/adder/gstadder.c: (gst_adder_loop):
3011           fix adder a bit so it doesn't screw up with events as much anymore
3012
3013 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
3014
3015         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
3016         (pixbufscale_scale), (gst_pixbufscale_chain):
3017         * ext/gdk_pixbuf/pixbufscale.h:
3018           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
3019           to ensure rowstrides are calculated the same way as 
3020           ffmpegcolorspace
3021           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
3022           that we pick up duration and offset also.
3023
3024 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3025
3026         * gst/avi/gstavimux.c: (gst_avimux_class_init),
3027         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
3028           Reusability fixes.
3029
3030 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3031
3032         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
3033         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3034         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3035         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3036           Update flags when requested.
3037
3038 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3039
3040         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
3041           Fix dmix.
3042
3043 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3044
3045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3046         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
3047         (probe_triggered), (new_decoded_pad), (gen_source_element),
3048         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
3049         * gst/playback/gstplaybasebin.h:
3050         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3051         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
3052         (gst_play_bin_change_state):
3053           Implement group-switch signal for use in apps to clear metadata
3054           cache, clean up subtitle, add suburi property instead of # hack,
3055           some error-out fixes.
3056
3057 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3058
3059         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3060           Debug.
3061         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
3062           If we got a state change in the _get handler, don't return success.
3063
3064 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3065
3066         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
3067         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
3068           Make jpegdec quiet on MJPEG decoding
3069         * gst/asfdemux/README:
3070           Fix mimetypes for MJPEG and H263
3071
3072 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3073
3074         * ext/theora/theoradec.c: (theora_dec_chain):
3075           Fix broken code generation by gcc by swapping arguments.
3076         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3077           Fix \n in debug.
3078
3079 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3080
3081         * TODO:
3082           delete this file, it is by far outdated
3083         * ext/alsa/gstalsa.1: remove
3084         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
3085         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
3086         (gst_alsa_get_caps):
3087           Add HW probing for supported sample rates. Fixes #161704
3088
3089 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3090
3091         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
3092           Don't crash, biatch! :).
3093
3094 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3095
3096         * ext/musepack/gstmusepackreader.cpp:
3097         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
3098           Some work on tags - still doesn't work in playbin...
3099         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
3100           Handle events...
3101
3102 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3103
3104         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
3105           Also shove tags on kid pads.
3106
3107 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3108
3109         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
3110           Don't bail on unknown events.
3111         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
3112           Don't crash on events before negotiation.
3113         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
3114           Send tags on pads, too.
3115         * gst/playback/gststreamselector.c:
3116         (gst_stream_selector_request_new_pad):
3117           Forward events on first pad if no input was selected yet.
3118
3119 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3120
3121         * gst/playback/gstplaybasebin.c: (setup_substreams):
3122           Don't disable streamtype if the stream doesn't exist, since
3123           then playing a video after audio will disable both and nothing
3124           will happen. Fixes the testsuite.
3125
3126 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3127
3128         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
3129         (gst_v4l_xoverlay_set_xwindow_id):
3130         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
3131         (gst_v4l2_xoverlay_set_xwindow_id):
3132           Add debug categories, fix overlay disabling.
3133
3134 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3135
3136         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
3137         * ext/alsa/gstalsa.h:
3138           Add HW probing for period_count/size and buffer_size MIX/MAX
3139           Adjust default/user defined value if out of bounds
3140           Should fix bug #162024
3141
3142 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3143
3144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
3145           Fix warning (#161191).
3146
3147 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3148
3149         * ext/dvdread/stream_labels.c:
3150         (dvdreadsrc_get_audio_stream_labels):
3151           Fix warning (init the good variable in switch default)
3152
3153 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
3154
3155         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3156
3157         * gst/tta/gstttaparse.c: (gst_tta_src_event):
3158           Fix gcc-2.95 compile (#163485).
3159
3160 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3161
3162         * configure.ac:
3163         * ext/flac/gstflacenc.c: (gst_flacenc_init),
3164         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
3165         (gst_flacenc_tell_callback), (gst_flacenc_chain),
3166         (gst_flacenc_change_state):
3167         * ext/flac/gstflacenc.h:
3168           Update for API change in flac-1.1.1. Update requirement in
3169           configure.ac. Fixes #162974.
3170
3171 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3172
3173         * gst/playback/gstplaybasebin.c: (group_destroy):
3174           Remove hack to get rid of assert and get rid of unlinked
3175           signals properly.
3176
3177 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3178
3179         * gst/playback/gstplaybasebin.c: (setup_source):
3180           Set source to NULL so that resources are free'ed. Fixes issues
3181           with playback of CDDA and similar device-accessing things.
3182
3183 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3184
3185         * testsuite/embed/Makefile.am:
3186           test->noinst, fix make test in buildbot.
3187
3188 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3189
3190         * ext/dvdread/stream_labels.c: new file
3191         * ext/dvdread/stream_labels.h: new file
3192         * ext/dvdread/Makefile.am:
3193         * ext/dvdread/dvdreadsrc.c: (_seek_title):
3194           Extract audio stream label from DVD IFO files.
3195           It only dump them on the console for now, still have to
3196           make playbin aware of them.
3197
3198 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3199
3200         * gst/playback/gstplaybasebin.c: (setup_source):
3201           Fix hanging subs.
3202
3203 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3204
3205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3206         (gen_preroll_element), (remove_groups), (setup_subtitle),
3207         (gen_source_element), (setup_source):
3208         * gst/playback/gstplaybasebin.h:
3209           Multiple .sub files is just a stupid idea... Fix some threading
3210           mistakes. Interestingly, external .sub files cause playbin to
3211           hang, I don't know why... Parsing fixes contributed by François
3212           Kooman <fkooman@tuxed.net>.
3213
3214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3215
3216         * testsuite/embed/Makefile.am:
3217           Fix buildbot.
3218
3219 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
3220
3221         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3222
3223         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3224         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3225         (gst_pngenc_set_property):
3226         * ext/libpng/gstpngenc.h:
3227           Add compression level property (#163323).
3228
3229 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3230
3231         * configure.ac:
3232         * examples/capsfilter/capsfilter1.c: (main):
3233         * examples/seeking/spider_seek.c: (make_spider_pipeline):
3234         * ext/dvdread/Makefile.am:
3235         * ext/dvdread/demo-play:
3236         * ext/dvdread/demo-play.c:
3237         * gconf/gstreamer.schemas.in:
3238         * gst-libs/gst/gconf/gconf.c:
3239         * sys/v4l/TODO:
3240         * testsuite/Makefile.am:
3241         * testsuite/embed/Makefile.am:
3242         * testsuite/embed/embed.c: (cb_expose), (main):
3243           Remove all references to xvideosink, fix examples (#140845).
3244         * gst/playback/gstplaybasebin.c: (group_destroy):
3245           Apparently, disposal does not unlink - so do explicitely.
3246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3247           Add debug.
3248
3249 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
3250
3251         * README: fix PKG_CONFIG_PATH instructions, what was there
3252         previously was breaking default search path, not nice. 
3253         Fixes #163358
3254
3255 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3256
3257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
3258         (gst_audioscale_chain):
3259           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
3260           when resampling - how the ^@$^!@^! is this possible?!?
3261
3262 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3263
3264         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3265           Reset variables on READY.
3266         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3267         (gst_matroska_mux_loop):
3268           Require data before writing header.
3269
3270 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
3271
3272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3273
3274         * ext/mad/gstmad.c: (gst_mad_chain):
3275           Don't call mad_stream_sync() directly after recovering sync.
3276           Fixes #151661.
3277
3278 2005-01-09  Martin Eikermann  <meiker@upb.de>
3279
3280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3281
3282         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
3283         (snapshot_handler), (gst_snapshot_sinkconnect),
3284         (gst_snapshot_chain):
3285           Allocate resources when required, fix recursive signal emission
3286           and fix caps. Fixes #161667.
3287
3288 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
3289
3290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3291
3292         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
3293         (gst_pngdec_chain):
3294           Handle only 8-bppc (bits-per-pixel-component) images, better
3295           error handling and correct strides. Fixes #163177.
3296         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
3297         (gst_pngenc_chain):
3298           Better error handling. Fixes #163348.
3299
3300 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3301
3302         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
3303         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
3304         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
3305         (dvdnavsrc_uri_handler_init):
3306           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
3307         * gst/playback/gstplaybasebin.c: (gen_source_element):
3308           Add MMS to streaming URIs.
3309
3310 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3311
3312         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
3313         * sys/xvimage/xvimagesink.c:
3314         (gst_xvimagesink_navigation_send_event):
3315           Check for pad availability before sending event.
3316
3317 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3318
3319         * gst-plugins.spec.in:
3320           Add subparse.
3321
3322 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3323
3324         * configure.ac:
3325           Since we use functions from CVS, up requirement.
3326
3327 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3328
3329         * gst/playback/Makefile.am:
3330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3331         (group_destroy), (group_commit), (group_is_muted),
3332         (gen_preroll_element), (add_stream), (unknown_type),
3333         (probe_triggered), (preroll_unlinked), (mute_stream),
3334         (silence_stream), (new_decoded_pad), (setup_substreams),
3335         (setup_source), (get_active_source), (mute_group_type),
3336         (muted_group_change_state), (set_active_source),
3337         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3338         (play_base_eos), (gst_play_base_bin_change_state):
3339         * gst/playback/gstplaybasebin.h:
3340         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3341         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3342         (gst_stream_info_dispose), (stream_info_mute_pad),
3343         (stream_info_change_state), (gst_stream_info_set_mute):
3344         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
3345         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
3346         (gst_stream_selector_init), (gst_stream_selector_dispose),
3347         (gst_stream_selector_get_linked_pad),
3348         (gst_stream_selector_get_caps), (gst_stream_selector_link),
3349         (gst_stream_selector_get_linked_pads),
3350         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3351         * gst/playback/gststreamselector.h:
3352           Adding stream selection support plus required properties for
3353           applications to use this. Fully fixes #100931.
3354
3355 2005-01-08  Benjamin Otte  <otte@gnome.org>
3356
3357         * gst/games/gstpuzzle.c: (nav_event_handler):
3358           - handle nav events differently: forward every event no matter if it
3359             was handled or not.
3360           - translate events
3361           You can now cheat by using navigationtest ! puzzle and moving the
3362           mouse close to the edge of a tile. ;)
3363
3364 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3365
3366         * configure.ac:
3367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
3368         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
3369         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
3370         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
3371         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
3372         (gst_ogm_parse_plugin_init):
3373         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
3374         (gst_textoverlay_link), (gst_textoverlay_getcaps),
3375         (gst_textoverlay_event), (gst_textoverlay_video_chain),
3376         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
3377         * ext/pango/gsttextoverlay.h:
3378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3379         (gst_matroska_demux_handle_seek_event),
3380         (gst_matroska_demux_sync_streams),
3381         (gst_matroska_demux_parse_blockgroup),
3382         (gst_matroska_demux_subtitle_caps),
3383         (gst_matroska_demux_plugin_init):
3384         * gst/matroska/matroska-ids.h:
3385         * gst/playback/gstdecodebin.c: (close_pad_link):
3386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3387         (gen_preroll_element), (remove_groups), (add_stream),
3388         (new_decoded_pad), (setup_subtitles), (gen_source_element),
3389         (setup_source):
3390         * gst/playback/gstplaybasebin.h:
3391         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
3392         * gst/subparse/Makefile.am:
3393         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
3394         (gst_subparse_base_init), (gst_subparse_class_init),
3395         (gst_subparse_init), (gst_subparse_formats),
3396         (gst_subparse_eventmask), (gst_subparse_event),
3397         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
3398         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
3399         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
3400         (parse_mpsub_deinit), (parse_mpsub_init),
3401         (gst_subparse_buffer_format_autodetect),
3402         (gst_subparse_format_autodetect), (gst_subparse_loop),
3403         (gst_subparse_change_state), (gst_subparse_type_find),
3404         (plugin_init):
3405         * gst/subparse/gstsubparse.h:
3406         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
3407         (plugin_init):
3408           Add subtitle support, .sub parser (supports SRT and MPsub),
3409           OGM text support, Matroska UTF-8 text support, deadlock fixes
3410           all over the place, subtitle awareness in decodebin/playbin
3411           and some fixes to textoverlay to handle subtitles in a stream
3412           correctly. Fixes #100931.
3413
3414 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3415
3416         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3417           Check for pad availability before doing a query on it.
3418
3419 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3420
3421         * ext/dv/gstdvdec.c:
3422           really fix bpp24/32 dvdec caps (classic rgba indeed)
3423         * gst/asfdemux/gstasfdemux.c:
3424         (gst_asf_demux_process_ext_content_desc):
3425           don't send text tags if they are empty (bis repetita)
3426
3427 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3428
3429         * ext/dv/gstdvdec.c:
3430          remove unneeded comment from dvdec
3431           (related to DV 4CC codes in AVI files)
3432           moved them in gstreamer/docs/random/mimetypes
3433         * gst/asfdemux/gstasfdemux.c:
3434         (gst_asf_demux_process_ext_content_desc):
3435          don't send text tags if they are empty
3436          fix mem leak on error path
3437         * gst/ffmpegcolorspace/avcodec.h:
3438         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3439         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3440         (gst_ffmpegcsp_avpicture_fill):
3441         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
3442         * gst/ffmpegcolorspace/imgconvert_template.h:
3443          adds BGR32 and BGRA32 to ffmpegcolorspace
3444           (still bad colors, fixing it on next commit)
3445           helps with dvdec outputing BGR32
3446
3447 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3448
3449         * ext/dv/gstdvdec.c:
3450          Fix audio caps i just broke (missing ',')
3451         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
3452         (gst_matroska_mux_reset):
3453          Fix typo + add FIXME about old "x-gst-metadata" crap
3454
3455 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3456
3457         * ext/dv/demo-play.c: (main):
3458          xvideosink -> xvimagesink
3459         * ext/dv/gstdvdec.c:
3460          change rgb 32/32 caps to 24/32 (no alpha)
3461          change nb of channels to be a list (2 or 4, not 2)
3462          change sample rate to be a list (32, 44.1, 48 kHz) not a range
3463         * gst/asfdemux/gstasfdemux.c:
3464         (gst_asf_demux_process_ext_content_desc):
3465          Add 'date/year' to extracted metadata list
3466
3467 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3468
3469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3470           The return value of fixate_to does not imply that the requested
3471           value was set, so don't assume.
3472
3473 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
3474
3475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3476
3477         * ext/libpng/gstpngdec.c:
3478         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
3479         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
3480         * ext/libpng/gstpngenc.h:
3481           Alpha support (encoder; #163161), mime fixage.
3482
3483 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
3484
3485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3486
3487         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
3488         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
3489         (gst_faac_set_property), (gst_faac_get_property):
3490         * ext/faac/gstfaac.h:
3491           Allow for ADTS output (#153434).
3492
3493 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3494
3495         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
3496           Fix against template (#150576).
3497
3498 2005-01-06  Benjamin Otte  <otte@gnome.org>
3499
3500         * gst/games/gstpuzzle.c: (draw_puzzle):
3501           don't draw a puzzle if either width or height of tiles would be 0.
3502
3503 2005-01-06  Benjamin Otte  <otte@gnome.org>
3504
3505         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
3506         (gst_puzzle_class_init), (gst_puzzle_finalize):
3507           no memleaks, please
3508         (gst_puzzle_create), (gst_puzzle_init),
3509         (gst_puzzle_set_property), (gst_puzzle_setup):
3510           change initialization code around so we don't reshuffle on resize
3511         (draw_puzzle):
3512           fix another stupid typo
3513
3514 2005-01-06  Benjamin Otte  <otte@gnome.org>
3515
3516         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
3517           fix stupid typo that borked copying on YUY2
3518
3519 2005-01-06  Benjamin Otte  <otte@gnome.org>
3520
3521         * gst/games/gstpuzzle.c: (draw_puzzle):
3522           fix edges when image sizes aren't multiples of tile sizes
3523
3524 2005-01-06  Benjamin Otte  <otte@gnome.org>
3525
3526         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
3527           make RGB endianness work correctly
3528         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
3529           refactor and fix race with initial shuffling
3530         (nav_event_handler):
3531           allow using the mouse to puzzle
3532         (draw_puzzle):
3533           insist on tiles having width and height as multiples of 4 to get
3534           clean YUV image handling
3535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3536         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
3537           s/DEBUG/LOG/ for common messages
3538         (gst_xvimagesink_navigation_send_event):
3539           fix mouse event translation to not include screen PAR
3540         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
3541           fix mouse event translation to actually work
3542
3543 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3544
3545         * gst/asfdemux/gstasfdemux.c:
3546         (gst_asf_demux_process_ext_content_desc):
3547          Extract TrackNumber metadata + clean up code
3548         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
3549          Hope this is the good fix (var used unitialised)
3550
3551 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3552
3553         * ext/faad/gstfaad.c: (gst_faad_chain):
3554           Only increment timestamp if it's valid. Fixes raw AAC streams.
3555
3556 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3557
3558         * configure.ac:
3559         * gst/games/Makefile.am:
3560         * gst/games/gstpuzzle.c:
3561           add a puzzle game with...
3562         * gst/games/gstvideoimage.c:
3563         * gst/games/gstvideoimage.h:
3564           ... full colorspace support (that includes YUV9 and RGB16)) stolen
3565           from videotestsrc and made into something that would be a nice
3566           library for a lot of other plugins.
3567
3568 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3569
3570         * configure.ac:
3571          don't compile faad plugin if a RC of 2.0 is found
3572          Fixes #155346 (and FC1 buildbot)
3573         * gst/asfdemux/gstasfdemux.c:
3574         (gst_asf_demux_process_ext_content_desc):
3575          try to make Solaris compiler happier
3576
3577 2005-01-06  Paul Jack  <pjack@sfaf.org>
3578
3579         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3580
3581         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
3582           Fix segfault (#161667).
3583
3584 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3585
3586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
3587           Fix framerate reporting.
3588
3589 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3590
3591         * gst-libs/gst/riff/riff-ids.h:
3592         * gst/wavenc/riff.h:
3593          Add AMR (VBR and CBR) ids to riff.h audio codec list
3594         * gst/asfdemux/gstasfdemux.c:
3595         (gst_asf_demux_process_ext_content_desc),
3596         (gst_asf_demux_process_object):
3597           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
3598
3599 2005-01-05  Martin Eikermann  <meiker@upb.de>
3600
3601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3602
3603         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3604         (gst_dvd_demux_handle_discont):
3605         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
3606         (gst_mpeg_demux_handle_discont):
3607           Recreate pads on new-media (#160730).
3608         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
3609           Send discont even if manager changes timestamps (#161929).
3610
3611 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
3612
3613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3614
3615         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
3616           Fix invalid memory access (#159211).
3617
3618 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3619
3620         * examples/gstplay/player.c: (main):
3621           Don't iterate.
3622         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
3623           Add visualizations.
3624         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
3625         (gst_a52dec_handle_frame):
3626           Set duration.
3627         * ext/dvdnav/gst-dvd:
3628           Add audioconvert. Fixes #161325.
3629         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
3630           Explicitely case to gint64. Possible valgrind error.
3631         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
3632         (gst_play_tick_callback), (gst_play_change_state),
3633         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
3634         (gst_play_set_location), (gst_play_get_location),
3635         (gst_play_seek_to_time), (gst_play_set_data_src),
3636         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3637         (gst_play_set_visualization), (gst_play_connect_visualization),
3638         (gst_play_get_framerate), (gst_play_get_all_by_interface),
3639         (gst_play_new):
3640           Use playbin. Fixes #139749 and #147744.
3641         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
3642           Add genre tag.
3643         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
3644         (audioscale_get_type), (gst_audioscale_base_init),
3645         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
3646         (gst_audioscale_getcaps), (gst_audioscale_fixate),
3647         (gst_audioscale_link), (gst_audioscale_get_buffer),
3648         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
3649         (gst_audioscale_init), (gst_audioscale_dispose),
3650         (gst_audioscale_chain), (gst_audioscale_set_property),
3651         (gst_audioscale_get_property), (plugin_init):
3652           Indent properly.
3653         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
3654           Fix LPCM.
3655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
3656         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
3657         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
3658           Add more metadata (fixes #162656).
3659
3660 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3661
3662         * configure.ac:
3663           back to cvs
3664
3665 === release 0.8.7 ===
3666
3667 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3668
3669         * NEWS:
3670         * RELEASE:
3671         * configure.ac:
3672           releasing 0.8.7, "Hyperspace"
3673
3674 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3675
3676         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
3677
3678         * gst/playback/gstplaybasebin.c:
3679          Fix for #162924 - free caps after use, not before
3680
3681 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3682
3683         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3684
3685         * gst/playback/gstplaybasebin.c:
3686         * gst/wavparse/gstwavparse.c:
3687           Fix for #154773 - fixes playback of small .wav files
3688
3689 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3690
3691         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3692
3693         * gst/audioscale/gstaudioscale.c:
3694           Fix for #162819 - make audioscale reusable
3695           Fixes playback of more than one file with playbin/totem
3696
3697 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3698
3699         * gst/ffmpegcolorspace/avcodec.h:
3700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3701         * gst/ffmpegcolorspace/imgconvert.c:
3702           clean up the mess that made me cry and avoid needless duplication
3703
3704 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3705
3706         * gst/ffmpegcolorspace/imgconvert.c:
3707           give some indication of why we're segfaulting
3708
3709 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3710
3711         * configure.ac:
3712           Fix indentation, fix v4l2 plugin detection.
3713         * ext/Makefile.am:
3714           Fix libmms location (Maciej, use diff -u!).
3715         * ext/alsa/gstalsa.c: (gst_alsa_init):
3716           Initialize caps cache to NULL.
3717         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3718           Only change state on audiosink if it exists.
3719
3720 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
3721
3722         * gst/matroska/matroska-demux.c:
3723         * gst/matroska/matroska-ids.h:
3724         * gst/matroska/matroska-demux.h:
3725         Fix Vorbis streams failing to decode in some files, where cluster_time
3726         isn't 0, because then it doesn't send codec_priv before actual data.
3727         Remove time-based test and replace it with marker set on beginning of
3728         new stream
3729
3730 2004-12-28  David Schleef  <ds@schleef.org>
3731
3732         Merge patch from Ronald fixing problems with streaming
3733         text.
3734         * ext/cairo/gstcairo.c: (plugin_init):
3735         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
3736         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
3737         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
3738         (gst_textoverlay_font_init), (gst_textoverlay_init),
3739         (gst_textoverlay_set_property):
3740         * ext/cairo/gsttextoverlay.h:
3741
3742 2004-12-27  David Schleef  <ds@schleef.org>
3743
3744         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
3745         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
3746         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
3747         (gst_textoverlay_font_init), (gst_textoverlay_init),
3748         (gst_textoverlay_set_property): Improvements to actually
3749         render text as white on black outline on video, including
3750         font selection and horizontal/vertical alignment.  (Ronald's
3751         christmas present)
3752         * ext/cairo/gsttextoverlay.h:
3753
3754 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3755
3756         * ext/ogg/gstogg.c:
3757         * ext/ogg/gstogmparse.c:
3758           fix ogm[audio/video]parse plugin registration
3759           (riff won't load if bytestream is already loaded)
3760
3761 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3762
3763         * gst/audioconvert/gstchannelmix.c:
3764           fix for GLIB < 2.4
3765
3766 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3767
3768         * Makefile.am:
3769         * configure.ac:
3770           disable docs again until it actually passes make distcheck.
3771
3772 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3773
3774         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
3775         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3776         (plugin_init):
3777           Add 3GP (variables name Q3GP because they can't start with a
3778           number). Add samr audio fourcc (used in .3gp files), decoder
3779           is work in progress. Also do a GST_WARNING instead of ERROR
3780           in case of unknown nodes, to decrease output.
3781
3782 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3783
3784         * Makefile.am:
3785           really fix dist
3786
3787 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3788
3789         * configure.ac:
3790         * ext/speex/gstspeexdec.h:
3791         * ext/speex/gstspeexenc.h:
3792           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
3793           Fix detection code in configure.ac
3794
3795 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3796
3797         * gst/matroska/matroska-demux.c:
3798         (gst_matroska_demux_parse_blockgroup):
3799           Save position, so that queries give proper return values. Don't
3800           know how this could ever have worked before...
3801
3802 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3803
3804         * configure.ac:
3805           Put additional LAME check inside the conditional.  Fixes #152339
3806
3807 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3808
3809         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3810         (gst_avi_demux_stream_scan):
3811           Add some more debug. Fix logic error when setting movi offset
3812           while reading index.
3813
3814 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3815
3816         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3817         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
3818         (gst_avi_demux_process_next_entry):
3819           Add some debugging. Better detection of broken indexes and the
3820           accompanying index recovery. No infinite loops on state changes
3821           when we're still in our loopfunction.
3822
3823 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3824
3825         * configure.ac:
3826           Fix up.
3827
3828 2004-12-22  Archana Shah  <archana.shah@wipro.com>
3829
3830         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3831
3832         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
3833           Normalizing the value before setting
3834         (gst_sunaudiomixer_get_volume):
3835           Normalizing the value after getting. Fixes bug# 161980
3836
3837 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3838
3839         * Makefile.am: Make sure docs gets disted
3840         * docs/Makefile.am: Make sure all needed files get disted
3841         * gst-plugins.spec.in: latest updates
3842
3843 2004-12-22  Wim Taymans  <wim@fluendo.com>
3844
3845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3846         Revert patch 1.38 as clock distribution over schedulers does
3847         not work correcly in the core yet.
3848
3849 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3850
3851         * sys/oss/README: remove this file, which predates my birth
3852           (and which content is by far outdated)
3853
3854 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
3855
3856         * Makefile.am:
3857         * configure.ac:
3858         * docs/Makefile.am:
3859         * docs/libs/Makefile.am:
3860         * docs/libs/gst-plugins-libs-docs.sgml:
3861         * docs/libs/gst-plugins-libs-sections.txt:
3862         * docs/libs/tmpl/gstgconf.sgml:
3863         * docs/upload.mak:
3864         * docs/version.entities.in:
3865           Added boilerplate gtk-doc files for plugin-libs documentation.
3866
3867 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3868
3869         * gst/auparse/gstauparse.c: fix int and float audio caps
3870
3871 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3872
3873         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
3874         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
3875           g_assert() can be a macro, don't use #ifdef inside it.
3876
3877 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
3878
3879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3880
3881         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3882         (gst_videorate_init), (gst_videorate_chain),
3883         (gst_videorate_change_state):
3884           Event handling (fixes #159986).
3885
3886 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3887
3888         * gst-libs/gst/riff/riff-media.c:
3889         (gst_riff_create_video_caps_with_data):
3890           Add BLZ0 (Blizzard's version of DivX) fourcc.
3891
3892 2004-12-18  David Schleef  <ds@schleef.org>
3893
3894         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
3895         portability fix.
3896
3897 2004-12-18  David Schleef  <ds@schleef.org>
3898
3899         * gst/tta/ttadec.h: Disable some header code that isn't used
3900         and clearly isn't portable.
3901
3902 2004-12-18  David Schleef  <ds@schleef.org>
3903
3904         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
3905         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3906         (avcodec_get_pix_fmt), (avpicture_layout),
3907         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
3908         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
3909         Fix code to not use GCC extensions (and c99 extensions that
3910         Forte does not like.)
3911
3912 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3913
3914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3915
3916         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3917         (gst_deinterlace_chain):
3918           Rowstride fixes. Fixes #161039.
3919         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
3920         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
3921         (gst_video_crop_getcaps), (gst_video_crop_link),
3922         (gst_video_crop_i420), (gst_video_crop_chain),
3923         (gst_video_crop_change_state):
3924           Rework of negotiation. Actually works now. Fixes #158650.
3925
3926 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3927
3928         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
3929           That was very stupid.
3930
3931 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3932
3933         * gst/matroska/matroska-demux.c:
3934         (gst_matroska_demux_parse_blockgroup):
3935           Fix possible crasher.
3936
3937 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3938
3939         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
3940         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
3941           Lace sizes can be zero.
3942
3943 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3944
3945         * ext/musepack/gstmusepackdec.cpp:
3946           Fetch error return values. Fixes #161624.
3947         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
3948           Really EOS.
3949
3950 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3951
3952         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
3953           Work for truncated (unfinished download etc.) files. Fixes #160514.
3954
3955 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3956
3957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3958           Fix for integer overflow. Makes #156001 not crash. Probably masks
3959           the real bug.
3960
3961 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3962
3963         * gst/ac3parse/gstac3parse.c: (plugin_init):
3964           Parsers never have ranks. Fixes #159651.
3965
3966 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3967
3968         * gst/playback/gstdecodebin.c: (compare_ranks):
3969           make sure the facotries are ordered the same every time even if they
3970           have the same rank by using the name
3971         * gst/playback/gstdecodebin.c: (find_compatibles):
3972           make sure we don't add factories to the list twice
3973
3974 2004-12-16  David Schleef  <ds@schleef.org>
3975
3976         * configure.ac: look for musepack headers as musepack/*.h
3977         (fixes #159847)
3978         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
3979         * ext/musepack/gstmusepackreader.h: same
3980
3981 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3982
3983         * gst-libs/gst/riff/riff-read.c:
3984         (gst_riff_read_strf_auds_with_data):
3985           Read extradata correctly (fixes #155879).
3986
3987 2004-12-16  David Schleef  <ds@schleef.org>
3988
3989         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
3990         audio.  does _not_ attempt or allow conversion unless channels
3991         is 1 or 2.
3992
3993 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3994
3995         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
3996
3997 2004-12-16  David Schleef  <ds@schleef.org>
3998
3999         * gst/audioscale/gstaudioscale.c: the resample library only
4000         handles 1 or 2 channels.  Change caps to compensate.
4001
4002 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4003
4004         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
4005         (gst_matroska_demux_audio_caps):
4006           Some MPEG-AAC hacks, because else it doesn't work...
4007
4008 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4009
4010         * gst-libs/gst/riff/riff-media.c:
4011         (gst_riff_create_video_caps_with_data),
4012         (gst_riff_create_video_template_caps):
4013           Add h264.
4014
4015 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4016
4017         * gst-libs/gst/audio/Makefile.am:
4018           Try to fix buildbot.
4019
4020 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4021
4022         * gst/tcp/gstmultifdsink.c:
4023           Clean up and uniformize debugging.
4024
4025 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
4026
4027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4028
4029         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
4030         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
4031         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
4032         (gst_mpeg_demux_change_state):
4033           Reset on ready. Fixes 160276.
4034
4035 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
4036
4037         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4038
4039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4040         (gst_ffmpegcsp_pad_link):
4041           Fix memleak (#154815).
4042
4043 2004-12-16  James Bowes  <bowes@cs.dal.ca>
4044
4045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4046
4047         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
4048         (gst_musicbrainz_init), (gst_musicbrainz_chain),
4049         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
4050         * ext/musicbrainz/gsttrm.h:
4051           Add support for using a proxy server when getting a trm id from
4052           the MusicBrainz database (#149613).
4053
4054 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
4055
4056         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4057
4058         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
4059         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
4060           Fix memleaks (#157233).
4061
4062 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
4063
4064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4065
4066         * gst-libs/gst/resample/resample.c: (gst_resample_close):
4067         * gst-libs/gst/resample/resample.h:
4068         * gst/audioscale/gstaudioscale.c:
4069           Fix memleak (#159215).
4070
4071 2004-12-16  Toni Willberg  <toniw@iki.fi>
4072
4073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4074
4075         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
4076         * sys/oss/oss_probe.c: (main):
4077           Check for mono/stereo support (similar to samplerate probing),
4078           fixes #159433. Also add missing copyright header to oss_probe.c.
4079
4080 2004-12-15  David Schleef  <ds@schleef.org>
4081
4082         * configure.ac: add audioresample and cairo plugins.  Remove
4083         HAVE_MMX stuff, because it's not used.
4084         * ext/Makefile.am: same
4085         * ext/audioresample/Makefile.am: You are not ready for an
4086         audio resampling element based on audioresample.
4087         * ext/audioresample/gstaudioresample.c:
4088         * ext/audioresample/gstaudioresample.h:
4089         * ext/cairo/Makefile.am: You are not ready for overlay elements
4090         based on cairo.  Don't look too closely, these elements kinda
4091         suck right now.
4092         * ext/cairo/gstcairo.c: new
4093         * ext/cairo/gsttextoverlay.c: new
4094         * ext/cairo/gsttextoverlay.h: new
4095         * ext/cairo/gsttimeoverlay.c: new
4096         * ext/cairo/gsttimeoverlay.h: new
4097         * gst-libs/gst/media-info/media-info-priv.h: fix compile
4098         problem with compilers that don't support variadic macros.
4099
4100 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
4101
4102         Reviewed by:  David Schleef  <ds@schleef.org>
4103
4104         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
4105         Bala, registering sunaudiosrc (oops!), and cleaning up code a
4106         bit.  Also ran indent-gst.
4107         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
4108         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
4109         (gst_sunaudiosrc_setparams):
4110
4111 2004-12-14  David Schleef  <ds@schleef.org>
4112
4113         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
4114         output rate to 16000.  Should fix #160235.
4115
4116 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4117
4118         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4119         Add typefinding for mpeg2 pes streams
4120
4121 2004-12-13  David Schleef  <ds@schleef.org>
4122
4123         * configure.ac:  Applied patch from bug #143659, making default
4124         sources and sinks OS-dependent (for Solaris), and added code
4125         for OS/X.
4126         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
4127
4128 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4129
4130         * gst-libs/gst/riff/riff-media.c:
4131           forgot to add h2.64 to avidemux template caps
4132
4133 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4134
4135         * gst/wavenc/riff.h:
4136         * gst-libs/gst/riff/riff-media.c:
4137         * gst-libs/gst/riff/riff-ids.h:
4138         * gst/avi/gstavimux.c
4139         add 4CC code for VideoSoft h264 in AVI (VSSH)
4140           fixes bug #160655
4141         remove s323 from riff, it's quicktime specific :(
4142
4143 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4144
4145         * gst/asfdemux/README
4146         * gst/wavenc/riff.h
4147         * gst-libs/gst/riff/riff-ids.h
4148         * gst-libs/gst/riff/riff-media.c
4149         * gst/qtdemux/qtdemux.c:
4150           add new 4CC codes for h263 related codecs
4151           fixes partially bug #155163
4152
4153 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
4154
4155         * configure.ac: Update polyaudio requirement to 0.7
4156         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
4157
4158 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4159
4160         * gst/interleave/deinterleave.c:
4161         fix my name's spelling! :)
4162
4163 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4164
4165         * AUTHORS ChangeLog
4166         * gst/auparse/gstauparse.c
4167         * gst/interleave/deinterleave.c
4168         * gst/law/:
4169                 alaw-decode.c alaw-encode.c
4170                 mulaw-decode.c mulaw-encode.c
4171         * gst/oneton/gstoneton.c
4172         * sys/osxaudio/:
4173                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
4174         * sys/osxvideo/:
4175                 cocoawindow.h cocoawindow.m
4176                 osxvideosink.h osxvideosink.m
4177
4178         put the same mail address for Zaheer Abbas Merali everywhere
4179
4180 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4181
4182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
4183           Align by packetsize, and assert that we a packet available before
4184           playing. The first makes webstreams work (they often include
4185           trailing padding data in a packet), the second allows pausing a
4186           ASF stream in totem without getting demux errors afterwards.
4187
4188 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4189
4190         * ext/ogg/gstoggdemux.c: (get_relative):
4191           Check for non-NULL before accessing member (end-of-chain).
4192
4193 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4194
4195         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
4196         (cdparanoia_set_property), (cdparanoia_get_property):
4197         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
4198         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
4199         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
4200         (dvdreadsrc_init), (dvdreadsrc_set_property),
4201         (dvdreadsrc_get_property):
4202         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
4203         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
4204           Synchronize property names where not yet the case. Devices are
4205           now device=X, other versions are deprecated (but still exist).
4206           Also use g_free() unconditionally.
4207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4208         (setup_source), (gst_play_base_bin_get_property):
4209           Expose source.
4210
4211 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4212
4213         * configure.ac: move GCONF macro outside conditional for the am
4214           conditional. Fixes #160439
4215
4216 2004-12-08  David Schleef  <ds@schleef.org>
4217
4218         * tools/gst-visualise-m.m: Switch to elements that currently
4219         exist.
4220
4221 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4222
4223         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4224           We love wrong commas.
4225
4226 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4227
4228         * gst/matroska/matroska-demux.c:
4229         (gst_matroska_demux_handle_src_query):
4230           Don't set DEFAULT, unsupported - makes length display incorrectly
4231           in some cases.
4232
4233 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
4234
4235         * gst/monoscope/README: remove blurb about files being GPL
4236         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
4237         * gst/monoscope/monoscope.c: Change license to BSD with explanation
4238           monoscope is now effectively LGPL licensed
4239
4240 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
4241
4242         * gst/monoscope/README: Update information to be more correct
4243         * gst/monoscope/convolve.c: Relicense to LGPL
4244         * gst/monoscope/convolve.h: Relicense to LGPL
4245
4246 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
4247
4248         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4249           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
4250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
4251           set default_duration for mpeg1 audio
4252
4253 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4254
4255         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
4256         * ext/alsa/gstalsa.h:
4257           refactor big chunks of the core caps negotiation code to make it
4258           a lot faster, because people claim it's really slow
4259           (actually, just cache the getcaps when the device is opened)
4260
4261 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4262
4263         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
4264         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
4265         (gst_a52dec_handle_frame), (gst_a52dec_chain),
4266         (gst_a52dec_change_state), (plugin_init):
4267         * ext/a52dec/gsta52dec.h:
4268           Do something useful with timestamps. Make chain-based (since
4269           there's really no reason to be loopbased).
4270         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4271           Update current_byte/frame correctly.
4272
4273 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4274
4275         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
4276         (gst_ape_demux_stream_init):
4277           Forward tags, too.
4278
4279 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4280
4281         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
4282           Let's make sure we're done typefinding when detecting tags.
4283
4284 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4285
4286         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
4287         (gst_ebml_read_init), (gst_ebml_read_use_event),
4288         (gst_ebml_read_element_id), (gst_ebml_peek_id),
4289         (gst_ebml_read_seek), (gst_ebml_read_skip),
4290         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
4291         (gst_ebml_read_master):
4292         * gst/matroska/ebml-read.h:
4293         * gst/matroska/matroska-demux.c:
4294         (gst_matroska_demux_parse_contents),
4295         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
4296           Disgustingly evil hack for working around INTERRUPT events and
4297           their extremely annoying habit of being a pain in the ass. We
4298           simply peek a cluster before reading any of it.
4299
4300 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4301
4302         * ext/musepack/gstmusepackdec.cpp:
4303           There's also floating point libmusepacks.
4304
4305 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4306
4307         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
4308         (gst_faad_chanpos_to_gst), (gst_faad_chain):
4309           Set DURATION even if source buffer didn't. Also use increasing
4310           timestamps.
4311         * gst-libs/gst/riff/riff-media.c:
4312         (gst_riff_create_audio_caps_with_data):
4313           Block_align can have larger values than 8192.
4314
4315 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4316
4317         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
4318         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
4319         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
4320         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
4321           Fix caps.
4322
4323 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4324
4325         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
4326           Fix logic bug.
4327
4328 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4329
4330         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4331           Yay, another one.
4332
4333 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4334
4335         * ext/esd/esdsink.c: (gst_esdsink_chain):
4336           Make error actually say something useful (fixes #156798).
4337         * gst-libs/gst/riff/riff-media.c:
4338         (gst_riff_create_video_caps_with_data),
4339         (gst_riff_create_video_template_caps):
4340           Add Intel Video 5.0 fourcc (IV50).
4341
4342 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
4343
4344         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
4345         detection on mono and stereo mp3 files.
4346
4347 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4348
4349         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4350           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
4351           the contained stream).
4352
4353 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4354
4355         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
4356           Oops, remove debug.
4357
4358 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4359
4360         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4361
4362         * gst/law/alaw-decode.c: (alawdec_getcaps):
4363         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
4364           Prevent warnings when negotiating caps (fixes #159338).
4365
4366 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4367
4368         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4369         (gst_ffmpegcsp_chain):
4370           Remove old leftover that shouldn't be there...
4371
4372 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4373
4374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4375
4376         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
4377           Don't forward DISCONT events (fixes #159684).
4378
4379 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4380
4381         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
4382           Unlink manually since sometimes bin disposal (and therefore
4383           pad unlinking) is delayed, which will cause a new media file
4384           to not be able to start playing instantly.
4385
4386 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4387
4388         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
4389           On mute of an unlinked stream, check for pad availability so
4390           we don't crash on unlinked pad.
4391
4392 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4393
4394         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4395         (gst_avi_demux_massage_index):
4396           Fix quite humiliating bug in omitting 0-sized index chunks but
4397           forgetting to count them for timestamps.
4398
4399 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4400
4401         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
4402           Actually leave the loop if we failed to sync. Don't crash.
4403
4404 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4405
4406         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
4407         (gst_dvd_demux_process_private):
4408         * gst/mpegstream/gstdvddemux.h:
4409           Fix crash (#159759). Doesn't work, though. :-(.
4410
4411 2004-11-28  Benjamin Otte  <otte@gnome.org>
4412
4413         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
4414           more overwriting protection due to modifying channels one by one
4415           instead of all at once
4416
4417 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4418
4419         * gst/audioconvert/gstchannelmix.c:
4420         (gst_audio_convert_fill_normalize):
4421           Normalize using absolute values.
4422
4423 2004-11-28  Julien MOUTTE  <julien@moutte.net>
4424
4425         * configure.ac:
4426         * ext/Makefile.am:
4427         * ext/directfb/Makefile.am:
4428         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
4429         (gst_directfbvideosink_get_pixel_format),
4430         (gst_directfbvideosink_get_format_from_fourcc),
4431         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
4432         (gst_directfbvideosink_sink_link),
4433         (gst_directfbvideosink_change_state),
4434         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
4435         (gst_directfbvideosink_buffer_alloc),
4436         (gst_directfbvideosink_interface_supported),
4437         (gst_directfbvideosink_interface_init),
4438         (gst_directfbvideosink_navigation_send_event),
4439         (gst_directfbvideosink_navigation_init),
4440         (gst_directfbvideosink_set_property),
4441         (gst_directfbvideosink_get_property),
4442         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
4443         (gst_directfbvideosink_base_init),
4444         (gst_directfbvideosink_class_init),
4445         (gst_directfbvideosink_get_type), (plugin_init):
4446         * ext/directfb/directfbvideosink.h: Adding a first version of
4447         directfbvideosink.
4448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
4449         more.
4450
4451 2004-11-28  Benjamin Otte  <otte@gnome.org>
4452
4453         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
4454           walk the samples backwards if out_channels > in_channels so we don't
4455           overwrite data
4456
4457 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4458
4459         * gst/audioconvert/Makefile.am:
4460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4461         (gst_audio_convert_link), (gst_audio_convert_change_state),
4462         (gst_audio_convert_channels):
4463         * gst/audioconvert/gstchannelmix.c:
4464         (gst_audio_convert_unset_matrix),
4465         (gst_audio_convert_fill_identical),
4466         (gst_audio_convert_fill_compatible),
4467         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
4468         (gst_audio_convert_fill_others),
4469         (gst_audio_convert_fill_normalize),
4470         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
4471         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
4472         * gst/audioconvert/gstchannelmix.h:
4473           Implement a channel mixer.
4474
4475 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
4476
4477         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
4478         * ext/alsa/gstalsa.h:
4479         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
4480         Make alsasink actually honor gst_element_set_clock and use that
4481         clock instead of its internal one.
4482
4483 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
4484
4485         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
4486         (gst_play_base_bin_change_state): nullify source and decoder when
4487         going from READY to NULL so that we don't try to do weird stuff with
4488         them when going from NULL to READY
4489         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
4490         instead of g_object_unref
4491         (gen_video_element), (gen_audio_element): more refcounting fixes, now
4492         it should be correct
4493         (gst_play_bin_change_state): don't call remove_sinks if we are
4494         currently disposing the object
4495
4496 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4497
4498         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
4499           Don't forget bass if it's there. Else left channel is silent...
4500
4501 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4502
4503         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
4504         (gst_a52dec_change_state):
4505           Don't do sample adjusting anymore, we use float audio now.
4506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4507           Don't fixate to non-existing properties.
4508
4509 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4510
4511         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
4512         (gst_a52dec_change_state):
4513           Advertise that we can do surround sound.
4514
4515 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4516
4517         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
4518           Add buffer-frames=0.
4519         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
4520         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
4521         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
4522         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
4523         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
4524         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
4525         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
4526         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
4527         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
4528         * ext/dvdread/dvdreadsrc.h:
4529           Add seeking, querying for bytes, sectors, title, angle and
4530           chapter. Handle multiple chapters. Relicense to LGPL because
4531           Billy agreed on that (thanks Billy!).
4532
4533 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
4534
4535         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
4536         call parent dispose method
4537
4538 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
4539
4540         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
4541         (gst_audio_clock_get_internal_time):
4542         Fix active <-> inactive transitions: ensure time value always
4543         grows and avoid abrupt value changes.
4544
4545 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
4546
4547         * configure.ac:
4548         * gst/tta/Makefile.am:
4549         * gst/tta/crc32.h:
4550         * gst/tta/filters.h:
4551         * gst/tta/gsttta.c:
4552         * gst/tta/gstttadec.c:
4553         * gst/tta/gstttadec.h:
4554         * gst/tta/gstttaparse.c:
4555         * gst/tta/gstttaparse.h:
4556         * gst/tta/ttadec.h:
4557           added TTA parser and decoder
4558
4559 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4560
4561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4562         (probe_triggered), (check_queue), (buffer_underrun),
4563         (buffer_running), (buffer_overrun), (gen_source_element),
4564         (setup_source):
4565         * gst/playback/gstplaybasebin.h:
4566           Implement buffering. Needs some more work.
4567
4568 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4569
4570         * ext/theora/theoradec.c: (theora_dec_chain):
4571           Fix ilog mask range overflow.
4572
4573 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4574
4575         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
4576           Don't omit the last (which in case of dmix is the only :) )
4577           channel count. Don't set channels if <= 2.
4578
4579 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
4580
4581         * gst/playback/gstplaybin.c: (gen_video_element),
4582         (gen_audio_element): Removed 2 obsolete comments
4583
4584 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4585
4586         * ext/vorbis/oggvorbisenc.c
4587         * ext/vorbis/vorbisenc.c :
4588           change description fields of those plugins to differentiate them
4589           (pitivi show Encoders by description, they had the same one)
4590
4591 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
4592
4593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4594
4595         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4596         (gst_play_bin_set_property), (gen_video_element),
4597         (gen_audio_element):
4598           Refcounting fixes for provided audio-/videosinks.
4599
4600 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4601
4602         * gst/playback/gstplaybin.c: (gen_video_element),
4603         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
4604           Don't reference all sinks, but only the video- and audiosinks.
4605           The vis. element should be disposed when we're done with it.
4606           We don't have any reason to keep it around. This fixes warnings
4607           when reusing playbin for playing multiple audio files with
4608           vis. enabled. Also release audio device on pause - idea stolen
4609           from Rhythmbox.
4610
4611 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4612
4613         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
4614         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
4615         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
4616         * ext/alsa/gstalsaplugin.c: (plugin_init):
4617         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
4618         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
4619         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
4620         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
4621         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
4622         (gst_faad_change_state), (plugin_init):
4623         * ext/faad/gstfaad.h:
4624         * ext/vorbis/vorbis.c: (plugin_init):
4625         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4626         * gst-libs/gst/audio/Makefile.am:
4627         * gst-libs/gst/audio/audio.c: (plugin_init):
4628         * gst-libs/gst/audio/multichannel.c:
4629         (gst_audio_check_channel_positions),
4630         (gst_audio_get_channel_positions),
4631         (gst_audio_set_channel_positions),
4632         (gst_audio_set_structure_channel_positions_list),
4633         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4634         (gst_audio_fixate_channel_positions):
4635         * gst-libs/gst/audio/multichannel.h:
4636         * gst-libs/gst/audio/testchannels.c: (main):
4637         * gst/audioconvert/gstaudioconvert.c:
4638         (gst_audio_convert_class_init), (gst_audio_convert_init),
4639         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
4640         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
4641         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4642         * gst/audioconvert/plugin.c: (plugin_init):
4643           Surround sound support.
4644
4645 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4646
4647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
4648           Fix position for discont if we're close as well. Nitpicking, but
4649           saves a few milliseconds of extra waiting or skipping.
4650
4651 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4652
4653         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
4654           We sometimes need parsers for playback, so add those too.
4655
4656 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4657
4658         * configure.ac:
4659         * gst/apetag/Makefile.am:
4660         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
4661         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
4662         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
4663         (gst_ape_demux_get_src_query_types),
4664         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
4665         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
4666         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
4667         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
4668         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
4669         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
4670         (gst_ape_demux_change_state):
4671         * gst/apetag/apedemux.h:
4672         * gst/apetag/apetag.c: (plugin_init):
4673         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
4674         (plugin_init):
4675           APE v1/2 tag reader plus typefind function.
4676
4677 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4678
4679         * configure.ac:
4680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4681         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4682           Remove hacks for older core. Require newer core version
4683           accordingly.
4684
4685 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4686
4687         * gst/cdxaparse/Makefile.am:
4688         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
4689         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
4690         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
4691         * gst/cdxaparse/gstcdxaparse.h:
4692         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
4693         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
4694         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
4695         (gst_cdxastrip_get_src_query_types),
4696         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
4697         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
4698         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
4699         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
4700         * gst/cdxaparse/gstcdxastrip.h:
4701           SVCD/VCD header stripping separated from CDXA image parsing.
4702         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4703         (plugin_init):
4704           Add VCD/SVCD header typefinding for VCD/SVCD.
4705         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
4706         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
4707         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
4708         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
4709         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
4710         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
4711         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
4712         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
4713         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
4714         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
4715         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
4716         * sys/vcd/vcdsrc.h:
4717           Fix up, add seeking, querying, URI interface. Works in totem now.
4718
4719 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4720
4721         * configure.ac:
4722           back to CVS
4723
4724 === release 0.8.6 ===
4725
4726 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4727
4728         * NEWS:
4729         * RELEASE:
4730         * configure.ac:
4731         * po/af.po:
4732         * po/az.po:
4733         * po/cs.po:
4734         * po/en_GB.po:
4735         * po/hu.po:
4736         * po/it.po:
4737         * po/nb.po:
4738         * po/nl.po:
4739         * po/or.po:
4740         * po/sq.po:
4741         * po/sr.po:
4742         * po/sv.po:
4743         * po/uk.po:
4744           releasing 0.8.6, "IOU Love"
4745
4746 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4747
4748         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4749
4750         * gst/playback/gstplaybasebin.c:
4751           Fix unplayable files error handling.  Fixes #158365
4752
4753 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4754
4755         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4756
4757         * gst/typefind/gsttypefindfunctions.c:
4758           Fix broken mp3 typefinding.  Fixes #158375
4759
4760 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4761
4762         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4763
4764         * ext/ogg/gstoggdemux.c:
4765           Fix sync on broken files.  Fixes #158976
4766
4767 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4768
4769         patch by: Edward Hervey <bilboed@bilboed.com>
4770
4771         * ext/libpng/gstpngenc.c:
4772           Copy over buffer properties.  Fixes #158832
4773
4774 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4775
4776         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
4777
4778         * ext/dvdread/dvdreadsrc.c:
4779           Fixes invalid reads (#158462)
4780
4781 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4782
4783         * sys/v4l/gstv4lsrc.c:
4784         * sys/v4l/gstv4lsrc.h:
4785         * sys/v4l/v4lsrc_calls.c:
4786           Probe less and cache it.  Fixes #159187.
4787
4788 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4789
4790         * gst/videorate/gstvideorate.c:
4791           Handle all video formats. Fixes #159186.
4792
4793 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
4794         * gst/synaesthesia/gstsynaesthesia.c:
4795         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
4796         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
4797         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
4798         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
4799         (gst_synaesthesia_change_state), (plugin_init):
4800         Fix up synaesthesia to work under different samplerates/ buffer sizes.
4801         Force 320x200 output, as that's the only thing the underlying
4802         synaesthesia implementation supports. Still needs to be made
4803         re-entrant.
4804
4805 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4806
4807         * configure.ac:
4808           Fix mpeg2enc configure check (similar to mplex check below).
4809
4810 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
4811
4812         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4813
4814         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4815           Fix for gcc-2.95 (fixes #158221).
4816
4817 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4818
4819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4820           Re-add clock distribution hack (until new core is released).
4821           Fixes #158125.
4822
4823 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
4824         * configure.ac:
4825           fix mplex configure check segfaulting on some systems (bug #140994)
4826
4827 2004-11-13  Benjamin Otte  <otte@gnome.org>
4828
4829         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
4830           add debugging
4831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4832           do a wait when we enter the loop func with no data available to
4833           write instead of getting into an 100% CPU loop by just returning and
4834           being called again by the scheduler
4835
4836 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
4837
4838         * configure.ac:
4839         * ext/libvisual/visual.c: (gst_visual_get_type),
4840         (libvisual_log_handler), (gst_visual_getcaps),
4841         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
4842         (plugin_init):
4843           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
4844         * ext/smoothwave/Makefile.am:
4845         * ext/smoothwave/demo-osssrc.c: (main):
4846         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
4847         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
4848         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
4849         (plugin_init):
4850         * ext/smoothwave/gstsmoothwave.h:
4851           Make gstsmoothwave a working element in the 20th century.
4852
4853         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
4854           Fix incorrect link function
4855
4856 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4857
4858         * gst/volume/gstvolume.c:
4859           Allow buffer-frames=0.
4860
4861 2004-11-12 Iain <iaingnome@gmail.com>
4862
4863         * configure.ac: Check for polypaudio
4864
4865         * ext/Makefile.am: Build the polyp dir
4866
4867         * ext/polyp: The polypsink sources.
4868
4869 2004-10-30 Iain <iaingnome@gmail.com>
4870
4871         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
4872         caps to reflect the new number of channels.
4873
4874 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4875
4876         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4877           Fix for negotiation order problem. This would show when the
4878           ALSA loopfuction was called before any other function. ALSA
4879           wouldn't do anything because we're not negotiated yet, leading
4880           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
4881
4882 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4883
4884         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4885
4886         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4887           No warnings (#157986).
4888
4889 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4890
4891         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4892           Prefer apev1/2 and id3v1 (at end of file) over musepack.
4893
4894 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4895
4896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
4897           Signal no-more-pads (so it works in playbin).
4898
4899 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4900
4901         * ext/musepack/gstmusepackreader.cpp:
4902           Workaround for older core.
4903
4904 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4905
4906         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
4907           Actually test for odd width/height rather than testing whether
4908           a temporary variable that was 0 before we subtracted 1 is now
4909           not equal to zero (which it always is).
4910
4911 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4912
4913         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
4914         Fix compilation if HAVE_XVIDEO is not defined
4915
4916 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4917
4918         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4919         Fix compilation if HAVE_XVIDEO is not defined
4920
4921 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
4922
4923         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4924         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
4925         (gst_goom_change_state), (plugin_init):
4926         Use the bytestream adapter so goom doesn't depend on the input
4927         buffer size.
4928         Add a debug category
4929
4930 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4931
4932         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4933           Only set hardware parameters *after* negotiation. Before
4934           negotiation, it will set ANY and that seems to cause crashes
4935           (see e.g. #151288, #153227).
4936
4937 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4938
4939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
4940           This seems to be antique leftover. It needs to pass error
4941           checking.
4942         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
4943         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
4944         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
4945         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
4946           Fix GstXOverlay implementation (#151059).
4947
4948 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4949
4950         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4951           Don't assert (#157853).
4952
4953 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4954
4955         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4956           Fix bytes/samples confustion.
4957         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
4958           Fix for underrun (#144389).
4959
4960 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4961
4962         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4963           Disable halfway-seek for pending release (since it needs a new
4964           core release).
4965
4966 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4967
4968         * sys/v4l/gstv4lsrc.c:
4969         * sys/v4l/gstv4lsrc.h:
4970         * sys/v4l/v4lsrc_calls.c:
4971           add autoprobe-fps property so we can separate autoprobing parts
4972
4973 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4974
4975         * sys/v4l/gstv4lsrc.c:
4976         * sys/v4l/v4lsrc_calls.c:
4977         initialise fourcc to catch unset fourcc's, and debug
4978
4979 2004-11-09  Wim Taymans  <wim@fluendo.com>
4980
4981         * gst/playback/README:
4982         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
4983         * gst/playback/gstplaybin.c: (gst_play_bin_init),
4984         (gst_play_bin_dispose), (gst_play_bin_set_property),
4985         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
4986         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4987         (gst_play_bin_get_formats), (gst_play_bin_convert),
4988         (gst_play_bin_get_query_types), (gst_play_bin_query):
4989         Cleanups and some more documentation.
4990
4991 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
4992
4993         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4994         (gst_cacasink_init), (gst_cacasink_chain):
4995         * ext/libcaca/gstcacasink.h:
4996         Cacasink inherits from VideoSink, so let that store the clock.
4997
4998 2004-11-09  Wim Taymans  <wim@fluendo.com>
4999
5000         * gst/playback/README:
5001         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
5002         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
5003         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
5004         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
5005         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
5006         (setup_sinks):
5007         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
5008         (gst_stream_info_is_mute), (gst_stream_info_set_property):
5009         * gst/playback/gststreaminfo.h:
5010         Updated README.
5011         Only switch groups if all streams have muted (EOSed).
5012         Send Tags in sync with the stream playback instead of in
5013         the playback/preroll phase.
5014         Some cleanups, free the fakesrc elements.
5015
5016 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5017
5018         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
5019           buffer-frames property was missing
5020         * ext/arts/gst_arts.c:
5021           rate missing from sinkcaps
5022         * ext/audiofile/gstafparse.c:
5023         * ext/audiofile/gstafsink.c:
5024         * ext/audiofile/gstafsrc.c:
5025         * ext/swfdec/gstswfdec.c:
5026           int audio doesn't know buffer-frames
5027         * ext/cdparanoia/gstcdparanoia.c:
5028           int audio doesn't know chunksize either
5029         * ext/nas/nassink.c:
5030           it's endianness, not endianess
5031         * gst-libs/gst/audio/audio.h:
5032           make float standard pad template caps really describe float
5033         * gst/law/mulaw.c: (linear_factory):
5034           signed only, please
5035         * gst/mpegstream/gstdvddemux.c:
5036           widths of 20 are not valid
5037
5038 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5039
5040         Submitted by: Luca Ferretti <elle.uca@infinito.it>
5041
5042         * po/LINGUAS:
5043         * po/it.po:
5044           Add Italian
5045
5046 2004-11-08  Wim Taymans  <wim@fluendo.com>
5047
5048         * gst/playback/README:
5049         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
5050         * gst/playback/gstplaybasebin.c: (probe_triggered),
5051         (gst_play_base_bin_change_state):
5052         Updated README, added more comments for fixmes etc..
5053
5054 2004-11-08  Wim Taymans  <wim@fluendo.com>
5055
5056         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5057         We can remove this hack now.
5058
5059 2004-11-08  Wim Taymans  <wim@fluendo.com>
5060
5061         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
5062         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
5063         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
5064         Only mix AYUV for maximum quality.
5065
5066 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5067
5068         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
5069         (gst_ogg_demux_push), (gst_ogg_pad_push):
5070           Let's act as if we're synchronized now! :).
5071         * ext/theora/theoradec.c: (theora_dec_chain):
5072           Add some debug.
5073
5074 2004-11-08  Wim Taymans  <wim@fluendo.com>
5075
5076         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5077         (gst_alpha_set_property), (gst_alpha_sink_link),
5078         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
5079         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
5080         (gst_alpha_init_params), (gst_alpha_chain):
5081         Implement alpha functions for AYUV too, this increases
5082         accuracy quite a bit.
5083
5084 2004-11-08  Wim Taymans  <wim@fluendo.com>
5085
5086         * gst/ffmpegcolorspace/avcodec.h:
5087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5088         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5089         (gst_ffmpegcsp_avpicture_fill):
5090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5091         (gst_ffmpegcsp_caps_remove_format_info):
5092         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
5093         (shrink12), (img_get_alpha_info), (deinterlace_line),
5094         (deinterlace_line_inplace):
5095         * gst/ffmpegcolorspace/imgconvert_template.h:
5096         Added AYUV colorspace and handle RGBA a bit more respectful.
5097
5098 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5099
5100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5101           Actually always send a discont (cornercase when resending the
5102           same serial-tagged chain twice).
5103
5104 2004-11-08  Julien MOUTTE  <julien@moutte.net>
5105
5106         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
5107         (gst_ximagesink_finalize):
5108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5109         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
5110
5111 2004-11-08  Wim Taymans  <wim@fluendo.com>
5112
5113         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
5114         Don't segfault on NULL data.
5115
5116 2004-11-08  Wim Taymans  <wim@fluendo.com>
5117
5118         * gst/playback/gstdecodebin.c: (unlinked):
5119         * gst/playback/gstplay-marshal.list:
5120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5121         (gst_play_base_bin_init), (group_create), (get_active_group),
5122         (get_building_group), (group_destroy), (group_commit),
5123         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
5124         (add_element_stream), (no_more_pads), (probe_triggered),
5125         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
5126         (state_change), (setup_source), (gst_play_base_bin_get_property),
5127         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5128         (gst_play_base_bin_link_stream),
5129         (gst_play_base_bin_get_streaminfo):
5130         * gst/playback/gstplaybasebin.h:
5131         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5132         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
5133         Add support for chained ogg files. Prepare for playlist
5134         support. This patch introduces the concept of pad groups, which
5135         together compose one playable media file.
5136
5137 2004-11-07  David Schleef  <ds@schleef.org>
5138
5139         * testsuite/gst-lint: Check for pad templates that aren't statically
5140         scoped.
5141
5142 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5143
5144         * configure.ac:
5145         * ext/Makefile.am:
5146         * ext/musepack/Makefile.am:
5147         * ext/musepack/gstmusepackdec.cpp:
5148         * ext/musepack/gstmusepackdec.h:
5149         * ext/musepack/gstmusepackreader.cpp:
5150         * ext/musepack/gstmusepackreader.h:
5151           Add musepack decoder.
5152         * ext/faad/gstfaad.c: (gst_faad_base_init):
5153           Make pad templates static.
5154         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5155         (plugin_init):
5156           Add musepack typefinder, make mp3 typefinding work halfway stream,
5157           which doesn't actually work yet because id3demux doesn't implement
5158           _get_length().
5159
5160 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5161
5162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5163         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
5164           Fix interrupt event handling (#144436).
5165
5166 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5167
5168         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
5169           Hide unused glory.
5170
5171 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5172
5173         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5174
5175         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5176           Fix weird caps (#157548).
5177
5178 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5179
5180         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5181
5182         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
5183           Add missing NULL terminator (#157543).
5184
5185 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5186
5187         * gst/tcp/gsttcp.h:
5188         * gst/tcp/gsttcpclientsink.c:
5189         * gst/tcp/gsttcpclientsrc.c:
5190         * gst/tcp/gsttcpserversink.c:
5191         * gst/tcp/gsttcpserversrc.c:
5192           ports can go up to 65535.  Move common defines to gsttcp.h
5193
5194 2004-11-05  Wim Taymans  <wim@fluendo.com>
5195
5196         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
5197         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
5198         Added two more colorspaces.
5199
5200 2004-11-05  Wim Taymans  <wim@fluendo.com>
5201
5202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5203         (gst_ffmpegcsp_avpicture_fill):
5204         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
5205         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
5206         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
5207         More stride fixes.
5208
5209 2004-11-05  Wim Taymans  <wim@fluendo.com>
5210
5211         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
5212         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
5213         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
5214         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
5215         (gst_videomixer_loop):
5216         More stride fixes.
5217
5218 2004-11-05  Benjamin Otte  <otte@gnome.org>
5219
5220         * ext/mad/gstmad.c: (gst_mad_chain):
5221           don't overflow data buffer. Flush not needed sync data when syncing
5222           failed.
5223
5224 2004-11-04  Wim Taymans  <wim@fluendo.com>
5225
5226         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5227         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5228         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
5229         (gst_alpha_init_params), (gst_alpha_chain),
5230         (gst_alpha_change_state):
5231         Updated the chroma keying algorithm with something more
5232         sophisticated.
5233
5234 2004-11-03  Wim Taymans  <wim@fluendo.com>
5235
5236         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
5237         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
5238         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
5239         Fix stride issues. Does not completely work for odd
5240         heights.
5241
5242 2004-11-03  Wim Taymans  <wim@fluendo.com>
5243
5244         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5245         (gst_alpha_chroma_key), (gst_alpha_chain):
5246         Fix stride issues. Does not completely work for odd
5247         heights.
5248
5249 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
5250
5251         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
5252         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
5253         leak fixes
5254
5255 2004-11-03  Wim Taymans  <wim@fluendo.com>
5256
5257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5258         (gst_ffmpegcsp_avpicture_fill):
5259         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
5260         (avpicture_alloc):
5261         * gst/ffmpegcolorspace/imgconvert_template.h:
5262         Use correct _fill function to get correct strides.
5263
5264 2004-11-02  David Schleef  <ds@schleef.org>
5265
5266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5267         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
5268         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
5269         Change all g_print()s to debugging.  Add a bunch of consistency
5270         checks.
5271
5272 2004-11-02  Wim Taymans  <wim@fluendo.com>
5273
5274         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5275         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5276         (unlinked), (no_more_pads), (close_link):
5277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5278         (unknown_type), (add_element_stream), (new_decoded_pad),
5279         (removed_decoded_pad), (setup_source):
5280         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
5281         (gst_stream_info_class_init), (gst_stream_info_init),
5282         (gst_stream_info_new), (gst_stream_info_dispose),
5283         (stream_info_mute_pad), (gst_stream_info_set_property),
5284         (gst_stream_info_get_property):
5285         * gst/playback/gststreaminfo.h:
5286         Fix playback of multiple files.
5287         a slightly different approach to handling dynamic pad removals.
5288         This one only looks at pads that we have linked.
5289
5290 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
5291
5292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
5293         free" warning from libc.
5294
5295 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5296
5297         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5298         (get_unconnected_element), (remove_starting_from), (pad_removed),
5299         (close_link):
5300           Implement support for dynamic pad changing. We listen to "live"
5301           pad removals (i.e. while playing) and re-setup autoplugging
5302           after that. Playbasebin/playbin need some more work for this
5303           to finally work, but decodebin supports (and replugs) chained
5304           ogg now.
5305
5306 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
5307
5308         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
5309         (gst_alsa_finalize):
5310         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
5311         (gst_cdaudio_finalize):
5312         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5313         (cdparanoia_finalize):
5314         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
5315         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
5316         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5317         (dvdreadsrc_finalize):
5318         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
5319         (gst_flacdec_finalize):
5320         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
5321         (gst_flacenc_finalize):
5322         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
5323         (gst_gnomevfssink_finalize):
5324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
5325         (gst_gnomevfssrc_finalize):
5326         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
5327         (gst_fameenc_finalize):
5328         * ext/nas/nassink.c: (gst_nassink_class_init),
5329         (gst_nassink_finalize):
5330         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
5331         (gst_sdlvideosink_class_init):
5332         * ext/sndfile/gstsf.c: (gst_sf_dispose):
5333         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
5334         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
5335         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
5336         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5337         (gst_x_window_listener_dispose):
5338         * gst/audioscale/gstaudioscale.c:
5339         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
5340         (play_on_demand_finalize):
5341         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
5342         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
5343         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
5344         (cdplayer_finalize):
5345         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
5346         (gst_glimagesink_class_init):
5347         * sys/oss/gstosselement.c: (gst_osselement_class_init),
5348         (gst_osselement_finalize):
5349         * sys/oss/gstosssink.c: (gst_osssink_dispose):
5350         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
5351         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
5352           Fixes a bunch of problems with finalize and dispose functions,
5353           either assumptions that dispose is only called once, or not calling
5354           the parent class dispose/finalize function
5355
5356 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
5357
5358         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
5359           added two api precondition guards
5360           use g_strdup with getenv to fix crash when using ENVVAR
5361
5362 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
5363         * ext/esd/esdsink.c: (gst_esdsink_class_init),
5364         (gst_esdsink_finalize):
5365         Use a finalize function, not dispose, and more importantly,
5366         call the parent class finalize function too
5367
5368 2004-11-01  Johan Dahlin  <johan@gnome.org>
5369
5370         * ext/ogg/gstoggdemux.c:
5371         * gst/tags/gstvorbistag.c:
5372         Plug leaks.
5373
5374 2004-10-31  Benjamin Otte  <otte@gnome.org>
5375
5376         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5377           lotsa memleaks today. But they're all small...
5378
5379 2004-10-31  Benjamin Otte  <otte@gnome.org>
5380
5381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5382           another memleak crushed
5383
5384 2004-10-31  Benjamin Otte  <otte@gnome.org>
5385
5386         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
5387           fix memleak
5388
5389 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5390
5391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5392           Hack to prevent crash when going to READY inside signal handler
5393           while this function is active.
5394
5395 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5396
5397         * gst/ffmpegcolorspace/Makefile.am:
5398         * gst/ffmpegcolorspace/avcodec.h:
5399         * gst/ffmpegcolorspace/common.h:
5400         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5401         * gst/ffmpegcolorspace/dsputil.h:
5402         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5404         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
5405         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
5406         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
5407         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
5408         (gst_ffmpegcsp_avpicture_fill):
5409         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5411         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5412         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
5413         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
5414         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
5415         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5416         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
5417         * gst/ffmpegcolorspace/imgconvert.c:
5418         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5419         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5420         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5421         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5422         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5423         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
5424         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
5425         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
5426         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
5427         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
5428         (grow21), (grow22), (grow41), (grow44), (conv411),
5429         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
5430         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
5431         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
5432         (avpicture_free), (is_yuv_planar), (img_convert),
5433         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
5434         (deinterlace_line_inplace), (deinterlace_bottom_field),
5435         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5436         * gst/ffmpegcolorspace/imgconvert_template.h:
5437         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5438         * gst/ffmpegcolorspace/mmx.h:
5439         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
5440         (av_fast_realloc), (av_mallocz_static), (av_free_static),
5441         (av_freep), (avcodec_get_context_defaults),
5442         (avcodec_alloc_context), (avcodec_init):
5443           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
5444           handling plus update from ffmpeg CVS. Large clean-up.
5445
5446 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5447
5448         * gst/playback/Makefile.am:
5449           We need the marshallers for decodebin, too.
5450
5451 2004-10-30  David Schleef  <ds@schleef.org>
5452
5453         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
5454           quicktime typefinding work with 64-bit offsets.
5455
5456 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
5457
5458         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
5459           Set EOS on the element when processing an EOS event.
5460         * ext/speex/gstspeexdec.h:
5461         * ext/speex/gstspeexenc.h:
5462           Only keep a const ptr to the mode
5463         * gst-libs/gst/riff/riff-media.c:
5464         (gst_riff_create_audio_caps_with_data),
5465         (gst_riff_create_audio_template_caps):
5466           Allow WMAV3, with up to 6 channels.
5467         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
5468           Don't call gst_pad_set_event_function on a sink pad.
5469         * gst/mpegstream/gstdvddemux.c:
5470         (gst_dvd_demux_get_subpicture_stream),
5471         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
5472           Copy the explicit caps that were set across to the cur_* pads,
5473           instead of trying to use a possibly non-existent negotiated caps.
5474           Reset the type of subpicture pads to UNKNOWN after calling
5475           init_stream, so that the caps get set.
5476
5477 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
5478
5479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5480
5481         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5482           Don't touch buffer if it is of size 0 (fixes #151064).
5483
5484 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5485
5486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
5487           Synchronized discont handling.
5488
5489 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5490
5491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5492         (gst_ogg_demux_push):
5493           Make seeking sort-of exact again (fixes #156387).
5494
5495 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5496
5497         * gst/playback/gstplaybasebin.c: (unknown_type),
5498         (add_element_stream), (new_decoded_pad),
5499         (gst_play_base_bin_change_state):
5500         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5501         (gst_stream_info_init), (gst_stream_info_new),
5502         (gst_stream_info_dispose), (gst_stream_info_get_property):
5503         * gst/playback/gststreaminfo.h:
5504           Make caps explicitely available. Makes testing for unsupported
5505           types possible. Improves error reporting.
5506
5507 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5508
5509         * gst/audioconvert/gstaudioconvert.c:
5510         (gst_audio_convert_buffer_to_default_format):
5511           Really don't touch read-only buffers (#156563).
5512
5513 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
5514
5515         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5516
5517         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5518           Fix memleak (#155223).
5519
5520 2004-10-29  Wim Taymans  <wim@fluendo.com>
5521
5522         * gst/tcp/.cvsignore:
5523         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5524         (gst_multifdsink_class_init), (gst_multifdsink_init),
5525         (gst_multifdsink_add), (gst_multifdsink_remove),
5526         (gst_multifdsink_remove_client_link), (is_sync_frame),
5527         (gst_multifdsink_new_client),
5528         (gst_multifdsink_handle_client_write),
5529         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5530         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5531         (gst_multifdsink_get_property):
5532         * gst/tcp/gstmultifdsink.h:
5533         Added burst on connect sync_method, deprecated sync_clients,
5534         streamlined the sync code some more.
5535
5536 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5537
5538         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
5539         (gst_play_base_bin_change_state):
5540           Improve error reporting.
5541
5542 2004-10-28  Wim Taymans  <wim@fluendo.com>
5543
5544         * gst/tcp/Makefile.am:
5545         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
5546         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
5547         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
5548         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5549         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5550         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5551         (gst_fdset_wait):
5552         Added more locks around fdset structures. Fixed/reworked
5553         the poll array resizing code.
5554         Added stress test for fdset.
5555
5556 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5557
5558         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
5559         fix build
5560
5561 2004-10-28  Benjamin Otte  <otte@gnome.org>
5562
5563         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
5564           fix link function to always query channels and query width for
5565           floats
5566         * configure.ac:
5567           add equalizer dir
5568         * gst/equalizer/Makefile.am:
5569         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
5570         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
5571         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
5572         (arg_to_scale), (setup_filter),
5573         (gst_iir_equalizer_compute_frequencies),
5574         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
5575         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
5576         (plugin_init):
5577           add an equalizer
5578
5579 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5580
5581         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
5582
5583         * po/LINGUAS:
5584         * po/nb.po:
5585           Added Norwegian Bokmaal translation
5586
5587 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5588
5589         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5590           Don't break on options (fixes #156488).
5591
5592 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5593
5594         * configure.ac:
5595         * ext/cdaudio/Makefile.am:
5596         * sys/Makefile.am:
5597           fix build on older automake
5598
5599 2004-10-26  Wim Taymans  <wim@fluendo.com>
5600
5601         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
5602         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
5603         Allow a little margin when negotiating the framerate.
5604
5605 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
5606
5607         * gst/level/gstlevel.c:
5608           synchonised naming of pads and pad-templates
5609
5610 2004-10-26  Wim Taymans  <wim@fluendo.com>
5611
5612         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5613         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
5614         (_find_streams_check), (gst_ogg_demux_push):
5615         Fix EOS again. Needs to be done in a better way. We should not
5616         remove the pad if there is no new chained stream.
5617
5618 2004-10-26 Iain <iaingnome@gmail.com>
5619
5620         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
5621         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
5622         of the caps.
5623         * gst/interleave/interleave.c (interleave_class_init): Hook up release
5624         pad.
5625         (interleave_release_pad): Remove the pad.
5626         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
5627         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
5628         the set device.
5629         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
5630         attrs
5631         (gst_xvimagesink_xcontext_clear): Free the xcontext.
5632         (gst_xvimagesink_finalize): Free the par.
5633
5634 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5635
5636         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
5637         (gst_avimux_stop_file):
5638           First calculate the rate, and only then use it. Hdr.rate is a
5639           multiple and not a derivative of hdr.scale. Scale is not the
5640           same as blockalign but is solely related to rate.
5641
5642 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5643
5644         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5645         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
5646           Implement seeking.
5647
5648 2004-10-25  James Henstridge  <james@jamesh.id.au>
5649
5650         Reviewed by:  David Schleef  <ds@schleef.org>
5651
5652         * examples/gstplay/player.c: (got_stream_length), (main):
5653         * examples/seeking/cdplayer.c: (update_scale):
5654         * examples/seeking/seek.c: (format_value), (update_scale):
5655         * examples/seeking/spider_seek.c: (format_value), (update_scale),
5656         (stop_seek):
5657         Build fixes on AMD64.
5658
5659 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5660
5661         reviewed by: Ronald Bultje <rbultje at gnome dot org>
5662
5663         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
5664         Fix for some v4l cards which hang in v4lsrc
5665
5666 2004-10-25  Wim Taymans  <wim@fluendo.com>
5667
5668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
5669         (gst_ogg_demux_push), (gst_ogg_chains_clear):
5670         Make sure to remove the pad when a new chain is
5671         encountered. Set some vars to NULL so we don't try
5672         to reference freed memory.
5673
5674 2004-10-25  Wim Taymans  <wim@fluendo.com>
5675
5676         * examples/seeking/Makefile.am:
5677         * examples/seeking/cdplayer.c: (update_scale):
5678         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
5679         * examples/seeking/playbin.c: (make_playerbin_pipeline),
5680         (format_value), (update_scale), (iterate), (start_seek),
5681         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
5682         (print_usage), (main):
5683         Added some more examples, update others.
5684
5685 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5686
5687         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
5688         * ext/speex/gstspeexdec.c: (speex_dec_chain):
5689         * ext/theora/theoradec.c: (theora_dec_chain):
5690         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5691           Add codec-name metadata.
5692
5693 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
5694
5695         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5696
5697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5698         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5699         * ext/alsa/gstalsamixertrack.h:
5700         * po/POTFILES.in:
5701           ALSA mixer track label internationalization (#154054).
5702
5703 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5704
5705         * ext/theora/theoradec.c: (theora_dec_chain):
5706           Export bitrate as metadata.
5707
5708 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5709
5710         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5711         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5712         * ext/alsa/gstalsamixertrack.h:
5713           Fix names, fix loop.
5714
5715 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5716
5717         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
5718         (speex_dec_convert):
5719           sinkconvert function so oggdemux can get the file length (totem).
5720
5721 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
5722
5723         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5724
5725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5726           Don't push incomplete packets.
5727         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
5728           Fix MPEG-4 audio typefinding.
5729
5730 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5731
5732         * sys/v4l/Makefile.am:
5733         * sys/v4l/gstv4l.c: (plugin_init):
5734         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
5735         (gst_v4lelement_init), (gst_v4lelement_dispose),
5736         (gst_v4lelement_change_state):
5737         * sys/v4l/gstv4lelement.h:
5738         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
5739         (gst_v4l_xoverlay_close), (idle_refresh),
5740         (gst_v4l_xoverlay_set_xwindow_id):
5741         * sys/v4l/gstv4lxoverlay.h:
5742         * sys/v4l/v4l-overlay_calls.c:
5743         * sys/v4l/v4l_calls.h:
5744         * sys/v4l2/Makefile.am:
5745         * sys/v4l2/gstv4l2.c: (plugin_init):
5746         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
5747         (gst_v4l2element_init), (gst_v4l2element_dispose),
5748         (gst_v4l2element_change_state):
5749         * sys/v4l2/gstv4l2element.h:
5750         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
5751         (gst_v4l2_xoverlay_close), (idle_refresh),
5752         (gst_v4l2_xoverlay_set_xwindow_id):
5753         * sys/v4l2/gstv4l2xoverlay.h:
5754         * sys/v4l2/v4l2-overlay_calls.c:
5755         * sys/v4l2/v4l2_calls.h:
5756           Remove client-side overlay handling, use the X-server v4l plugin
5757           for that. Nicer overlay, less code. Also make the plugin
5758           compileable without X (but then without overlay, obviously).
5759           Makes xwindowlistener obsolete, should we remove that?
5760
5761 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5762
5763         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
5764         (gst_osssrc_src_query):
5765         * sys/oss/gstosssrc.h:
5766           OK, so people want offset in DEFAULT. This time, actually fix all
5767           cases.
5768         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5769           Add FPS properly.
5770
5771 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5772
5773         * gst/asfdemux/gstasfmux.c:
5774         * gst/avi/gstavimux.c:
5775           Framerate.
5776
5777 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5778
5779         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
5780           Fix properties (channel, norm, frequency).
5781
5782 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5783
5784         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
5785           Flag typo.
5786         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
5787           No warnings.
5788
5789 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5790
5791         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
5792           Fix hang.
5793
5794 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5795
5796         * sys/v4l2/gstv4l2element.h:
5797           Yet Another Hack (tm) for kernel header borkedness.
5798         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
5799         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
5800         (gst_v4l2src_link), (gst_v4l2src_getcaps),
5801         (gst_v4l2src_change_state):
5802         * sys/v4l2/gstv4l2src.h:
5803         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
5804         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
5805           Fix caps, keep track of state, work.
5806
5807 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5808
5809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5810           Quiet.
5811
5812 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5813
5814         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5815           Don't mix bytes and samples.
5816
5817 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5818
5819         * ext/ogg/gstoggmux.c:
5820           Basic pad template which accepts OGM tracks, speex, flac, vorbis
5821           and theora. Any is incorrect.
5822         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
5823           Fix caps.
5824         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5825         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5826         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
5827         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
5828         * sys/v4l/gstv4lmjpegsrc.h:
5829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
5830         (gst_v4lsrc_change_state):
5831         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
5832         (gst_v4lmjpegsrc_capture_stop):
5833           Fix caps. Keep track of internal state. Work.
5834
5835 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5836
5837         * ext/Makefile.am:
5838           Fix the build fixes.
5839
5840 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5841
5842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5843         (gst_ogg_demux_src_event), (_find_chain_seek),
5844         (gst_ogg_pad_push):
5845           Check for pad availability before using it.
5846         * ext/ogg/gstoggdemux.c: (_find_chain_process):
5847           Fix parsing of chained ogg. Needs more work on the decoder side.
5848
5849 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5850
5851         * gst/spectrum/Makefile.am:
5852         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
5853         (idle_func):
5854           Fix demo and reenable it. Yes, I'm currently playing with audio
5855           analysis tools
5856
5857 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5858
5859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5860           We love it if files that start at zero work too...
5861
5862 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5863
5864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5865           Handle files with missing EOS headers.
5866
5867 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5868
5869         * gst/tcp/gsttcpserversink.c:
5870         (gst_tcpserversink_handle_server_read),
5871         (gst_tcpserversink_init_send):
5872         Zero some variables first (need for accept not to return EINVAL)
5873
5874 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5875
5876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5877         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
5878         * ext/theora/theoradec.c: (theora_dec_sink_convert),
5879         (theora_dec_chain):
5880         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5881         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
5882           Seeking and querying finetune.
5883
5884 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5885
5886         * configure.ac:
5887         * ext/Makefile.am:
5888         * ext/raw1394/Makefile.am:
5889           fix the build
5890
5891 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5892
5893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5894           Wrong return.
5895         * gst/playback/Makefile.am:
5896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5897         * gst/playback/gstplay-marshal.list:
5898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5899           Fix marshallers.
5900
5901 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5902
5903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
5904           Silence.
5905
5906 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5907
5908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5909         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
5910         (gst_ogg_pad_push):
5911           Yay for non-lineair granulepos in theora.
5912
5913 2004-10-18  Wim Taymans  <wim@fluendo.com>
5914
5915         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
5916         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
5917         * ext/dv/gstdvdec.h:
5918         Make sure we renegotiate aspect ratio when the camera switches.
5919
5920 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5921
5922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5923         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
5924           Start at zero.
5925         * ext/theora/theoradec.c: (theora_dec_chain):
5926           Skip headers. Bad idea for chained ogg, but fixes seeking.
5927
5928 2004-10-18  Wim Taymans  <wim@fluendo.com>
5929
5930         * configure.ac:
5931         I swear, this is the last time I touch this.
5932
5933 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5934
5935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5936         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
5937         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
5938           Faster seeking.
5939         * ext/theora/theoradec.c: (theora_dec_sink_convert):
5940           Time-to-default conversion.
5941         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5942           Don't error on unknown packets, just skip. We should probably
5943           read them if we want to support chained ogg.
5944
5945 2004-10-18  Wim Taymans  <wim@fluendo.com>
5946
5947         * configure.ac:
5948         Added cdaudio to wrong list.
5949
5950 2004-10-18  Wim Taymans  <wim@fluendo.com>
5951
5952         * configure.ac:
5953         Revive cdaudio.
5954
5955 2004-10-18  Wim Taymans  <wim@fluendo.com>
5956
5957         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
5958         (gst_dvdec_video_link), (gst_dvdec_push):
5959         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
5960         (gst_smokeenc_resync), (gst_smokeenc_chain):
5961         Fix mimetype on smoke encoder.
5962         Add aspect ratio to dvdec. Not sure if these
5963         values are correct though....
5964
5965 2004-10-18  Wim Taymans  <wim@fluendo.com>
5966
5967         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5968         Fix vorbis property descriptions and ranges.
5969
5970 2004-10-18  Wim Taymans  <wim@fluendo.com>
5971
5972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5973         Really do nothing when no data is available.
5974         Go to the playing state when the stream is not seekable
5975         instead of failing.
5976
5977 2004-10-18  Wim Taymans  <wim@fluendo.com>
5978
5979         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
5980         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
5981         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
5982         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
5983         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
5984         Added uri handler for cd://
5985         Port to new API.
5986
5987 2004-10-18  Wim Taymans  <wim@fluendo.com>
5988
5989         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5990         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
5991         (try_to_link_1), (no_more_pads), (close_link), (type_found):
5992         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
5993         (remove_prerolls), (unknown_type), (add_element_stream),
5994         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
5995         (gst_play_base_bin_remove_element),
5996         (gst_play_base_bin_link_stream):
5997         * gst/playback/gstplaybin.c: (gen_video_element),
5998         (gen_vis_element), (remove_sinks), (setup_sinks):
5999         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
6000         (gst_stream_info_get_type), (gst_stream_info_class_init),
6001         (gst_stream_info_init), (gst_stream_info_new),
6002         (gst_stream_info_dispose), (stream_info_mute_pad),
6003         (gst_stream_info_set_property), (gst_stream_info_get_property):
6004         * gst/playback/gststreaminfo.h:
6005         Add sink padtemplate to decodebin.
6006         Added some more comments.
6007         Make queue size configurable in playbasebin.
6008         Added possibility to use elements as sinks (ex cdaudio).
6009
6010 2004-10-15  Wim Taymans  <wim@fluendo.com>
6011
6012         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
6013         (gst_speexenc_chain):
6014         Fix speex timestamps so that it gets muxed properly.
6015
6016 2004-10-15  Wim Taymans  <wim@fluendo.com>
6017
6018         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
6019         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
6020         (gst_dv1394src_init), (gst_dv1394src_dispose),
6021         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
6022         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
6023         (gst_dv1394src_event), (gst_dv1394src_get_formats),
6024         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
6025         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
6026         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
6027         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
6028         * ext/raw1394/gstdv1394src.h:
6029         Added conversion/query functions.
6030         Update buffer timestamps,
6031         Added signals.
6032         Added uri dv:// so it might play from the firewire in playbin.
6033         Fix a possible leak.
6034         Added debugging.
6035
6036 2004-10-15  Wim Taymans  <wim@fluendo.com>
6037
6038         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
6039         (gst_dv1394src_init), (gst_dv1394src_set_property),
6040         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
6041         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
6042         * ext/raw1394/gstdv1394src.h:
6043         Added AV/C VTR control support needed for some cameras.
6044         Added automatic port detection.
6045         Added properties for selecting the channel.
6046         The configure.ac script is not yet updated to reflect the
6047         new libavc1394 and librom1394 dependencies.
6048
6049 2004-10-15  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6052         (qtdemux_parse), (gst_qtdemux_handle_esds):
6053         An esds box is not a container.
6054         Fix parsing of mp4v boxes.
6055         Do not try to renegotiate fps for each frame. Need to
6056         find a better method. This should fix mp4 playback.
6057
6058 2004-10-14  David Schleef  <ds@schleef.org>
6059
6060         * configure.ac: update for swfdec-0.3 and liboil-0.2
6061         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
6062         * ext/swfdec/gstswfdec.h: same
6063         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
6064         * gst/videotestsrc/videotestsrc.c: same
6065
6066 2004-10-14  Wim Taymans  <wim@fluendo.com>
6067
6068         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6069         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
6070         (is_sync_frame), (gst_multifdsink_new_client),
6071         (gst_multifdsink_handle_client_write),
6072         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6073         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
6074         Turn warnings into info.
6075         Don't allow a state change in the streaming thread.
6076
6077 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6078
6079         * ext/vorbis/oggvorbisenc.c:
6080         * ext/vorbis/vorbisdec.c:
6081           fix template sample rate
6082
6083 2004-10-13  Wim Taymans  <wim@fluendo.com>
6084
6085         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6086         Decoding the header first fixes some problems in resyncing
6087         in more mp3s.
6088
6089 2004-10-12  Wim Taymans  <wim@fluendo.com>
6090
6091         * gst/playback/gstplaybin.c: (gen_video_element),
6092         (gen_vis_element), (remove_sinks), (setup_sinks):
6093         Added vis plugin support, need to configure the vis
6094         element to activate it.
6095
6096 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6097
6098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
6099         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
6100           Some debug.
6101         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6102         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
6103         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
6104         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
6105         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
6106         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
6107         * gst/avi/gstavidemux.h:
6108           Support for openDML-2.0 indx/ix## chunks. Support for broken index
6109           recovery (where, if part of the index is broken, we will still read
6110           the rest of the index and recover the broken part by stream
6111           scanning). More broken media support. EOS workarounds. General AVI
6112           braindamage headache recovery. Aspirin included.
6113
6114 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6115
6116         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
6117         (cdparanoia_event), (cdparanoia_query):
6118           Get rid of hideous lead-in.
6119
6120 2004-10-11  Wim Taymans  <wim@fluendo.com>
6121
6122         * gst/playback/gstplaybasebin.c: (setup_source):
6123         Wrong var used to get g_list_next.
6124
6125 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6126
6127         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
6128         (cdparanoia_get), (cdparanoia_open):
6129           Report discid as metadata, add duration.
6130
6131 2004-10-11  Wim Taymans  <wim@fluendo.com>
6132
6133         * gst/playback/gstplaybasebin.c: (setup_source):
6134         Cleanup the previous pipeline a little earlier for the
6135         case that a source element provides raw data.
6136
6137 2004-10-11  Benjamin Otte  <otte@gnome.org>
6138
6139         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6140           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
6141           consuming the last 128 bytes, even though it was valid mp3 data.
6142
6143 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6144
6145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
6146         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
6147         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6148         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
6149
6150 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6151
6152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
6153         Fix for webcams that support only specific width or height
6154
6155 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6156
6157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6158
6159         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
6160           Fix wrong discont event setup (fixes #154967).
6161
6162 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
6163
6164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6165
6166         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6167           Error out on invalid data (fixes #154807).
6168
6169 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6170
6171         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6172
6173         * ext/dvdread/dvdreadsrc.c: (_read):
6174           Make titles > 0 work again (fixes #154834).
6175
6176 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6177
6178         * gst-libs/gst/riff/riff-media.c:
6179         (gst_riff_create_video_template_caps):
6180           WMV3 missing in template caps.
6181
6182 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6183
6184         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6185           OK, so the original code was too strict. It makes random AVI files
6186           hang for seconds upon opening, which is unacceptable and is far
6187           beyond the original goal of getting multiple chunks for one-chunk
6188           sounc stream files. So now do just that.
6189
6190 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6191
6192         * gst/playback/gstplaybasebin.c: (setup_source),
6193         (gst_play_base_bin_change_state):
6194           Actually clean up streaminfo if output fails. This would trigger
6195           if, for example, there was no CD in the drive. No preroll, so
6196           a streaminfo structure is created, but the subsequent state change
6197           of the thread fails.
6198         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6199           Don't change state if parent failed.
6200
6201 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6202
6203         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6204         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
6205         (gen_video_element), (remove_sinks):
6206           Add small bits of code for screenshot handling.
6207
6208 2004-10-08  Wim Taymans  <wim@fluendo.com>
6209
6210         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
6211         (gen_video_element), (gen_audio_element), (setup_sinks):
6212         Don't assume the user provided sinks are named "sink"...
6213
6214 2004-10-08  Wim Taymans  <wim@fluendo.com>
6215
6216         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
6217         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
6218         (gst_play_base_bin_link_stream):
6219         Do not try to autoplug sources that generate raw streams like
6220         cdparanoia.
6221         disconnect the preroll overrun signal when we don't need it anymore.
6222
6223 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
6224
6225         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
6226         Added reworked patch from #154903 from milosz derezynski (deadchip).
6227
6228 2004-10-08  Wim Taymans  <wim@fluendo.com>
6229
6230         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
6231         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
6232         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
6233         (cdparanoia_convert), (cdparanoia_uri_get_type),
6234         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
6235         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
6236         * ext/cdparanoia/gstcdparanoia.h:
6237         This adds the cdda://<tracknum> uri.
6238
6239 2004-10-08  Wim Taymans  <wim@fluendo.com>
6240
6241         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6242         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
6243         (try_to_link_1), (no_more_pads), (close_link), (type_found):
6244         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6245         (unknown_type), (gst_play_base_bin_remove_element),
6246         (gst_play_base_bin_link_stream):
6247         * gst/playback/gstplaybasebin.h:
6248         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6249         (gst_play_bin_set_property), (gen_video_element),
6250         (gen_audio_element), (setup_sinks):
6251         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
6252         (gst_stream_info_get_type), (gst_stream_info_class_init),
6253         (gst_stream_info_init), (gst_stream_info_new),
6254         (gst_stream_info_dispose), (stream_info_mute_pad),
6255         (gst_stream_info_set_property), (gst_stream_info_get_property):
6256         * gst/playback/gststreaminfo.h:
6257         Reuse the audio and video bins.
6258         Some internal cleanups in the stream selection code.
6259
6260 2004-10-08  Julien MOUTTE  <julien@moutte.net>
6261
6262         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6263         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
6264         * sys/ximage/ximagesink.h:
6265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6266         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
6267         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
6268         not coming from those elements. Moreover these elements should not keep
6269         the xid they have been given when in NULL state.
6270
6271 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6272
6273         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6274         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
6275         * sys/ximage/ximagesink.h:
6276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6277         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
6278         * sys/xvimage/xvimagesink.h:
6279           Actually only create a new toplevel window if we're not gonna
6280           embed it right after.
6281
6282 2004-10-07  Wim Taymans  <wim@fluendo.com>
6283
6284         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
6285         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
6286         * gst/playback/gstplaybin.c: (setup_sinks):
6287         Implement muting/unmuting of streams, mute streams that are not
6288         used.
6289
6290 2004-10-07  Wim Taymans  <wim@fluendo.com>
6291
6292         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
6293         (plugin_init):
6294         Added lame audio/x-ac3 typefind function.
6295
6296 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6297
6298         * configure.ac:
6299           bump nano to cvs
6300
6301 === release 0.8.5 ===
6302
6303 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6304
6305         * NEWS:
6306         * RELEASE:
6307         * configure.ac:
6308           releasing 0.8.5, "Take You On"
6309
6310 2004-10-06  Wim Taymans  <wim@fluendo.com>
6311
6312         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6313         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
6314         (no_more_pads), (close_link), (type_found):
6315         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6316         * gst/playback/gstplaybin.c: (gen_video_element):
6317         Do not signal the no_more_pads after the first pad when
6318         we are plugging a non dynamic element with multiple
6319         output pads (like swfdec, dvdec, ...).
6320
6321 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6322
6323         * configure.ac:
6324           bump for prerelease
6325
6326 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6327
6328         * gst/wavparse/gstwavparse.c:
6329           add ATRAC3 to STATIC CAPS to fix a warning
6330
6331         * gst/matroska/ebml-read.c:
6332         * gst-libs/gst/riff/riff-read.c:
6333           fix typos
6334
6335 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6336
6337         * gst-libs/gst/riff/riff-media.c:
6338           generate caps for ATRAC3 audio streams
6339
6340         * gst/realmedia/rmdemux.c:
6341           generate caps for ATRAC3 audio streams
6342
6343 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6344
6345         * gst/wavparse/Makefile.am
6346         * gst/wavparse/riff.h
6347         * gst/wavparse/wavparse.vcproj
6348           riff.h removal (unused and duplication with riff-ids.h)
6349
6350 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6351
6352         * gst/wavparse/gstwavparse.h
6353           remove duplicated defines for audio codec codes
6354
6355         * gst-libs/gst/riff/riff-ids.h
6356         * gst/wavenc/riff.h:
6357           add "4CC" code for ATRAC3 audio streams
6358           add "4CC" code for ITU_G721_ADPCM (unused for now)
6359
6360 2004-10-06  Wim Taymans  <wim@fluendo.com>
6361
6362         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
6363         Actually _do_ negotiation. Pass gdouble as arg instead
6364         of guint64 for the framerate.
6365
6366 2004-10-06  Wim Taymans  <wim@fluendo.com>
6367
6368         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6369         (find_compatibles), (close_pad_link), (try_to_link_1),
6370         (no_more_pads), (close_link), (type_found):
6371         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6372         * gst/playback/gstplaybin.c: (gen_video_element),
6373         (gen_audio_element):
6374         Set state on newly added element to READY so that negotiation
6375         can happen ASAP.
6376         Addes some more debug info.
6377         Do not try to plug pads with multiple caps structures or ANY
6378         because it is too dangerous since we do not do dynamic
6379         replugging.
6380
6381 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6382
6383         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
6384
6385         * po/LINGUAS:
6386         * po/or.po:
6387           add Oriya translation
6388
6389 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6390
6391         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6392           Prevent overwrite of size member. Makes audio sound crappy.
6393
6394 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6395
6396         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6397         Add rmvb to the list of known RealMedia extensions
6398
6399 2004-10-05  Wim Taymans  <wim@fluendo.com>
6400
6401         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
6402         (mngdec_openstream), (mngdec_closestream),
6403         (mngdec_handle_sink_event), (mngdec_readdata),
6404         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
6405         (mngdec_getcanvasline), (mngdec_refresh),
6406         (gst_mngdec_change_state):
6407         Set the framerate correctly.
6408
6409 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6410
6411         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6412           There was something wrong with the index massaging.
6413
6414 2004-10-04  Wim Taymans  <wim@fluendo.com>
6415
6416         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
6417         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
6418         (gst_smokedec_chain):
6419         * ext/jpeg/gstsmokedec.h:
6420         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6421         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
6422         * ext/jpeg/gstsmokeenc.h:
6423         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
6424         (smokecodec_decode_new), (smokecodec_info_free),
6425         (smokecodec_set_quality), (smokecodec_get_quality),
6426         (smokecodec_set_threshold), (smokecodec_get_threshold),
6427         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
6428         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
6429         (smokecodec_encode), (smokecodec_parse_id),
6430         (smokecodec_parse_header), (smokecodec_decode):
6431         * ext/jpeg/smokecodec.h:
6432         * ext/jpeg/smokeformat.h:
6433         Updated smoke, new bitstream, allows embedding in ogg.
6434
6435 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6436
6437         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6438           Fix seeking in some files. All this code is no longer needed (and
6439           actually breaks stuff) because we now synchronize the full index
6440           right when reading the header.
6441
6442 2004-10-04  Wim Taymans  <wim@fluendo.com>
6443
6444         * configure.ac:
6445         configure update for libmng.
6446
6447 2004-10-04  Wim Taymans  <wim@fluendo.com>
6448
6449         * ext/libmng/Makefile.am:
6450         * ext/libmng/gstmng.c: (plugin_init):
6451         * ext/libmng/gstmng.h:
6452         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
6453         (gst_mngdec_base_init), (gst_mngdec_class_init),
6454         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
6455         (gst_mngdec_loop), (gst_mngdec_get_property),
6456         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
6457         (mngdec_closestream), (mngdec_handle_sink_event),
6458         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
6459         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
6460         (gst_mngdec_change_state):
6461         * ext/libmng/gstmngdec.h:
6462         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
6463         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
6464         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
6465         (gst_mngenc_chain), (gst_mngenc_get_property),
6466         (gst_mngenc_set_property):
6467         * ext/libmng/gstmngenc.h:
6468         Added basic MNG decoder. Needs more work. The encoder does
6469         not work yet.
6470
6471 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
6474         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
6475         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
6476           Don't hang on length=0 chunks. Some negotiation fixes. Signal
6477           no-more-pads.
6478
6479 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6480
6481         * configure.ac:
6482           you need at least 1.0.4 of speex
6483
6484 2004-10-04 Iain <iaingnome@gmail.com>
6485
6486         * ext/speex/gstspeexdec.h: Revert the includes changes.
6487
6488         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
6489
6490 2004-09-30 Iain <iaingnome@gmail.com>
6491
6492         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
6493         found during init or set as a property instead of hardcoding /dev/audio
6494
6495 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6496
6497         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
6498         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
6499         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
6500         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
6501         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
6502         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
6503         (gst_rmdemux_dump_data):
6504           Use debug category, fix EOS handling. filesrc ! rmdemux now
6505           works.
6506
6507 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6508
6509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6510         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
6511         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
6512           Improve allocation, cutting and sorting of the index. How takes a
6513           few seconds instead of minutes.
6514
6515 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
6516
6517         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
6518           fixed compilation
6519
6520 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6521
6522         * gst-libs/gst/riff/riff-media.c:
6523         (gst_riff_create_video_caps_with_data),
6524         (gst_riff_create_video_template_caps):
6525           Add wing commander format mimetype/fourccs.
6526         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6527           Don't crash if some value is 0.
6528
6529 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6530
6531         * gst-libs/gst/riff/riff-media.c:
6532         (gst_riff_create_video_caps_with_data),
6533         (gst_riff_create_video_template_caps):
6534           Add DIB fourcc (raw, palettized 8-bit RGB).
6535         * gst-libs/gst/riff/riff-read.c:
6536         (gst_riff_read_strf_vids_with_data):
6537           Oops, fix strf_data reading bug.
6538         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6539           Use a non-NULL tag.
6540         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6541           Time for hacks. Sorry Dave. At least one quicktime movie (a
6542           trailer) that I've encountered contains multiple video tracks.
6543           One of those is the actual video track, the other are one-frame
6544           tracks (images). Unfortunately, the number of frames according
6545           to the trak header is 1 for each, so that doesn't help. So
6546           instead, I look at the duration and discard tracks with a
6547           duration shorter than 20% of the length of the stream. Better
6548           than nothing.
6549
6550 2004-10-01  Christian Schaller <christian@fluendo.com>
6551
6552         * ext/ivorbis/vorbis.c:
6553           Patch from Phil Blundell (Bug 152341)
6554
6555 2004-10-01  Wim Taymans  <wim@fluendo.com>
6556
6557         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
6558         (speex_dec_get_formats), (speex_dec_convert),
6559         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
6560         (speex_dec_chain), (gst_speexdec_get_property),
6561         (gst_speexdec_set_property):
6562         Small cleanups.
6563
6564 2004-10-01  Wim Taymans  <wim@fluendo.com>
6565
6566         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6567         (gst_wavparse_stream_init), (gst_wavparse_fmt),
6568         (gst_wavparse_other), (gst_wavparse_loop),
6569         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6570         (gst_wavparse_srcpad_event):
6571         * gst/wavparse/gstwavparse.h:
6572         Added some more debugging info.
6573         Fix the case where the length of the file is 0.
6574         Make sure we seek to sample borders.
6575
6576 2004-10-01  Wim Taymans  <wim@fluendo.com>
6577
6578         * gst/playback/README:
6579         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6580         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
6581         (try_to_link_1), (no_more_pads), (close_link), (type_found):
6582         Add some debug info to decodebin, update README
6583
6584 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6585
6586         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
6587           Don't use g_print(); use GST_DEBUG().
6588
6589 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6590
6591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6592         (gst_ogg_mux_queue_pads):
6593           Handle EOS properly.
6594
6595 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6596
6597         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6598
6599         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
6600         (gst_faad_chain), (gst_faad_change_state):
6601         * ext/faad/gstfaad.h:
6602           Allow playback of raw (unframed) MPEG AAC files (#148993).
6603
6604 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6605
6606         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6607
6608         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6609           Throw error if we didn't recognize the stream. Fixes #152289.
6610
6611 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6612
6613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6614           Fix negotiation.
6615
6616 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
6617
6618         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6619
6620         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6621           Fix memleak.
6622
6623 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
6624
6625         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6626
6627         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
6628           Solve #152805.
6629         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
6630           Solve 152806.
6631
6632 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * gst-libs/gst/riff/riff-media.c:
6635         (gst_riff_create_video_caps_with_data),
6636         (gst_riff_create_audio_caps_with_data):
6637           Add codec_data handling (like asfdemux used to do).
6638         * gst/asfdemux/gstasf.c: (plugin_init):
6639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6640         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
6641           Use riff-media for caps creation instead of our own (mostly
6642           broken) copy of its functions.
6643
6644 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
6647           Don't actually error out if we get another return value than
6648           -EINVAL. Opposite to what I first thought, drivers have random
6649           return values for this, although -EINVAL is the expected return
6650           value. Since this is not fatal, we shouldn't use
6651           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
6652
6653 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6654
6655         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6656         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
6657         (dvdreadsrc_get_property), (_open), (_seek), (_read),
6658         (dvdreadsrc_get), (dvdreadsrc_open_file),
6659         (dvdreadsrc_change_state):
6660           Fix. Don't do one big huge loop around the whole DVD, that will
6661           cache all data and thus eat sizeof(dvd) (several GB) before we
6662           see something.
6663         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6664           Actually NULL'ify event after using it.
6665         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
6666         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
6667         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6668         (gst_ebml_read_seek), (gst_ebml_read_skip):
6669           Handle events.
6670         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
6671         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
6672         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
6673           Fix timing (this will probably break if I seek using menus, but
6674           I didn't get there yet). VOBs and normal DVDs should now work.
6675           Add a mpeg2-only pad with high rank so this get autoplugged for
6676           MPEG-2 movies.
6677         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
6678         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
6679         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
6680         (gst_mpeg_demux_get_audio_stream),
6681         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
6682         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
6683           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
6684           MPEG-1 but use dvddemux for MPEG-2.
6685         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
6686         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
6687         (gst_mpeg_parse_parse_packhead):
6688           Timing. Only add pad template if it exists. Add sink template from
6689           class and not from ourselves. This means we will always use the
6690           correct sink template even if it is not the one defined in this
6691           file.
6692
6693 2004-09-29  Wim Taymans  <wim@fluendo.com>
6694
6695         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
6696         (gst_mpeg_demux_parse_pes):
6697         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6698         Fix playback of mpeg again, timestamps where screwed up by
6699         patch 1.61.
6700
6701 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6702
6703         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
6704           Only return true if we actually filled something in. Prevents
6705           player applications from showing a random length for flac files.
6706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
6707         (gst_riff_read_use_event), (gst_riff_read_handle_event),
6708         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
6709         (gst_riff_read_strf_vids_with_data),
6710         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
6711           OK, ok, so I implemented event handling. Apparently it's normal
6712           that we receive random events at random points without asking
6713           for it.
6714         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6715         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6716         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
6717         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
6718         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
6719         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6720         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6721         * gst/avi/gstavidemux.h:
6722           Implement non-lineair chunk handling and subchunk processing.
6723           The first solves playback of AVI files where the audio and video
6724           data of individual buffers that we read are not synchronized.
6725           This should not happen according to the wonderful AVI specs, but
6726           of course it does happen in reality. It is also a prerequisite for
6727           the second. Subchunk processing allows us to cut chunks in small
6728           pieces and process each of these pieces separately. This is
6729           required because I've seen several AVI files with incredibly large
6730           audio chunks, even some files with only one audio chunk for the
6731           whole file. This allows for proper playback including seeking.
6732           This patch is supposed to fix all AVI A/V sync issues.
6733         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
6734         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
6735           Work.
6736         * gst/modplug/gstmodplug.cc:
6737           Proper return value setting for the query() function.
6738         * gst/playback/gstplaybasebin.c: (setup_source):
6739           Being in non-playing state (after, e.g., EOS) is not necessarily
6740           a bad thing. Allow for that. This fixes playback of short files.
6741           They don't actually playback fully now, because the clock already
6742           runs. This means that small files (<500kB) with a small length
6743           (<2sec) will still not or barely play. Other files, such as mod
6744           or flx, will work correctly, however.
6745
6746 2004-09-28  Wim Taymans  <wim@fluendo.com>
6747
6748         * ext/speex/gstspeex.c: (plugin_init):
6749         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
6750         (gst_speex_dec_class_init), (speex_dec_get_formats),
6751         (speex_get_event_masks), (speex_get_query_types),
6752         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
6753         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
6754         (gst_speexdec_get_property), (gst_speexdec_set_property),
6755         (speex_dec_change_state):
6756         * ext/speex/gstspeexdec.h:
6757         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
6758         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
6759         (gst_speexenc_base_init), (gst_speexenc_class_init),
6760         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
6761         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
6762         (gst_speexenc_src_query), (gst_speexenc_init),
6763         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
6764         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
6765         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
6766         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
6767         (gst_speexenc_chain), (gst_speexenc_get_property),
6768         (gst_speexenc_set_property), (gst_speexenc_change_state):
6769         * ext/speex/gstspeexenc.h:
6770         Rewrote speex encoder, make sure it can be embedded in ogg.
6771         Implemented speex decoder.
6772
6773 2004-09-28  Christian Schaller <christian@fluendo.com>
6774
6775         * configure.ac:
6776         Remove kioslave plugin. Markey is brewing a new working one
6777         * ext/Makefile.am: Remove kioslave plugin
6778         * ext/kio: remove
6779         * gst-plugins.spec.in: remove kio plugin from spec
6780
6781 2004-09-27  Wim Taymans  <wim@fluendo.com>
6782
6783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6784         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
6785         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
6786         (gst_multifdsink_new_client),
6787         (gst_multifdsink_handle_client_write),
6788         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6789         (gst_multifdsink_handle_clients):
6790         * gst/tcp/gstmultifdsink.h:
6791         Make syncing to keyframes actually work for new clients and lagging
6792         clients.
6793
6794 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6795
6796         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
6797         (gst_navigationtest_handle_src_event), (draw_box_planar411),
6798         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
6799         * gst/debug/gstnavigationtest.h:
6800           make navigationtest display button-press and button-release events
6801
6802 2004-09-26 Iain <iaingnome@gmail.com>
6803
6804         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
6805         the channels have received a new media event.
6806         (interleave_buffered_loop): Compresses a new media event on all
6807         channels into one.
6808
6809 2004-09-26 Iain <iaingnome@gmail.com>
6810
6811         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
6812         call the sinkpad's default event handler and not the srcpads. He also
6813         says this is confusing :)
6814         (gst_wavenc_stop_file): Company says that seek events only go upstream
6815         we should send a discontinuous downstream instead.
6816
6817 2004-09-25  Christian Schaller <christian@fluendo.com>
6818
6819         * Update SPEC file to be usable in conjunction with Fedora Core,
6820           Fedora.us and freshrpms packages
6821         * Fix typo in multifilesrc test Makefile
6822
6823 2004-09-24  Wim Taymans  <wim@fluendo.com>
6824
6825         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6826         Only signal the no_more_pads signal when we have
6827         added the stream to our list.
6828
6829 2004-09-24  Wim Taymans  <wim@fluendo.com>
6830
6831         * gst/playback/gstplaybasebin.c: (remove_prerolls),
6832         (new_decoded_pad):
6833         * gst/playback/gstplaybasebin.h:
6834         * gst/playback/gstplaybin.c: (setup_sinks):
6835         Don't try to preroll or decode more than one audio/video
6836         track.
6837
6838 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6839
6840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6841           Throw error if we failed to find a suitable output. This should
6842           throw an error if we successfully set up a pipeline (e.g. because
6843           we recognized a media file) but found no decodable streams in it
6844           (e.g. because it contains only media stream types for which we
6845           have no decoders, or because it's not a media type).
6846
6847 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6848
6849         * ext/dirac/Makefile.am:
6850         * ext/dirac/gstdirac.cc:
6851         * ext/dirac/gstdiracdec.cc:
6852         * ext/dirac/gstdiracdec.h:
6853           Do something. Don't actually know if this works because I don't
6854           have a demuxer yet.
6855         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
6856           Add channels=1 to caps returned from _getcaps().
6857         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
6858         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
6859         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
6860         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6861         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
6862         (gst_ogm_parse_change_state):
6863           Separate between audio/video so ogmaudioparse actually uses the
6864           audio pad templates. Both audio and video work now, including
6865           autoplugging. Also use sometimes-srcpad hack.
6866         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6867           Handle events better. Don't hang on infinite loops.
6868         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6869         (gst_avi_demux_init), (gst_avi_demux_reset),
6870         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6871         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
6872         (gst_avi_demux_change_state):
6873         * gst/avi/gstavidemux.h:
6874           Improve A/V sync. Still not perfect.
6875         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
6876         (gst_ebml_read_skip):
6877           Handle events better.
6878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6879         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
6880         (qtdemux_audio_caps):
6881           Add IMA4. Improve event handling. Save offset after a seek when
6882           the headers are at the end of the file so that we don't end up in
6883           an infinite loop.
6884         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6885           Add low-priority typefind support for files with no length.
6886
6887 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6888
6889         * testsuite/multifilesink/Makefile.am:
6890         fix typo
6891
6892 2004-09-22  Julien MOUTTE  <julien@moutte.net>
6893
6894         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
6896         mistakes from thaytan's patches.
6897
6898 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
6899
6900         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6901           For completeness, XSync in the destroy function as xvimage does.
6902
6903 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
6904
6905         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
6906            Correct caps negotiation
6907         * gst/volume/gstvolume.c: (volume_chain_float),
6908         (volume_chain_int16):
6909            Modify debug output to be little more informative
6910         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
6911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6912         (gst_xvimagesink_xvimage_destroy):
6913           Add XSync calls after detaching from the shared memory segment to
6914           avoid a crash.
6915
6916 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6917
6918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6919         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
6920         * ext/vorbis/vorbis.c: (plugin_init):
6921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6922         (gst_vorbisenc_chain):
6923         * ext/vorbis/vorbisenc.h:
6924         remove explicit newmedia support from oggmux and vorbisenc
6925         add debug category to vorbisenc
6926         * gst/multifilesink/gstmultifilesink.c:
6927         (gst_multifilesink_class_init), (gst_multifilesink_init),
6928         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
6929         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
6930         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
6931         (plugin_init):
6932         * gst/multifilesink/gstmultifilesink.h:
6933         add support for streamheader in multifilesink
6934
6935 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6936
6937         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
6938         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
6939         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
6940           Prevent infinite loops. More correct error reporting.
6941         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6942           Error out if negotiation fails.
6943         * gst/playback/gstplaybasebin.c: (setup_source),
6944         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
6945         (gst_play_base_bin_found_tag):
6946           Error/tag forwarding. Pre-roll fixes for source errors on state
6947           changes (e.g. "file does not exist") to prevent hangs.
6948
6949 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6950
6951         * testsuite/multifilesink/Makefile.am:
6952         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
6953         (gst_newmedia_class_init), (gst_newmedia_init),
6954         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6955         (newfile_signal), (test_signal), (main):
6956         * testsuite/multifilesink/multifilesrc_test.c: (main):
6957         * testsuite/multifilesink/oggtheora_test.c:
6958         (gst_newmedia_base_init), (gst_newmedia_class_init),
6959         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
6960         (test_format), (newfile_signal), (test_signal), (main):
6961         * testsuite/multifilesink/oggvorbis_test.c:
6962         (gst_newmedia_base_init), (gst_newmedia_class_init),
6963         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
6964         (test_format), (newfile_signal), (test_signal), (main):
6965         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
6966         (gst_newmedia_class_init), (gst_newmedia_init),
6967         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6968         (newfile_signal), (test_signal), (main):
6969         New media tests
6970
6971 2004-09-20  Christian Schaller <christian@fluendo.com>
6972
6973         * Fix mikmod license to LGPL as they have relicensed
6974         * Move Dirac and Effectv into LGPL section of README_license
6975
6976 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6977
6978         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
6979         (gst_mad_change_state):
6980           Allow for mp3 rate/channels changes. However, only very
6981           conservatively. Reason that we *have* to enable this is smiply
6982           because the mad find_sync() function is not good enough, it will
6983           regularly sync on random data as valid frames and therefore make
6984           us provide random caps as *final* caps of the stream. The best fix
6985           I could think of is to simply require several of the same stream
6986           changes in a row before we change caps.
6987           The actual testcase that works now is #
6988         * ext/ogg/Makefile.am:
6989         * ext/ogg/gstogg.c: (plugin_init):
6990         * ext/ogg/gstogmparse.c:
6991           OGM support (video only for now; I need an audio sample file).
6992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6993         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
6994         (gst_asf_demux_add_video_stream):
6995           WMV extradata.
6996         * gst/playback/gstplaybasebin.c: (unknown_type):
6997           Don't error out on single unknown-types after all. It's wrong.
6998           If we found type of video and audio but not of a subtitle stream,
6999           it will still error out (which is unwanted). Will find a better fix
7000           later on.
7001         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
7002         (ogmaudio_type_find), (plugin_init):
7003           OGM support.
7004
7005 2004-09-20  Johan Dahlin  <johan@gnome.org>
7006
7007         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
7008         after setting caps.
7009
7010 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7011
7012         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
7013         * gst/wavenc/gstwavenc.h:
7014         Added newmedia support to wavenc
7015
7016 2004-09-17  Wim Taymans  <wim@fluendo.com>
7017
7018         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
7019         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
7020         (gst_fdset_fd_can_write), (gst_fdset_wait):
7021         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7022         (gst_multifdsink_init), (gst_multifdsink_add),
7023         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
7024         (gst_multifdsink_remove_client_link),
7025         (gst_multifdsink_client_queue_buffer),
7026         (gst_multifdsink_handle_client_write),
7027         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
7028         (gst_multifdsink_close), (gst_multifdsink_change_state):
7029         * gst/tcp/gstmultifdsink.h:
7030         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7031         (gst_tcpserversink_removed):
7032         Small cleanups in fdset.c
7033         Use a hastable to map fd to the client structure for faster
7034         lookup in _remove and get_stats.
7035         Added virtual function to close the fds.
7036         Handle clients even when the select/poll call was unblocked because
7037         of a command.
7038         Implement syncing to keyframe in the recovery procedure.
7039
7040 2004-09-16 Iain <iaingnome@gmail.com>
7041
7042         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
7043         try caps.
7044
7045 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7046
7047         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
7048           Caps are only set if the type of the stream is unknown, but this
7049           is initialized in ->init_stream(), so set to UNKNOWN after calling
7050           ->init_stream() so that capsnego starts.
7051
7052 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7055         (gst_avi_demux_stream_data):
7056           Just hardcode for raw audio then. AVI audio sucks.
7057
7058 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
7059
7060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
7061         * gst/matroska/matroska-mux.c: (audiosink_templ),
7062         (gst_matroska_mux_audio_pad_link):
7063         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
7064         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
7065
7066 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7067
7068         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7069         (gst_avi_demux_stream_data):
7070           Try to fix a/v sync issues.
7071
7072 2004-09-15  David Schleef  <ds@schleef.org>
7073
7074         * configure.ac: remove NASM check, since we don't use it.  Update
7075         dirac check to 0.4
7076         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
7077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7078         Initialized variables.
7079         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7080         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
7081         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
7082         SVQ3 format
7083
7084 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7085
7086         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7087         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
7088         * gst/avi/gstavidemux.h:
7089           Fix for compressed audio (mp3) timestamp generation. How did this
7090           ever work?
7091
7092 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7095           Volume is a double not a float.
7096
7097 2004-09-15  Wim Taymans  <wim@fluendo.com>
7098
7099         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
7100         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
7101         Don't close the fd in multifdsink as we didn't open it in the
7102         first place. Some cleanups.
7103
7104 2004-09-15  Wim Taymans  <wim@fluendo.com>
7105
7106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7108         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
7109         Fix the case where the muxer would mark pages as delta
7110         frames when they are not (vorbis only ogg).
7111
7112 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7113
7114         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
7115         (gst_play_base_bin_change_state):
7116           Handle the case where we failed to setup a clear pipeline. This
7117           will throw an error (or EOS, another nice case) and if you don't
7118           catch that, the app will wait for the signal forever (and thus
7119           hang).
7120
7121 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7122
7123         * ext/gnomevfs/gstgnomevfssink.c:
7124         (gst_gnomevfssink_uri_get_protocols):
7125         * ext/gnomevfs/gstgnomevfssrc.c:
7126         (gst_gnomevfssrc_uri_get_protocols):
7127         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7128         * ext/gnomevfs/gstgnomevfsuri.h:
7129           Use _uri_new() instead of _open(), so it doesn't take as long and
7130           Christophe's computer won't hang.
7131         * gst/playback/gstplaybasebin.c: (unknown_type):
7132           Throw error on unknown media type, so apps actually display it.
7133
7134 2004-09-14  Brian Cameron  <brian.cameron@sun.com
7135
7136         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
7137           this script to work on Solaris since bash shell handles echo
7138           differenly than bash.
7139
7140 2004-09-17  Wim Taymans  <wim@fluendo.com>
7141
7142         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
7143         (setup_source), (gst_play_base_bin_set_property),
7144         (gst_play_base_bin_add_element):
7145         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7146         Some more work on making sure seeking pauses the pipeline and
7147         that changing the uri actually does something.
7148
7149 2004-09-17  Wim Taymans  <wim@fluendo.com>
7150
7151         * gst/tcp/gstfdset.c: (gst_fdset_wait):
7152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
7153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
7154         (gst_tcpserversink_close):
7155         Be a bit more paranoid when freeing memory.
7156
7157 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7158
7159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
7160         (qtdemux_parse_trak):
7161           Don't crash by dividing by zero (see sample movie in #126922).
7162
7163 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7164
7165         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
7166           Don't touch non-existing data (fixes crash on file in #140147).
7167
7168 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7169
7170         * gst/playback/gstplaybasebin.c:
7171         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
7172           Handle double disposals, and proper change of URIs.
7173
7174 2004-09-13  Martin Eikermann <meiker@upb.de>
7175
7176         * gst/mpegstream/gstmpegparse.c:
7177           fix synchronistation for streams recorded from digital PCR
7178           fixes bug #119376
7179
7180 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7181
7182         * ext/gnomevfs/Makefile.am:
7183         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7184         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
7185         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
7186         (gst_gnomevfssink_uri_get_type),
7187         (gst_gnomevfssink_uri_get_protocols),
7188         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
7189         (gst_gnomevfssink_uri_handler_init),
7190         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
7191         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
7192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7193         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
7194         (gst_gnomevfssrc_uri_get_type),
7195         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
7196         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
7197         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7198         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
7199         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7200         * ext/gnomevfs/gstgnomevfsuri.h:
7201           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
7202           of fake URIs to see which this version of Gnome-VFS likes, and
7203           uses that for the Gst-URI interface. Makes playbin support http://
7204           streams. Also fix up some stupid behaviour in gnomevfssrc.
7205
7206 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7207
7208         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7209         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7210         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7211         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7212           Update mixer (to sync with other sessions) if we try to obtain
7213           a new value. This makes alsamixer work accross applications.
7214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7215           Only call sync functions if we're running, else alsalib asserts.
7216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7217           Sometimes fails to compile. Possibly a gcc bug.
7218         * gst/playback/gstplaybin.c: (gen_video_element),
7219         (gen_audio_element):
7220           Add a reference to an application-provided object, because we lose
7221           this same reference if we add it to the bin. If we don't do this,
7222           we can only use this object once and thus crash if we go from
7223           ready to playing, back to ready and back to playing again.
7224           Also add an audioscale element because several cheap soundcards -
7225           like mine - don't support all samplerates.
7226         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7227         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
7228           Fix wrong order or PAR calls. Makes automatically obtained PAR
7229           from the X server atually being used.
7230
7231 2004-09-12  David Schleef  <ds@schleef.org>
7232
7233         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
7234         #151887, #152102, #152247.
7235         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
7236         * examples/seeking/cdparanoia.c: same
7237         * examples/seeking/cdplayer.c: same
7238         * examples/seeking/seek.c: same
7239         * examples/seeking/spider_seek.c: same
7240         * examples/seeking/vorbisfile.c: same
7241         * examples/stats/mp2ogg.c: same
7242         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7243         (gst_esdsink_dispose): Dispose of element properly.
7244         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
7245         fixes.
7246         * ext/nas/nassink.c: (gst_nassink_class_init),
7247         (gst_nassink_dispose): Dispose of element correctly.
7248         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
7249         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7250         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7251         Fix 64-bit warning.
7252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7253         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
7254         Fix 64-bit warning.
7255
7256 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7257
7258         * configure.ac : change speex detection as 1.1.6 now uses
7259           .pc/pkg-config and they changed their headers location.
7260
7261 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
7262
7263         * gst/matroska/matroska-mux.h:
7264         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
7265         (gst_matroska_mux_start), (gst_matroska_mux_finish),
7266         (gst_matroska_mux_write_data):
7267           Write multiple blocks/frames per cluster.
7268                 Write meta-seek information (seek heads).
7269
7270 2004-09-09  Scott Wheeler <wheeler@kde.org>
7271
7272         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
7273         (gst_play_bin_set_property), (gst_play_bin_get_property),
7274         (gen_audio_element), (gen_audio_element):
7275           Add a volume element / property to the pipeline.
7276
7277 2004-09-07  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
7280         Copy timestamps from the master pad to the output buffers.
7281
7282 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7283
7284         * ext/raw1394/gstdv1394src.c:
7285           throw errors when applicable
7286
7287 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
7288
7289         * gst/matroska/ebml-ids.h:
7290         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
7291         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
7292         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
7293           automatically convert unix time <-> ebml time when reading/writing
7294           a date, use gst_ebml_write_uint to write CUETIME,
7295           not gst_ebml_write_date.
7296         * gst/matroska/matroska-ids.h:
7297         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
7298         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
7299         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7300         (gst_matroska_mux_write_data):
7301           Write track and segment UIDs, write muxing date, write
7302           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
7303           Create cues for audio only files.
7304
7305 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7306
7307         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7308         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7309           Re-commit ALSA switches.
7310         * gst/adder/gstadder.c: (gst_adder_loop):
7311           64-bit fix (#151416).
7312         * gst/debug/progressreport.c: (gst_progressreport_report):
7313           64-bit fix (#151419).
7314         * gst/matroska/matroska-demux.c:
7315         (gst_matroska_demux_parse_contents):
7316           64-bit fix (#151420).
7317         * gst/playback/test3.c: (update_scale):
7318           64-bit fix (#151421).
7319
7320 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7321
7322         * configure.ac:
7323           bump nano to cvs
7324
7325 === release 0.8.4 ===
7326
7327 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7328
7329         * configure.ac: releasing 0.8.4, "Alias"
7330
7331 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7332
7333         * ext/theora/Makefile.am:
7334           fix makefile.  Fixes #151462.
7335
7336 2004-08-30  Wim Taymans  <wim@fluendo.com>
7337
7338         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
7339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7340         (gst_multifdsink_remove_client_link),
7341         (gst_multifdsink_client_queue_buffer),
7342         (gst_multifdsink_handle_client_write):
7343         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
7344         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
7345         Fix some memory leaks.
7346
7347 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7348
7349         Patch by: David Schleef
7350
7351         * configure.ac:
7352         * sys/Makefile.am:
7353           rename our detection macro for V4L2.  Fixes #151236.
7354
7355 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7356
7357         Patch by: David Schleef
7358
7359         * configure.ac:
7360           check to define LAMEPRESET.  Fixes #151232.
7361
7362 2004-08-27  David Schleef  <ds@schleef.org>
7363
7364         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
7365         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
7366         (gst_glimagesink_fixate):  Move local variable declarations to
7367         make gcc-2.95 happy.
7368
7369 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7370
7371         * configure.ac:
7372           bump nano for prerelease
7373
7374 2004-08-27  David Schleef  <ds@schleef.org>
7375
7376         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
7377         * sys/sunaudio/gstsunaudiosrc.c:
7378         * sys/sunaudio/gstsunaudiosrc.h:
7379
7380 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
7381
7382         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
7383         handle EOS correctly
7384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
7385         * gst/matroska/matroska-mux.h:
7386         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
7387         VFW compatibility mode
7388
7389 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7390
7391         patch by: Zaheer Abbas Merali
7392
7393         * ext/ogg/gstoggmux.c:
7394         * ext/vorbis/vorbisenc.c:
7395         * ext/vorbis/vorbisenc.h:
7396           handle NEWMEDIA
7397
7398 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
7399
7400         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
7401         fix byte order reversion on little endian machines.
7402         * gst/matroska/matroska-mux.c: (audiosink_templ),
7403         (gst_matroska_mux_audio_pad_link):
7404         add TTA codec to the list of supported codecs.
7405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
7406         (gst_matroska_mux_start), (gst_matroska_mux_finish),
7407         (gst_matroska_mux_write_data):
7408         * gst/matroska/matroska-mux.h:
7409         write segment duration correctly, write muxing app string, fixes bugs
7410         #140897 and #140898.
7411         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
7412         wait for all pads to be negotiated before starting to mux.
7413
7414 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7415
7416         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
7417         * ext/lame/gstlame.h:
7418         Added new media support to lame
7419
7420 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
7421
7422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
7423         send vorbis headers at the beginning of a stream, fixes bug #141554.
7424         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
7425         bug #148950.
7426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
7427         (gst_matroska_demux_plugin_init):
7428         * gst/matroska/matroska-ids.h:
7429         enable demuxing of TTA audio streams, fixes bug #148951.
7430         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
7431         enable typefinding for TTA audio files, fixes bug #148711.
7432         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
7433         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
7434         fixes playback of packed bitstream and xvid with bframes, bug #135407.
7435
7436 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
7437
7438         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7439         (gst_riff_read_element_data), (gst_riff_read_seek),
7440         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
7441         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
7442         <teuf@gnome.org>
7443
7444 2004-08-23 Iain <iaingnome@gmail.com>
7445
7446         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
7447         tags. They appear to be handled differently to normal.
7448         (tag_list_to_id3_tag_foreach): Ditto.
7449
7450 2004-08-22  Wim Taymans  <wim@fluendo.com>
7451
7452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7453         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
7454         Make sure we never send -1 granulepos.
7455
7456 2004-08-20  Wim Taymans  <wim@fluendo.com>
7457
7458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7459         (gst_ogg_mux_loop):
7460         I will accept bitchslappings with non sharp objects.
7461
7462 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7463
7464         * configure.ac:
7465         Clean up the test for lame presets
7466
7467 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7468
7469         * configure.ac:
7470         * ext/lame/Makefile.am:
7471         * ext/lame/gstlame.c: (gst_lame_class_init),
7472         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
7473         Only enable lame presets if version of lame has presets in API
7474
7475 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
7476         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
7477         * gst/udp/gstudpsrc.h:
7478           Don't call gst_pad_push in a get function. Fixes #150449
7479
7480 2004-08-18  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
7483         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
7484         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7485         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7486         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7487         (gst_fdset_wait):
7488         * gst/tcp/gstfdset.h:
7489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7490         (gst_multifdsink_client_queue_buffer),
7491         (gst_multifdsink_handle_client_write):
7492         * gst/tcp/gstmultifdsink.h:
7493         Some extra checks in gstfdset.
7494         Only use send() when the fd is a socket. Don't try to
7495         read from write only fds.
7496
7497 2004-08-18  Wim Taymans  <wim@fluendo.com>
7498
7499         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
7500         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7501         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7502         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7503         (gst_fdset_wait):
7504         Add more locking and bounds checking.
7505
7506 2004-08-18  Wim Taymans  <wim@fluendo.com>
7507
7508         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
7509         Realloc test fdset in the lock and right before starting
7510         the poll call. Bump the limit to 4096.
7511
7512 2004-08-17  David Schleef  <ds@schleef.org>
7513
7514         * sys/sunaudio/Makefile.am:
7515         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
7516         of rates and channels.  Make debugging less obnoxious.
7517
7518         Patch from Balamurali Viswanathan implementing a mixer for
7519         Sun audio.  (bug #144091):
7520         * sys/sunaudio/gstsunelement.c:
7521         * sys/sunaudio/gstsunelement.h:
7522         * sys/sunaudio/gstsunmixer.c:
7523         * sys/sunaudio/gstsunmixer.h:
7524
7525 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7526
7527         * gst/audioscale/gstaudioscale.c:
7528         * gst/audioscale/gstaudioscale.h:
7529         made audioscale resample from any sample rate to any sample rate
7530
7531 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7532
7533         * ext/libpng/gstpngdec.c:
7534           error out on unsupported types
7535
7536 2004-08-17  Iain <iaingnome@gmail.com>
7537
7538         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
7539         mid_side and loose_mid_side properties if its a stereo stream.
7540
7541 2004-08-17  Wim Taymans  <wim@fluendo.com>
7542
7543         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7544         (theora_get_formats), (theora_dec_src_convert),
7545         (theora_dec_sink_convert), (theora_dec_src_query),
7546         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
7547         Add a debug line.
7548
7549 2004-08-17  Wim Taymans  <wim@fluendo.com>
7550
7551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
7552         (gst_ogg_pad_push):
7553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7554         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7555         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
7556         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
7557         Mark delta units in the muxer.
7558         Try to decode the packet after an out-of-sync error from
7559         libogg.
7560
7561 2004-08-17  Wim Taymans  <wim@fluendo.com>
7562
7563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7564         (gst_multifdsink_init), (gst_multifdsink_add),
7565         (gst_multifdsink_client_queue_buffer),
7566         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
7567         * gst/tcp/gstmultifdsink.h:
7568         Added option to send a keyframe to clients as the first buffer.
7569         Make timeout property writable.
7570
7571 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7572
7573         patch by: Wim Taymans
7574
7575         * gst/tcp/gstfdset.c:
7576         * gst/tcp/gstmultifdsink.c:
7577           fix index comparison, should include 0
7578
7579 2004-08-16  Wim Taymans  <wim@fluendo.com>
7580
7581         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
7582         (gst_fdset_add_fd), (gst_fdset_remove_fd),
7583         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7584         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7585         (gst_fdset_wait):
7586           copy when reallocing for poll so the select arguments don't get
7587           changed during the call
7588
7589 2004-08-16  Wim Taymans  <wim@fluendo.com>
7590
7591         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
7592         (gst_theora_enc_class_init), (theora_enc_sink_link),
7593         (theora_buffer_from_packet), (theora_enc_chain):
7594         Fix bug where buffers were not marked as keyframes
7595         correctly.
7596
7597 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7598
7599         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
7600         (gst_lame_preset_get_type), (gst_lame_class_init):
7601         describe the enum values for vbr mode and presets more verbosely
7602
7603 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7604
7605         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
7606         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
7607         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
7608         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
7609         * ext/lame/gstlame.h:
7610         add preset property to lame so it can use lame presets
7611
7612 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7613
7614         * ext/lame/gstlame.c: (gst_lame_get_property):
7615         whoops forgot break, thanks teuf
7616
7617 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7618
7619         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
7620         (gst_lame_class_init), (gst_lame_src_getcaps),
7621         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
7622         (gst_lame_get_property), (gst_lame_setup):
7623         * ext/lame/gstlame.h:
7624         fix lame's broken vbr stuff, allow it to resample if need be, and also
7625         make xing header optional
7626
7627 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7628
7629         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
7630         added getcaps function so samplerate doesnt get fixated to silly values
7631
7632 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7633
7634         * ext/lame/gstlame.c: (gst_lame_src_link):
7635         revert previous fix
7636
7637 2004-08-12  Johan Dahlin  <johan@gnome.org>
7638
7639         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
7640         checks. Doesn't matter what state we are in. Interfaces are a
7641         compile time thing, not runtime. It also broke the python bindings.
7642
7643 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7644
7645         * ext/lame/gstlame.c: (gst_lame_src_link):
7646         made source pad link function check if sinkpad is ok..fixes the problem
7647         where core fixates the output rate of lame stupidly
7648
7649 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7650
7651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
7652         * sys/v4l/v4l_calls.c:
7653         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
7654           fix fixate function to handle nonsimple caps.
7655           remove bogus check in _link
7656           cleanups
7657
7658 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7659
7660         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
7661         set default compression ratio parameter to 0.0 so bitrate parameter
7662         works :)
7663
7664 2004-08-11  David Schleef  <ds@schleef.org>
7665
7666         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
7667
7668 2004-08-11  David Schleef  <ds@schleef.org>
7669
7670         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
7671         before.
7672
7673 2004-08-11  David Schleef  <ds@schleef.org>
7674
7675         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
7676
7677 2004-08-11  David Schleef  <ds@schleef.org>
7678
7679         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
7680           license field
7681         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
7682         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
7683           LGPL.
7684         * gst/auparse/gstauparse.c: Fix plugin license field.
7685         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
7686         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
7687         * gst/rtp/gstrtp.c: Fix plugin license field.
7688
7689 2004-08-11  Wim Taymans  <wim@fluendo.com>
7690
7691         * gst/tcp/Makefile.am:
7692         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
7693         (ensure_size), (gst_fdset_new), (gst_fdset_free),
7694         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
7695         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
7696         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
7697         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
7698         (gst_fdset_fd_can_write), (gst_fdset_wait):
7699         * gst/tcp/gstfdset.h:
7700         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
7701         (gst_multifdsink_class_init), (gst_multifdsink_init),
7702         (gst_multifdsink_add), (gst_multifdsink_remove),
7703         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7704         (gst_multifdsink_remove_client_link),
7705         (gst_multifdsink_handle_client_read),
7706         (gst_multifdsink_client_queue_data),
7707         (gst_multifdsink_client_queue_caps),
7708         (gst_multifdsink_client_queue_buffer),
7709         (gst_multifdsink_handle_client_write),
7710         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7711         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7712         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
7713         (gst_multifdsink_close):
7714         * gst/tcp/gstmultifdsink.h:
7715         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7716         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
7717         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
7718         (gst_tcpserversink_close):
7719         * gst/tcp/gsttcpserversink.h:
7720         Abstracted away the select call, implemented poll (yes we ran into
7721         the 1024 limit in production).
7722
7723 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7724
7725         * gst/tcp/gsttcp.c:
7726         * gst/tcp/gsttcpplugin.c:
7727           improve debuggging, remove assert
7728
7729 2004-08-10  Wim Taymans  <wim@fluendo.com>
7730
7731         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
7732         (gst_client_status_get_type), (gst_multifdsink_class_init),
7733         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7734         (gst_multifdsink_handle_client_read),
7735         (gst_multifdsink_handle_client_write),
7736         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7737         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7738         (gst_multifdsink_get_property):
7739         * gst/tcp/gstmultifdsink.h:
7740         * gst/tcp/gsttcp-marshal.list:
7741         Starting to prepare for specifying buffer time in other units
7742         than buffers. Expose remove reason in signal.
7743
7744 2004-08-10  Wim Taymans  <wim@fluendo.com>
7745
7746         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7747         (gst_multifdsink_remove), (gst_multifdsink_clear),
7748         (gst_multifdsink_remove_client_link),
7749         (gst_multifdsink_handle_client_read),
7750         (gst_multifdsink_client_queue_data),
7751         (gst_multifdsink_client_queue_buffer),
7752         (gst_multifdsink_handle_client_write),
7753         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7754         (gst_multifdsink_chain), (gst_multifdsink_close):
7755         * gst/tcp/gstmultifdsink.h:
7756         Added more debugging info. Changed the way clients are
7757         removed from the lists. Fixed a bug where a bad file descriptor
7758         could cause many clients to be removed.
7759
7760 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7761
7762         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
7763           allow all pixel-aspect-ratios, not just 1:1
7764
7765 2004-08-09  David Schleef  <ds@schleef.org>
7766
7767         * sys/glsink/ARB_multitexture.h:  Remove old files.
7768         * sys/glsink/EXT_paletted_texture.h:
7769         * sys/glsink/NV_register_combiners.h:
7770         * sys/glsink/gstgl_nvimage.c:
7771         * sys/glsink/gstgl_pdrimage.c:
7772         * sys/glsink/gstgl_rgbimage.c:
7773         * sys/glsink/gstglsink.c:
7774         * sys/glsink/gstglsink.h:
7775         * sys/glsink/gstglxwindow.c:
7776         * sys/glsink/regcomb_yuvrgb.c:
7777
7778 2004-08-09  David Schleef  <ds@schleef.org>
7779
7780         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
7781         GL sink plugin.  (Bug #147302)
7782
7783         * configure.ac: Test for OpenGL
7784         * sys/Makefile.am: Use test for OpenGL
7785         * sys/glsink/Makefile.am:
7786         * sys/glsink/glimagesink.c: rewrite
7787         * sys/glsink/glimagesink.h: rewrite
7788
7789 2004-08-09  David Schleef  <ds@schleef.org>
7790
7791         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
7792         sane framerates.
7793         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
7794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
7795         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
7796
7797 2004-08-09  Wim Taymans  <wim@fluendo.com>
7798
7799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7800         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7801         (gst_multifdsink_client_remove),
7802         (gst_multifdsink_handle_client_read),
7803         (gst_multifdsink_handle_client_write),
7804         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7805         Do a bit more logging, make the client_read code more robust.
7806
7807 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7808
7809         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
7810         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
7811         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
7812         (gst_jpegdec_init), (gst_jpegdec_chain):
7813         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7814         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
7815           cleanups, debugging fixes and memleak plugging
7816
7817 2004-08-09  Wim Taymans  <wim@fluendo.com>
7818
7819         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7820         (theora_get_formats), (theora_dec_src_convert),
7821         (theora_dec_sink_convert), (theora_dec_src_query),
7822         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
7823         (theora_dec_change_state):
7824         Don't crash on missing header packets.
7825
7826 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7827
7828         * po/LINGUAS:
7829         * po/sq.po:
7830           Added Albanian translation (Laurent Dhima)
7831         * po/cs.po:
7832           updated
7833
7834 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7835
7836         * ext/lame/gstlame.c:
7837           fix/add debugging
7838
7839 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7840
7841         * sys/ximage/ximagesink.c:
7842         * sys/xvimage/xvimagesink.c:
7843           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
7844
7845 2004-08-06  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7848         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7849         (gst_multifdsink_client_remove),
7850         (gst_multifdsink_handle_client_read),
7851         (gst_multifdsink_handle_client_write),
7852         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7853         Make sure we don't try to read more from a client that what
7854         ioctl says us or we deadlock.
7855
7856 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7857
7858         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
7859         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
7860         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
7861           decouple running_time and n_frames so it can handle changing
7862           framerate while running
7863
7864 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         * po/nl.po:
7867         * po/sv.po:
7868           updated translations
7869
7870 2004-08-04  Benjamin Otte  <otte@gnome.org>
7871
7872         * gst/videotestsrc/gstvideotestsrc.c:
7873         (gst_videotestsrc_get_capslist), (generate_capslist),
7874         (plugin_init):
7875           generate the list of supported caps at startup and reuse it instead
7876           of always generating it
7877
7878 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7879
7880         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
7881           whoops, last checkin broke normal build
7882
7883 2004-08-03  Benjamin Otte  <otte@gnome.org>
7884
7885         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
7886         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7887         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
7888         (gst_alsa_mixer_get_option):
7889         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
7890         (dvdnavsrc_print_event):
7891         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
7892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
7893         (gst_ogg_mux_pad_unlink):
7894         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
7895         (gst_multipart_mux_pad_unlink):
7896         * gst/videofilter/gstvideobalance.c:
7897         (gst_videobalance_colorbalance_set_value):
7898         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
7899         (gst_videomixer_pad_unlink):
7900         * po/uk.po:
7901         * sys/oss/gstossmixer.c:
7902         * sys/v4l/gstv4lcolorbalance.c:
7903         * sys/v4l/gstv4ltuner.c:
7904         * sys/v4l/v4lsrc_calls.c:
7905         * sys/v4l2/gstv4l2colorbalance.c:
7906         * sys/v4l2/gstv4l2tuner.c:
7907           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
7908
7909 2004-08-03  Benjamin Otte  <otte@gnome.org>
7910
7911         * examples/dynparams/filter.c: (ui_control_create):
7912         * examples/gstplay/player.c: (print_tag):
7913         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
7914         * ext/gdk_pixbuf/gstgdkanimation.c:
7915         (gst_gdk_animation_iter_may_advance):
7916         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
7917         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
7918         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
7919         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
7920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
7921         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
7922         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
7923         * gst/sine/demo-dparams.c: (main):
7924         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7925         * testsuite/alsa/formats.c: (create_pipeline):
7926         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
7927           fixes for G_DISABLE_ASSERT and friends
7928         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7929         (mp3_type_frame_length_from_header), (mp3_type_find),
7930         (plugin_init):
7931           require mp3 typefinding to have at least MIN_HEADERS valid headers
7932           add typefinding for AAC adts files
7933
7934 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
7935
7936         * sys/ximage/ximagesink.c:
7937         (gst_ximagesink_calculate_pixel_aspect_ratio):
7938         * sys/xvimage/xvimagesink.c:
7939         (gst_xvimagesink_calculate_pixel_aspect_ratio):
7940         Make sure we calculate pixel-aspect-ratio using floating point maths
7941
7942 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7943
7944         * po/uk.po:
7945           updated translation
7946
7947 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7948
7949         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
7951           add debugging for display PAR calculation
7952
7953 2004-08-02  David Schleef  <ds@schleef.org>
7954
7955         * configure.ac: Fix mikmod CFLAGS.
7956
7957 2004-07-27  Benjamin Otte  <otte@gnome.org>
7958
7959         * gst/audioscale/gstaudioscale.c:
7960         - fix templates to only support S16, it's the only format that works
7961         - make caps nego code use try_set_caps_nonfixed and fixation instead
7962         of try_set_caps twice, which is not nice for autopluggers
7963         - change rank to secondary, so autopluggers can pick it up after
7964         audioconvert
7965
7966 2004-08-02  Iain <iain@prettypeople.org>
7967
7968         * gst/interleave/interleave.c (interleave_init),
7969         (interleave_request_new_pad),
7970         (interleave_pad_removed),
7971         (interleave_buffered_loop): Use the real pad count, not the artificial
7972         one.
7973
7974 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7975
7976         * configure.ac: bump nano back to development
7977
7978 === release 0.8.3 ===
7979
7980 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7981
7982         * configure.ac: releasing 0.8.3, "Water"
7983
7984 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7985
7986         * sys/xvimage/xvimagesink.c:
7987         (gst_xvimagesink_calculate_pixel_aspect_ratio),
7988         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
7989         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
7990         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7991         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7992         * sys/xvimage/xvimagesink.h:
7993           apply similar PAR fixes as to ximagesink
7994
7995 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7996
7997         patch from: Benjamin Otte
7998
7999         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
8000           add link function to lame.  Fixes #148986.
8001
8002 2004-08-02  Johan Dahlin  <johan@gnome.org>
8003
8004         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
8005         fix debugging log
8006
8007 2004-07-30  David Schleef  <ds@schleef.org>
8008
8009         * gst/videomixer/Makefile.am: Fix things that should have been
8010         fixed in the last checkin.
8011
8012 2004-07-30  David Schleef  <ds@schleef.org>
8013
8014         * gst/multipart/Makefile.am: Fix things that should have been
8015         fixed in the last checkin.
8016
8017 2004-07-30  David Schleef  <ds@schleef.org>
8018
8019         * testsuite/multifilesink/Makefile.am: Fix unused variable.
8020
8021 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8022
8023         * configure.ac:
8024           bump nano for prerelease
8025         * po/af.po:
8026         * po/az.po:
8027         * po/cs.po:
8028         * po/en_GB.po:
8029         * po/hu.po:
8030         * po/nl.po:
8031         * po/sr.po:
8032         * po/sv.po:
8033         * po/uk.po:
8034           updates
8035
8036 2004-07-30  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8039         (gst_multifdsink_add), (gst_multifdsink_remove),
8040         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8041         (gst_multifdsink_client_remove),
8042         (gst_multifdsink_handle_client_write),
8043         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
8044         * gst/tcp/gstmultifdsink.h:
8045         Recover from a select with a bad file descriptor by removing
8046         the client.
8047
8048 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8049
8050         * configure.ac:
8051           fix requirement of core
8052         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
8053         (gst_play_pipeline_setup):
8054           don't use colorspace element.  do use hermescolorspace element.
8055           make macro to get a colorspace element.
8056           mark strings for translation.
8057         * po/POTFILES.in:
8058           add play.c
8059         * po/af.po:
8060         * po/az.po:
8061         * po/cs.po:
8062         * po/en_GB.po:
8063         * po/hu.po:
8064         * po/nl.po:
8065         * po/sr.po:
8066         * po/sv.po:
8067         * po/uk.po:
8068           update translations
8069
8070 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8071
8072         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
8073         fix default for newmedia flag
8074
8075 2004-07-30  Wim Taymans  <wim@fluendo.com>
8076
8077         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
8078         (gst_theora_dec_init), (theora_get_formats),
8079         (theora_dec_src_convert), (theora_dec_sink_convert),
8080         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8081         (theora_dec_chain), (theora_dec_set_property),
8082         (theora_dec_get_property):
8083         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8084         (gst_theora_enc_class_init), (gst_theora_enc_init),
8085         (theora_enc_sink_link), (theora_enc_chain),
8086         (theora_enc_set_property), (theora_enc_get_property):
8087         Added cropping option to theora decoder.
8088         Added border option to theora encoder.
8089
8090 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8091
8092         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
8093         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
8094         (gst_pngenc_set_property):
8095         * ext/libpng/gstpngenc.h:
8096         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
8097
8098 2004-07-30  Wim Taymans  <wim@fluendo.com>
8099
8100         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8101         (theora_enc_sink_link), (theora_enc_chain),
8102         (theora_enc_set_property), (theora_enc_get_property):
8103         Fix encoding of non-multiple-of-16 video.
8104
8105 2004-07-29  David Schleef  <ds@schleef.org>
8106
8107         * configure.ac: make test for audiofile more strict
8108
8109 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8110
8111         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8112           give different names to typefind functions
8113
8114 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8115
8116         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8117         (gst_ximagesink_calculate_pixel_aspect_ratio),
8118         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
8119         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8120         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
8121         (gst_ximagesink_get_property), (gst_ximagesink_init):
8122         * sys/ximage/ximagesink.h:
8123           allocate PAR's dynamically.
8124           use autodetected PAR if no object-set PAR is given.
8125           add workaround for directfb's X not setting physical size.
8126           fix to xvimagesink will follow tomorrow.
8127
8128 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8129
8130         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
8131         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
8132         (gst_shout2send_get_type), (gst_shout2send_set_clock),
8133         (gst_shout2send_class_init), (gst_shout2send_init),
8134         (set_shout_metadata), (gst_shout2send_set_metadata),
8135         (gst_shout2send_chain), (gst_shout2send_set_property),
8136         (gst_shout2send_get_property), (gst_shout2send_connect),
8137         (gst_shout2send_change_state):
8138         * ext/shout2/gstshout2.h:
8139         - fix for sending mp3 audio to icecast2 server, if pad link function not
8140         called before PAUSED state
8141         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
8142         - added tagging support for mp3 audio broadcasted
8143         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
8144         debug info
8145
8146 2004-07-28  Wim Taymans  <wim@fluendo.com>
8147
8148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8149         (gst_ogg_demux_push):
8150         Return query failure when we don't know the length of
8151         an ogg stream insteda of returning TRUE with a bogus value.
8152
8153 2004-07-28  Wim Taymans  <wim@fluendo.com>
8154
8155         * ext/theora/theoradec.c: (theora_get_formats),
8156         (theora_dec_src_convert), (theora_dec_sink_convert),
8157         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8158         (theora_dec_chain):
8159         Don't screw up the 1 Chroma for 1 luma sample situation when we
8160         have an odd offset/width by adding a black border in those cases.
8161
8162 2004-07-28  Wim Taymans  <wim@fluendo.com>
8163
8164         * ext/theora/theoradec.c: (theora_get_formats),
8165         (theora_dec_src_convert), (theora_dec_sink_convert),
8166         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8167         (theora_dec_chain):
8168         * ext/theora/theoraenc.c: (theora_enc_sink_link):
8169         Added first attempt at cropping of the image as required by the
8170         theora spec. We need more properties in the caps (offset_x,
8171         offset_y,stride) to implement this correctly.
8172
8173 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8174
8175         * ext/dvdnav/README:
8176           Update the README to use dvddemux
8177         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
8178           Ensure getcaps returns a subset of the template caps
8179         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
8180         (gst_mpeg2subt_init):
8181           Ensure getcaps returns a subset of the template caps
8182         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8183         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
8184         (gst_dvd_demux_get_subpicture_stream),
8185         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
8186         * gst/mpegstream/gstdvddemux.h:
8187           Set the explicit caps on the current_video pad before pushing
8188           anything
8189         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
8190         (gst_mpeg_demux_get_audio_stream):
8191           Free caps used to gst_pad_set_explicit_caps, which takes a const
8192           GstCaps *
8193
8194 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8195
8196         * configure.ac: update GStreamer requirement to 0.8.4 because of
8197           GstFraction.
8198
8199 2004-07-28  Wim Taymans  <wim@fluendo.com>
8200
8201         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
8202         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
8203         Add the pad to the element after setting up the caps. This
8204         makes it a lot easier to autoplug.
8205
8206 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
8207
8208         * gst/median/gstmedian.c:
8209         * gst/mpeg2subt/gstmpeg2subt.c:
8210         * gst/mpegaudioparse/gstmpegaudioparse.c:
8211         * gst/mpegstream/gstdvddemux.c:
8212         * gst/mpegstream/gstmpegdemux.c:
8213         * gst/mpegstream/gstmpegpacketize.c:
8214         * gst/rtjpeg/gstrtjpeg.c:
8215         * gst/rtjpeg/gstrtjpegdec.c:
8216         * gst/rtjpeg/gstrtjpegenc.c:
8217         * gst/sine/gstsinesrc.c:
8218         * gst/smooth/gstsmooth.c:
8219         * gst/smpte/gstsmpte.c:
8220         * gst/smpte/gstsmpte.h:
8221         * gst/stereo/gststereo.c:
8222         * gst/videofilter/gstgamma.c:
8223         * gst/videofilter/gstvideobalance.c:
8224         * gst/videofilter/gstvideofilter.c:
8225         * gst/videofilter/gstvideoflip.c:
8226         * gst/videoscale/gstvideoscale.c:
8227         * gst/videoscale/videoscale.c:
8228         * gst/videotestsrc/gstvideotestsrc.c:
8229         * gst/videotestsrc/videotestsrc.c:
8230         * gst/wavenc/gstwavenc.c:
8231         * gst/wavparse/gstwavparse.c:
8232           fix local includes and 64 bits constants
8233
8234 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
8235
8236         * win32/gst.sln:
8237         * gst-libs/gst/*/*.vcproj:
8238         * gst/*/*.vcproj:
8239           more working plugins
8240
8241 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8242
8243         * testsuite/alsa/Makefile.am:
8244         * testsuite/alsa/srcstate.c:
8245         add test for alsasrc changing state
8246
8247 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8248
8249         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
8250         (gst_silence_get):
8251         * gst/silence/gstsilence.h:
8252         fix silence generation for 16bit raw audio
8253
8254 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8255
8256         * gst/matroska/matroska-demux.c:
8257         (gst_matroska_demux_parse_metadata),
8258         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
8259         * gst/mpegaudio/common.c:
8260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8261         (gst_videoscale_getcaps), (gst_videoscale_link),
8262         (gst_videoscale_src_fixate), (gst_videoscale_init),
8263         (gst_videoscale_finalize):
8264         * gst/videoscale/gstvideoscale.h:
8265         * gst/videotestsrc/gstvideotestsrc.c:
8266         (gst_videotestsrc_get_capslist):
8267         * gst/wavenc/gstwavenc.c:
8268         * sys/oss/gstossmixer.c: (fill_labels):
8269         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8270         (gst_ximagesink_handle_xevents),
8271         (gst_ximagesink_calculate_pixel_aspect_ratio),
8272         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
8273         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
8274         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8275         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8276         (gst_ximagesink_init), (gst_ximagesink_class_init):
8277         * sys/ximage/ximagesink.h:
8278         * sys/xvimage/xvimagesink.c:
8279         (gst_xvimagesink_calculate_pixel_aspect_ratio),
8280         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
8281         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
8282         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8283         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8284         * sys/xvimage/xvimagesink.h:
8285           first batch of pixel aspect ratio commits.
8286
8287 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8288
8289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8290         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
8291         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
8292           handle stride, needs work if we want to move stride handling
8293           upstream, but works correctly for our purposes.
8294
8295 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8296
8297         * gst/videoscale/README:
8298           add testing examples
8299         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
8300         (gst_videoscale_chain):
8301         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8302         (gst_videoscale_get_size):
8303           add get_size function that handles stride like videotestsrc.
8304           fixes conversion for YUV formats for as much as I can test them.
8305
8306 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8307
8308         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8309         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8311         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
8312         (gst_xvimagesink_xvimage_put):
8313           further cleanups, logging, error handling and synchronizing
8314
8315 2004-07-27  Wim Taymans  <wim@fluendo.com>
8316
8317         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
8318         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
8319         (gst_videomixer_pad_set_property),
8320         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
8321         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
8322         (gst_videomixer_class_init), (gst_videomixer_init),
8323         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
8324         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
8325         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
8326         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
8327         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
8328         (gst_videomixer_loop), (plugin_init):
8329         Be a nicer negotiation citizen and provide a getcaps function on
8330         the srcpad. This also fixes a crash when resizing.
8331
8332 2004-07-27  Julien MOUTTE  <julien@moutte.net>
8333
8334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8335         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
8336
8337 2004-07-27  Wim Taymans  <wim@fluendo.com>
8338
8339         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
8340         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
8341         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
8342         (gst_pngenc_set_property):
8343         * ext/libpng/gstpngenc.h:
8344         Added snapshot property to pngenc.
8345         removed g_print from pngdec
8346
8347 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
8348
8349         * gst/ac3parse/ac3parse.vcproj
8350         * gst/adder/adder.vcproj
8351         * gst/alpha/alpha.vcproj
8352         * gst/alpha/alphacolor.vcproj
8353         * gst/asfdemux/asf.vcproj
8354         * gst/audioconvert/audioconvert.vcproj
8355         * gst/audiorate/audiorate.vcproj
8356         * gst/audioscale/audioscale.vcproj
8357         * gst/auparse/auparse.vcproj
8358         * gst/avi/avi.vcproj
8359         * gst/cdxaparse/cdxaparse.vcproj
8360         * gst/chart/chart.vcproj
8361         * gst/colorspace/colorspace.vcproj
8362         * gst/cutter/cutter.vcproj
8363         * gst/debug/debug.vcproj
8364         * gst/debug/efence.vcproj
8365         * gst/debug/navigationtest.vcproj
8366         * gst/deinterlace/deinterlace.vcproj
8367         * gst/effectv/effectv.vcproj
8368         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
8369         * gst/filter/filter.vcproj
8370         * gst/flx/flxdec.vcproj
8371         * gst/goom/goom.vcproj
8372         * gst/interleave/interleave.vcproj
8373         * gst/law/alaw.vcproj
8374         * gst/law/mulaw.vcproj
8375         * gst/matroska/matroska.vcproj
8376         * gst/median/median.vcproj
8377         * gst/mixmatrix/mixmatrix.vcproj
8378         * gst/mpeg1sys/mpeg1systemencode.vcproj
8379         * gst/mpeg1videoparse/mp1videoparse.vcproj
8380         * gst/mpeg2sub/mpeg2subt.vcproj
8381         * gst/mpegaudio/mpegaudio.vcproj
8382         * gst/mpegaudioparse/mpegaudioparse.vcproj
8383         * gst/mpegstream/mpegstream.vcproj
8384         * gst/multifilesink/multifilesink.vcproj
8385         * gst/multipart/multipart.vcproj
8386         * gst/oneton/oneton.vcproj
8387         * gst/overlay/overlay.vcproj
8388         * gst/passthrough/passthrough.vcproj
8389         * gst/qtdemux/qtdemux.vcproj
8390         * gst/realmedia/rmdemux.vcproj
8391         * gst/rtjpeg/rtjpeg.vcproj
8392         * gst/rtp/rtp.vcproj
8393         * gst/silence/silence.vcproj
8394         * gst/sine/sinesrc.vcproj
8395         * gst/smooth/smooth.vcproj
8396         * gst/smpte/smpte.vcproj
8397         * gst/spectrum/spectrum.vcproj
8398         * gst/speed/speed.vcproj
8399         * gst/stereo/stereo.vcproj
8400         * gst/switch/switch.vcproj
8401         * gst/tags/tagedit.vcproj
8402         * gst/tcp/tcp.vcproj
8403         * gst/typefind/typefindfunctions.vcproj
8404         * gst/udp/udp.vcproj
8405         * gst/videobox/videobox.vcproj
8406         * gst/videocrop/videocrop.vcproj
8407         * gst/videodrop/videodrop.vcproj
8408         * gst/videofilter/gamma.vcproj
8409         * gst/videofilter/videobalance.vcproj
8410         * gst/videofilter/videofilter.vcproj
8411         * gst/videofilter/videoflip.vcproj
8412         * gst/videoflip/videoflip.vcproj
8413         * gst/videomixer/videomixer.vcproj
8414         * gst/videorate/videorate.vcproj
8415         * gst/videoscale/videoscale.vcproj
8416         * gst/videotestsrc/videotestsrc.vcproj
8417         * gst/virtualdub/virtualdub.vcproj
8418         * gst/volenv/volenv.vcproj
8419         * gst/volume/volume.vcproj
8420         * gst/wavenc/wavenc.vcproj
8421         * gst/wavparse/wavparse.vcproj
8422         * gst/y4m/y4menc.vcproj
8423         * gst-libs/gst/audio/audio.vcproj
8424         * gst-libs/gst/audio/audiofilter.vcproj
8425         * gst-libs/gst/colorbalance/colorbalance.vcproj
8426         * gst-libs/gst/idct/idtc.vcproj
8427         * gst-libs/gst/media-info/media-info.vcproj
8428         * gst-libs/gst/mixer/mixer.vcproj
8429         * gst-libs/gst/navigation/navigation.vcproj
8430         * gst-libs/gst/play/play.vcproj
8431         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
8432         * gst-libs/gst/resample/resample.vcproj
8433         * gst-libs/gst/riff/riff.vcproj
8434         * gst-libs/gst/tuner/tuner.vcproj
8435         * gst-libs/gst/video/video.vcproj
8436         * gst-libs/gst/xoverlay/xoverlay.vcproj
8437           avoid problems with math.h, fix release dependancy
8438           rename GStreamer-0.8.lib to libgstreamer.lib
8439
8440 2004-07-27  Julien MOUTTE  <julien@moutte.net>
8441
8442         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
8443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
8444         the atom is not available we have to unlock the mutex. Fixes #148023
8445
8446 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8447
8448         * gst-libs/gst/media-info/media-info.h:
8449           issue for a vararg macro with MSVC
8450
8451 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8452
8453         * gst/effectv/effectv.vcproj
8454         * gst-libs/gst/idct/idct.vcproj:
8455         * gst-libs/gst/media-info/media-info.vcproj:
8456         * gst-libs/gst/navigation/navigation.vcproj:
8457         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
8458         * gst-libs/gst/video/video.vcproj:
8459         * gst-libs/gst/xoverlay/xoverlay.vcproj:
8460           fixes for build problems
8461
8462 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8463
8464         * gst-libs/gst/audio/audio.def:
8465         * gst-libs/gst/audio/riff.def:
8466           add some definitions needed by plugins
8467
8468 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8469
8470         * gst/asfdemux/gstasfmux.c
8471           Fix some 64 bits constants to be glib friendly
8472
8473 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8474
8475         * gst/ac3parse/gstac3parse.c
8476         * gst/audioscale/gstaudioscale.c
8477         * gst/auparse/gstauparse.c
8478         * gst/colorspace/gstcolorspace.c
8479         * gst/colorspace/yuv2rgb.h
8480           local include fixes
8481
8482 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8483
8484         * win32/gst.sln
8485           add more plugins to the build
8486
8487 2004-07-26  Julien MOUTTE  <julien@moutte.net>
8488
8489         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8490         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
8491
8492 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8493
8494         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
8495         (gst_level_set_property), (gst_level_get_property),
8496         (gst_level_base_init), (gst_level_class_init):
8497           add debugging categories.  cleanups.
8498
8499 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8500
8501         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8502         (gst_videoscale_planar411), (gst_videoscale_planar400),
8503         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
8504         (gst_videoscale_scale_nearest_str1),
8505         (gst_videoscale_scale_nearest_str2),
8506         (gst_videoscale_scale_nearest_str4),
8507         (gst_videoscale_scale_nearest_16bit),
8508         (gst_videoscale_scale_nearest_24bit):
8509           fixed stride issues
8510           tested with 320x240 -> 321, 322, 324 x240
8511           tested with YV12, I420, YUY2, UYVY
8512           fixed packed422rev (don't think it could have worked before)
8513           by testing with UYVY
8514
8515 2004-07-26  Benjamin Otte  <otte@gnome.org>
8516
8517         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
8518         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
8519         (plugin_init):
8520           add debugging category, add error checks like checking return values
8521           of setup calls, make sure it still works after
8522           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
8523
8524 2004-07-26  Wim Taymans  <wim@fluendo.com>
8525
8526         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
8527         (gst_mpeg_demux_get_audio_stream),
8528         (gst_mpeg_demux_process_private):
8529         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
8530         Check for error codes from the negotiation functions. Make sure
8531         we really set the pad caps when a new pad is created.
8532
8533 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8534
8535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8536         (gst_ffmpeg_caps_to_pix_fmt):
8537         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8539         (gst_ffmpegcolorspace_pad_link):
8540           don't make function do two things at the same time without reason.
8541
8542 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8543
8544         * gst/ac3parse/ac3parse.vcproj
8545         * gst/adder/adder.vcproj
8546         * gst/alpha/alpha.vcproj
8547         * gst/alpha/alphacolor.vcproj
8548         * gst/asfdemux/asf.vcproj
8549         * gst/audioconvert/audioconvert.vcproj
8550         * gst/audiorate/audiorate.vcproj
8551         * gst/audioscale/audioscale.vcproj
8552         * gst/auparse/auparse.vcproj
8553         * gst/avi/avi.vcproj
8554         * gst/cdxaparse/cdxaparse.vcproj
8555         * gst/chart/chart.vcproj
8556         * gst/colorspace/colorspace.vcproj
8557         * gst/cutter/cutter.vcproj
8558         * gst/debug/debug.vcproj
8559         * gst/debug/efence.vcproj
8560         * gst/debug/navigationtest.vcproj
8561         * gst/deinterlace/deinterlace.vcproj
8562         * gst/effectv/effectv.vcproj
8563         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
8564         * gst/filter/filter.vcproj
8565         * gst/flx/flxdec.vcproj
8566         * gst/goom/goom.vcproj
8567         * gst/interleave/interleave.vcproj
8568         * gst/law/alaw.vcproj
8569         * gst/law/mulaw.vcproj
8570         * gst/matroska/matroska.vcproj
8571         * gst/median/median.vcproj
8572         * gst/mixmatrix/mixmatrix.vcproj
8573         * gst/mpeg1sys/mpeg1systemencode.vcproj
8574         * gst/mpeg1videoparse/mp1videoparse.vcproj
8575         * gst/mpeg2sub/mpeg2subt.vcproj
8576         * gst/mpegaudio/mpegaudio.vcproj
8577         * gst/mpegaudioparse/mpegaudioparse.vcproj
8578         * gst/mpegstream/mpegstream.vcproj
8579         * gst/multifilesink/multifilesink.vcproj
8580         * gst/multipart/multipart.vcproj
8581         * gst/oneton/oneton.vcproj
8582         * gst/overlay/overlay.vcproj
8583         * gst/passthrough/passthrough.vcproj
8584         * gst/qtdemux/qtdemux.vcproj
8585         * gst/realmedia/rmdemux.vcproj
8586         * gst/rtjpeg/rtjpeg.vcproj
8587         * gst/rtp/rtp.vcproj
8588         * gst/silence/silence.vcproj
8589         * gst/sine/sinesrc.vcproj
8590         * gst/smooth/smooth.vcproj
8591         * gst/smpte/smpte.vcproj
8592         * gst/spectrum/spectrum.vcproj
8593         * gst/speed/speed.vcproj
8594         * gst/stereo/stereo.vcproj
8595         * gst/switch/switch.vcproj
8596         * gst/tags/tagedit.vcproj
8597         * gst/tcp/tcp.vcproj
8598         * gst/typefind/typefindfunctions.vcproj
8599         * gst/udp/udp.vcproj
8600         * gst/videobox/videobox.vcproj
8601         * gst/videocrop/videocrop.vcproj
8602         * gst/videodrop/videodrop.vcproj
8603         * gst/videofilter/gamma.vcproj
8604         * gst/videofilter/videobalance.vcproj
8605         * gst/videofilter/videofilter.vcproj
8606         * gst/videofilter/videoflip.vcproj
8607         * gst/videoflip/videoflip.vcproj
8608         * gst/videomixer/videomixer.vcproj
8609         * gst/videorate/videorate.vcproj
8610         * gst/videoscale/videoscale.vcproj
8611         * gst/videotestsrc/videotestsrc.vcproj
8612         * gst/virtualdub/virtualdub.vcproj
8613         * gst/volenv/volenv.vcproj
8614         * gst/volume/volume.vcproj
8615         * gst/wavenc/wavenc.vcproj
8616         * gst/wavparse/wavparse.vcproj
8617         * gst/y4m/y4menc.vcproj
8618           more plugins supported under windows
8619
8620 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8621
8622         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8623         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
8624         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
8625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8626         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
8627           Add debugging statements.  Use the sizes as returned by the
8628           *CreateImage calls.
8629
8630 2004-07-26  Johan Dahlin  <johan@gnome.org>
8631
8632         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
8633         the pad is negotiated.
8634
8635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
8636
8637 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8638
8639         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8640         * gst-libs/gst/idct/idct.vcproj:
8641         * gst-libs/gst/media-info/media-info.vcproj:
8642         * gst-libs/gst/mixer/mixer.vcproj:
8643         * gst-libs/gst/navigation/navigation.vcproj:
8644         * gst-libs/gst/play/play.vcproj:
8645         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
8646         * gst-libs/gst/resample/resample.vcproj:
8647         * gst-libs/gst/tuner/tuner.vcproj:
8648         * gst-libs/gst/video/video.vcproj:
8649         * gst-libs/gst/xoverlay/xoverlay.vcproj:
8650           more plugins supported under windows
8651
8652 2004-07-25 Iain <iain@prettypeople.org>
8653
8654         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
8655         pad now rather than when the pad is created because state changes wipe
8656         explicit caps (fixes #148043).
8657
8658 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
8659
8660         reviewed by Benjamin Otte  <otte@gnome.org>
8661
8662         * ext/mad/gstmad.c:
8663           fix mad plugin crashing on Sun (fixes #148289)
8664
8665 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8666
8667         * gst/avi/avi.def:
8668         * gst/avi/avi.vcproj:
8669         * gst/matroska/matroska.def:
8670         * gst/matroska/matroska.vcproj:
8671           remove unused .def files
8672
8673 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8674
8675         * gst-libs/gst/audio/gstaudiofilter.c:
8676           Clean the local include
8677
8678 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8679
8680         * win32/gst.sln:
8681         * gst-libs/gst/audio/audio.def:
8682         * gst-libs/gst/audio/audio.vcproj:
8683         * gst-libs/gst/audio/audiofilter.vcproj:
8684         * gst-libs/gst/audio/riff.def:
8685         * gst-libs/gst/audio/riff.vcproj:
8686         * gst-libs/gst/gst-libs.def:
8687         * gst-libs/gst/gst-libs.vcproj:
8688         * gst/avi/avi.vcproj:
8689         * gst/avi/avi.vcproj:
8690           Copy the files where needed after building, cleaner projects
8691
8692 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8693
8694         * gst/matroska/ebml-write.c:
8695           Fix some 64 bits constants to be glib friendly
8696
8697 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8698
8699         * win32/gst.sln:
8700         * gst-libs/gst/gst-libs.def:
8701         * gst-libs/gst/gst-libs.vcproj:
8702         * gst/matroska/matroska.def:
8703         * gst/matroska/matroska.vcproj:
8704           Add the preliminary canvas to build plugins on Win32
8705
8706 2004-07-23  Benjamin Otte  <otte@gnome.org>
8707
8708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8709           don't enfore negotiation from source side, it breaks
8710           sinesrc ! audioconvert ! osssink
8711
8712 2004-07-22  David Schleef  <ds@schleef.org>
8713
8714         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
8715         for ELF files, since they can easily be recognized as audio/mpeg.
8716         (bug #147441)
8717
8718 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8719
8720         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8721         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
8722         (gst_videoscale_scale_nearest_24bit),
8723         (gst_videoscale_scale_nearest_16bit):
8724           fix 16bit and 24bit for stride (24bit might need testing)
8725           don't pretend we do more than one algorithm
8726
8727 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8728
8729         * configure.ac:
8730         * gst/Makefile.am:
8731         * gst/multifilesink/Makefile.am:
8732         * gst/multifilesink/gstmultifilesink.c:
8733         (gst_multifilesink_get_formats),
8734         (gst_multifilesink_get_query_types), (_do_init),
8735         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
8736         (gst_multifilesink_init), (gst_multifilesink_dispose),
8737         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
8738         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
8739         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
8740         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
8741         (gst_multifilesink_chain), (gst_multifilesink_change_state),
8742         (gst_multifilesink_uri_get_type),
8743         (gst_multifilesink_uri_get_protocols),
8744         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
8745         (gst_multifilesink_uri_handler_init), (plugin_init):
8746         * gst/multifilesink/gstmultifilesink.h:
8747         * testsuite/Makefile.am:
8748         * testsuite/multifilesink/Makefile.am:
8749         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
8750         (gst_newmedia_class_init), (gst_newmedia_init),
8751         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8752         (newfile_signal), (test_signal), (main):
8753         multifilesink plugin for creating new files every time a new media
8754         discontinuity event occurs
8755
8756 2004-07-22  Wim Taymans  <wim@fluendo.com>
8757
8758         * gst/alpha/Makefile.am:
8759         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
8760         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
8761         (gst_alpha_color_init), (gst_alpha_color_set_property),
8762         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
8763         (transform), (gst_alpha_color_chain),
8764         (gst_alpha_color_change_state), (plugin_init):
8765         Stupid plugin to to RGBA to AYUV conversion because none of
8766         the colorspace plugins can handle that yet.
8767
8768 2004-07-22  Wim Taymans  <wim@fluendo.com>
8769
8770         * examples/seeking/seek.c: (update_scale), (main):
8771         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8772         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
8773         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
8774         (gst_decode_bin_init), (gst_decode_bin_dispose),
8775         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8776         (no_more_pads), (close_link), (type_found),
8777         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8778         (plugin_init):
8779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8780         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8781         (gst_play_base_bin_dispose), (queue_overrun),
8782         (gen_preroll_element), (remove_prerolls), (unknown_type),
8783         (no_more_pads), (new_stream), (setup_source),
8784         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8785         (play_base_eos), (gst_play_base_bin_change_state),
8786         (gst_play_base_bin_add_element),
8787         (gst_play_base_bin_remove_element),
8788         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8789         (gst_play_base_bin_unlink_stream),
8790         (gst_play_base_bin_get_streaminfo):
8791         * gst/playback/gstplaybin.c: (gen_video_element),
8792         (gen_audio_element):
8793         * gst/playback/gststreaminfo.h:
8794         More playback updates, attempt to fix things after the state change
8795         breakage.
8796
8797 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8798
8799         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
8800         (gst_videoscale_scale_nearest_16bit):
8801           comment algorithm
8802
8803 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8804
8805         * gst/videotestsrc/gstvideotestsrc.c:
8806         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
8807         (gst_videotestsrc_init), (gst_videotestsrc_get),
8808         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8809         (gst_videotestsrc_get_property):
8810         * gst/videotestsrc/gstvideotestsrc.h:
8811         * gst/videotestsrc/videotestsrc.c:
8812         * gst/videotestsrc/videotestsrc.h:
8813           cleanup and commenting
8814
8815 2004-07-21  Wim Taymans  <wim@fluendo.com>
8816
8817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8818         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
8819         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
8820         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
8821         (_find_chain_get_unknown_part), (_find_streams_check),
8822         (gst_ogg_demux_push), (gst_ogg_pad_push):
8823         * ext/theora/theoradec.c: (theora_get_formats),
8824         (theora_dec_src_convert), (theora_dec_sink_convert),
8825         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8826         (theora_dec_chain):
8827         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8828         (vorbis_dec_convert), (vorbis_dec_src_query),
8829         (vorbis_dec_src_event), (vorbis_dec_event):
8830         More seeking fixes, oggdemux now supports seeking to time and
8831         uses the downstream element to convert granulepos to time.
8832         Seeking in theora-only ogg files now works.
8833
8834 2004-07-21  Wim Taymans  <wim@fluendo.com>
8835
8836         * ext/theora/theoradec.c: (gst_theora_dec_init),
8837         (theora_get_formats), (theora_get_event_masks),
8838         (theora_get_query_types), (theora_dec_src_convert),
8839         (theora_dec_sink_convert), (theora_dec_src_query),
8840         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
8841         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8842         (vorbis_get_event_masks), (vorbis_get_query_types),
8843         (gst_vorbis_dec_init), (vorbis_dec_convert),
8844         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
8845         Added query/convert/formats functions to vorbis and theora decoders
8846         so that the outside world can use them too. Fixed seeking on an
8847         ogg/theora/vorbis file by disabling the seeking seeking on the
8848         theora srcpad.
8849
8850 2004-07-21  Julien MOUTTE  <julien@moutte.net>
8851
8852         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8853         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
8854         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
8855         images creation for both elements. We don't create the image on caps
8856         nego or renego, we just destroy the internal one if present if it does
8857         not match the needs. The chain function takes care of creating a new
8858         image when needed.
8859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8860         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
8861         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
8862         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
8863         the image format information. The buffer pool checks for the context
8864         image format and discard images with different formats.
8865         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
8866
8867 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8868
8869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8870         (gst_ffmpegcolorspace_chain):
8871           no point in doing any chaining if the pad we want to push from
8872           isn't usable.
8873
8874 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8875
8876         * gst-libs/gst/riff/riff-media.c:
8877         (gst_riff_create_audio_caps_with_data):
8878           Fix double end-to-native symbol conversion (#148021).
8879
8880 2004-07-20  David Schleef  <ds@schleef.org>
8881
8882         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
8883         Don't use an Atom that doesn't exist.
8884
8885 2004-07-20  Wim Taymans  <wim@fluendo.com>
8886
8887         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8888         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8889         (gst_multifdsink_client_remove),
8890         (gst_multifdsink_handle_client_write),
8891         (gst_multifdsink_queue_buffer):
8892         * gst/tcp/gstmultifdsink.h:
8893         More multifdsink stats. Avoid deadlock by releasing locks
8894         before sending out a signal.
8895
8896 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8897
8898         * po/LINGUAS:
8899         * po/hu.po:
8900           added Hungarian translation (Laszlo Dvornik)
8901
8902 2004-07-20  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8905         (gst_multifdsink_add), (gst_multifdsink_client_remove),
8906         (gst_multifdsink_handle_client_write),
8907         (gst_multifdsink_queue_buffer):
8908         * gst/tcp/gsttcp-marshal.list:
8909         Fixed the stupid marshal definition.
8910
8911 2004-07-20  Wim Taymans  <wim@fluendo.com>
8912
8913         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8914         (gst_multifdsink_init), (gst_multifdsink_add),
8915         (gst_multifdsink_client_remove),
8916         (gst_multifdsink_handle_client_write),
8917         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
8918         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
8919         (gst_multifdsink_init_send):
8920         * gst/tcp/gstmultifdsink.h:
8921         Added more stats, added timeout for a client, fixed some typos
8922         and added some comments.
8923
8924 2004-07-20  Wim Taymans  <wim@fluendo.com>
8925
8926         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8927         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8928         (gst_multifdsink_client_remove),
8929         (gst_multifdsink_handle_client_write):
8930         * gst/tcp/gstmultifdsink.h:
8931         * gst/tcp/gsttcp-marshal.list:
8932         Added get_stats method that returns a GValueArray of
8933         stats values.
8934
8935 2004-07-19  Benjamin Otte  <otte@gnome.org>
8936
8937         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8938           make sure longname, description and author are valid UTF-8
8939
8940 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8941
8942         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
8943         (gst_ximagesink_set_property):
8944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8945         (gst_xvimagesink_set_property):
8946           make sure SYNCHRONOUS is respected after getting the X context
8947
8948 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8949
8950         * gst/matroska/matroska-demux.c:
8951         (gst_matroska_demux_handle_src_event),
8952         (gst_matroska_demux_parse_blockgroup):
8953         * gst/matroska/matroska-ids.h:
8954           add BlockReference tag and ignore it to clear out log.
8955           ignore NAVIGATION events to clear out log.
8956
8957 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
8960         (gst_matroska_demux_add_stream):
8961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
8962           add debug categories
8963
8964 2004-07-16  Wim Taymans  <wim@fluendo.com>
8965
8966         * ext/libpng/Makefile.am:
8967         * ext/libpng/gstpng.c: (plugin_init):
8968         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
8969         (gst_pngdec_get_type), (gst_pngdec_base_init),
8970         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
8971         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
8972         * ext/libpng/gstpngdec.h:
8973         Added png decoder.
8974
8975 2004-07-16  Julien MOUTTE  <julien@moutte.net>
8976
8977         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
8978         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
8979         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
8980         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8981         (gst_ximagesink_buffer_alloc):
8982         * sys/ximage/ximagesink.h:
8983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8984         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
8985         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8986         (gst_xvimagesink_buffer_alloc):
8987         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
8988         again. Using internal data pointer of the x(v)image to store image's
8989         data to be coherent with the buffer alloc mechanism. Investigated the
8990         image destruction code to be sure that everything gets freed correctly.
8991
8992 2004-07-16  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst-libs/gst/riff/riff-read.c:
8995         (gst_riff_read_strf_vids_with_data),
8996         (gst_riff_read_strf_auds_with_data):
8997         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8998         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8999         Make sure we don't create 0 sized subbuffers in riff-read.
9000         Signal the no more pads signal after reading the avi header.
9001
9002 2004-07-16  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9005         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
9006         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
9007         (gst_decode_bin_init), (gst_decode_bin_dispose),
9008         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9009         (no_more_pads), (close_link), (type_found),
9010         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
9011         (gst_decode_bin_change_state), (plugin_init):
9012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9013         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
9014         (gst_play_base_bin_dispose), (queue_overrun),
9015         (gen_preroll_element), (remove_prerolls), (unknown_type),
9016         (no_more_pads), (new_stream), (setup_source),
9017         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9018         (play_base_eos), (gst_play_base_bin_change_state),
9019         (gst_play_base_bin_add_element),
9020         (gst_play_base_bin_remove_element),
9021         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
9022         (gst_play_base_bin_unlink_stream),
9023         (gst_play_base_bin_get_streaminfo):
9024         * gst/playback/gstplaybasebin.h:
9025         Better error recovery. Added configurable preroll queue size. Faster
9026         detection of no-more-pads.
9027
9028 2004-07-16  Wim Taymans  <wim@fluendo.com>
9029
9030         * gst-libs/gst/video/video.h:
9031         Added 32 bits RGBA. Not sure if we should use another mime-type
9032         for alpha rgb. Currently the presence of the alpha_mask property
9033         signals an alpha channel.
9034
9035 2004-07-16  Wim Taymans  <wim@fluendo.com>
9036
9037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9039         FPS seems to be 0.0 to MAX everywhere else.
9040
9041 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9042
9043         * gst-libs/gst/riff/riff-media.c:
9044         (gst_riff_create_video_caps_with_data):
9045           mp42/mp43 (no caps) exist too.
9046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9047           Set pixel_width/height; we've got them in-caps.
9048         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9049         * gst/wavparse/gstwavparse.c: (plugin_init):
9050           Both are valid primary.
9051         * sys/oss/gstossmixer.c:
9052           Remove i18n hack and enable translations.
9053
9054 2004-07-15  Benjamin Otte  <otte@gnome.org>
9055
9056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9057         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
9058           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
9059
9060 2004-07-15  Benjamin Otte  <otte@gnome.org>
9061
9062         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
9063         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
9064         (gst_alsa_close_audio):
9065           disable some of the debugging code for now. Writing debugging to a
9066           buffer is broken in current alsalib releases.
9067
9068 2004-07-12  Benjamin Otte  <otte@gnome.org>
9069
9070         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
9071           use bufferpools
9072
9073 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9074
9075         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9076         (theora_dec_src_query), (theora_dec_event):
9077         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
9078           add debugging categories.  Remove \n's.
9079
9080 2004-07-13  Johan Dahlin  <johan@gnome.org>
9081
9082         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
9083         (gst_play_bin_get_property): Impl.
9084
9085 2004-07-13  Wim Taymans  <wim@fluendo.com>
9086
9087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
9088         When trying to find the stream length, seek back N pages
9089         instead of just one, where N is the number of streams in
9090         the current chain.
9091
9092 2004-07-13  Wim Taymans  <wim@fluendo.com>
9093
9094         * gst-libs/gst/riff/riff-media.c:
9095         (gst_riff_create_audio_caps_with_data),
9096         (gst_riff_create_audio_caps),
9097         (gst_riff_create_audio_template_caps):
9098         * gst-libs/gst/riff/riff-media.h:
9099         * gst-libs/gst/riff/riff-read.c:
9100         (gst_riff_read_strf_vids_with_data),
9101         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
9102         * gst-libs/gst/riff/riff-read.h:
9103         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9104         (gst_avi_demux_add_stream):
9105         Set codec_data on caps for avidemuxer.
9106
9107 2004-07-12  David Schleef  <ds@schleef.org>
9108
9109         * configure.ac: Fix test for Objective C
9110
9111 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
9112         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
9113         (gst_gdk_pixbuf_chain):
9114           Add svg and pcx to template caps, and ensure that getcaps returns a
9115           subset of the template caps.
9116           Copy each row manually for output, as gdkpixbuf may pad the
9117           rowstride to a 32-bit word boundary.
9118
9119 2004-07-12  Wim Taymans  <wim@fluendo.com>
9120
9121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9122         (gst_riff_create_video_template_caps):
9123         Fix the template caps to include some more media types.
9124
9125 2004-07-12  Wim Taymans  <wim@fluendo.com>
9126
9127         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9128         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9129         (compare_ranks), (print_feature), (gst_decode_bin_init),
9130         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
9131         (try_to_link_1), (new_pad), (close_link), (type_found),
9132         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
9133         (gst_decode_bin_change_state), (plugin_init):
9134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9135         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
9136         (gst_play_base_bin_dispose), (queue_overrun),
9137         (gen_preroll_element), (remove_prerolls), (no_more_pads),
9138         (new_stream), (setup_source), (gst_play_base_bin_set_property),
9139         (gst_play_base_bin_get_property), (play_base_eos),
9140         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9141         (gst_play_base_bin_remove_element),
9142         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
9143         (gst_play_base_bin_unlink_stream),
9144         (gst_play_base_bin_get_streaminfo):
9145         * gst/playback/gstplaybasebin.h:
9146         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9147         (gst_play_bin_class_init), (gst_play_bin_init),
9148         (gst_play_bin_dispose), (gst_play_bin_set_property),
9149         (gst_play_bin_get_property), (gen_video_element),
9150         (gen_audio_element), (remove_sinks), (setup_sinks),
9151         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
9152         (gst_play_bin_send_event), (gst_play_bin_get_formats),
9153         (gst_play_bin_convert), (gst_play_bin_get_query_types),
9154         (gst_play_bin_query), (plugin_init):
9155         * gst/playback/test4.c: (main):
9156         More fixes on reusing of the element.
9157
9158 2004-07-11  Benjamin Otte  <otte@gnome.org>
9159
9160         * ext/mad/gstmad.c: (normal_seek):
9161           allow seeking for other methods than just SET
9162
9163 2004-07-11  Andy Wingo  <wingo@pobox.com>
9164
9165         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
9166         float, "any" caps -> buffer_frames=[0,MAX].
9167
9168         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
9169         doesn't intersect our caps with the template any more. Do it
9170         ourselves.
9171         (interleave_buffered_loop): Use g_newa instead of malloc/free.
9172
9173 2004-07-09  Wim Taymans  <wim@fluendo.com>
9174
9175         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9176         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9177         (compare_ranks), (print_feature), (gst_decode_bin_init),
9178         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
9179         (try_to_link_1), (new_pad), (close_link), (type_found),
9180         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
9181         (gst_decode_bin_change_state), (plugin_init):
9182         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9183         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
9184         (gst_play_base_bin_dispose), (queue_overrun),
9185         (gen_preroll_element), (remove_prerolls), (no_more_pads),
9186         (new_stream), (setup_source), (gst_play_base_bin_set_property),
9187         (gst_play_base_bin_get_property), (play_base_eos),
9188         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9189         (gst_play_base_bin_remove_element),
9190         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
9191         (gst_play_base_bin_unlink_stream),
9192         (gst_play_base_bin_get_streaminfo):
9193         * gst/playback/gstplaybasebin.h:
9194         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9195         (gst_play_bin_class_init), (gst_play_bin_init),
9196         (gst_play_bin_dispose), (gst_play_bin_set_property),
9197         (gst_play_bin_get_property), (gen_video_element),
9198         (gen_audio_element), (remove_sinks), (setup_sinks),
9199         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
9200         (gst_play_bin_send_event), (gst_play_bin_get_formats),
9201         (gst_play_bin_convert), (gst_play_bin_get_query_types),
9202         (gst_play_bin_query), (plugin_init):
9203         * gst/playback/test4.c: (main):
9204         Work on object reuse and seeking.
9205
9206 2004-07-09  Wim Taymans  <wim@fluendo.com>
9207
9208         * examples/seeking/seek.c: (iterate):
9209         Don't consume all CPU in the idle loop.
9210
9211 2004-07-09  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
9214         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
9215         Add pad to element *after* setting the pad functions so that
9216         the scheduler can use the correct ones.
9217
9218 2004-07-09  Wim Taymans  <wim@fluendo.com>
9219
9220         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
9221         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
9222         Sync to keyframe after seek
9223
9224 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9225
9226         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9227         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9228         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
9229         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
9230         * ext/libvisual/visual.c: (gst_visual_change_state):
9231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
9232         * ext/theora/theoradec.c: (theora_dec_change_state):
9233         * ext/theora/theoraenc.c: (theora_enc_change_state):
9234         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
9235         * gst-libs/gst/navigation/navigation.c:
9236         * gst/adder/gstadder.c: (gst_adder_change_state):
9237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9238         (gst_audio_convert_get_buffer):
9239         * gst/multipart/multipartdemux.c:
9240         (gst_multipart_demux_change_state):
9241         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
9242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9243         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9244         * gst/videoscale/gstvideoscale.c:
9245         (gst_videoscale_handle_src_event):
9246         * gst/volume/gstvolume.c: (volume_chain_int16):
9247           don't assert in state change, this should be done by the base
9248           GstElement class.
9249           various debugging fixes.
9250
9251 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9252
9253         * configure.ac:
9254         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9255         (gst_play_dispose), (gst_play_set_location),
9256         (gst_play_set_data_src), (gst_play_set_video_sink),
9257         (gst_play_set_audio_sink), (gst_play_set_visualization),
9258         (gst_play_connect_visualization), (gst_play_get_sink_element),
9259         (gst_play_get_all_by_interface):
9260         * gst-libs/gst/play/play.h:
9261           add new method to get elements implementing an interface.
9262           add various error logging
9263
9264 2004-07-08  Wim Taymans  <wim@fluendo.com>
9265
9266         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
9267         (make_mpeg_pipeline), (make_mpegnt_pipeline),
9268         (make_playerbin_pipeline), (query_durations_elems),
9269         (query_durations_pads), (query_positions_elems),
9270         (query_positions_pads), (update_scale), (iterate), (stop_seek),
9271         (main):
9272         Added playbin seeking example.
9273
9274 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9275
9276         * gst-libs/gst/play/play.c: (gst_play_set_location),
9277         (gst_play_set_data_src), (gst_play_set_video_sink),
9278         (gst_play_set_audio_sink), (gst_play_set_visualization),
9279         (gst_play_connect_visualization), (gst_play_get_framerate):
9280           use a macro to look up elements from hash table
9281
9282 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9283
9284         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9285         (gst_play_get_length_callback), (gst_play_set_location),
9286         (gst_play_seek_to_time), (gst_play_set_data_src),
9287         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9288         (gst_play_set_visualization), (gst_play_connect_visualization),
9289         (gst_play_get_sink_element):
9290         - add debugging info
9291         - fix looking up sink elements by iterating over complete caps
9292         - put everything except for source and autoplugger in a complete bin
9293
9294 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9295
9296         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
9297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
9298         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
9299         (gst_alsa_sink_write), (gst_alsa_sink_loop):
9300         * ext/alsa/gstalsasink.h:
9301         - add debugging info
9302         - clean up schizophrenia of data/buffer/event
9303         - fix double event unref error
9304
9305 2004-07-08  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst/playback/Makefile.am:
9308         Add headers to noinst
9309
9310 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9311
9312         * tools/gst-launch-ext-m.m:
9313         * tools/gst-launch-ext.1.in:
9314           convert to the third millenium
9315
9316 2004-07-07  David Schleef  <ds@schleef.org>
9317
9318         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
9319
9320 2004-07-07  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/playback/Makefile.am:
9323         * gst/playback/README:
9324         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9325         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9326         (compare_ranks), (print_feature), (gst_decode_bin_init),
9327         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
9328         (try_to_link_1), (new_pad), (close_link), (type_found),
9329         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
9330         (plugin_init):
9331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9332         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
9333         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
9334         (gen_preroll_element), (no_more_pads), (new_stream),
9335         (setup_source), (gst_play_base_bin_set_property),
9336         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
9337         (gst_play_base_bin_add_element),
9338         (gst_play_base_bin_remove_element),
9339         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
9340         (gst_play_base_bin_unlink_stream),
9341         (gst_play_base_bin_get_streaminfo):
9342         * gst/playback/gstplaybasebin.h:
9343         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9344         (gst_play_bin_class_init), (gst_play_bin_init),
9345         (gst_play_bin_dispose), (gst_play_bin_set_property),
9346         (gst_play_bin_get_property), (gen_video_element),
9347         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
9348         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9349         (gst_play_bin_get_formats), (gst_play_bin_convert),
9350         (gst_play_bin_get_query_types), (gst_play_bin_query),
9351         (plugin_init):
9352         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9353         (gst_stream_info_get_type), (gst_stream_info_class_init),
9354         (gst_stream_info_init), (gst_stream_info_new),
9355         (gst_stream_info_dispose), (gst_stream_info_set_property),
9356         (gst_stream_info_get_property):
9357         * gst/playback/gststreaminfo.h:
9358         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9359         (main):
9360         * gst/playback/test2.c: (main):
9361         * gst/playback/test3.c: (update_scale), (main):
9362         More playbin fixes. Added README. Do better element filtering.
9363         Added base class to preroll media. Added test apps.
9364
9365 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9366
9367         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
9368         * ext/mpeg2dec/gstmpeg2dec.h:
9369           various debugging improvements.  Reset stream to next picture
9370           instead of sequence header, otherwise seeks cannot work.
9371
9372 2004-07-07  Wim Taymans  <wim@fluendo.com>
9373
9374         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
9375         (gst_video_box_class_init), (gst_video_box_set_property),
9376         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
9377         Use pad_alloc where possible.
9378
9379 2004-07-07  Wim Taymans  <wim@fluendo.com>
9380
9381         * sys/oss/gstosselement.c: (gst_osselement_reset),
9382         (gst_osselement_parse_caps):
9383         * sys/oss/gstosselement.h:
9384         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9385         Fix offset on osssrc.
9386
9387 2004-07-07  Wim Taymans  <wim@fluendo.com>
9388
9389         * ext/theora/theora.c: (plugin_init):
9390         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
9391         (theora_dec_src_query), (theora_dec_chain):
9392         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9393         (theora_enc_sink_link), (theora_buffer_from_packet),
9394         (theora_push_packet), (theora_enc_chain):
9395         Fix theora granulepos calculation.
9396         Fix overflow in duration/position calculation.
9397         Bump rank to PRIMARY for theoradec.
9398         Use granulepos of last packet to calculate position.
9399         Set keyframe flag on buffers when needed.
9400
9401 2004-07-06  David Schleef  <ds@schleef.org>
9402
9403         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
9404         serious?  (Fixed, obviously.)
9405
9406 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9407
9408         * po/LINGUAS:
9409         * po/cs.po:
9410           added Czech translation (Miloslav Trmac)
9411
9412 2004-07-05  Wim Taymans  <wim@fluendo.com>
9413
9414         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9415         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9416         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
9417         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9418         (close_link), (type_found), (gst_decode_bin_set_property),
9419         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
9420         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
9421         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
9422         (gst_decode_bin_query), (plugin_init):
9423         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9424         (gst_play_bin_class_init), (gst_play_bin_init),
9425         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
9426         (get_video_element), (new_pad), (setup_source),
9427         (gst_play_bin_set_property), (gst_play_bin_get_property),
9428         (gst_play_bin_change_state), (gst_play_bin_add_element),
9429         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
9430         (gst_play_bin_send_event), (gst_play_bin_get_formats),
9431         (gst_play_bin_convert), (gst_play_bin_get_query_types),
9432         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
9433         * gst/playback/test.c: (main):
9434         More fixes, cleaned up playbin, make it use decodebin. Added
9435         threaded property to playbin.
9436
9437 2004-07-05  Wim Taymans  <wim@fluendo.com>
9438
9439         * configure.ac:
9440         * gst/playback/Makefile.am:
9441         * gst/playback/decodetest.c: (main):
9442         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9443         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9444         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
9445         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9446         (close_link), (type_found), (gst_decode_bin_set_property),
9447         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
9448         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
9449         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
9450         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
9451         (plugin_init):
9452         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9453         (gst_play_bin_class_init), (gst_play_bin_init),
9454         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
9455         (collect_sink_pads), (find_compatibles), (close_pad_link),
9456         (try_to_link_1), (new_pad), (close_link), (type_found),
9457         (setup_source), (gst_play_bin_set_property),
9458         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
9459         (compare_ranks), (gst_play_bin_collect_factories),
9460         (gst_play_bin_change_state), (gst_play_bin_add_element),
9461         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
9462         (gst_play_bin_send_event), (gst_play_bin_get_formats),
9463         (gst_play_bin_convert), (gst_play_bin_get_query_types),
9464         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
9465         * gst/playback/test.c: (main):
9466         Added some playback helper elements and some test apps, very alpha
9467         still.
9468
9469 2004-07-04  Benjamin Otte  <otte@gnome.org>
9470
9471         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
9472           only restart audio when we indeed have an xrun to fix repeated
9473           xruns. Fix suggested by Giuliano Pochini.
9474
9475 2004-07-03  David Schleef  <ds@schleef.org>
9476
9477         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
9478         call to gst_debug_log() if debugging is disabled (bug #145118)
9479
9480 2004-07-03  Benjamin Otte  <otte@gnome.org>
9481
9482         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
9483           use our own functions for restarting the alsa device.
9484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9485           I should apply patches myself - use MIN for the third argument, not
9486           the second, this fixes seeking
9487
9488 2004-07-02  David Schleef  <ds@schleef.org>
9489
9490         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9491         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
9492         do with the logic.
9493
9494 2004-07-02  David Schleef  <ds@schleef.org>
9495
9496         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
9497         output buffers.  Fix logic mistake.  (bug #144866)
9498
9499 2004-07-02  David Schleef  <ds@schleef.org>
9500
9501         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
9502         on X.  (bug #144753)
9503
9504 2004-07-02  David Schleef  <ds@schleef.org>
9505
9506         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
9507         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
9508         (bug #144624)
9509         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
9510         (gst_osselement_rate_probe_check): Add another workaround for
9511         buggy drivers (bug #145336)
9512
9513 2004-07-02  David Schleef  <ds@schleef.org>
9514
9515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
9516         Most systems don't have MSG_NOSIGNAL.
9517
9518 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9519
9520         * Makefile.am:
9521         * gst-libs/gst/colorbalance/Makefile.am:
9522         * gst-libs/gst/mixer/Makefile.am:
9523         * gst-libs/gst/play/Makefile.am:
9524         * gst-libs/gst/tuner/Makefile.am:
9525           (hopefully) fix both install and dist and make error message useful.
9526           needs testing across automakes.
9527
9528 2004-07-02  Benjamin Otte  <otte@gnome.org>
9529
9530         * ext/ogg/gstogg.c: (plugin_init):
9531           we require bytestream now
9532         * ext/ogg/gstoggdemux.c:
9533           huge diff to implement chain setup in a fast and generic way. This
9534           improves tag reading and startup of huge files (read: Theora videos)
9535           quite a bit. It probably contains bugs, too, so please test.
9536           Seeking is not improved to the fast method.
9537
9538 2004-06-29  Wim Taymans  <wim@fluendo.com>
9539
9540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9541         * ext/ogg/gstoggmux.c:
9542         Fix memleak in oggdemux when running unconnected pads.
9543         doc update in mux, start working on keyframe mode.
9544
9545 2004-06-29  Benjamin Otte  <otte@gnome.org>
9546
9547         * sys/oss/gstosssink.c:
9548         * sys/oss/gstosssrc.c:
9549           advertise correct template caps - we indeed do non-native endianness
9550           and 8bit audio has no endianness
9551         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
9552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
9553           avoid (wrong) duplications in getcaps function and return
9554           template caps
9555
9556 2004-06-29  Wim Taymans  <wim@fluendo.com>
9557
9558         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9559         (gst_multifdsink_class_init), (gst_multifdsink_add),
9560         (gst_multifdsink_remove), (gst_multifdsink_clear),
9561         (gst_multifdsink_client_remove),
9562         (gst_multifdsink_handle_client_read),
9563         (gst_multifdsink_client_queue_data),
9564         (gst_multifdsink_client_queue_caps),
9565         (gst_multifdsink_client_queue_buffer),
9566         (gst_multifdsink_handle_client_write),
9567         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9568         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9569         (gst_multifdsink_init_send), (gst_multifdsink_close):
9570         Fix wrong GList iteration that could crash the server when
9571         more then 2 clients disconnect at the same time. Read all the
9572         pending commands in one batch to recover from command storms under
9573         very heavy load.
9574
9575 2004-06-28  Wim Taymans  <wim@fluendo.com>
9576
9577         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
9578         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
9579         (gst_videomixer_pad_set_property),
9580         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
9581         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
9582         (gst_videomixer_class_init), (gst_videomixer_init),
9583         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
9584         (pad_zorder_compare), (gst_videomixer_sort_pads),
9585         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9586         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
9587         (gst_videomixer_update_queues), (gst_videomixer_loop),
9588         (plugin_init):
9589         Avoid divide by zero, choose masterpad as the pad with the highest
9590         framerate.
9591
9592 2004-06-27  Julien Moutte  <julien@moutte.net>
9593
9594         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
9595         (gst_ximagesink_xwindow_new):
9596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
9597         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
9598         function directly. We might want to call it from somewhere else one day.
9599
9600 2004-06-27  Julien Moutte  <julien@moutte.net>
9601
9602         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
9603         (gst_ximagesink_xwindow_new):
9604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
9605         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
9606         window decorations.
9607
9608 2004-06-27  Wim Taymans  <wim@fluendo.com>
9609
9610         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9611         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9612         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
9613         (gst_dvdec_set_property), (gst_dvdec_get_property):
9614         * ext/dv/gstdvdec.h:
9615         Implement drop_factor property to lower the framerate with
9616         a factor.
9617
9618 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9619
9620         * gst-libs/gst/colorbalance/Makefile.am:
9621         * gst-libs/gst/mixer/Makefile.am:
9622         * gst-libs/gst/play/Makefile.am:
9623         * gst-libs/gst/tuner/Makefile.am:
9624           unbreak Company's fix that didn't install the -enum.h files
9625
9626 2004-06-27  Wim Taymans  <wim@fluendo.com>
9627
9628         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
9629         (gst_dvdec_change_state):
9630         * ext/dv/gstdvdec.h:
9631         Fix timestamp, duration and offset of the buffers.
9632
9633 2004-06-27  Wim Taymans  <wim@fluendo.com>
9634
9635         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9636         (gst_multifdsink_class_init), (gst_multifdsink_add),
9637         (gst_multifdsink_remove), (gst_multifdsink_clear),
9638         (gst_multifdsink_client_remove),
9639         (gst_multifdsink_handle_client_read),
9640         (gst_multifdsink_client_queue_data),
9641         (gst_multifdsink_client_queue_caps),
9642         (gst_multifdsink_client_queue_buffer),
9643         (gst_multifdsink_handle_client_write),
9644         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9645         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9646         (gst_multifdsink_init_send), (gst_multifdsink_close):
9647         * gst/tcp/gstmultifdsink.h:
9648         * gst/tcp/gsttcpserversink.c:
9649         (gst_tcpserversink_handle_server_read),
9650         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
9651         More multifdsink fixes, more recovery policy fixes.
9652         Removed stupid g_print
9653
9654 2004-06-26  Wim Taymans  <wim@fluendo.com>
9655
9656         * gst/tcp/Makefile.am:
9657         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9658         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
9659         (gst_multifdsink_class_init), (gst_multifdsink_init),
9660         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
9661         (gst_multifdsink_handle_client_read),
9662         (gst_multifdsink_client_queue_data),
9663         (gst_multifdsink_client_queue_caps),
9664         (gst_multifdsink_client_queue_buffer),
9665         (gst_multifdsink_handle_client_write),
9666         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9667         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9668         (gst_multifdsink_chain), (gst_multifdsink_set_property),
9669         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9670         (gst_multifdsink_close), (gst_multifdsink_change_state):
9671         * gst/tcp/gstmultifdsink.h:
9672         * gst/tcp/gsttcpplugin.c: (plugin_init):
9673         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
9674         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
9675         (gst_tcpserversink_handle_server_read),
9676         (gst_tcpserversink_handle_select),
9677         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
9678         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
9679         * gst/tcp/gsttcpserversink.h:
9680         Added multifdsink, made tcpserversink a subclass of fdsink, removed
9681         one of the locks, added recovery policy to multifdsink.
9682
9683 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9684
9685         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9686           fix decision for when getting frames with same timestamp
9687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9688         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9689         (gst_v4lsrc_get_property):
9690         * sys/v4l/gstv4lsrc.h:
9691           add latency offset property
9692
9693 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9694
9695         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
9696         (plugin_init):
9697           fix debugging. add category.
9698
9699 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9700
9701         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9702           fix wrong offsets
9703
9704 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9705
9706         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9707         (gst_alsa_src_get_time), (gst_alsa_src_loop),
9708         (gst_alsa_src_change_state):
9709           return a time that is in sync with the element's processing
9710
9711 2004-06-25  Wim Taymans  <wim@fluendo.com>
9712
9713         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9714         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9715         (gst_tcpserversink_client_remove),
9716         (gst_tcpserversink_handle_client_read),
9717         (gst_tcpserversink_client_queue_data),
9718         (gst_tcpserversink_client_queue_caps),
9719         (gst_tcpserversink_client_queue_buffer),
9720         (gst_tcpserversink_handle_client_write),
9721         (gst_tcpserversink_queue_buffer),
9722         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
9723         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
9724         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
9725         (gst_tcpserversink_close):
9726         * gst/tcp/gsttcpserversink.h:
9727         Serversink rewrite. Really do non blocking writes to clients and
9728         maintain an internal queue to handle slower clients while not
9729         disturbing fast clients.
9730
9731 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9732
9733         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
9734           better debug, don't override OFFSET and OFFSET_END
9735
9736 2004-06-25  Iain <iain@prettypeople.org>
9737
9738         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
9739         name=source for the wavparse pipeline.
9740
9741 2004-06-24  Johan Dahlin  <johan@gnome.org>
9742
9743         * ext/theora/theoraenc.c (theora_enc_chain): Call
9744         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
9745         streamheader caps are set correctly.
9746
9747 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9750         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
9751           respect minimum bitrate; same could be done for max bitrate
9752
9753 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9754
9755         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9756         (gst_vorbisenc_setup):
9757           fix sample rate range
9758
9759 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9760
9761         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
9762         (gst_oggvorbisenc_setup):
9763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9764         (gst_vorbisenc_setup):
9765           resolve ambiguities in code and description
9766
9767 2004-06-24  Wim Taymans  <wim@fluendo.com>
9768
9769         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
9770         * ext/alsa/gstalsa.h:
9771         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9772         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
9773         Use alsa trigger_tstamp to get the timestamp of the first
9774         sample in the buffer for more precise sync. Some cleanups.
9775
9776 2004-06-24  Wim Taymans  <wim@fluendo.com>
9777
9778         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
9779         (gst_audiorate_init), (gst_audiorate_chain),
9780         (gst_audiorate_set_property), (gst_audiorate_get_property):
9781         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9782         (gst_videorate_chain):
9783         Added some logging, fixed an overflow bug in videorate.
9784
9785 2004-06-24  Benjamin Otte  <otte@gnome.org>
9786
9787         * ext/kio/Makefile.am:
9788           fix for builddir != srcdir and distcheck
9789
9790 2004-06-24  Benjamin Otte  <otte@gnome.org>
9791
9792         * gst-libs/gst/colorbalance/Makefile.am:
9793         * gst-libs/gst/mixer/Makefile.am:
9794         * gst-libs/gst/play/Makefile.am:
9795         * gst-libs/gst/tuner/Makefile.am:
9796         * gst/tcp/Makefile.am:
9797         * sys/dxr3/Makefile.am:
9798           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
9799           tarball.
9800           Also add all *.list files that were missing.
9801         * Makefile.am:
9802           add a distcheck hook to ensure the above doesn't happen again.
9803
9804 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
9805
9806         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
9807
9808 2004-06-23  Colin Walters  <walters@redhat.com>
9809
9810         * m4/Makefile.am: Distribute gst-fionread.m4.
9811
9812 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9813
9814         * configure.ac: back to dev
9815
9816 2004-06-23  Wim Taymans  <wim@fluendo.com>
9817
9818         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9819         (gst_alsa_xrun_recovery):
9820         * ext/alsa/gstalsa.h:
9821         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9822         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
9823         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9824         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
9825         (gst_alsa_src_loop):
9826         Add clock to alsasrc. Take new capture timestamp when
9827         restarting after an overrun. Split up some functions between
9828         alsasrc and alsasink.
9829
9830 === release 0.8.2 ===
9831
9832 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9833
9834         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
9835         (gst_alsa_change_state), (gst_alsa_update_avail),
9836         (gst_alsa_xrun_recovery):
9837         * ext/alsa/gstalsa.h:
9838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9839           merge back changes from release
9840
9841 2004-06-23  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
9844         (gst_audiorate_init), (gst_audiorate_chain),
9845         (gst_audiorate_set_property), (gst_audiorate_get_property):
9846         Implement sample dropping and notify
9847
9848 2004-06-22  Wim Taymans  <wim@fluendo.com>
9849
9850         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9851         (theora_enc_sink_link), (theora_buffer_from_packet),
9852         (theora_push_packet), (theora_enc_chain):
9853         Some cleanups, make sure the timestamps are correct.
9854
9855 2004-06-22  Wim Taymans  <wim@fluendo.com>
9856
9857         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
9858         (gst_alsa_change_state), (gst_alsa_update_avail),
9859         (gst_alsa_xrun_recovery):
9860         * ext/alsa/gstalsa.h:
9861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9862         Cleanups, take queued samples into account when reporting
9863         the time.
9864
9865 2004-06-22  Wim Taymans  <wim@fluendo.com>
9866
9867         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9868         (gst_videorate_init):
9869         Initialize the property as well.
9870
9871 2004-06-22  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9874         (gst_videorate_init), (gst_videorate_chain),
9875         (gst_videorate_set_property), (gst_videorate_get_property):
9876         Add property to make videorate silent.
9877         Add property to prefer new frames over old ones.
9878
9879 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9880
9881         * sys/osxvideo/Makefile.am:
9882         Workaround so that the osxvideo .so file gets linked with the
9883         Cocoa, OpenGL and QuickTime frameworks
9884
9885 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9886
9887         * sys/osxaudio/Makefile.am:
9888         Workaround so that the osxaudio .so file gets linked with the
9889         CoreAudio framework
9890
9891 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9892
9893         * configure.ac:
9894         Whoops, my fault...fixed build issues
9895
9896 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9897
9898         * configure.ac:
9899         Add objective-c support if running in Darwin/Mac OS X
9900         * sys/Makefile.am:
9901         * sys/osxvideo:
9902         * sys/osxvideo/Makefile.am:
9903         * sys/osxvideo/osxvideosink.h:
9904         * sys/osxvideo/osxvideosink.m:
9905         * sys/osxvideo/cocoawindow.h:
9906         * sys/osxvideo/cocoawindow.m:
9907         Add osxvideosink, a cocoa-based osx video sink
9908
9909
9910 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9911         * ext/dvdnav/gst-dvd:
9912         Grab the gconf key from the right spot
9913         * gst/debug/gstnavseek.c: (gst_navseek_init),
9914         (gst_navseek_segseek), (gst_navseek_handle_src_event),
9915         (gst_navseek_chain):
9916         * gst/debug/gstnavseek.h:
9917           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
9918           and loop parameters of a segment seek.
9919         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
9920         (gst_videotestsrc_get_event_masks),
9921         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9922         * gst/videotestsrc/gstvideotestsrc.h:
9923           Add seeking support to videotestsrc
9924           Initialise the timestamp_offset variable.
9925
9926 2004-06-18  Wim Taymans  <wim@fluendo.com>
9927
9928         * ext/sidplay/gstsiddec.cc:
9929         Fix negotiation and set correct end offset.
9930
9931 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9932
9933         * configure.ac: branch and prerelease
9934
9935 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9936
9937         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
9938         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
9939         (gst_tcpclientsrc_init_receive):
9940         * gst/tcp/gsttcpclientsrc.h:
9941           read caps when connecting to server for GDP so we set them correctly
9942
9943 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9944
9945         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9946           notify drops and duplicates
9947         * gst/videoscale/videoscale.c: (videoscale_get_structure):
9948           no good reason to limit ourselves to 100x100
9949
9950 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9951
9952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9953         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9954         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9955         (gst_v4lsrc_get_property):
9956         * sys/v4l/gstv4lsrc.h:
9957         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
9958         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
9959         (gst_v4l_set_audio):
9960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
9961         (gst_v4lsrc_try_capture):
9962         * sys/v4l/v4lsrc_calls.h:
9963           change try_palette to more general try_capture
9964           add autoprobe option so we can turn off autoprobing
9965           various fixes
9966
9967 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9968
9969         * configure.ac:
9970           add videorate
9971         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
9972         (gst_ximagesink_class_init):
9973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
9974         (gst_xvimagesink_class_init):
9975           run them as finalize, not dispose, since dispose can be invoked
9976           multiple times
9977
9978 2004-06-17  Wim Taymans  <wim@fluendo.com>
9979
9980         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
9981         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
9982         * ext/alsa/gstalsa.h:
9983         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
9984         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
9985         (gst_alsa_src_change_state):
9986         * ext/alsa/gstalsasrc.h:
9987         Make the xrun code timestamp and offset the buffers correctly.
9988         moved the clock to the base class, use alsa methods to get time.
9989         Do correct timestamping on outgoing buffers.
9990
9991 2004-06-17  Wim Taymans  <wim@fluendo.com>
9992
9993         * gst/audiorate/Makefile.am:
9994         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
9995         (gst_audiorate_base_init), (gst_audiorate_class_init),
9996         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
9997         (gst_audiorate_set_property), (gst_audiorate_get_property),
9998         (gst_audiorate_change_state), (plugin_init):
9999         Added an audiorate converter that fills in gaps.
10000
10001 2004-06-17  Johan Dahlin  <johan@gnome.org>
10002
10003         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
10004
10005 2004-06-16  Wim Taymans  <wim@fluendo.com>
10006
10007         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
10008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
10009         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
10010         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
10011         (gst_v4lsrc_get_property):
10012         * sys/v4l/gstv4lsrc.h:
10013         Added a copy mode to v4lsrc where it will output a copied version
10014         of its internal hardware buffer.
10015         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
10016         can't | them.
10017
10018 2004-06-16  Wim Taymans  <wim@fluendo.com>
10019
10020         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10021         Timestamp fixes.
10022
10023 2004-06-16  Wim Taymans  <wim@fluendo.com>
10024
10025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
10026         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
10027         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
10028         (gst_v4lsrc_get_property):
10029         * sys/v4l/gstv4lsrc.h:
10030         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10031         Added a sync mode enum property to control v4lsrc timestamp method
10032         Removed the use-fixed-fps property and moved functionality in
10033         the enum.
10034         Don't error on an error value from v4l-conf, it might not always
10035         be a real error.
10036
10037 2004-06-16  Wim Taymans  <wim@fluendo.com>
10038
10039         * gst/videorate/Makefile.am:
10040         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
10041         (gst_videorate_base_init), (gst_videorate_class_init),
10042         (gst_videorate_getcaps), (gst_videorate_link),
10043         (gst_videorate_init), (gst_videorate_chain),
10044         (gst_videorate_set_property), (gst_videorate_get_property),
10045         (gst_videorate_change_state), (plugin_init):
10046         Added a video timestamp corrector.
10047
10048 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10049
10050         fixed a potential leak with previous commit
10051
10052         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
10053
10054 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10055
10056         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
10057         Added missing refcount, fixes bug #144425
10058         Cheers Tim for finding the bug
10059
10060 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * sys/v4l/gstv4l.c: (plugin_init):
10063         * sys/v4l/gstv4lcolorbalance.c:
10064         * sys/v4l/gstv4lcolorbalance.h:
10065         * sys/v4l/gstv4lelement.c:
10066         * sys/v4l/gstv4lelement.h:
10067         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
10068         * sys/v4l/gstv4lmjpegsink.h:
10069         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10070         * sys/v4l/gstv4lmjpegsrc.h:
10071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
10072         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
10073         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10074         * sys/v4l/gstv4lsrc.h:
10075         * sys/v4l/gstv4ltuner.c:
10076         * sys/v4l/gstv4ltuner.h:
10077         * sys/v4l/gstv4lxoverlay.c:
10078         * sys/v4l/gstv4lxoverlay.h:
10079         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
10080         (gst_v4l_set_window), (gst_v4l_enable_overlay):
10081         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
10082         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
10083         (gst_v4l_set_audio):
10084         * sys/v4l/v4l_calls.h:
10085         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10086         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
10087         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
10088         (gst_v4lmjpegsink_playback_init),
10089         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
10090         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
10091         (gst_v4lmjpegsink_playback_stop),
10092         (gst_v4lmjpegsink_playback_deinit):
10093         * sys/v4l/v4lmjpegsink_calls.h:
10094         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10095         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
10096         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
10097         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
10098         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
10099         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
10100         * sys/v4l/v4lmjpegsrc_calls.h:
10101         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10102         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
10103         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
10104         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
10105         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
10106         (gst_v4lsrc_try_palette):
10107         * sys/v4l/v4lsrc_calls.h:
10108           bunch of paranoia cleanups
10109
10110 2004-06-14  David Schleef  <ds@schleef.org>
10111
10112         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
10113         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
10114         Send discont events and change timestamps appropriately when
10115         we get a seek event.  (bug #144240)
10116         * ext/cdparanoia/gstcdparanoia.h:
10117
10118 2004-06-14  Benjamin Otte  <otte@gnome.org>
10119
10120         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
10121           snd_pcm_hw_params_set_rate  since the latter fails for no good
10122           reason on some setups.
10123
10124 2004-06-14  David Schleef  <ds@schleef.org>
10125
10126         * gst/volume/demo.c: (value_changed_callback): exp10() is not
10127         standard.  Thank you for playing.
10128
10129 2004-06-14  Wim Taymans  <wim@fluendo.com>
10130
10131         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10132         Patch 1.3 broke the ordering of the colorspace info and
10133         made the plugin basically work by coincidence, reordered
10134         the info.
10135
10136 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         * ext/lame/gstlame.c:
10139         * ext/mad/gstmad.c:
10140           sync caps.  Make sure mad can only output a list of rates, not
10141           a full range.  In the future, have three caps lists for each of the
10142           mpeg versions.  Change mpegversion to a double as well.
10143
10144 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10145
10146         * gst/volume/.cvsignore:
10147         * gst/volume/Makefile.am:
10148         * gst/volume/demo.c: (value_changed_callback), (idler),
10149         (setup_gui), (main):
10150           added small demo app
10151
10152 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
10153         * ext/esd/esdsink.c: (gst_esdsink_change_state):
10154         * ext/esd/esdsink.h:
10155         Close the esd connection on pause, because esd will just wait -
10156         blocking all other esd clients indefinitely.
10157
10158 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
10159
10160         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
10161           previous commit with GST_DEBUG
10162
10163 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10164
10165         * configure.ac:
10166           add a header check for a dvdread header in dvdnav.  Fixes #133002
10167
10168 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10169
10170         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10171         * gst/tcp/gsttcpclientsink.h:
10172         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10173         * gst/tcp/gsttcpclientsrc.h:
10174         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
10175         (gst_tcpserversink_handle_server_read),
10176         (gst_tcpserversink_init_send):
10177         * gst/tcp/gsttcpserversink.h:
10178         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
10179         * gst/tcp/gsttcpserversrc.h:
10180         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
10181         version of IP)
10182
10183 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10184
10185         * configure.ac:
10186         Added ogg library so that OSX detects libtheora properly
10187
10188 2004-06-11  Wim Taymans  <wim@fluendo.com>
10189
10190         * ext/theora/theoradec.c: (theora_dec_chain),
10191         (theora_dec_change_state):
10192         Don't try to decode frames before we received a keyframe.
10193
10194 2004-06-11  Wim Taymans  <wim@fluendo.com>
10195
10196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10197         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
10198         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10199         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
10200         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
10201         Added property to set the maximum delay of a page.
10202
10203 2004-06-10  Wim Taymans  <wim@fluendo.com>
10204
10205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10206         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
10207         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10208         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
10209         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
10210         Added max-delay property to control the maximum amount
10211         of data to put in one page.
10212
10213 2004-06-10  Wim Taymans  <wim@fluendo.com>
10214
10215         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10216         (gst_theora_enc_init), (theora_enc_sink_link),
10217         (theora_buffer_from_packet), (theora_enc_set_property),
10218         (theora_enc_get_property):
10219         Set duration on encoded buffer, added some more properties
10220
10221 2004-06-10  Wim Taymans  <wim@fluendo.com>
10222
10223         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10224         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10225         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10226         * ext/theora/theoraenc.c: (theora_enc_chain):
10227         Fix refcounting bugs
10228
10229 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10230
10231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10232         (gst_asf_demux_loop), (gst_asf_demux_process_file),
10233         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
10234         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
10235         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
10236         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
10237         (gst_asf_demux_change_state):
10238         * gst/asfdemux/gstasfdemux.h:
10239           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
10240           feels like. I think we should set a new requirement for demuxers
10241           from now on to implement sane loop functions, data loops, query
10242           and seek functions before first commit into CVS. And this commit
10243           fixes all of the above.
10244
10245 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
10246
10247         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
10248           vorbis comments are properly encoded in UTF-8 before adding them
10249           to a GstTagList
10250
10251 2004-06-09  Benjamin Otte  <otte@gnome.org>
10252
10253         * ext/alsa/gstalsa.c: (add_channels):
10254           handle min <= max correctly
10255         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
10256         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
10257           add fixation functions so we fixate correctly. No preferring of alaw
10258           anymore because it's the first structure.
10259         * ext/alsa/gstalsa.h:
10260         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
10261         (gst_alsa_hw_params_dump):
10262           add functions to ease debugging in alsalib
10263         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
10264         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
10265         (gst_alsa_start_audio):
10266           only specify hw params if we really setup a format (fixes #134007 -
10267           or at least works around it)
10268
10269 2004-06-09  Wim Taymans  <wim@fluendo.com>
10270
10271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10272         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10273         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
10274         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
10275         (gst_ogg_mux_loop):
10276         Use stream caps to setup the initial pages in the ogg stream.
10277         Correctly set the streamheader caps on the srcpad.
10278
10279 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10280
10281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
10282         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
10283         (gst_v4lsrc_getcaps):
10284         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
10285         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
10286           add querying of fps lists for webcams.  Negotiating to a framerate
10287           now works.
10288
10289 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10290
10291         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10292         (theora_push_buffer), (theora_push_packet),
10293         (theora_set_header_on_caps), (theora_enc_chain):
10294           mark buffers and put on streamheader, raw theora streaming
10295           now works too, whee
10296
10297 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10298
10299         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
10300         (gst_tcp_gdp_read_caps):
10301           do a looping read for caps and GDP headers too
10302
10303 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10304
10305         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10306         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
10307           return EOS instead of NULL in _get
10308
10309 2004-06-08  Wim Taymans  <wim@fluendo.com>
10310
10311         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
10312         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
10313         (gst_tcp_gdp_write_caps):
10314         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10315         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
10316         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
10317         Memory leak fixes
10318
10319 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10320
10321         * ext/vorbis/Makefile.am:
10322         * ext/vorbis/vorbis.c: (plugin_init):
10323         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
10324         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
10325         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
10326         (vorbis_parse_change_state):
10327         * ext/vorbis/vorbisparse.h:
10328           adding a vorbisparse element that marks the buffers, streaming
10329           raw vorbis using GDP now works, whee
10330
10331 2004-06-08  Wim Taymans  <wim@fluendo.com>
10332
10333         * ext/jpeg/Makefile.am:
10334         * ext/jpeg/README:
10335         * ext/jpeg/gstjpeg.c: (plugin_init):
10336         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
10337         (gst_smokedec_base_init), (gst_smokedec_class_init),
10338         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
10339         * ext/jpeg/gstsmokedec.h:
10340         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
10341         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
10342         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
10343         (gst_smokeenc_resync), (gst_smokeenc_chain),
10344         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
10345         * ext/jpeg/gstsmokeenc.h:
10346         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
10347         (smokecodec_flush_destination), (smokecodec_term_destination),
10348         (smokecodec_init_source), (smokecodec_fill_input_buffer),
10349         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
10350         (smokecodec_term_source), (smokecodec_encode_new),
10351         (smokecodec_decode_new), (smokecodec_info_free),
10352         (smokecodec_set_quality), (smokecodec_get_quality),
10353         (smokecodec_set_threshold), (smokecodec_get_threshold),
10354         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10355         (find_best_size), (abs_diff), (put), (smokecodec_encode),
10356         (smokecodec_parse_header), (smokecodec_decode):
10357         * ext/jpeg/smokecodec.h:
10358         Added a new simple jpeg based codec
10359
10360 2004-06-08  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10363         (gst_multipart_mux_loop):
10364         Fix memory leak
10365
10366 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10367
10368         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10369         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
10370         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
10371         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
10372         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
10373         * gst/tcp/gsttcpserversink.h:
10374           take streamheader into account
10375
10376 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10377
10378         * gst/level/Makefile.am:
10379         * gst/level/gstlevel.c: (gst_level_class_init):
10380           clean up marshal generation
10381
10382 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10383
10384         * gst/tcp/Makefile.am:
10385         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
10386         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
10387         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
10388         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10389         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
10390         (gst_tcpclientsrc_get_property):
10391         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10392         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
10393         (gst_tcpserversink_handle_client_read),
10394         (gst_tcpserversink_handle_client_write),
10395         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
10396         * gst/tcp/gsttcpserversink.h:
10397           add signals client-added and client-removed
10398         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10399         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
10400         (gst_tcpserversrc_get_property):
10401         uniformized, change default protocol to NONE
10402         * gst/tcp/gsttcp-marshal.list: added
10403 2004-06-07  Benjamin Otte  <otte@gnome.org>
10404
10405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10406           handle discont events if they happen before caps nego
10407
10408 2004-06-07  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10411         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10412         (gst_multipart_demux_plugin_init):
10413         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10414         (gst_multipart_mux_init), (gst_multipart_mux_loop),
10415         (gst_multipart_mux_change_state):
10416         Small updates, fix a memleak
10417
10418 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10419
10420         * configure.ac: OSS portability
10421         * ext/arts/gst_arts.c: idem
10422         * sys/oss/gstosselement.c: idem
10423         * sys/oss/gstossmixer.c: idem
10424         * sys/oss/gstosssink.c: idem
10425         * sys/oss/gstosssrc.c: idem
10426         * sys/oss/oss_probe.c: idem
10427           - check for soundcard.h in different places for some BSD
10428
10429 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
10430
10431         * AUTHORS:
10432         Add me to the authors file
10433         * configure.ac:
10434         Increase the libdv requirement to >= version 0.100
10435         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
10436         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
10437         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
10438         * ext/dv/gstdvdec.h:
10439         Add support for the new_media flag when sending DISCONT events
10440         Make the querying work when video pad is not linked
10441
10442 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
10443
10444         reviewed by Benjamin Otte  <otte@gnome.org>
10445
10446         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
10447           create a NULL-initialized array of pads, so we don't think they
10448           exist already. (fixes #143130)
10449
10450 2004-06-07  Benjamin Otte  <otte@gnome.org>
10451
10452         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
10453         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
10454         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
10455           don't use // coments
10456
10457 2004-06-07  Benjamin Otte  <otte@gnome.org>
10458
10459         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
10460           cast to GstClockTime to get higher granularity
10461         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10462           use gst_element_set_time_delay to get the exact time
10463         * ext/mad/gstmad.c: (gst_mad_chain):
10464           use the negotiated rate instead of the current frame's rate which
10465           might be wrong because of bit errors. This avoids emitting totally
10466           bogus timestamps and screwing sync.
10467         (fixes #143454)
10468
10469 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
10470
10471         reviewed by Benjamin Otte  <otte@gnome.org>
10472
10473         * gst/adder/gstadder.c: (gst_adder_loop):
10474           properly error out when no negotiation has happened yet. (fixes
10475           #143032)
10476
10477 2004-06-06  Benjamin Otte  <otte@gnome.org>
10478
10479         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10480           forward correctly transformed offset in discont events. Based on
10481           patch by Arwed v. Merkatz. (fixes #142851)
10482
10483 2004-06-06  David Schleef  <ds@schleef.org>
10484
10485         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
10486         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
10487         problems on several systems.
10488
10489 2004-06-06  Benjamin Otte  <otte@gnome.org>
10490
10491         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10492           use explicit caps on the srcpad
10493         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10494           properly error out if caps couldn't be set (fixes #142764)
10495
10496 2004-06-06  Benjamin Otte  <otte@gnome.org>
10497
10498         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
10499         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
10500         (gst_alsa_start_audio):
10501           - don't call set_periods_integer anymore, it breaks the
10502           configuration randomly
10503           - call snd_pcm_hw_params_set_access directly instead of using masks
10504           - don't fail if the sw_params can't be set, just use the default
10505           params and hope it works. Alsalib has weird issues when you touch
10506           sw_params and does no proper error reporting about what failed.
10507         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10508         (gst_alsa_close_audio):
10509           make our alsa debugging go via gst debugging and not conditionally
10510           defined
10511         * ext/alsa/gstalsa.h:
10512           add ALSA_DEBUG_FLUSH macro
10513         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
10514         (plugin_init):
10515           wrap alsa errors to be printed via the gst debugging system and not
10516           spammed to stderr
10517
10518 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10519
10520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
10521         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
10522         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
10523         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
10524         (qtdemux_parse_trak):
10525         * gst/qtdemux/qtdemux.h:
10526           Bitch. Also known as seeking, querying & co.
10527         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10528         (gst_osssink_change_state):
10529         * sys/oss/gstosssink.h:
10530           Resyncing is for weenies, this hack is no longer needed and was
10531           broken anyway (since it - unintendedly - always leaves resync to
10532           TRUE).
10533
10534 2004-06-05  Andrew Turner <zxombie@hotpop.com>
10535
10536         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
10537         * gst/tcp/gsttcpclientsrc.h: idem
10538           - define MSG_NOSIGNAL if not done
10539           - include unistd.h for off_t
10540           (fixes #143749)
10541
10542 2004-06-05  Benjamin Otte  <otte@gnome.org>
10543
10544         * configure.ac:
10545         * ext/kio/Makefile.am:
10546           check for qt's moc preprocessor explicitly and use it
10547
10548 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10549
10550         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
10551           don't get a signal for EPIPE on socket writes
10552           (somebody check if this works on other platforms)
10553
10554 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10555
10556         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
10557         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10558           check error condition on available samples correctly
10559
10560 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10561
10562         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
10563           avoid a segfault
10564         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
10565         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
10566         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
10567         (gst_tcpserversrc_gdp_read_header):
10568          use ssize_t over size_t since the former is signed and thus the
10569          check for error codes can work
10570
10571 2004-06-02  Wim Taymans  <wim@fluendo.com>
10572
10573         reviewed by: Johan
10574
10575         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10576         (gst_multipart_mux_loop):
10577         Oops
10578
10579 2004-06-02  Wim Taymans  <wim@fluendo.com>
10580
10581         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10582         (gst_multipart_mux_init), (gst_multipart_mux_loop),
10583         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
10584         (gst_multipart_mux_change_state):
10585         Added configurable boundary specifier, added the value as a
10586         caps field as well.
10587
10588 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10589
10590         * gst/tcp/gsttcp.c:
10591         * gst/tcp/gsttcpclientsrc.c:
10592         * gst/tcp/gsttcpclientsrc.h:
10593         * gst/tcp/gsttcpserversrc.c:
10594           - portability fix, to compile on OSX
10595             (fixes #143146)
10596
10597         * sys/osxaudio/gstosxaudioelement.c:
10598         * sys/osxaudio/gstosxaudiosink.c:
10599         * sys/osxaudio/gstosxaudiosrc.c:
10600           - compilation warnings on OSX
10601             (fixes #143153)
10602
10603 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10604
10605         * ext/vorbis/vorbisdec.c : sign warning fixes
10606
10607         * gst-libs/gst/mixer/mixertrack.c :
10608           do no use defines which are glib 2.4 specific
10609
10610 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
10611
10612         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
10613           buffer since libflac doesn't expect it (reports a sync error when
10614           it encounters that)
10615
10616
10617 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
10618
10619         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
10620         * gst-libs/gst/mixer/mixertrack.c:
10621         (gst_mixer_track_get_property), (get_mixer_track_init),
10622         (get_mixer_track_get_property): Added property accessors
10623         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
10624         * gst-libs/gst/mixer/mixeroptions.c:
10625         (gst_mixer_options_get_values): Added
10626         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
10627         * gst-libs/gst/mixer/mixer.c: Fixed comment
10628
10629
10630 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10631
10632         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
10633           improve error messages on open
10634
10635
10636 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10637
10638         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10639           check if v4l-conf is in path
10640
10641 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10642
10643         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
10644           change assert to a more readable error message
10645
10646 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10647
10648         * gst-libs/gst/tuner/tunerchannel.h:
10649           - add a freq_multiplicator field to make the conversion
10650             between internal frequency unit and Hz
10651         * sys/v4l/gstv4lelement.c:
10652         * sys/v4l2/gstv4l2element.c:
10653           - change default video device to /dev/video0
10654         * sys/v4l/v4l_calls.c:
10655         * sys/v4l2/v4l2_calls.c:
10656           - we only expose frequency to the user in Hz instead of
10657             bastard v4lX unit (either 62.5kHz or 62.5Hz)
10658
10659 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
10660         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10661           Initialise b_o_s and e_o_s variables
10662         * gst-libs/gst/riff/riff-media.c:
10663         (gst_riff_create_video_caps_with_data):
10664           Add some unusual fourcc's from mplayer avi's
10665         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
10666           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
10667           autoplugging.
10668
10669 2004-05-28  Wim Taymans  <wim@fluendo.com>
10670
10671         * configure.ac:
10672         * gst/alpha/Makefile.am:
10673         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10674         (gst_alpha_get_type), (gst_alpha_base_init),
10675         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
10676         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
10677         (gst_alpha_chroma_key), (gst_alpha_chain),
10678         (gst_alpha_change_state), (plugin_init):
10679         A plugin to add an alpha channel to I420 video. Can optionally do
10680         chroma keying.
10681         * gst/multipart/Makefile.am:
10682         * gst/multipart/multipart.c: (plugin_init):
10683         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10684         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10685         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
10686         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10687         (gst_multipart_demux_change_state),
10688         (gst_multipart_demux_plugin_init):
10689         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
10690         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
10691         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
10692         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
10693         (gst_multipart_mux_pad_unlink),
10694         (gst_multipart_mux_request_new_pad),
10695         (gst_multipart_mux_handle_src_event),
10696         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
10697         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
10698         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
10699         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
10700         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
10701         send multipart jpeg images to a browser.
10702         * gst/videobox/Makefile.am:
10703         * gst/videobox/README:
10704         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
10705         (gst_video_box_get_type), (gst_video_box_base_init),
10706         (gst_video_box_class_init), (gst_video_box_init),
10707         (gst_video_box_set_property), (gst_video_box_get_property),
10708         (gst_video_box_sink_link), (gst_video_box_i420),
10709         (gst_video_box_ayuv), (gst_video_box_chain),
10710         (gst_video_box_change_state), (plugin_init):
10711         Crops or adds borders around an image. can do alpha channel
10712         borders as well.
10713         * gst/videomixer/Makefile.am:
10714         * gst/videomixer/README:
10715         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10716         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
10717         (gst_videomixer_pad_get_sink_event_masks),
10718         (gst_videomixer_pad_get_property),
10719         (gst_videomixer_pad_set_property),
10720         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
10721         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
10722         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10723         (gst_videomixer_base_init), (gst_videomixer_class_init),
10724         (gst_videomixer_init), (gst_videomixer_request_new_pad),
10725         (gst_videomixer_handle_src_event),
10726         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
10727         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10728         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10729         (gst_videomixer_loop), (gst_videomixer_get_property),
10730         (gst_videomixer_set_property), (gst_videomixer_change_state),
10731         (plugin_init):
10732         Generic video mixer plugin, can handle multiple inputs all with
10733         different framerates and video sizes. Is fully alpha channel
10734         aware.
10735
10736 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10737
10738         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10739           Select first track as master track. Not sure how else to handle
10740           that...
10741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
10742           Discard discont events. Should fix #142962.
10743
10744 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10745
10746         * ext/alsa/Makefile.am:
10747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
10748         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
10749         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
10750         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
10751         (gst_alsa_mixer_get_option):
10752         * ext/alsa/gstalsamixer.h:
10753         * ext/alsa/gstalsamixeroptions.c:
10754         (gst_alsa_mixer_options_get_type),
10755         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
10756         (gst_alsa_mixer_options_new):
10757         * ext/alsa/gstalsamixeroptions.h:
10758         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10759         * ext/alsa/gstalsamixertrack.h:
10760           Add enumerations (as GstMixerOptions). Make correct distinction
10761           between input/output tracks. Add capture/playback private flag.
10762           Use flag to decide on whether to set capture or playback volumes
10763           or switches. Use playback and record switches.
10764         * gst-libs/gst/mixer/Makefile.am:
10765         * gst-libs/gst/mixer/mixer-marshal.list:
10766         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
10767         (gst_mixer_set_option), (gst_mixer_get_option),
10768         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
10769         (gst_mixer_volume_changed), (gst_mixer_option_changed):
10770         * gst-libs/gst/mixer/mixer.h:
10771         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
10772         (gst_mixer_options_class_init), (gst_mixer_options_init),
10773         (gst_mixer_options_dispose):
10774         * gst-libs/gst/mixer/mixeroptions.h:
10775           Add GstMixerOptions.
10776         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10777           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
10778           broken device detection on computers with multiple OSS sound
10779           cards.
10780
10781 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10782
10783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10784           fixate nicely even when the peer is not negotiating
10785
10786 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10787
10788         * gst/audioconvert/gstaudioconvert.c:
10789         (gst_audio_convert_parse_caps):
10790           make sure we don't allow depth > width
10791         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10792           fixate endianness to G_BYTE_ORDER as default
10793         * gst/audioscale/gstaudioscale.c:
10794           we don't handle another endianness as host-endianness
10795
10796 2004-05-25  David Schleef  <ds@schleef.org>
10797
10798         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
10799
10800 2004-05-24  Benjamin Otte  <otte@gnome.org>
10801
10802         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
10803         (gst_oggvorbisenc_setup):
10804           properly fail when we can't setup the vorbis encoder due to
10805           unsupported settings
10806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
10807         (gst_vorbisenc_setup):
10808           same
10809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10810           fix case where warnings occured when one pad was unlinked while the
10811           other's link function was called
10812
10813 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10814
10815         * gst/tcp/Makefile.am:
10816           use GST_ENABLE_NEW
10817
10818 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10819
10820         * gst-libs/gst/resample/private.h:
10821           don't use optimizations that are #if 0'ed
10822
10823 2004-05-24  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
10826         Fix potential division by zero error and hopefully get
10827         the position query right to get correct timestamps on avi
10828         audio.
10829
10830 2004-05-24  Wim Taymans  <wim@fluendo.com>
10831
10832         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
10833         (gst_videoscale_scale_nearest_str2),
10834         (gst_videoscale_scale_nearest_str4),
10835         (gst_videoscale_scale_nearest_32bit),
10836         (gst_videoscale_scale_nearest_24bit),
10837         (gst_videoscale_scale_nearest_16bit):
10838         Fix the scaling algorithm and avoid a buffer overflow.
10839         removed the while loop in the scaling function as it
10840         was used for point sampling only.
10841
10842 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10843
10844         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
10845         (gst_id3_tag_class_init), (gst_id3_tag_init),
10846         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
10847         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
10848         (gst_id3_tag_send_tag_event):
10849           lots of fixes to make id3mux work and id3demux work correctly
10850
10851 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10852
10853         * ext/Makefile.am:
10854           add rules to build shout2send (was removed by accident
10855           when this module was no more marked experimental/broken)
10856
10857 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10858
10859         * ext/shout2/gstshout2.c:
10860         * ext/shout2/gstshout2.h:
10861           adding a "connection problem" signal to shout2send
10862           (fixes #142954)
10863
10864 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10865
10866         * ext/kio/kioreceiver.cpp:
10867         * ext/kio/kioreceiver.h:
10868           fix sign comparison issues
10869
10870 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10871
10872         * gst/cdxaparse/gstcdxaparse.c:
10873         * gst/cdxaparse/gstcdxaparse.h:
10874           some renaming
10875           add some checks/sanity
10876           prepare for seek addition
10877
10878         * sys/sunaudio/gstsunaudio.c:
10879           remove exported dupe init function
10880
10881 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
10882
10883         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
10884         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
10885           Fix format conversion and position querying.
10886         * gst/debug/progressreport.c: (gst_progressreport_report):
10887           Don't output a bogus total value that we didn't query.
10888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10889           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
10890           only a blank window after xine has been used.
10891
10892 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10893
10894         * m4/as-arts.m4:
10895           sync with upstream version to fix test on FC2
10896           readd with -ko to preserve Id header
10897
10898 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10899
10900         * configure.ac:
10901           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
10902         * gst/tcp/gsttcpclientsrc.c: idem
10903         * gst/tcp/gsttcpserversink.c: idem
10904         * gst/tcp/gsttcpserversrc.c: idem
10905         * m4/gst-fionread.m4: idem
10906
10907         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
10908
10909         * configure.ac: enable speex plugin for speex 1.1.5+
10910         * ext/speex/gstspeexenc.c: fix cast warning
10911
10912         * ext/esd/README: fix typo
10913
10914 2004-05-20  David Schleef  <ds@schleef.org>
10915
10916         * configure.ac: Minor cosmetic change to convince the buildbot to
10917         reautogen.
10918         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
10919         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
10920         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
10921         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
10922         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
10923         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
10924         More hacking.  Plays audio now.
10925
10926 2004-05-20  David Schleef  <ds@schleef.org>
10927
10928         * configure.ac:
10929         * sys/Makefile.am:
10930
10931 2004-05-20  David Schleef  <ds@schleef.org>
10932
10933         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
10934         * sys/osxaudio/gstosxaudio.c:
10935         * sys/osxaudio/gstosxaudioelement.c:
10936         * sys/osxaudio/gstosxaudioelement.h:
10937         * sys/osxaudio/gstosxaudiosink.c:
10938         * sys/osxaudio/gstosxaudiosink.h:
10939         * sys/osxaudio/gstosxaudiosrc.c:
10940         * sys/osxaudio/gstosxaudiosrc.h:
10941
10942 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10943
10944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
10945         (gst_vorbisenc_chain):
10946           put the codec headers on the caps as streamheader as well as
10947           pushing them out
10948
10949 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
10952         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10953         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
10954         split up push_packet into two functions
10955
10956 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10957
10958         * gst/tcp/.cvsignore:
10959           ignore enums
10960         * gst/tcp/Makefile.am:
10961         * gst/tcp/README:
10962         * gst/tcp/gsttcp.c:
10963         * gst/tcp/gsttcp.h:
10964         * gst/tcp/gsttcpclientsink.c:
10965         * gst/tcp/gsttcpclientsink.h:
10966         * gst/tcp/gsttcpclientsrc.c:
10967         * gst/tcp/gsttcpclientsrc.h:
10968         * gst/tcp/gsttcpplugin.c:
10969         * gst/tcp/gsttcpserversink.c:
10970         * gst/tcp/gsttcpserversink.h:
10971         * gst/tcp/gsttcpserversrc.c:
10972         * gst/tcp/gsttcpserversrc.h:
10973           add new tcp elements
10974
10975 2004-05-19  Wim Taymans  <wim@fluendo.com>
10976
10977         * gst/law/mulaw-conversion.c: (mulaw_encode):
10978         Fix overflow bug in ulaw encoding.
10979
10980 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10981
10982         * ext/mad/gstmad.c: (gst_mad_handle_event):
10983           don't unref the event twice
10984
10985 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10986
10987         * configure.ac:
10988           remove -Wno-sign-compare
10989
10990 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10991
10992         * configure.ac:
10993           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
10994           if you want to work against glib 2.2 and 2.4
10995
10996 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10997
10998         * gst/tcp/Makefile.am:
10999         * gst/tcp/gsttcp.c:
11000         * gst/tcp/gsttcp.h:
11001         * gst/tcp/gsttcpsink.h:
11002         * gst/tcp/gsttcpsrc.h:
11003           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
11004
11005 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11006
11007         * gst/debug/tests.c: (md5_get_value):
11008           fix segfault on gst-inspect
11009
11010 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11011
11012         * gst/debug/testplugin.c:
11013         * gst/debug/tests.c:
11014         * gst/debug/tests.h:
11015           add new extensible and configurable testing element. Current tests
11016           include buffer count, stream length, timestamp/duration matching and
11017           md5.
11018         * gst/debug/Makefile.am:
11019         * gst/debug/gstdebug.c: (plugin_init):
11020           add infrastructure for new element
11021
11022 2004-05-19  Johan Dahlin  <johan@gnome.org>
11023
11024         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
11025         ending of the array. Fixes gst-inspect segfault on ppc.
11026
11027 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11028
11029         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
11030
11031         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
11032
11033 2004-05-18  David Schleef  <ds@schleef.org>
11034
11035         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
11036         warnings (bugs, actually) noticed by gcc but not forte.
11037
11038 2004-05-18  David Schleef  <ds@schleef.org>
11039
11040         * sys/sunaudio/Makefile.am:
11041         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
11042
11043 2004-05-18  David Schleef  <ds@schleef.org>
11044
11045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11046         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
11047         to allow qtdemux to use non-seekable streams. (bug #142272)
11048
11049 2004-05-18  David Schleef  <ds@schleef.org>
11050
11051         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
11052         (gst_resample_sinc_ft_float): Remove use of static temporary
11053         buffer.  This code was obviously not supposed to last long, but
11054         it's stuck in our ABI, so it required a little hack to make it
11055         ABI-compatible.  Fixes #142585.
11056         * gst-libs/gst/resample/resample.h: same.
11057
11058 2004-05-18  David Schleef  <ds@schleef.org>
11059
11060         * configure.ac: Add sunaudio
11061         * examples/Makefile.am: make gstplay depend on gconf
11062         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
11063         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
11064         (convert_table_lookup), (img_convert): remove c99-isms
11065         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
11066           unsigned, to fix a warning on Solaris
11067         * gst/mpeg1sys/systems.c: bcopy->memcpy
11068         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
11069         * sys/Makefile.am: Add sunaudio
11070
11071 2004-05-18  Wim Taymans  <wim@fluendo.com>
11072
11073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
11074         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11075         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
11076         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11077         (gst_ogg_mux_loop):
11078         Fix an ugly memleak where the muxer didn't flush enough ogg
11079         pages. This also resulted in badly muxed ogg files.
11080
11081 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11082
11083         * gst/asfdemux/asfheaders.c :
11084         * gst/asfdemux/asfheaders.h :
11085         * gst/asfdemux/gstasfdemux.c :
11086           - fix ASF_OBJ_PADDING guid
11087           - add 3 new object guids (language list, metadata,
11088             extended stream properties)
11089           - add a function to parse extended header objects
11090
11091 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11092
11093         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
11094           remove leftover debugging g_print
11095
11096 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11097
11098         * ext/mad/gstmad.c: (gst_mad_handle_event):
11099           Fix for when the first format in a discont event is not a
11100           byte-based one. Should fix #137710.
11101
11102 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11103
11104         * m4/a52.m4 : fix compilation with -Wall -Werror
11105         * m4/libfame.m4 : idem
11106         * m4/libmikmod.m4 : idem
11107
11108 2004-05-17  Benjamin Otte  <otte@gnome.org>
11109
11110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
11111           signal the new tags before giving up the reference
11112
11113 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11114
11115         * ext/shout2/gstshout2.c:
11116           use application/ogg instead of application/x-ogg (patch by Patrick
11117           Guimond, fixes #142432)
11118         * sys/oss/gstosselement.c: (gst_osselement_reset),
11119         (gst_osselement_sync_parms):
11120           don't set fragment size unless specified (fixes #142493)
11121
11122 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11123
11124         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
11125           fixes #142664
11126
11127 2004-05-17  Benjamin Otte  <otte@gnome.org>
11128
11129         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
11130           compute offsets correctly for internal buffers so timestamps are set
11131           correctly when we can't seek. Also handle cases where there are no
11132           offsets. (based on a patch by David Moore, fixes #142507)
11133
11134 2004-05-17  Benjamin Otte  <otte@gnome.org>
11135
11136         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11137           use correct variable when determining amount of data to skip so we
11138           don't skip into the void and segfault
11139
11140 2004-05-16  Benjamin Otte  <otte@gnome.org>
11141
11142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
11143           Hi, I'm a memleak
11144
11145 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11146
11147         * gst/asfdemux/gstasfdemux.c:
11148           - fix a mem leak and always propagate tags
11149           - add WMV3 to known video codecs (but no decoder yet)
11150           - replace "surplus data" at end of audio header for what
11151             it is : codec specific data
11152           - fix a typo
11153
11154 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
11155
11156         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11157
11158         * gst-libs/gst/audio/audioclock.c:
11159           Fix wrong return type (#142205).
11160
11161 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11162
11163         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
11164           Ignore CRCs by default (fixes #142566).
11165
11166 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11167
11168         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
11169         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
11170         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
11171         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
11172         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11173         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
11174           Fix for cases where we fail to attach to a mixer.
11175
11176 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11177
11178         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11179           Don't touch events after not owning them anymore.
11180         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11181         (gst_wavparse_fmt), (gst_wavparse_other),
11182         (gst_wavparse_handle_seek), (gst_wavparse_loop),
11183         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11184         (gst_wavparse_srcpad_event):
11185         * gst/wavparse/gstwavparse.h:
11186           Add seeking, fix querying.
11187
11188 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11189
11190         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
11191           - process comments even if they don't end with \0\0
11192             g_convert would ignore them if present and works well without them
11193
11194 2004-05-16  Benjamin Otte  <otte@gnome.org>
11195
11196         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
11197           simplify caps
11198
11199 2004-05-16  Benjamin Otte  <otte@gnome.org>
11200
11201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
11202           don't write to memory we might not write to - g_convert does that
11203           for us anyway (fixes #142613)
11204         (gst_asf_demux_audio_caps):
11205           comment out gst_util_dump_mem
11206
11207 2004-05-16  Benjamin Otte  <otte@gnome.org>
11208
11209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11210           compute correct expected timestamps after seek (broken since
11211           last commit)
11212         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
11213           rename element and debugging category to gdkpixbufscale
11214
11215 2004-05-16  Benjamin Otte  <otte@gnome.org>
11216
11217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11218           add error checking to snd_pcm_delay and remove duplicate call to
11219           snd_pcm_delay that caused issues (see inline code comments)
11220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11221           make more readable and fix return value when snd_pcm_delay fails
11222         (fixes #142586)
11223
11224 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
11225         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
11226         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
11227         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
11228         (gst_pixbufscale_link), (gst_pixbufscale_init),
11229         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
11230         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
11231         (gst_pixbufscale_get_property), (pixbufscale_init):
11232         * ext/gdk_pixbuf/pixbufscale.h:
11233         Add these files I forgot earlier
11234
11235 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
11236         * ext/gdk_pixbuf/Makefile.am:
11237         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
11238         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11239         Add new pixbufscale element to scale RGB video
11240         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
11241         and HYPER interpolation correctly.
11242         * ext/theora/theoraenc.c: (theora_enc_chain),
11243         Discard buffer and return if explicit caps could not be set
11244         (theora_enc_get_property):
11245         Make _get return kbps for the bitrate consistent with
11246         the _set function.
11247
11248
11249 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11250
11251         * ext/libvisual/visual.c: (gst_visual_chain):
11252           add missing visual_audio_analyze
11253
11254 2004-05-14  David Schleef  <ds@schleef.org>
11255
11256         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
11257         is killed while we're playing.
11258         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
11259         gst_element_no_more_pads().
11260
11261 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11262
11263         * gst-libs/gst/riff/riff-read.c :
11264           - fix INFO tag extraction in RIFF/AVI files
11265             because gst_event_unref (event) also freed taglist
11266           - avoid a mem leak
11267
11268 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11269
11270         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
11271         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
11272
11273         * gst/auparse/gstauparse.c :
11274           - add code (commented for now) to support audio/x-adpcm on src pad
11275             (we have no decoder for those layout yet)
11276
11277         * gst/cdxaparse/gstcdxaparse.c :
11278         * gst/cdxaparse/gstcdxaparse.h :
11279           - partial rewrite using RiffRead (ripped iain's wavparse code)
11280
11281         * gst/rtp/gstrtpL16enc.c : typo
11282         * gst/rtp/gstrtpgsmenc.c : typo
11283
11284 2004-05-13  Benjamin Otte  <otte@gnome.org>
11285
11286         * configure.ac:
11287           check for exact version of libvisual, it's not supposed to be
11288           API/ABI stable yet
11289
11290 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11291
11292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11293           signal no-more-pads
11294
11295 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
11296
11297         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
11298         Report which format was used for GST_FORMAT_DEFAULT
11299         * gst/debug/Makefile.am:
11300         * gst/debug/gstdebug.c: (plugin_init):
11301         * gst/debug/progressreport.c: (gst_progressreport_base_init),
11302         (gst_progressreport_class_init), (gst_progressreport_init),
11303         (gst_progressreport_report), (gst_progressreport_set_property),
11304         (gst_progressreport_get_property), (gst_progressreport_chain),
11305         (gst_progressreport_plugin_init):
11306         Add progressreport element for testing.
11307
11308 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11309
11310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
11311         * sys/v4l/gstv4lsrc.h:
11312         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
11313         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
11314         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
11315         (gst_v4lsrc_grab_frame):
11316           add more debugging
11317           send a discont at start
11318
11319 2004-05-12  Colin Walters  <walters@redhat.com>
11320
11321         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
11322         inflooping if we can't find a chunk.  Or in other words, don't blow
11323         chunks if we don't have a chunk to blow.
11324
11325 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
11326         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
11327         Remove old debug output
11328         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
11329         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
11330         (gst_dvdec_set_property), (gst_dvdec_get_property):
11331         Change the quality setting to an enum, so it works from gst-launch
11332         Don't renegotiate a non-linked pad. Allows audio only decoding.
11333         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
11334         (gst_deinterlace_link), (gst_deinterlace_init):
11335         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11336         (gst_videodrop_link):
11337         Some caps negotiation fixes
11338
11339 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11340
11341         * ext/tarkin/gsttarkin.c :
11342           - Change RANK from NONE to PRIMARY
11343         * ext/gdk_pixbuf/gstgdkpixbuf.c :
11344           - Change RANK from NONE to MARGINAL
11345         * ext/divx/gstdivxenc.c :
11346           - Change RANK from PRIMARY to NONE (encoder/spider issue)
11347
11348 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11349
11350         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
11351         (gst_vorbisenc_push_packet):
11352           copy a function that was added between 1.0 and 1.0.1 until we
11353           depend on worthwhile features of post-1.0
11354
11355 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11356
11357         * configure.ac:
11358           enable shout2 by default
11359         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11360         (gst_shout2send_base_init), (gst_shout2send_init),
11361         (gst_shout2send_connect), (gst_shout2send_change_state):
11362         * ext/shout2/gstshout2.h:
11363           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
11364           #142262)
11365         * ext/theora/theora.c: (plugin_init):
11366           don't set rank on encoders
11367
11368 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
11369
11370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
11371           Use codec_data property instead of flag1 and flag2 for wma
11372
11373 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11374
11375         * gst/cdxaparse/gstcdxaparse.c :
11376           - Add mpegversion to CAPS to make it link
11377           - Rank is as GST_RANK_SECONDARY instead of NONE
11378         * gst/auparse/gstauparse.c :
11379           - Document all audio encoding we can encounter from Solaris 9
11380             headers and libsndfile information.
11381           - Increase max. rate from 48000 to 192000 (to match other elements)
11382           - Don't try to play junk data between header and samples
11383
11384 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11385
11386         * ext/libvisual/visual.c: (gst_visual_getcaps):
11387           use the right caps depending on endianness (I hope)
11388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
11389           use GST_RANK_NONE for all non-decoding elements or spider gets
11390           mighty confused
11391
11392 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11393
11394         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
11395           Fix some odd cases and fix BE metadata parsing of unicode16 text.
11396
11397 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11398
11399         * gst/switch/gstswitch.c: (gst_switch_release_pad),
11400         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
11401         (gst_switch_loop), (gst_switch_get_type):
11402           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
11403           HEADERS. Had to be said.
11404
11405 2004-05-10  David Schleef  <ds@schleef.org>
11406
11407         * configure.ac: Add prototype Dirac support.
11408         * ext/Makefile.am:
11409         * ext/dirac/Makefile.am:
11410         * ext/dirac/gstdirac.cc:
11411         * ext/dirac/gstdiracdec.cc:
11412
11413 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11414
11415         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
11416         (gst_auparse_init), (gst_auparse_chain),
11417         (gst_auparse_change_state):
11418           Hack around spider. Remove me some day please.
11419
11420 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11421
11422         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11423           Fix for some uninitialized variables in previous patch, also
11424           makes it work. Fixes #142286 while we're at it.
11425
11426 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11427
11428         * gst/auparse/gstauparse.c:
11429                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
11430                 only unsupported formats are ADPCM/CCITT G.72x
11431                 reviewed by Ronald
11432         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
11433
11434 2004-05-10  Wim Taymans  <wim@fluendo.com>
11435
11436         * ext/vorbis/Makefile.am:
11437         * ext/vorbis/README:
11438         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
11439         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
11440         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
11441         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
11442         (gst_oggvorbisenc_convert_sink),
11443         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
11444         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
11445         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
11446         (get_constraints_string), (update_start_message),
11447         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
11448         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
11449         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
11450         * ext/vorbis/oggvorbisenc.h:
11451         * ext/vorbis/vorbis.c: (plugin_init):
11452         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
11453         (raw_caps_factory), (gst_vorbisenc_class_init),
11454         (gst_vorbisenc_init), (gst_vorbisenc_setup),
11455         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
11456         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
11457         * ext/vorbis/vorbisenc.h:
11458         Added a raw vorbis encoder to be used with the oggmuxer.
11459         We still need the old encoder for some gnome applications,
11460         read the README to find out how that works.
11461         The raw encoder is called "rawvorbisenc" until 0.9.
11462
11463 2004-05-10  Wim Taymans  <wim@fluendo.com>
11464
11465         * ext/ogg/gstogg.c: (plugin_init):
11466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
11467         (gst_ogg_print):
11468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
11469         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
11470         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
11471         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
11472         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
11473         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
11474         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
11475         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
11476         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
11477         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
11478         Added an ogg muxer.
11479         Small typo fixes in the demuxer.
11480
11481 2004-05-10  Wim Taymans  <wim@fluendo.com>
11482
11483         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11484         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
11485         (theora_enc_change_state), (theora_enc_set_property),
11486         (theora_enc_get_property):
11487         Mark the last packet with an EOS flag which is not really needed
11488         in gstreamer.
11489         Do some better video framerate initialisation.
11490         Update the buffer timestamp.
11491
11492 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
11493
11494         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
11495         Return the result of the parent state change call
11496
11497 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11498
11499         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
11500         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
11501         * gst/law/alaw-encode.c : (idem)
11502         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
11503         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
11504         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
11505
11506 2004-05-09  Benjamin Otte  <otte@gnome.org>
11507
11508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11509           don't use a fixed buffer size when writing variable length data to
11510           it. Fixes memory corruption and makes alsasrc work
11511
11512 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11513
11514         * ext/gnomevfs/gstgnomevfssink.c:
11515         (_gst_boolean_allow_overwrite_accumulator),
11516         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
11517           Run glib's default signal handler (??) in RUN_CLEANUP rather than
11518           RUN_LAST, and don't use that to set the accumulator value because
11519           then it's always FALSE.
11520
11521 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11522
11523         * gst-libs/gst/riff/riff-media.c:
11524         (gst_riff_create_video_caps_with_data),
11525         (gst_riff_create_audio_caps),
11526         (gst_riff_create_audio_template_caps):
11527         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11528           Fix for unaligned RIFF files (i.e. where all the chunks together
11529           in a LIST chunk are not of the same size as the size given in
11530           the LIST chunk header). Fixes several odd WAVE files. Also fix
11531           ADPCM (block_align property) in audio, so that wavparse based
11532           on this works now as it used to stand-alone.
11533
11534 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
11535
11536         reviewed by Benjamin Otte  <otte@gnome.org>
11537
11538         * ext/a52dec/gsta52dec.c:
11539         * ext/divx/gstdivxdec.c:
11540         * ext/divx/gstdivxenc.c:
11541         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
11542         * ext/faac/gstfaac.c: (gst_faac_base_init):
11543         * ext/faad/gstfaad.c: (gst_faad_base_init):
11544         * ext/ivorbis/vorbisfile.c:
11545         * ext/lame/gstlame.c:
11546         * ext/libfame/gstlibfame.c:
11547         * ext/mpeg2enc/gstmpeg2enc.cc:
11548         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
11549         * ext/sidplay/gstsiddec.cc:
11550         * ext/speex/gstspeexdec.c:
11551         * ext/speex/gstspeexenc.c:
11552         * ext/xvid/gstxviddec.c:
11553         * ext/xvid/gstxvidenc.c:
11554           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
11555           (fixes #142193)
11556
11557 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11558
11559         * ext/alsa/gstalsa.c: (device_list),
11560         (gst_alsa_class_probe_devices):
11561         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11562           Fix alsa oddness in mixer after the combination of using mixer
11563           in source/sink elements and using hw:x,y instead of just hw:x.
11564
11565 2004-05-09  Benjamin Otte  <otte@gnome.org>
11566
11567         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
11568         (gst_wavparse_create_sourcepad):
11569           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
11570           sourcepads
11571
11572 2004-05-09  Benjamin Otte  <otte@gnome.org>
11573
11574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11575           allow discont events before caps nego
11576
11577 2004-05-08  Benjamin Otte  <otte@gnome.org>
11578
11579         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11580           don't leak events
11581
11582 2004-05-08  Benjamin Otte  <otte@gnome.org>
11583
11584         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
11585         (gst_level_change_state), (gst_level_init):
11586         * gst/level/gstlevel.h:
11587           figure out if we're initialized directly instead of keeping a
11588           variable that's wrong in 90% of cases
11589           don't initialize pads and then leak them and use a new unitialized
11590           pad. (fixes #142084)
11591           these were bugs so n00bish I didn't find them for an hour :/
11592
11593 2004-05-08 Iain <iain@prettypeople.org>
11594
11595         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
11596         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
11597         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
11598         return the length that was read.
11599         (gst_riff_read_strf_auds): Allow fmt tags as well.
11600
11601 2004-05-07  David Schleef  <ds@schleef.org>
11602
11603         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
11604         signed char assumption in faad.h.
11605
11606 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11607
11608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
11609           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
11610
11611 2004-05-07  Colin Walters  <walters@redhat.com>
11612
11613         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
11614         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
11615         function.
11616         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
11617         Add dispose function.
11618
11619 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
11620         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
11621           Fix caps nego and pad templates. RGB mode caps should
11622           work now.
11623         * ext/dvdnav/gst-dvd:
11624           Move mpeg2dec inside the thread because otherwise the
11625           queue rejects cap changes mid-stream
11626         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
11627         (gst_mpeg2dec_flush_decoder):
11628           For mpeg2dec > 0.4.0, call the flush function instead of
11629           manually extracting all in-flight frames.
11630         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
11631         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
11632           Change mime type video/dv go video/x-dv to match the
11633           rest of gst-plugins
11634
11635 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11636
11637         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
11639         (gst_alsa_sink_class_init):
11640         * ext/alsa/gstalsasink.h:
11641         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
11642         (gst_alsa_src_class_init):
11643         * ext/alsa/gstalsasrc.h:
11644           Make alsasink/src a subclass of alsamixer so that mixer stuff
11645           shows up in gst-rec. Needs some finetuning.
11646
11647 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11648
11649         * ext/lame/gstlame.c: (gst_lame_chain):
11650           simplify
11651         * ext/mad/gstmad.c: (gst_mad_handle_event):
11652           fix event leak
11653         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11654           be able to detect mp3 files < 4096 bytes
11655
11656 2004-05-06  Wim Taymans  <wim@fluendo.com>
11657
11658         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11659         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
11660         (theora_enc_set_property), (theora_enc_get_property):
11661         Also encode the first frame, cleanup some code.
11662
11663 2004-05-06  Wim Taymans  <wim@fluendo.com>
11664
11665         * ext/mpeg2enc/gstmpeg2enc.cc:
11666         Forward events first before deciding that negotiation was
11667         not performed.
11668
11669 2004-05-06  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11672         First process the events before deciding that negotiation
11673         was not performed.
11674
11675 2004-05-06  Wim Taymans  <wim@fluendo.com>
11676
11677         * ext/theora/Makefile.am:
11678         * ext/theora/theora.c: (plugin_init):
11679         * ext/theora/theoradec.c: (theora_dec_change_state):
11680         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
11681         (gst_theora_enc_class_init), (gst_theora_enc_init),
11682         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
11683         (theora_enc_chain), (theora_enc_change_state),
11684         (theora_enc_set_property), (theora_enc_get_property):
11685         Added a theora encoder, grouped the encoder and decoder into the
11686         same plugin.
11687
11688 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11689
11690         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11691         (gst_jpegenc_chain):
11692         fix DURATION on outgoing buffers
11693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
11694         debug using time formats
11695         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11697         (gst_xvimagesink_sink_link):
11698         windows with width/height 0 generate X errors, so don't allow them
11699
11700 2004-05-05  Wim Taymans  <wim@fluendo.com>
11701
11702         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
11703         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
11704         (gst_mpeg2dec_negotiate_format):
11705         * ext/mpeg2dec/gstmpeg2dec.h:
11706           removed the static pad template so that we can add the
11707           more accurate framerate value to the caps.
11708
11709
11710 2004-05-04  Benjamin Otte  <otte@gnome.org>
11711
11712         * configure.ac:
11713           check for kdemacros.h, too (should fix #141821)
11714         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
11715           don't crash if no header was sent, but nicely error out (fixes part
11716           of #141554)
11717
11718 2004-05-04  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
11721         parent dispose function to avoid segfault on destroy.
11722
11723 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11724
11725         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11726         (plugin_init):
11727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11728         (gst_xvimagesink_sink_link):
11729         clean up debugging caps
11730         also recreate xvimage when format has changed
11731
11732 2004-05-04  Benjamin Otte  <otte@gnome.org>
11733
11734         * ext/libvisual/Makefile.am:
11735         * ext/libvisual/visual.c: (gst_visual_class_init),
11736         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
11737         (gst_visual_srclink), (gst_visual_chain),
11738         (gst_visual_change_state), (plugin_init):
11739           use a GstAdapter to correctly adapt buffer sizes - allows using a
11740           framerate
11741
11742 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11743
11744         * sys/v4l/gstv4lelement.h:
11745         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
11747         (gst_v4lsrc_buffer_free):
11748         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
11749         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11750         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
11751         (gst_v4lsrc_requeue_frame):
11752         move some debugging categories around
11753         query for fps index and set accordingly if found
11754
11755 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11756
11757         * ext/lame/gstlame.c:
11758         correct defaults that lame_init puts out of range
11759
11760 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11761
11762         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
11763         (gst_divxenc_class_init):
11764         fix range since -1 is the default
11765         * gst/mpeg1sys/gstmpeg1systemencode.c:
11766         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
11767         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
11768         (gst_rtjpegdec_chain):
11769         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
11770         (gst_rtjpegenc_chain):
11771         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
11772         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
11773         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
11774         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
11775         * sys/v4l/gstv4lsrc.c:
11776         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11777         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
11778         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
11779         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
11780         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
11781           remove gst_info calls
11782
11783 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11784
11785         * Makefile.am:
11786         * po/af.po:
11787         * po/az.po:
11788         * po/en_GB.po:
11789         * po/nl.po:
11790         * po/sr.po:
11791         * po/sv.po:
11792           Updated translations
11793
11794 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11795
11796         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11797           refactor/comment code
11798
11799 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * gst/asfdemux/Makefile.am:
11802         * gst/asfdemux/asfheaders.c:
11803         * gst/asfdemux/asfheaders.h:
11804         * gst/asfdemux/gstasf.c: (plugin_init):
11805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
11806         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
11807         (gst_asf_demux_setup_pad):
11808         * gst/asfdemux/gstasfdemux.h:
11809         * gst/asfdemux/gstasfmux.c:
11810         * gst/asfdemux/gstasfmux.h:
11811           Add tagging support to demuxer, split out registration in its own
11812           file instead of in demux (hacky), and prevent having some tables
11813           in our memory multiple times (in asfheaders.h).
11814
11815 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11816
11817         * gst/matroska/matroska-demux.c:
11818         (gst_matroska_demux_parse_metadata):
11819         * gst/matroska/matroska-ids.h:
11820           Basic tag reading support.
11821
11822 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11825           Really detect ac-3 audio.
11826         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
11827           really detect matroska files (off-by-1).
11828
11829 2004-04-30  David Schleef  <ds@schleef.org>
11830
11831         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11832         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
11833         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
11834         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
11835         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
11836         hackage -- parse a lot more atoms, extract a few tags.  One might even
11837         mistake this for tag support.  Maybe it is.
11838         * gst/qtdemux/qtdemux.h:
11839
11840 2004-04-30  Colin Walters  <walters@verbum.org>
11841
11842         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
11843
11844 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11845
11846         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11847         (gst_ffmpegcolorspace_getcaps):
11848           remove broken nego fix
11849
11850 2004-04-30  Benjamin Otte  <otte@gnome.org>
11851
11852         * configure.ac:
11853         * ext/Makefile.am:
11854         * ext/libvisual/Makefile.am:
11855         * ext/libvisual/visual.c:
11856           add initial support for libvisual (http://libvisual.sourceforge.net)
11857           libvisual is still quite alpha, so expect crashes in there :)
11858
11859 2004-04-29  David Schleef  <ds@schleef.org>
11860
11861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
11862         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
11863         up qtdemux to make it spit out codec_data.  Do _not_ look at this
11864         code; you will no longer respect me.
11865
11866 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11867
11868         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
11869         * ext/alsa/gstalsa.h :
11870         change alsa pcm device discovery to find more than 1 device
11871         per card. code review by Ronald.
11872
11873 2004-04-29  David Schleef  <ds@schleef.org>
11874
11875         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
11876         Add a check for a driver bug on FreeBSD.  (bug #140565)
11877
11878 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11879
11880         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
11881         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11882         (gst_jpegenc_getcaps):
11883           move format setting to inner loop
11884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11885         (gst_ffmpegcolorspace_getcaps):
11886           use GST_PAD_CAPS if available so that we use already negotiated
11887           caps
11888         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11889         (qtdemux_parse_moov), (qtdemux_parse):
11890           extra debugging
11891         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
11892         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
11893           move hardcoded path to DEFINE
11894
11895 2004-04-28  David Schleef  <ds@schleef.org>
11896
11897         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
11898         (bug #140064)
11899
11900 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11901
11902         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11903           Don't probe for playback device if we're a source element. Fixes
11904           #139658.
11905
11906 2004-04-29  Benjamin Otte  <otte@gnome.org>
11907
11908         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
11909         (gst_id3_tag_chain):
11910           rewrite buffer offset
11911
11912 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11913
11914         * configure.ac:
11915         * ext/Makefile.am:
11916         * ext/dts/Makefile.am:
11917         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
11918         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
11919         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
11920         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
11921         (gst_dtsdec_loop), (gst_dtsdec_change_state),
11922         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
11923         (plugin_init):
11924         * ext/dts/gstdtsdec.h:
11925           New DTS decoder.
11926         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
11927         (gst_faad_srcconnect):
11928           Add ESDS atom handling (.m4a).
11929
11930 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11931
11932         * ext/divx/gstdivxdec.c: (plugin_init):
11933           Remove comment that makes no sense.
11934         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
11935           Fix for obvious typo that resulted in warnings during gst-register.
11936         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
11937         (gst_xviddec_sink_link):
11938           Fix caps negotiation a bit better.
11939         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11940           We call this 'codec_data', not 'esds'.
11941
11942 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11943
11944         * gst/monoscope/gstmonoscope.c:
11945           make sure we only provide 256x128
11946         * gst/monoscope/monoscope.c: (monoscope_init):
11947           assert size of 256x128
11948
11949 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11950
11951         * Makefile.am:
11952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
11953         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
11954           fixate to max width and height of device
11955
11956 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11957
11958         * Makefile.am:
11959         * sys/v4l/gstv4l.c:
11960         * sys/v4l/gstv4lsrc.c:
11961         * sys/v4l/v4l_calls.c:
11962         * sys/v4l/v4lsrc_calls.c:
11963           fix for qc-usb driver which fakes having more than one buffer
11964           by handing the same buffer twice, which confused GStreamer's/v4lsrc
11965           buffer_free override
11966           add debugging
11967
11968 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11969
11970         * Makefile.am:
11971         * gst/videotestsrc/gstvideotestsrc.c:
11972         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
11973         (gst_videotestsrc_init), (gst_videotestsrc_get),
11974         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
11975         * gst/videotestsrc/gstvideotestsrc.h:
11976           add num-buffers property
11977
11978         2004-04-26  Benjamin Otte  <otte@gnome.org>
11979
11980         * ext/mad/gstid3tag.c: (plugin_init):
11981           set id3mux rank to NONE so it doesn't confuse spider
11982           require audio/mpeg,mpegversion=1 in id3mux
11983
11984 2004-04-26  Benjamin Otte  <otte@gnome.org>
11985
11986         * configure.ac:
11987           detect faad correctly as non-working if it's indeed non-working
11988
11989 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11990
11991         * Makefile.am:
11992         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11993         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
11994         fix _getcaps so it only negotiates to its supported format
11995
11996 2004-04-25  Benjamin Otte  <otte@gnome.org>
11997
11998         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11999           fix memleak
12000
12001 2004-04-23  Benjamin Otte  <otte@gnome.org>
12002
12003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12004           audio/x-raw-int with height rules! not. Now it's depth.
12005
12006 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12007
12008         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12009         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
12010         (gst_wavparse_loop):
12011           Missing variable initialization. Add handling of DVI ADPCM. Fix
12012           mis-parsing of LIST chunks. This works around a bug where we mis-
12013           parse non-aligning LIST chunks (so LIST chunks where the contents
12014           don't align with the actual LIST size). The correct fix is to use
12015           rifflib, I'm not going to fix wavparse - too much work. All this
12016           fixes #104878.
12017
12018 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12019
12020         reviewed by Benjamin Otte  <otte@gnome.org>
12021
12022         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
12023           fix shoutcast not working (fixes #140844)
12024
12025 2004-04-22  Benjamin Otte  <otte@gnome.org>
12026
12027         * ext/hermes/gsthermescolorspace.c:
12028         (gst_hermes_colorspace_caps_remove_format_info):
12029         * gst/colorspace/gstcolorspace.c:
12030         (gst_colorspace_caps_remove_format_info):
12031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12032         (gst_ffmpegcolorspace_caps_remove_format_info):
12033           s/gst_caps_simplify/gst_caps_do_simplify/
12034
12035 2004-04-22  Benjamin Otte  <otte@gnome.org>
12036
12037         * gst-libs/gst/riff/riff-media.c:
12038         (gst_riff_create_video_caps_with_data):
12039           mpegversion is an int
12040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
12041           don't try to create pad templates with NULL caps, use any caps
12042           instead.
12043
12044 2004-04-20  David Schleef  <ds@schleef.org>
12045
12046         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
12047         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
12048         (bug #140384)
12049
12050 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
12051
12052         reviewed by David Schleef
12053
12054         * ext/mad/gstid3tag.c: Add stdlib.h
12055         * gst/rtp/gstrtpgsmenc.c: same
12056         * gst/tags/gstid3tag.c: same
12057         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
12058         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
12059         GST_DISABLE_LOADSAVE use.
12060         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
12061         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
12062         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
12063         atol(3)).
12064         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
12065         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
12066         strtoul(3)).
12067         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
12068         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
12069         $(ID3_CFLAGS).
12070         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
12071         $(LIBFAME_CFLAGS).
12072
12073 2004-04-20  David Schleef  <ds@schleef.org>
12074
12075         * gst/realmedia/rmdemux.c:  This was supposed to part of the
12076         last checkin.  Same idea.
12077
12078 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
12079
12080         reviewed by David Schleef
12081
12082         * configure.ac: bump required gstreamer version to 0.8.1.1
12083         because of following changes [--ds]
12084
12085         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
12086         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
12087         (gst_riff_read_header):  Use GST_READ_UINT*
12088         macros to access possibly unaligned memory.
12089
12090         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
12091         (mp3_type_find):  Use GST_READ_UINT*
12092         macros to access possibly unaligned memory.
12093         (mp3_type_find, mpeg1_parse_header, qt_type_find)
12094         (speex_type_find): Likewise
12095
12096         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
12097
12098         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
12099         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
12100         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
12101         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
12102         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
12103         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
12104         macros to access possibly unaligned memory.
12105
12106         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
12107         Likewise.
12108
12109         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
12110         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
12111
12112         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12113         Likewise.
12114
12115         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
12116         (gst_mpeg2subt_chain_subtitle): Likewise.
12117
12118         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
12119         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
12120         Likewise.
12121
12122         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
12123         Likewise.
12124
12125         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
12126         Likewise.
12127
12128         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
12129         Likewise.
12130
12131 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12132
12133         * configure.ac:
12134           update required version of GStreamer because of GST_TIME_FORMAT
12135
12136 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12137
12138         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
12139           remove leftover g_print
12140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12141           don't try setting only a subset of the caps. We don't want to kill
12142           autoplugging on purpose
12143
12144 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12145
12146         * sys/ximage/ximagesink.c: (plugin_init):
12147         * sys/xvimage/xvimagesink.c: (plugin_init):
12148           add debugging categories
12149
12150 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12151
12152         * po/en_GB.po:
12153         * po/LINGUAS:
12154           Adding en_GB translation (Gareth Owen)
12155
12156 2004-04-20  David Schleef  <ds@schleef.org>
12157
12158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12159         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
12160         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
12161         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
12162         A number of new features and hacks to extract the esds atom and
12163         put it into the caps.  (bug #137724)
12164
12165 2004-04-19  David Schleef  <ds@schleef.org>
12166
12167         * gconf/Makefile.am: Fix for non-GNU make
12168         * gst-libs/gst/Makefile.am: Change directory order to handle
12169         GstPlay linking with gstinterfaces
12170         * gst-libs/gst/audio/make_filter: make use of tr portable
12171         * gst-libs/gst/play/Makefile.am: Add intended \
12172         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12173         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
12174         function prototype instead of void *.
12175         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
12176         macro.
12177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12178         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
12179         * gst/videofilter/make_filter: make use of tr portable
12180         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
12181
12182 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12183
12184         * po/LINGUAS:
12185         * po/uk.po:
12186           Added Ukrainian translation (Maxim V. Dziumanenko)
12187
12188 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12189
12190         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
12191         (gst_gsmdec_link), (gst_gsmdec_chain):
12192           Fix capsnego, simplify chain function slightly.
12193         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
12194           Add GSM.
12195
12196 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12199         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
12200         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
12201           Hack to make wavparse work with spider (always -> sometimes pad).
12202           Fixes #135862 && #140411.
12203
12204 2004-04-18  Benjamin Otte  <otte@gnome.org>
12205
12206         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
12207         (gst_osselement_rate_probe_check),
12208         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
12209           get rid of \n in debug output
12210
12211 2004-04-17  Iain <iain@prettypeople.org>
12212
12213         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
12214         not just EOS.
12215
12216 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12217
12218         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
12219         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
12220         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
12221         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
12222         (gst_id3_tag_src_link), (gst_id3_tag_chain),
12223         (gst_id3_tag_change_state), (plugin_init):
12224           deprecate id3tag element and replace with id3demux/id3mux.
12225           great side effect: this ugly file is now even uglier, yay!
12226         * ext/mad/gstmad.h:
12227           remove non-available function
12228           update for new get_type
12229
12230 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12231
12232         * configure.ac:
12233           require mpeg2dec >= 0.4.0
12234
12235 2004-04-17  Benjamin Otte  <otte@gnome.org>
12236
12237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12238         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
12239         (gst_xvimagesink_set_xwindow_id):
12240           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
12241           assorted cleanup fixes.
12242
12243 2004-04-16  David Schleef  <ds@schleef.org>
12244
12245         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
12246         * sys/xvimage/xvimagesink.h: same
12247
12248 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12249
12250         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
12251           Fix GST_ELEMENT_ERROR with (NULL)
12252
12253 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12254
12255         * gst-libs/gst/riff/riff-media.c:
12256         (gst_riff_create_video_caps_with_data):
12257           Add div[3456] as fourccs for DivX 3 (fixes #140137).
12258
12259 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12260
12261         * gst-libs/gst/riff/riff-media.c:
12262         (gst_riff_create_video_caps_with_data),
12263         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
12264         (gst_riff_create_video_template_caps),
12265         (gst_riff_create_audio_template_caps):
12266         * gst-libs/gst/riff/riff-media.h:
12267         * gst-libs/gst/riff/riff-read.c:
12268         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
12269         * gst-libs/gst/riff/riff-read.h:
12270         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12271           Add MS RLE support. I added some functions to read out strf chunks
12272           into strf chunks and the data behind it. This is usually color
12273           palettes (as in RLE, but also in 8-bit RGB). Also use those during
12274           caps creation. Lastly, add ADPCM (similar to wavparse - which
12275           should eventually be rifflib based).
12276         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12277         (gst_matroska_demux_init), (gst_matroska_demux_reset):
12278         * gst/matroska/matroska-demux.h:
12279           Remove placeholders for some prehistoric tagging system. Didn't add
12280           support for any tag system really anyway.
12281         * gst/qtdemux/qtdemux.c:
12282           Add support for audio/x-m4a (MPEG-4) through spider.
12283         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
12284         (gst_wavparse_loop):
12285           ADPCM support (#135862). Increase max. buffer size because we
12286           cannot split buffers for ADPCM (screws references) and I've seen
12287           files with 2048 byte chunks. 4096 seems safe for now.
12288
12289 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12290
12291         * configure.ac: bump nano to 1
12292
12293 === release 0.8.1 ===
12294
12295 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12296
12297         * configure.ac: releasing 0.8.1, "Comforting Sounds"
12298
12299 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12300
12301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12302           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
12303           Fixes #140058
12304
12305 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12306
12307         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
12308           lower rank of dvddemux so that it's not used for mpeg playback.
12309
12310 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12311
12312         * configure.ac:
12313           save libs correctly when checking mad
12314
12315 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12316
12317         * ext/mad/gstid3tag.c: (plugin_init):
12318           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
12319
12320 2004-04-13  David Schleef  <ds@schleef.org>
12321
12322         * common/m4/gst-feature.m4: Call -config scripts with
12323         --plugin-libs if it is supported.
12324         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
12325         JPEG images are image/jpeg.
12326         * gst/debug/Makefile.am:
12327         * gst/debug/negotiation.c: (gst_negotiation_class_init),
12328         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
12329         (gst_negotiation_update_caps), (gst_negotiation_get_property),
12330         (gst_negotiation_plugin_init): Add a property that acts like
12331         filter caps.
12332         * testsuite/gst-lint:  Move license checking to be a standard
12333         test.
12334
12335 2004-04-13  David Schleef  <ds@schleef.org>
12336
12337         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
12338         patch from Sebastien Cote (bug #139958)
12339
12340 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12341
12342         * examples/gstplay/Makefile.am:
12343         * examples/gstplay/player.c: (main):
12344           make the commandline player example use gconf settings
12345
12346 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12347
12348         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12349         (gst_cacasink_sinkconnect), (gst_cacasink_init),
12350         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
12351           init/end library during state transition, not object
12352           creation/disposal.  get rid of custom dispose handler.
12353
12354
12355 2004-04-12  Christian Schaller <Uraeus@gnome.org>
12356
12357         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
12358         be a symlink
12359
12360 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12361
12362         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
12363           Handle JUNK chunks inside data section. Prevents warnings.
12364
12365 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12366
12367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12368         (gst_riff_create_video_template_caps):
12369           Add MS video v1.
12370         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12371         (gst_avi_demux_stream_data):
12372           Add support for "rec-list" chunks.
12373
12374 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12375
12376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12377           Fix another codecname mismatch.
12378
12379 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12380
12381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12382           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
12383           so that MJPEG plays back.
12384
12385 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12386
12387         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
12388         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
12389         * gst/mpeg1videoparse/gstmp1videoparse.h:
12390           Fix for some slight mis-cuts in buffer parsing, and for some
12391           potential overflows or faults-causers. Adds disconts. Also fixes
12392           #139105 while we're at it.
12393
12394 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12395
12396         * configure.ac:
12397         * sys/v4l2/gstv4l2element.h:
12398           Workaround for missing struct v4l2_buffer declaration in Suse 9
12399           and Mandrake 10 linux/videodev2.h header file (#135919).
12400
12401 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12402
12403         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
12404           Bail out if no filename was given.
12405
12406 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12407
12408         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
12409         (gst_v4l2_fourcc_from_structure):
12410           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
12411           Y41B somewhere).
12412
12413 2004-04-09  Benjamin Otte  <otte@gnome.org>
12414
12415         * ext/gnomevfs/gstgnomevfssink.c:
12416         (_gst_boolean_allow_overwrite_accumulator),
12417         (gst_gnomevfssink_class_init):
12418           fix erase signal - if any handler returns false the file will not be
12419           overwritten. If no handler is connected, the file will not be
12420           overwritten either.
12421           renamed signal to "allow-overwrite"
12422         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
12423           free string when adding it to ID3 failed
12424         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
12425           unref event when done
12426         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
12427           free caps
12428         * gst/typefind/gsttypefindfunctions.c:
12429         (mpeg_video_stream_type_find):
12430           fix invalid read
12431
12432 2004-04-08  David Schleef  <ds@schleef.org>
12433
12434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12435         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
12436
12437 2004-04-08  David Schleef  <ds@schleef.org>
12438
12439         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
12440         we don't support (bug #139532)
12441
12442 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12443
12444         * ext/mad/gstmad.c: (gst_mad_handle_event),
12445         (gst_mad_check_caps_reset), (gst_mad_chain),
12446         (gst_mad_change_state):
12447           only set explicit caps if they haven't been set before for
12448           this stream.  MPEG-audio sample rate/channels aren't allowed
12449           to change in-stream.
12450           Fixes #139382
12451
12452 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12453
12454         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
12455         (_gst_boolean_did_something_accumulator),
12456         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
12457         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
12458         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
12459         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
12460         (gst_gnomevfssink_change_state):
12461           Fix erase signal. Don't erase by default. Remove handoff signal.
12462           Remove erase property. Don't segfault. General cleanup.
12463
12464 2004-04-07  Benjamin Otte  <otte@gnome.org>
12465
12466         * gst-libs/gst/gconf/test-gconf.c: (main):
12467           add missing gst_init
12468
12469 2004-04-07  Benjamin Otte  <otte@gnome.org>
12470
12471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
12472           free the mutexes, too
12473
12474 2004-04-07  Benjamin Otte  <otte@gnome.org>
12475
12476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
12477           actually free the URI string
12478         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
12479           compute offset correctly when passing discont events
12480         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12481           don't leak discont events
12482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
12483           add some missing breaks so caps aren't copied randomly
12484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
12485           if we realloc memory, we better use it
12486
12487 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12488
12489         * ext/mad/gstmad.c: (normal_seek):
12490           fix GST_FORMAT_TIME usage
12491
12492 2004-04-05  David Schleef  <ds@schleef.org>
12493
12494         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
12495         a deprecated function (hack!)
12496
12497 2004-04-05  Benjamin Otte  <otte@gnome.org>
12498
12499         * ext/esd/esdmon.c: (gst_esdmon_get):
12500           fix nonterminated vararg and memleak
12501
12502 2004-04-05  Benjamin Otte  <otte@gnome.org>
12503
12504         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
12505         (gst_ladspa_init), (gst_ladspa_force_src_caps),
12506         (gst_ladspa_set_property), (gst_ladspa_get_property),
12507         (gst_ladspa_instantiate), (gst_ladspa_activate),
12508         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
12509           clean up debugging
12510
12511 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
12512
12513         reviewed by Benjamin Otte  <otte@gnome.org>
12514
12515         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
12516           check for broken LADSPA parameters (fixes #138635)
12517
12518 2004-04-05  Benjamin Otte  <otte@gnome.org>
12519
12520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
12521           advertise buffer-frames correctly on sinkpads
12522
12523 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12524
12525         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
12526         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
12527         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
12528         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
12529         (gst_mad_check_caps_reset), (gst_mad_chain):
12530         add more debugging, only reset caps when we're not in error state
12531
12532 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12533
12534         * ext/mad/gstmad.c: add debugging category, comment + cleanups
12535
12536 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
12537
12538         reviewed by Benjamin Otte  <otte@gnome.org>
12539
12540         * configure.ac:
12541           fix == in test(1) operator
12542
12543 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
12544
12545         reviewed by Benjamin Otte  <otte@gnome.org>
12546
12547         * configure.ac:
12548           fix --export-symblos-regex to a working regex.
12549
12550 2004-04-04  Benjamin Otte  <otte@gnome.org>
12551
12552         * sys/oss/.cvsignore:
12553           add for oss_probe
12554
12555 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
12556
12557         reviewed by Benjamin Otte  <otte@gnome.org>
12558
12559         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12560           add missing 'new_media' argument (fixes #138168)
12561         * gst/matroska/matroska-demux.c:
12562         (gst_matroska_demux_handle_seek_event):
12563           add vararg terminator (fixes #138169)
12564
12565 2004-04-02  David Schleef  <ds@schleef.org>
12566
12567         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
12568         disted (bug #138914)
12569
12570 2004-04-01  Benjamin Otte  <otte@gnome.org>
12571
12572         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
12573         (gst_alsa_close_audio):
12574           handle case better where a soundcard can't pause
12575         * ext/ogg/gstoggdemux.c:
12576           don't crash when we get events but don't have pads yet
12577
12578 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12579
12580         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12581           throw an error if we couldn't probe any caps.
12582
12583 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
12584
12585         * ext/dvdnav/gst-dvd:
12586         Add a really simple sample DVD player
12587
12588 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
12589
12590         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
12591         (gst_a52dec_push), (gst_a52dec_handle_event),
12592         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
12593         (gst_a52dec_change_state):
12594         * ext/a52dec/gsta52dec.h:
12595           Use a debug category, Output timestamps correctly
12596           Emit tag info, Handle events, tell liba52dec about cpu
12597           capabilities so it can use MMX etc.
12598         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
12599           Fix a crasher accessing invalid memory
12600         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
12601         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
12602         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
12603         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
12604         (dvdnavsrc_query):
12605           Some support for byte-format seeking.
12606           Small fixes for still frames and menu button overlays
12607         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
12608         (gst_mpeg2dec_alloc_buffer):
12609           Use a debug category. Adjust the report level of several items to
12610           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
12611           so it doesn't lose the GstBuffer pointer
12612         * gst/debug/Makefile.am:
12613         * gst/debug/gstdebug.c: (plugin_init):
12614         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
12615         (gst_navseek_base_init), (gst_navseek_class_init),
12616         (gst_navseek_init), (gst_navseek_seek),
12617         (gst_navseek_handle_src_event), (gst_navseek_set_property),
12618         (gst_navseek_get_property), (gst_navseek_chain),
12619         (gst_navseek_plugin_init):
12620         * gst/debug/gstnavseek.h:
12621           Add the navseek debug element for seeking back and forth in a
12622           video stream using arrow keys.
12623         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
12624         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
12625         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
12626         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
12627         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
12628         (gst_mpeg2subt_parse_header), (gst_get_nibble),
12629         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
12630         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
12631         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
12632         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
12633         * gst/mpeg2sub/gstmpeg2subt.h:
12634           Pretty much a complete rewrite. Now a loopbased element. May still
12635           require work to properly synchronise subtitle buffers.
12636         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
12637         (gst_dvd_demux_send_subbuffer):
12638         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
12639           Don't attempt to create subbuffers of size 0
12640           Reduce a couple of error outputs to warnings.
12641         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
12642         (gst_y4mencode_chain):
12643         Output the y4m frame header correctly.
12644
12645 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12646
12647         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
12648           throw errors instead of allowing SIGFPE
12649
12650 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12651
12652         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
12653         (gst_gconf_render_bin_from_key):
12654           leak plugging and style fixing
12655
12656 2004-03-31  David Schleef  <ds@schleef.org>
12657
12658         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
12659         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
12660         (bug #138225)
12661         * gst/debug/Makefile.am:
12662         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
12663         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
12664         plugin.
12665         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
12666         (gst_negotiation_base_init), (gst_negotiation_class_init),
12667         (gst_negotiation_init), (gst_negotiation_getcaps),
12668         (gst_negotiation_pad_link), (gst_negotiation_chain),
12669         (gst_negotiation_set_property), (gst_negotiation_get_property),
12670         (gst_negotiation_plugin_init):  New element to talk about random
12671         negotiation things happening in a pipeline.
12672
12673 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12674
12675         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
12676           fix integer addition with help of Stefan Kost
12677
12678 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12679
12680         * po/nl.po: updated Dutch translation (Elros Cyriatan)
12681
12682 2004-03-30  David Schleef  <ds@schleef.org>
12683
12684         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
12685         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
12686         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
12687         (bug #137504)
12688         * ext/mpeg2dec/gstmpeg2dec.h:
12689
12690 2004-03-30  David Schleef  <ds@schleef.org>
12691
12692         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
12693
12694 2004-03-30  David Schleef  <ds@schleef.org>
12695
12696         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
12697         Michael Petullo) to handle .mov
12698
12699 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12700
12701         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
12702         (gst_osselement_rate_check_rate):
12703           probe caps correctly for sound cards that only support one format
12704
12705 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12706
12707         * ext/kio/kiosrc.cpp: (process_events):
12708           update handling event processing if inside KDE - untested
12709
12710 2004-03-29  David Schleef  <ds@schleef.org>
12711
12712         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
12713         by 2 to not interfere with other colorspaces.
12714         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
12715         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
12716         one to not interfere with ffmpeg_colorspace.
12717
12718 2004-03-29  David Schleef  <ds@schleef.org>
12719
12720         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
12721         aren't in the caps.
12722         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
12723         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
12724
12725 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12726
12727         * gst-libs/gst/riff/riff-media.c:
12728           fail on error, don't try to set stuff on NULL caps
12729
12730 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12731
12732         * configure.ac:
12733         * ext/Makefile.am:
12734         * ext/kio/Makefile.am:
12735         * ext/kio/kioreceiver.cpp:
12736         * ext/kio/kioreceiver.h:
12737         * ext/kio/kiosrc.cpp:
12738         * ext/kio/kiosrc.h:
12739           add experimental kiosrc plugin
12740         * ext/alsa/gstalsaplugin.c: (plugin_init):
12741           initialize debugging category only when we're sure registering the
12742           plugins worked.
12743
12744 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12745
12746         * examples/gstplay/player.c: (main):
12747         * gst-libs/gst/play/play.c: (gst_play_class_init),
12748         (gst_play_set_location), (gst_play_set_data_src),
12749         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12750         (gst_play_set_visualization), (gst_play_connect_visualization):
12751           check return values of element_set_state and return FALSE where
12752           failed
12753
12754 2004-03-29  Benjamin Otte  <otte@gnome.org>
12755
12756         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12757           try harder to check if an event is really a discont
12758
12759 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12760
12761         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
12762         * po/az.po:
12763
12764 2004-03-28  Benjamin Otte  <otte@gnome.org>
12765
12766         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12767         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12768         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
12769           get rid of non-standard "..." ranges in case statements.
12770
12771 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
12772
12773         * gst/mpegstream/gstmpegdemux.c:
12774         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
12775         specific functionality split to the new dvddemux element.
12776         * gst/mpegstream/gstdvddemux.c:
12777         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
12778         streams, derived from mpegdemux.
12779         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
12780         up. SCR based timestamp rewriting can be turned off (will probably
12781         completely disappear soon).
12782         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
12783         hacking. General cleanup. All printf statements replaced by
12784         debugging messages. Almost complete libdvdnav support.
12785         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
12786         by events. New properties for audio and subpicture languages.
12787         (dvdnavsrc_update_highlight): Now uses events.
12788         (dvdnavsrc_user_op): Cleaned up.
12789         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
12790         based). Lots of cleanup, and propper support for most libdvdnav
12791         events.
12792         (dvdnavsrc_make_dvd_event): New function.
12793         (dvdnavsrc_make_dvd_nav_packet_event): New function.
12794         (dvdnavsrc_make_clut_change_event): New function.
12795
12796 2004-03-26  Benjamin Otte  <otte@gnome.org>
12797
12798         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
12799           fix bug where typefinding would claim it's theora whenever less then
12800           7 bytes of data were available
12801
12802 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12803
12804         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
12805         (gst_alawdec_base_init), (gst_alawdec_class_init),
12806         (gst_alawdec_init), (gst_alawdec_chain):
12807         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
12808         (gst_alawenc_base_init), (gst_alawenc_class_init),
12809         (gst_alawenc_init), (gst_alawenc_chain):
12810         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
12811         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
12812         (gst_mulawdec_init), (gst_mulawdec_chain):
12813         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
12814         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
12815         (gst_mulawenc_init), (gst_mulawenc_chain):
12816           Fix capsnego in all four, remove the unused property functions and
12817           simplify the chain functions slightly. I guess we could use macros
12818           or something similar for those, since the code is so similar, but
12819           I'm currently too lazy...
12820
12821 2004-03-24  David Schleef  <ds@schleef.org>
12822
12823         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
12824         (gst_osselement_close_audio), (gst_osselement_probe_caps),
12825         (gst_osselement_get_format_structure),
12826         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
12827         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
12828         (gst_osselement_rate_int_compare): Add code to handle rate probing
12829         (bug #120883)
12830         * sys/oss/gstosselement.h: same
12831         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
12832         Use rate probing provided by osselement.
12833         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
12834
12835 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12836
12837         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
12838         (gst_xvidenc_get_property):
12839           ulong/int mess-up.
12840
12841 2004-03-24  David Schleef  <ds@schleef.org>
12842
12843         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
12844         (gst_speexdec_init):
12845         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12846         (gst_speexenc_init):  Create the pad template correctly (from
12847         the static pad template, not a NULL pointer.)
12848
12849 2004-03-25  Benjamin Otte  <otte@gnome.org>
12850
12851         * gst/debug/Makefile.am:
12852         * gst/debug/breakmydata.c:
12853           add element that quasi-randomly changes bytes in the stream.
12854           Intended use is robustness checking of demuxers and decoders in
12855           media tests.
12856
12857 2004-03-24  Benjamin Otte  <otte@gnome.org>
12858
12859         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12860         (gst_alsa_probe_hw_params):
12861         * ext/alsa/gstalsa.h:
12862           debugging output fixes
12863
12864 2004-03-24  Benjamin Otte  <otte@gnome.org>
12865
12866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
12867           don't g_return_if_fail if element is PLAYING, fail silently as every
12868           other element.
12869         * gst/effectv/gstquark.c: (gst_quarktv_chain):
12870           only fix needed for cast lvalue issues in gst-plugins
12871         * gst/volenv/gstvolenv.c: (gst_volenv_init):
12872           add proxy_getcaps
12873
12874 2004-03-24  Benjamin Otte  <otte@gnome.org>
12875
12876         * gst/level/gstlevel.c: (gst_level_init):
12877           add proxying getcaps function, so level doesn't advertise impossible
12878           caps
12879
12880 2004-03-24  David Schleef  <ds@schleef.org>
12881
12882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12883         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
12884         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
12885         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
12886         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
12887         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
12888         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
12889         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
12890         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
12891         messages.  Divide the chunk size by the compression ratio
12892         (needed for MACE audio)
12893
12894 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12895
12896         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12897           Fix buffer overflow read error.
12898
12899 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12900
12901         * ext/alsa/gstalsa.h:
12902           Remove unused entry.
12903         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12904           Add cinepak.
12905         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12906         (gst_videodrop_link), (gst_videodrop_chain):
12907           Fix, sort of. Was horribly broken with new capsnego. Bah...
12908
12909 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
12910
12911         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
12912         (plugin_init):
12913         Add a monkeysaudio typefind function
12914
12915 2004-03-23  Johan Dahlin  <johan@gnome.org>
12916
12917         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
12918         (gst_play_video_fixate): Check so the structure has the field
12919         before trying to fixate them, this makes it possible to have
12920         fakesinks for video and audio output without printing errors on
12921         the output console.
12922
12923 2004-03-22  David Schleef  <ds@schleef.org>
12924
12925         * sys/oss/Makefile.am:
12926         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
12927         (check_rate), (add_rate):  Rate probing test app.
12928
12929 2004-03-21  Benjamin Otte  <otte@gnome.org>
12930
12931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12932         (_fixate_caps_to_int), (gst_audio_convert_fixate):
12933           add a fixation function that pretty much does the right thing (fixes
12934           #137556)
12935
12936 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
12937
12938         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
12939
12940 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
12941
12942         reviewed by: Benjamin Otte  <otte@gnome.org>
12943
12944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12945           terminate gst_event_new_discontinuous correctly (fixes parts of
12946           #137711)
12947
12948 2004-03-19  David Schleef  <ds@schleef.org>
12949
12950         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
12951         since it doesn't depend on X, and it's part of our ABI.
12952
12953 2004-03-19  Iain <iain@prettypeople.org>
12954
12955         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
12956         is_int in the structure, not the local variable.
12957
12958 2004-03-19  David Schleef  <ds@schleef.org>
12959
12960         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
12961         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
12962         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
12963         Improvements in caps negotiation.
12964
12965 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12966
12967         * po/LINGUAS:
12968         * po/af.po:
12969           adding Afrikaans (Petri Jooste)
12970
12971 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12972
12973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12974         (gst_ffmpegcolorspace_chain):
12975         throw error instead of g_critical (#137588)
12976
12977 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12978
12979         * Makefile.am:
12980         * configure.ac:
12981           dist common and m4 correctly
12982         * po/sv.po:
12983
12984 2004-03-17  David Schleef  <ds@schleef.org>
12985
12986         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
12987         (bug #137348)
12988
12989 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * po/LINGUAS:
12992         * po/sv.po:
12993           adding Swedish translation (Christian Rose)
12994
12995 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12996
12997         * Makefile.am: use release.mak
12998
12999 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13000
13001         * common/ChangeLog:
13002         * common/gst-autogen.sh:
13003           add some explanation about the version detection
13004         * configure.ac:
13005           fix X check
13006
13007 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * configure.ac: bump nano to 1
13010
13011 === release 0.8.0 ===
13012
13013 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13014
13015         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
13016
13017 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13018
13019         * configure.ac:
13020           update libtool version
13021         * gst-libs/gst/media-info/Makefile.am:
13022           actually use libtool version
13023
13024 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13025
13026         * configure.ac: fix speex detection to work with 1.0 but not 1.1
13027
13028 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13029
13030         * configure.ac:
13031         * gst-plugins.spec.in:
13032         * pkgconfig/Makefile.am:
13033         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13034         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13035         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13036         * pkgconfig/gstreamer-libs.pc.in:
13037         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
13038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13039         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
13040         * pkgconfig/gstreamer-plugins.pc.in:
13041           remove @VERSION@ from some of the pc files since core and plugins
13042           are decoupled.
13043           created gstreamer-plugins.pc as it's a better name, but keeping
13044           -libs around for now to get fixes upstream done first.
13045
13046 2004-03-15  Julien MOUTTE <julien@moutte.net>
13047
13048         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
13049         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
13050         * gst-libs/gst/play/play.h:
13051
13052 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13053
13054         * *.c, *.cc: don't mix tabs and spaces
13055
13056 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13057
13058         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
13059           use the new ffmpegcolorspace
13060         * gst-plugins.spec.in:
13061           package new colorspace and media-info
13062         * configure.ac:
13063         * pkgconfig/Makefile.am:
13064           fix some more disting issues
13065         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
13066         * pkgconfig/gstreamer-media-info.pc.in:
13067           generate media-info pc files
13068
13069 2004-03-15  Johan Dahlin  <johan@gnome.org>
13070
13071         * *.h: Revert indenting
13072
13073 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13074
13075         * configure.ac:
13076           adding ffmpegcolorspace element
13077         * gst/ffmpegcolorspace/Makefile.am:
13078         * gst/ffmpegcolorspace/avcodec.h:
13079         * gst/ffmpegcolorspace/common.h:
13080         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13081         * gst/ffmpegcolorspace/dsputil.h:
13082         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13084         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
13085         (gst_ffmpeg_caps_to_pix_fmt):
13086         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13088         (gst_ffmpegcolorspace_caps_remove_format_info),
13089         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
13090         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
13091         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
13092         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
13093         (gst_ffmpegcolorspace_set_property),
13094         (gst_ffmpegcolorspace_get_property),
13095         (gst_ffmpegcolorspace_register):
13096         * gst/ffmpegcolorspace/imgconvert.c:
13097         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13098         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13099         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13100         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13101         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13102         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
13103         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
13104         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
13105         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
13106         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
13107         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
13108         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
13109         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
13110         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
13111         (img_get_alpha_info), (deinterlace_line),
13112         (deinterlace_line_inplace), (deinterlace_bottom_field),
13113         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13114         * gst/ffmpegcolorspace/imgconvert_template.h:
13115         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13116         * gst/ffmpegcolorspace/mmx.h:
13117         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
13118           adding ffmpegcolorspace element supplied by Ronald after cleaning
13119           up and pulling in the right bits of upstream source.
13120           I'm sure a better C/compiler wizard could do some cleaning up (for
13121           example use GLIB's malloc stuff), but as a first pass this
13122           works very well
13123
13124 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13125
13126         * ext/alsa/gstalsa.h:
13127           I assume Ronald forgot to commit the change to have cardname
13128           as a struct member.  Expect some public spanking at the next
13129           opportunity.
13130
13131 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13132
13133         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
13134         (gst_alsa_open_audio), (gst_alsa_close_audio):
13135         * ext/alsa/gstalsa.c:
13136           Don't open the device if we're a mixer (= padless).
13137         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
13138         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
13139         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
13140           Open mixer during state change rather than during object
13141           initialization. Also, get a device name. Currently in a somewhat
13142           hackish fashion, but I didn't really find something better.
13143
13144 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13145
13146         * *.c, *.h: run gst-indent
13147
13148 2004-03-14  Benjamin Otte  <otte@gnome.org>
13149
13150         * gst/modplug/gstmodplug.cc:
13151         * gst/modplug/gstmodplug.h:
13152           set correct timestamps on outgoing buffers
13153
13154 2004-03-14  Benjamin Otte  <otte@gnome.org>
13155
13156         * gst/modplug/gstmodplug.cc:
13157           handle events - don't do crap when a discont arrives that's not
13158           necessary
13159           This allows correct loading and playback of mods in Rhythmbox
13160
13161 2004-03-14  Benjamin Otte  <otte@gnome.org>
13162
13163         * configure.ac:
13164         * gst-libs/gst/gconf/Makefile.am:
13165         * pkgconfig/Makefile.am:
13166           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
13167           they get rebuilt properly
13168         * configure.ac:
13169           when checking for vorbis, try pkgconfig first.
13170         * gst/modplug/gstmodplug.cc:
13171           add fixate function
13172
13173 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13174
13175         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13176           Fix for obvious mistake, where we first shift the offset and then
13177           read a samplesize element assuming the old offset. Note that this
13178           part still has something weird, i.e. my movies containing those
13179           don't actually play well, but at least there's something that looks
13180           like sound now.
13181
13182 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
13183         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
13184         (plugin_init):
13185         Add a typefind function for speex format
13186
13187 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13188
13189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
13190         (gst_asf_demux_setup_pad):
13191           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
13192           instead of 0. Reason is simple: some elements have a fps range
13193           of 1-max instead of 0-max. So now ASF video actually works.
13194
13195 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13196
13197         * po/LINGUAS:
13198         * po/sr.po:
13199           adding serbian as a language
13200
13201 2004-03-13  Benjamin Otte  <otte@gnome.org>
13202
13203         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13204           return taglist correctly from _get function, don't gst_pad_push it.
13205           (fixes #137042)
13206
13207 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13208         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13209
13210 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13211
13212         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
13213         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
13214         (gst_alsa_mixer_track_new):
13215         * ext/alsa/gstalsamixertrack.h:
13216           Fix ancient leftovers... MixerTrack is a GObject.
13217
13218 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13219
13220         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13221         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13222           Don't block during probing...
13223
13224 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13225
13226         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
13227         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
13228         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
13229         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
13230         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
13231         (gst_alsa_open_audio), (gst_alsa_close_audio):
13232         * ext/alsa/gstalsa.h:
13233           Add propertyprobe interface implementation, add some device-name
13234           property, all this so that it looks good in gnome-volume-control.
13235
13236 2004-03-12  David Schleef  <ds@schleef.org>
13237
13238         * configure.ac: the Hermes library controls hermescolorspace, not
13239         colorspace.
13240         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
13241         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
13242         not /* */
13243         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
13244         * ext/sdl/sdlvideosink.h: ditto.
13245         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
13246
13247 2004-03-12  Benjamin Otte  <otte@gnome.org>
13248
13249         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
13250         (gst_x_overlay_got_xwindow_id):
13251         * gst-libs/gst/xoverlay/xoverlay.h:
13252           replace XID with unsigned long to get rid of the xlibs dependency in
13253           XOverlay (fixes #137004)
13254
13255 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13256         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
13257         (gst_agingtv_setup):
13258         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
13259         (gst_dicetv_base_init), (gst_dicetv_class_init),
13260         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
13261         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
13262         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13263         (gst_edgetv_setup), (gst_edgetv_rgb32):
13264         * gst/effectv/gsteffectv.c:
13265         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
13266         (gst_quarktv_set_property):
13267         * gst/effectv/gstrev.c: (gst_revtv_get_type),
13268         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13269         (gst_revtv_setup), (gst_revtv_rgb32):
13270         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
13271         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13272         (gst_shagadelictv_init), (gst_shagadelictv_setup),
13273         (gst_shagadelictv_rgb32):
13274         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
13275         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13276         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
13277         * gst/effectv/gstwarp.c:
13278         Port everything that can be ported to videofilter and fix up the caps.
13279         Can someone with a big-endian machine please check these?
13280
13281 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13282
13283         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
13284         (gst_osssink_chain), (gst_osssink_change_state):
13285           Latest fixes for A/V sync, audio playback and such. This is about
13286           all... MPEG playback issues are mostly related to the async build-
13287           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
13288
13289 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13290
13291         patch from: Stephane Loeuillet
13292
13293         * configure.ac:
13294           use pkg-config for some libraries, falling back to the old .m4 way
13295           (fixes #131270)
13296         * m4/libdv.m4:
13297           removed
13298
13299 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13300
13301         * configure.ac:
13302         * tools/Makefile.am:
13303         * tools/Makefile.in:
13304         * tools/gst-launch-ext-m.m:
13305         * tools/gst-launch-ext.1.in:
13306         * tools/gst-visualise-m.m:
13307         * tools/gst-visualise.1:
13308         * tools/gst-visualise.1.in:
13309           reorganizing generation of script tools
13310
13311 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13312
13313         * ext/divx/gstdivxdec.c:
13314           Downgrade priority. We prefer ffdec_mpeg4.
13315         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
13316         (gst_faad_chain), (gst_faad_change_state):
13317           Fix capsnego. Doesn't work for some sounds because we don't have
13318           a 5:1 to stereo element.
13319         * ext/xvid/gstxvid.c: (plugin_init):
13320           Add priority.
13321         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
13322         (gst_osssink_change_state):
13323           Add discont handling.
13324
13325 2004-03-09  Colin Walters  <walters@verbum.org>
13326
13327         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
13328         conversion.
13329
13330 2004-03-09  Benjamin Otte  <otte@gnome.org>
13331
13332         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
13333           the signals take 2 arguments
13334
13335 2004-03-09  David Schleef  <ds@schleef.org>
13336
13337         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
13338         (gst_alsa_fixate): Add fixate function.  (bug #136686)
13339         * ext/alsa/gstalsa.h:
13340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
13341
13342 2004-03-09  Benjamin Otte  <otte@gnome.org>
13343
13344         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
13345         (gst_mikmod_change_state):
13346         * ext/mikmod/gstmikmod.h:
13347           make mikmod's loop function not loop infinitely and call
13348           gst_element_yield anymore
13349         * gst/modplug/gstmodplug.cc:
13350           fix pad negotiation (fixes #136590)
13351
13352 2004-03-09  David Schleef  <ds@schleef.org>
13353
13354         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
13355         doesn't conflict with the internal colorspace plugin.
13356         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
13357         satisfy the crappy-ass shell shipped by a certain vendor.
13358         * gst/videofilter/make_filter: same (bug #135299)
13359
13360 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13361
13362         * configure.ac: bump nano to 1
13363
13364 === release 0.7.6 ===
13365
13366 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13367
13368         * configure.in: releasing 0.7.6, "There"
13369
13370 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13373         * pkgconfig/gstreamer-play.pc.in:
13374           synchronize the two
13375
13376 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13377
13378         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
13379         (cdparanoia_open), (cdparanoia_event):
13380           fix/add error handling
13381         * po/POTFILES.in:
13382           add cdparanoia source
13383         * tools/Makefile.am:
13384           make scripts executable
13385
13386 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13387
13388         * configure.ac:
13389         * ext/vorbis/Makefile.am:
13390         * sys/Makefile.am:
13391           remove id3types, vorbisfile and xvideosink from the build (#133783)
13392
13393 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13394
13395         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13396           Fix metadata read crash (#136537).
13397
13398 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13399
13400         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
13401         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
13402           adding mime types, fixing the one-stop function
13403
13404 2004-03-08  Christian Schaller <Uraeus@gnome.org>
13405
13406         * ext/nas/nassink.c and /ext/nas/nassink.h:
13407         More NAS love from Arwed von Merkatz
13408         So lets all sing 'Can you feel the NAS tonight'
13409
13410 2004-03-08  Christian Schaller <Uraeus@gnome.org>
13411
13412         * tools/gst-launch-ext.in:
13413         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
13414
13415 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13416
13417         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
13418         (gst_mpeg2dec_init):
13419         remove the user_data pad for now, because it is being used in
13420         fixating causing MPEG playback to fixate on 1000 Hz for playback.
13421         If someone knows how to fix this properly, please do.
13422
13423 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13424
13425         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13426         (gst_osssink_get_time):
13427         add a warning, IMO this won't get triggered anymore, remove later
13428
13429 2004-03-07  David Schleef  <ds@schleef.org>
13430
13431         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
13432         format (bug #136470)
13433
13434 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13435
13436         * gst-libs/Makefile.am:
13437         * gst-libs/gst/media-info/Makefile.am:
13438         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
13439         (error_callback), (gst_media_info_error_create),
13440         (gst_media_info_error_element), (gmip_init), (gmip_reset),
13441         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
13442         * gst-libs/gst/media-info/media-info-priv.h:
13443         * gst-libs/gst/media-info/media-info-test.c: (main):
13444         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
13445         (gst_media_info_class_init), (gst_media_info_instance_init),
13446         (gst_media_info_set_source), (gst_media_info_read_with_idler),
13447         (gst_media_info_read_idler), (gst_media_info_read):
13448         * gst-libs/gst/media-info/media-info.h:
13449         fixed, should work now
13450
13451 2004-03-07  Christian Schaller <Uraeus@gnome.org>
13452
13453         * ext/nas/nassink.c:
13454         A bunch of NAS fixes from Arwed von Merkatz
13455
13456 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13457
13458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13459         (qtdemux_parse_trak):
13460           Fix crash (j might be greater than n_samples, in which case we're
13461           writing outside the allocated space for the array) and memleak.
13462
13463 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13464
13465         * sys/oss/gstosssink.c: (gst_osssink_chain):
13466           And another caller that couldn't handle delay < 0 (unsigned
13467           integer overflow). Video now continues playing on an audio
13468           buffer underrun, and the clock continues working. Audio still
13469           stalls.
13470
13471 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13472
13473         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13474         (gst_osssink_get_time):
13475           get_delay() may return values lower than 0. In those cases, we
13476           should not actually cast to *unsigned* int64, that will break
13477           stuff horribly. In my case, it screwed up A/V sync in movies
13478           in totem rather badly.
13479
13480 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13481
13482         * ext/faac/gstfaac.c: (gst_faac_chain):
13483         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13484         * ext/libpng/gstpngenc.c: (user_write_data):
13485         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13486         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
13487         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
13488         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
13489         Fix several misuse of gst_buffer_merge (it doesn't take ownership
13490         of any buffer), should fix some leaks. I hope I didn't unref buffers
13491         that shouldn't be...
13492
13493 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13494
13495         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
13496         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
13497         (error_callback), (gmi_reset), (gmi_seek_to_track),
13498         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
13499         (gmip_find_type_post), (gmip_find_stream_post),
13500         (gmip_find_track_streaminfo_post):
13501         * gst-libs/gst/media-info/media-info-priv.h:
13502         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
13503         (info_print), (main):
13504         * gst-libs/gst/media-info/media-info.c:
13505         (gst_media_info_error_create), (gst_media_info_error_element),
13506         (gst_media_info_instance_init), (gst_media_info_get_property),
13507         (gst_media_info_new), (gst_media_info_set_source),
13508         (gst_media_info_read_idler), (gst_media_info_read):
13509         * gst-libs/gst/media-info/media-info.h:
13510           first pass at making this work again.  This seems to work on
13511           tagged ogg/vorbis and mp3 files.
13512
13513 2004-03-06  Benjamin Otte  <otte@gnome.org>
13514
13515         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13516           fix huge leak: gst_buffer_merge doesn't unref the first argument
13517           itself.
13518
13519 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13520
13521         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
13522           report layer/mode/emphasis
13523
13524 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13525
13526         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
13527
13528 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13529
13530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
13531           signal serial
13532
13533 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13534
13535         * ext/vorbis/vorbis.c: (plugin_init):
13536         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13537         (gst_vorbis_dec_init), (vorbis_dec_event):
13538         add debug category
13539         make vorbisdec handle _BYTE and _TIME queries
13540
13541 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13542
13543         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
13544           from the xing header
13545
13546 2004-03-06  Benjamin Otte  <otte@gnome.org>
13547
13548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
13549         (gst_audio_convert_link), (gst_audio_convert_change_state),
13550         (gst_audio_convert_buffer_from_default_format):
13551           do conversions from/to float correctly, fix some caps nego errors,
13552           export correct supported caps in template and getcaps, use correct
13553           caps in try_set_caps functions
13554
13555 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13556
13557         For some reason, I only committed a ChangeLog entry yesterday and
13558         not the corresponding code...
13559         * ext/mad/gstmad.c: Fix detection of Xing headers
13560         * gst/tags/gstid3tag.c: Changes to support TLEN tags
13561
13562 2004-03-06  Benjamin Otte  <otte@gnome.org>
13563
13564         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
13565         (gst_ogg_demux_src_query):
13566           make sure to handle the case where there's no current chain
13567           gracefully.
13568
13569 2004-03-05  David Schleef  <ds@schleef.org>
13570
13571         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
13572         Add fixate function. (bug #131128)
13573         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13574         (gst_sdlvideosink_fixate):  Add fixate function.
13575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13576         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
13577         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
13578         Fix missing break that was causing ulaw to be interpreted as
13579         raw int.
13580
13581 2004-03-05  David Schleef  <ds@schleef.org>
13582
13583         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
13584         Fix code that ignores return value of gst_buffer_merge().
13585         (bug #114560)
13586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
13587         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
13588         * testsuite/gst-lint:  Check for above.
13589
13590 2004-03-05  David Schleef  <ds@schleef.org>
13591
13592         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
13593         caps and throw an element error.  (bug #136334)
13594
13595 2004-03-05  David Schleef  <ds@schleef.org>
13596
13597         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
13598         (gst_faad_chain): Fix negotiation.
13599         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
13600         key and button events.
13601         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
13602         dung heap of code.
13603         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
13604         depends on gconf
13605         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
13606         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13607         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
13608         function to encourage better negotiation, particularly between
13609         audioconvert and osssink.
13610         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13611         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
13612         more important.
13613         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
13614         typefinding.
13615         * gst/vbidec/vbiscreen.c:  Add glib header
13616         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
13617
13618 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
13619
13620         * ext/mad/gstmad.c: Fix detection of Xing headers
13621         * gst/tags/gstid3tag.c: Changes to support TLEN tags
13622
13623 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13624
13625         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13626         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
13627           debug updates
13628
13629 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13630
13631         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
13632         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
13633         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
13634         files, and report the parsed length as a GST_TAG_DURATION tag.
13635         * gst/tags/gstid3tag.c: support TLEN (duration) tag
13636
13637 2004-03-05  Benjamin Otte  <otte@gnome.org>
13638
13639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
13640           convert channels correctly. convert correctly to unsigned.
13641
13642 2004-03-05  Julien MOUTTE <julien@moutte.net>
13643
13644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
13645         we have a window before clearing it.
13646
13647 2004-03-05  Julien MOUTTE <julien@moutte.net>
13648
13649         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
13650         have a window before clearing it.
13651
13652 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13653
13654         * gconf/gstreamer.schemas.in:
13655         * gst-libs/gst/gconf/Makefile.am:
13656           version installation path the same way as for 0.6
13657         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13658         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13659         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13660           remove comment that was fixed
13661
13662 2004-03-05  David Schleef  <ds@schleef.org>
13663
13664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
13665         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
13666         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
13667         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
13668         Add prototype code for handling seeking and querying.
13669
13670 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13671
13672         * examples/gstplay/player.c: (main):
13673           Initialize variables to NULL. Prevents a segfault because the
13674           (uninitialized) variable is not NULL, resulting in a crash on
13675           trying to reach error->message.
13676
13677 2004-03-05  Benjamin Otte  <otte@gnome.org>
13678
13679         * gst/audioconvert/gstaudioconvert.c:
13680         (gst_audio_convert_buffer_to_default_format):
13681         make float=>int conversion work correctly even in cornercases.
13682
13683 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
13684
13685         * debian/README.Debian:
13686         * debian/build-deps:
13687         * debian/changelog:
13688         * debian/control:
13689         * debian/control.in:
13690         * debian/copyright:
13691         * debian/gstreamer-a52dec.files:
13692         * debian/gstreamer-aa.files:
13693         * debian/gstreamer-alsa.files:
13694         * debian/gstreamer-alsa.manpages:
13695         * debian/gstreamer-arts.files:
13696         * debian/gstreamer-artsd.files:
13697         * debian/gstreamer-audiofile.files:
13698         * debian/gstreamer-avifile.files:
13699         * debian/gstreamer-cdparanoia.files:
13700         * debian/gstreamer-colorspace.files:
13701         * debian/gstreamer-doc.files:
13702         * debian/gstreamer-dv.files:
13703         * debian/gstreamer-dvd.files:
13704         * debian/gstreamer-esd.files:
13705         * debian/gstreamer-festival.files:
13706         * debian/gstreamer-flac.files:
13707         * debian/gstreamer-gconf.conffiles:
13708         * debian/gstreamer-gconf.files:
13709         * debian/gstreamer-gconf.postinst:
13710         * debian/gstreamer-gnomevfs.files:
13711         * debian/gstreamer-gsm.files:
13712         * debian/gstreamer-http.files:
13713         * debian/gstreamer-jack.files:
13714         * debian/gstreamer-jpeg.files:
13715         * debian/gstreamer-mad.files:
13716         * debian/gstreamer-mikmod.files:
13717         * debian/gstreamer-misc.files:
13718         * debian/gstreamer-mpeg2dec.files:
13719         * debian/gstreamer-oss.files:
13720         * debian/gstreamer-plugin-apps.files:
13721         * debian/gstreamer-plugin-apps.manpages:
13722         * debian/gstreamer-plugin-libs-dev.files:
13723         * debian/gstreamer-plugin-libs.files:
13724         * debian/gstreamer-plugin-template.postinst:
13725         * debian/gstreamer-plugin-template.postrm:
13726         * debian/gstreamer-sdl.files:
13727         * debian/gstreamer-sid.files:
13728         * debian/gstreamer-vorbis.files:
13729         * debian/gstreamer-x.files:
13730         * debian/mk.control:
13731         * debian/rules:
13732         Debian package info not maintained here.
13733
13734 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13735
13736         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
13737         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
13738         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
13739         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
13740         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
13741         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
13742         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
13743         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
13744         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
13745         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
13746         * gst-libs/gst/colorbalance/colorbalance.c:
13747         (gst_color_balance_class_init):
13748         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13749         (gst_color_balance_channel_class_init):
13750         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
13751         * gst-libs/gst/play/play.c: (gst_play_class_init):
13752         * gst-libs/gst/propertyprobe/propertyprobe.c:
13753         (gst_property_probe_iface_init):
13754         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
13755         * gst-libs/gst/tuner/tunerchannel.c:
13756         (gst_tuner_channel_class_init):
13757         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
13758         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
13759         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
13760         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
13761         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
13762         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
13765         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
13766           fix signals to use - instead of _
13767         * ext/libcaca/gstcacasink.h:
13768         * ext/sdl/sdlvideosink.h:
13769           fix header rename
13770
13771 2004-03-04  David Schleef  <ds@schleef.org>
13772
13773         * testsuite/gst-lint:  Add a check for bad signal names.
13774
13775 2004-03-04  <kost@imn.htwk-leipzig.de>
13776
13777         reviewed by David Schleef
13778
13779         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
13780         modified the alpha channel and caused a warning. (bug #136192)
13781
13782 2004-04-03  Christian Schaller <Uraeus@gnome.org>
13783
13784         * gst-plugins.spec.in:
13785         Change names of plugins to actually be correct. Try to keep things
13786         alphabetical to avoid getting beat up by Thomas
13787
13788 2004-03-03  Julien MOUTTE <julien@moutte.net>
13789
13790         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
13791         Using ximagesink as a default if no gconf key found. We should
13792         probably consider using alsasink instead of osssink for the audio
13793         part.
13794
13795 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13796
13797         * configure.ac:
13798           fix --with-plugins, don't think it ever worked before
13799         * gst-plugins.spec.in:
13800           even more updates
13801
13802 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13803
13804         * ext/sdl/sdlvideosink.h:
13805         * sys/ximage/ximagesink.h:
13806         * sys/xvideo/xvideosink.h:
13807         * sys/xvimage/xvimagesink.h:
13808           Fix for move of gstvideosink.h -> videosink.h.
13809
13810 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13811
13812         * gst-libs/gst/xwindowlistener/Makefile.am:
13813           this is a plugin library, not a library
13814
13815 2004-03-01  David Schleef  <ds@schleef.org>
13816
13817         * AUTHORS:  Added some names.  Add yourself if you're still
13818         missing.
13819
13820 2004-03-01  David Schleef  <ds@schleef.org>
13821
13822         * MAINTAINERS: Add
13823
13824 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13825
13826         * gst-plugins.spec.in: clean up spec file
13827
13828 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13829
13830         * gst-libs/gst/video/Makefile.am:
13831         * gst-libs/gst/video/gstvideosink.c:
13832         * gst-libs/gst/video/gstvideosink.h:
13833           rename gstvideosink.h to videosink.h to match other headers
13834         * gst/mixmatrix/Makefile.am:
13835           fix plugin filename
13836         * gst/tags/Makefile.am: fix plugin filename
13837
13838 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13839
13840         * gst/tags/Makefile.am: fix plugin filename
13841
13842 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13843
13844         * examples/gstplay/player.c: (got_time_tick), (main):
13845           add error handler
13846           display time_tick more readably
13847         * gst/mixmatrix/Makefile.am:
13848           fix plugin file name
13849
13850 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
13851
13852         * sys/oss/gstosselement.c: (gst_osselement_probe),
13853         (device_combination_append), (gst_osselement_class_probe_devices):
13854         * sys/oss/gstosselement.h:
13855           Reworked enumeration of oss dsps and mixers so that gst-mixer works
13856           on my system using alsa oss emulation, fixes bug #135597
13857
13858 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13859
13860         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
13861         (gst_videodrop_chain), (gst_videodrop_change_state):
13862         * gst/videodrop/gstvideodrop.h:
13863           Work based on timestamp of input data, not based on the expected
13864           framerate from the input. The consequence is that this element now
13865           not only scales framerates, but also functions as a framerate
13866           corrector or framerate stabilizer/constantizer.
13867
13868 2004-02-27  David Schleef  <ds@schleef.org>
13869
13870         patches from jmmv@menta.net (Julio M. Merino Vidal)
13871
13872         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
13873         GST_ELEMENT_ERROR call (bug #135634)
13874         * gst/interleave/interleave.c: (interleave_buffered_loop),
13875         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
13876         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
13877         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13878         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
13879         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
13880         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13881         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
13882         Fix GST_ELEMENT_ERROR call.
13883         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
13884         GST_ELEMENT_ERROR call.
13885
13886 2004-02-27  Benjamin Otte  <otte@gnome.org>
13887
13888         * gst-libs/gst/audio/audio.h:
13889           add macro to make sure header isn't included twice
13890         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13891           don't use gst_buffer_free
13892         * gst/playondemand/filter.func:
13893           don't use gst_data_free. Free data only once.
13894
13895 2004-02-26  David Schleef  <ds@schleef.org>
13896
13897         * gst-libs/gst/colorbalance/Makefile.am:
13898         * gst-libs/gst/mixer/Makefile.am:
13899         * gst-libs/gst/tuner/Makefile.am:
13900         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
13901         should not be disted, -marshal.h files should not be installed,
13902         and -enum.h files _should_ be installed.  Fix to make this the
13903         case.
13904
13905 === release 0.7.5 ===
13906
13907 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13908
13909         * configure.ac: release 0.7.5, "Under The Sea"
13910
13911 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
13914         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
13915         * gst/videoscale/gstvideoscale.c:
13916         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
13917           assorted debug/warning fixes
13918
13919 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13920
13921         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
13922         (gst_videoscale_init), (gst_videoscale_chain),
13923         (gst_videoscale_set_property), (plugin_init):
13924         * gst/videoscale/gstvideoscale.h:
13925         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13926         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
13927         (gst_videoscale_planar400), (gst_videoscale_packed422),
13928         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
13929         (gst_videoscale_24bit), (gst_videoscale_16bit),
13930         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
13931         (gst_videoscale_scale_plane_slow),
13932         (gst_videoscale_scale_point_sample),
13933         (gst_videoscale_scale_nearest),
13934         (gst_videoscale_scale_nearest_str2),
13935         (gst_videoscale_scale_nearest_str4),
13936         (gst_videoscale_scale_nearest_32bit),
13937         (gst_videoscale_scale_nearest_24bit),
13938         (gst_videoscale_scale_nearest_16bit):
13939         add debugging category and use it properly
13940         fix use of GST_PTR_FORMAT
13941
13942 2004-02-25  Andy Wingo  <wingo@pobox.com>
13943
13944         * gst/interleave/interleave.c (interleave_buffered_loop): Always
13945         push only when channel->buffer is NULL. Prevents segfaults doing
13946         the state change after a nonlocal exit, like a scheme exception.
13947
13948         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
13949         Handle the case where the intersected caps is empty.
13950
13951 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13952
13953         * gst/law/mulaw-decode.c: (mulawdec_link):
13954         * gst/law/mulaw.c: (plugin_init):
13955           fix mulawdec so it actually works again
13956
13957 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
13958
13959         reviewed by: David Schleef  <ds@schleef.org>
13960
13961         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
13962         (gst_gamma_init), (gst_gamma_set_property),
13963         (gst_gamma_get_property), (gst_gamma_calculate_tables),
13964         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
13965         for RGB, with separate r g and b correction factors. (#131167)
13966
13967 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13970           only signal tags for bitrate if they're > 0 (#134894)
13971
13972 2004-02-24  David Schleef  <ds@schleef.org>
13973
13974         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
13975         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
13976         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
13977         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
13978         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
13979         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
13980         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
13981         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
13982         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
13983         category.  Attempt to fix timestamp calculation.
13984
13985 2004-02-24  Johan Dahlin  <johan@gnome.org>
13986
13987         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
13988
13989 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13990
13991         * configure.ac:
13992         * gconf/Makefile.am:
13993         * gconf/gstreamer.schemas:
13994         * gst-libs/gst/gconf/Makefile.am:
13995         * gst-libs/gst/gconf/gconf.c:
13996           version gconf schemas and install locations
13997
13998 2004-02-23  Benjamin Otte  <otte@gnome.org>
13999
14000         * ext/xine/xineinput.c: (gst_xine_input_dispose):
14001         (gst_xine_input_subclass_init):
14002           call parent dispose.
14003           change pad template for CD reader correctly
14004         * ext/xine/Makefile.am:
14005         * ext/xine/gstxine.h:
14006         * ext/xine/xine.c: (plugin_init):
14007         * ext/xine/xineaudiosink.c:
14008           wrap audio sinks, too
14009         * gst-libs/gst/resample/private.h:
14010         * gst-libs/gst/resample/resample.c: (gst_resample_init),
14011         (gst_resample_reinit), (gst_resample_scale),
14012         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
14013         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
14014         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
14015         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
14016         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
14017         * gst-libs/gst/resample/resample.h:
14018         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
14019         (gst_audioscale_class_init), (gst_audioscale_link),
14020         (gst_audioscale_get_buffer), (gst_audioscale_init),
14021         (gst_audioscale_chain), (gst_audioscale_set_property),
14022         (gst_audioscale_get_property):
14023         * gst/audioscale/gstaudioscale.h:
14024           s/resample_*/gst_resample_*/i to not clobber namespaces
14025
14026 2004-02-23  Julien MOUTTE  <julien@moutte.net>
14027
14028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14029         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14030         (gst_riff_create_video_template_caps),
14031         (gst_riff_create_audio_template_caps),
14032         (gst_riff_create_iavs_template_caps):
14033         * gst-libs/gst/riff/riff-media.h:
14034         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14035         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
14036         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
14037         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14039         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
14040         (gst_matroska_demux_plugin_init): First batch implementing audio and
14041         video codec tags in demuxers.
14042
14043 2004-02-22  Benjamin Otte  <otte@gnome.org>
14044
14045         * ext/xine/Makefile.am:
14046         * ext/xine/gstxine.h:
14047         * ext/xine/xine.c: (plugin_init):
14048         * ext/xine/xineinput.c:
14049           add input plugin wrapper. Playback from files, http, mms and cdda
14050           works.
14051         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14052           remove leftover G_GNUC_UNUSED
14053         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
14054         (gst_asf_demux_identify_guid):
14055           improve debugging output
14056
14057 2004-02-22  Benjamin Otte  <otte@gnome.org>
14058
14059         reported by: Padraig O'Briain <padraig.obriain@sun.com>
14060
14061         * autogen.sh:
14062           replace test -e with test -x for mkinstalldirs to be more portable.
14063           (fixes #134816)
14064
14065 2004-02-22  Benjamin Otte  <otte@gnome.org>
14066
14067         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
14068
14069         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
14070           set rank to PRIMARY
14071         * gst/volume/gstvolume.c: (plugin_init):
14072           set rank to NONE
14073         fixes #134960
14074
14075 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
14076
14077         reviewed by Benjamin Otte  <otte@gnome.org>
14078
14079         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
14080           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
14081
14082 2004-02-22  Benjamin Otte  <otte@gnome.org>
14083
14084         * configure.ac:
14085           export [_]*{gst,Gst,GST}.* symbols from plugins
14086
14087 2004-02-22  Christophe Fergeau <teuf@gnome.org>
14088
14089         reviewed by: Benjamin Otte  <otte@gnome.org>
14090
14091         * ext/lame/gstlame.c: (add_one_tag):
14092         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
14094         (gst_vorbisenc_metadata_set1):
14095         * gst/tags/gstid3tag.c:
14096         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
14097           apply fixes from bugs #135042 (lame can't write tags) and #133817
14098           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
14099
14100 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
14101
14102         * configure.ac: Export only gst_plugin_desc from plugins.
14103          Note that this change only makes any effect with Linux using libtool
14104          1.5.2 or higher. Otherwise it is silently ignored, but it would build
14105          fine. And don't try to have several versions of libtool in different
14106          directories.
14107
14108 2004-02-20  Andy Wingo  <wingo@pobox.com>
14109
14110         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
14111         interleave respectively.
14112
14113         * gst/interleave/deinterleave.c: New plugin: deinterleave
14114         (replaces on oneton).
14115         * gst/interleave/interleave.c: New plugin: interleave.
14116         * gst/interleave/plugin.h: Support file.
14117         * gst/interleave/plugin.c: Support file.
14118
14119         * configure.ac: Remove intfloat and oneton, add interleave.
14120
14121         * ext/sndfile/gstsf.c: Handle events better.
14122
14123         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
14124         and float2int operation. int2float has scheduling problems as
14125         noted in in2float_chain.
14126
14127 2004-02-20  Benjamin Otte  <otte@gnome.org>
14128
14129         * ext/xine/Makefile.am:
14130         * ext/xine/gstxine.h:
14131         * ext/xine/xine.c:
14132         * ext/xine/xineaudiodec.c:
14133         * ext/xine/xinecaps.c:
14134           add first version of xine plugin wrapper. Currently only wraps the
14135           QDM2 win32 DLL, and even that only in proof-of-concept quality.
14136         * configure.ac:
14137         * ext/Makefile.am:
14138           add xine plugin wrapper, disabled by default. Use --enable-xine to
14139           build. Note that it'll segfault on gst-register if you don't remove
14140           the goom and tvtime post plugins from xine.
14141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14142         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
14143           add extradata parsing for QDM2.
14144           change around debugging prints.
14145
14146 2004-02-19  Benjamin Otte  <otte@gnome.org>
14147
14148         * ext/lame/gstlame.c: (gst_lame_chain):
14149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14150           use gst_tag_list_insert when you want to insert tags
14151
14152 2004-02-18  David Schleef  <ds@schleef.org>
14153
14154         * configure.ac:  Move massink to gst-rotten
14155         * ext/Makefile.am:
14156         * ext/mas/Makefile.am:
14157         * ext/mas/massink.c:
14158         * ext/mas/massink.h:
14159
14160 2004-02-18  David Schleef  <ds@schleef.org>
14161
14162         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
14163         typefinding, since it seems to be worse than nothing.
14164         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
14165         atom to recognize .mp4 and .m4a files as video/quicktime.
14166
14167 2004-02-18  David Schleef  <ds@schleef.org>
14168
14169         * gst/sine/demo-dparams.c: (quit_live),
14170         (dynparm_log_value_changed), (dynparm_value_changed), (main):
14171         Use double dparams, not float.
14172         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14173         (gst_sinesrc_init): Change sync default to FALSE, since multiple
14174         sync'd elements don't really work correctly.
14175         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
14176         (volume_update_volume), (volume_get_property):  Change dparam
14177         to double.
14178
14179 2004-02-18  Julien MOUTTE  <julien@moutte.net>
14180
14181         * sys/ximage/ximagesink.c:
14182         (gst_ximagesink_xwindow_update_geometry),
14183         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
14184         (gst_ximagesink_change_state), (gst_ximagesink_expose),
14185         (gst_ximagesink_init): Rework the way software video scaling works. So
14186         now we check on each chain call if the video frames are feeling the
14187         window. If not we try to renegotiate caps. On failure we memorize that
14188         and we won't try again for that PLAYING sessions.
14189         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
14190         failure.
14191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
14192         synchronous flag.
14193
14194 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14195
14196         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
14197           break up _link so we can give a better debug message for errors
14198
14199 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14200
14201         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14202           set up debug category
14203
14204 2004-02-18  Julien MOUTTE <julien@moutte.net>
14205
14206         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14207         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
14208         the way renegotiation work. The event handling function is not taking
14209         care of external windows and renegotiate method check for pad flags
14210         NEGOTIATING. Should fix : #133209
14211
14212 2004-02-17  Julien MOUTTE  <julien@moutte.net>
14213
14214         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
14215         pad is negotiating before trying renegotiation.
14216
14217 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
14220           pass on all possible mime types as typefind hints
14221
14222 2004-02-17  Julien MOUTTE <julien@moutte.net>
14223
14224         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
14226         possible SHM leak if we crash. All other apps using XShm are doing
14227         that.
14228
14229 2004-02-17  Julien MOUTTE  <julien@moutte.net>
14230
14231         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14232         (gst_ximagesink_expose): Renegotiate size on expose.
14233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
14234         size on expose.
14235
14236 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14237
14238         * testsuite/alsa/sinesrc.c:
14239           cosmetic fix to fix compile issue with gcc 2.95.4
14240
14241 2004-02-16  Julien MOUTTE <julien@moutte.net>
14242
14243         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14244         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
14245         failed opening the audio device.
14246         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14247         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
14248         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
14249         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
14250         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
14251         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
14252         (gst_ximagesink_change_state), (gst_ximagesink_chain),
14253         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
14254         Removing some useless g_return_if_fail like wingo suggested.
14255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14256         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
14257         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
14258         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
14259         (gst_xvimagesink_update_colorbalance),
14260         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
14261         (gst_xvimagesink_xcontext_clear),
14262         (gst_xvimagesink_get_fourcc_from_caps),
14263         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
14264         (gst_xvimagesink_set_xwindow_id),
14265         (gst_xvimagesink_colorbalance_list_channels),
14266         (gst_xvimagesink_colorbalance_set_value),
14267         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
14268         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
14269
14270 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14271
14272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
14273           throw error when not negotiated instead of asserting
14274
14275 2004-02-15  Julien MOUTTE  <julien@moutte.net>
14276
14277         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
14278         correct data refcounting.
14279
14280 2004-02-15  Julien MOUTTE  <julien@moutte.net>
14281
14282         * gst/switch/gstswitch.c: (gst_switch_change_state),
14283         (gst_switch_class_init): Cleaning the sinkpads correctly on state
14284         change, mostly the EOS flag.
14285
14286 2004-02-15  Julien MOUTTE  <julien@moutte.net>
14287
14288         * examples/gstplay/player.c: (got_eos), (main): Adding some
14289         output for debugging.
14290         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
14291         timeouts if we go to any state different from PLAYING.
14292         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
14293         more EOS bugs in riff lib.
14294
14295 2004-02-14  Julien MOUTTE  <julien@moutte.net>
14296
14297         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
14298         visualization until i find a way to fix switch correctly.
14299         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
14300         EOS arrives.
14301         * gst/switch/gstswitch.c: (gst_switch_release_pad),
14302         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
14303         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
14304         Reworked switch to get a more correct behaviour with events and refing
14305         of data stored in sinkpads.
14306         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
14307         we don't pull from a pad in EOS.
14308
14309 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14310
14311         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14312           remove v1 tag even if we can't read it (makes sure we don't detect
14313           it again)
14314
14315 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14316
14317         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
14318         (gst_alsa_xrun_recovery):
14319         * ext/alsa/gstalsa.h:
14320           try xrun recovery when wait failed. Make xrun recovery function
14321           return TRUE/FALSE to indicate success. (might fix #134354)
14322
14323 2004-02-13  David Schleef  <ds@schleef.org>
14324
14325         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
14326         (dynparm_value_changed), (main): Convert from float to double.
14327         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
14328
14329 2004-02-13  David Schleef  <ds@schleef.org>
14330
14331         * gst/silence/gstsilence.c: (gst_silence_class_init),
14332         (gst_silence_set_clock), (gst_silence_get),
14333         (gst_silence_set_property), (gst_silence_get_property):
14334         * gst/silence/gstsilence.h: Add sync property.
14335         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14336         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
14337         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
14338         * gst/sine/gstsinesrc.h: Add sync property.
14339
14340 2004-02-13  David Schleef  <ds@schleef.org>
14341
14342         * gst/intfloat/gstint2float.c: (conv_f32_s16),
14343         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
14344
14345 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14346
14347         * configure.ac:
14348         * ext/Makefile.am:
14349         * gst-libs/ext/Makefile.am:
14350           move ffmpeg plugin to gst-ffmpeg module
14351
14352 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14353
14354         * configure.ac: use GST_ARCH to detect architecture
14355
14356 2004-02-12  Julien MOUTTE  <julien@moutte.net>
14357
14358         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
14359
14360 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14361
14362         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14363           classify LADSPA plugins based on number of src/sink pads
14364           (#133663, Stefan Kost)
14365         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
14366           fix dparams registration
14367           (#133528, Stefan Kost)
14368         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
14369           fix use of isprint and use g_ascii_isprint instead
14370           (#133316, Stefan Kost)
14371
14372 2004-02-11  David Schleef  <ds@schleef.org>
14373
14374         Convert a few inner loops to use liboil.  This is currently
14375         optional, and is only enabled if liboil is present (duh!).
14376         * configure.ac: Check for liboil-0.1
14377         * gst/intfloat/Makefile.am:
14378         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
14379         (gst_int2float_chain_gint16):
14380         * gst/videofilter/Makefile.am:
14381         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
14382         (tablelookup_u8), (gst_videobalance_planar411):
14383         * gst/videotestsrc/Makefile.am:
14384         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
14385         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
14386         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
14387         (paint_hline_RGB565), (paint_hline_xRGB1555):
14388
14389 2004-02-11  David Schleef  <ds@schleef.org>
14390
14391         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
14392         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
14393         (gst_colorspace_getcaps), (gst_colorspace_link),
14394         (gst_colorspace_base_init), (gst_colorspace_init),
14395         (gst_colorspace_chain), (gst_colorspace_change_state),
14396         (plugin_init): Merge Ronald's patch (bug #117897) and update
14397         for new caps and negotiation.  Seems to work, although it
14398         shows off bugs in lcs.
14399
14400 2004-02-11  David Schleef  <ds@schleef.org>
14401
14402         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
14403         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
14404
14405 2004-02-11  David Schleef  <ds@schleef.org>
14406
14407         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
14408         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
14409         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
14410         Add server and port properties
14411
14412 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14413
14414         * m4/a52.m4:
14415         * m4/aalib.m4:
14416         * m4/as-ffmpeg.m4:
14417         * m4/as-liblame.m4:
14418         * m4/as-slurp-ffmpeg.m4:
14419         * m4/check-libheader.m4:
14420         * m4/esd.m4:
14421         * m4/freetype2.m4:
14422         * m4/gconf-2.m4:
14423         * m4/glib.m4:
14424         * m4/gst-alsa.m4:
14425         * m4/gst-artsc.m4:
14426         * m4/gst-ivorbis.m4:
14427         * m4/gst-matroska.m4:
14428         * m4/gst-sdl.m4:
14429         * m4/gst-shout2.m4:
14430         * m4/gst-sid.m4:
14431         * m4/gtk.m4:
14432         * m4/libdv.m4:
14433         * m4/libfame.m4:
14434         * m4/libmikmod.m4:
14435         * m4/ogg.m4:
14436         * m4/vorbis.m4:
14437           fix underquotedness of macros (#133800)
14438         * m4/as-avifile.m4:
14439         * m4/xmms.m4:
14440           removed because no longer used
14441
14442 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14443
14444         * configure.ac:
14445           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
14446           by autopoint (fixes #132996)
14447
14448 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14449
14450         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
14451         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
14452         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
14453         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
14454           fix memleaks
14455
14456 2004-02-11  David Schleef  <ds@schleef.org>
14457
14458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14459         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
14460         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
14461         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
14462         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
14463         (gst_jpegenc_class_init), (gst_jpegenc_init),
14464         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
14465         (gst_jpegenc_chain), (gst_jpegenc_set_property),
14466         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
14467         * ext/jpeg/gstjpegenc.h: Fix negotiation.
14468
14469 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14470
14471         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
14472         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
14473         * ext/mikmod/gstmikmod.h:
14474           fix caps negotiation in mikmod
14475         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
14476           output debug information
14477
14478 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14479
14480         * gst-libs/gst/colorbalance/Makefile.am:
14481         * gst-libs/gst/navigation/Makefile.am:
14482         * gst-libs/gst/xoverlay/Makefile.am:
14483           remove unused GST_OPT_CFLAGS from Makefiles
14484           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
14485
14486 2004-02-07  David Schleef  <ds@schleef.org>
14487
14488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
14489         push events to pads that haven't been created (#133508)
14490
14491 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
14492
14493         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14494         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
14495         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
14496         (gst_dvdec_loop), (gst_dvdec_change_state):
14497         Second attempt at committing a working dvdec element.
14498
14499 2004-02-06  David Schleef  <ds@schleef.org>
14500
14501         Build fixes for OS X: (see #129600)
14502         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
14503         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
14504         (gst_riff_read_strf_iavs):
14505         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
14506         (gst_avi_demux_stream_odml):
14507         * gst/playondemand/Makefile.am:
14508         * gst/rtp/rtp-packet.c:
14509
14510 2004-02-05  David Schleef  <ds@schleef.org>
14511
14512         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
14513         last change, because it Just Doesn't Compile.
14514
14515 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14516
14517         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14518           skip undecodable id3v2 tag instead of keeping it
14519
14520 2004-02-05  David Schleef  <ds@schleef.org>
14521
14522         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14523         Unref leaked buffer.  (Noticed by Ronald)
14524
14525 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
14526
14527         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14528         Sync requires with other checks.  >= vs =.
14529
14530 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
14531
14532         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14533         (gst_dvdec_video_link), (gst_dvdec_loop):
14534         * ext/dv/gstdvdec.h:
14535           rework the caps negotiation so that dvdec works again instead
14536           of just segfaulting.
14537
14538 === release 0.7.4 ===
14539
14540 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14541
14542         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
14543         * configure.ac: changed for release
14544
14545 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14546
14547         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
14548         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14549         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14550         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14551           reworked patch by David Lehn to fix libdir and includedir for
14552           uninstalled libraries
14553           removed play and gconf from gstreamer-libs since they have their
14554           own pkgconfig files
14555
14556 2004-02-04  David Schleef  <ds@schleef.org>
14557
14558         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
14559         memleak.
14560
14561 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14562
14563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14564           use correct GST_TAG_ENCODER tag
14565
14566 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14567
14568         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14569           be sure to stop the clock when going to paused
14570         * sys/oss/gstosssink.c: (gst_osssink_change_state):
14571           reset number of transmitted when going to ready.
14572         fixes #132935
14573
14574 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
14575
14576         reviewed by Benjamin Otte
14577
14578         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14579           extract track count (fixes #133410)
14580
14581 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14582
14583         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
14584           that should be !=, not == (fixes #132519)
14585
14586 2004-02-04  David Schleef  <ds@schleef.org>
14587
14588         Make sure set_explicit_caps() is called before adding pad.
14589         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14590         * gst/id3/gstid3types.c: (gst_id3types_loop):
14591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
14592         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
14593
14594 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14595
14596         * configure.ac:
14597           bump nano to 2, first prerelease
14598           put back AM_PROG_LIBTOOL
14599
14600 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14601
14602         * testsuite/alsa/Makefile.am:
14603           these are user test apps, not automatic testsuite tests
14604
14605 2004-02-04  David Schleef  <ds@schleef.org>
14606
14607         Convert GST_DEBUG_CAPS() to GST_DEBUG():
14608         * gst/mpeg1videoparse/gstmp1videoparse.c:
14609         (mp1videoparse_parse_seq):
14610         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
14611         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14612         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
14613         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
14614         (gst_xvideosink_getcaps):
14615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14616         * testsuite/gst-lint: more tests
14617
14618 2004-02-04  David Schleef  <ds@schleef.org>
14619
14620         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
14621         with the code that they would expand to.
14622         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
14623         (gst_flacdec_get_src_query_types),
14624         (gst_flacdec_get_src_event_masks):
14625         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
14626         (gst_gnomevfssrc_get_query_types),
14627         (gst_gnomevfssrc_get_event_mask):
14628
14629 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14630
14631         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14632         (gst_sinesrc_dispose):
14633           fix memleak by properly disposing sinesrc
14634
14635 2004-02-04  Julien MOUTTE  <julien@moutte.net>
14636
14637         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
14638         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
14639         an overlay to redraw the image because it has been exposed.
14640         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
14641         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
14642         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
14643         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
14644         interface
14645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
14646         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
14647         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
14648         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
14649         interface
14650
14651 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14652
14653         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
14654           more memleak fixage
14655
14656 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14657
14658         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14659         * gst/typefind/gsttypefindfunctions.c:
14660           fix memleaks shown by gst-typefind
14661
14662 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14663
14664         * common/glib-gen.mak:
14665           add hack rule to touch .Plo files
14666         * gst-libs/gst/colorbalance/Makefile.am:
14667         * gst-libs/gst/mixer/Makefile.am:
14668         * gst-libs/gst/play/Makefile.am:
14669         * gst-libs/gst/tuner/Makefile.am:
14670           remove glib_root variable
14671
14672 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14673
14674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14675           set explicit caps before adding the element, so the autopluggers can
14676           plug correctly.
14677         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14678         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
14679         (mpeg_video_type_find), (mpeg_video_stream_type_find),
14680         (dv_type_find):
14681           fix memleaks in typefind functions. gst_type_find_suggest takes a const
14682           argument.
14683
14684 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14685
14686         * gst-libs/gst/colorbalance/Makefile.am:
14687         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14688         * gst-libs/gst/colorbalance/colorbalance.c:
14689         * gst-libs/gst/colorbalance/colorbalance.h:
14690         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
14691         * gst-libs/gst/mixer/Makefile.am:
14692         * gst-libs/gst/mixer/mixer-marshal.list:
14693         * gst-libs/gst/mixer/mixer.c:
14694         * gst-libs/gst/mixer/mixer.h:
14695         * gst-libs/gst/mixer/mixermarshal.list:
14696         * gst-libs/gst/play/Makefile.am:
14697         * gst-libs/gst/play/play.h:
14698         * gst-libs/gst/tuner/Makefile.am:
14699         * gst-libs/gst/tuner/tuner-marshal.list:
14700         * gst-libs/gst/tuner/tuner.c:
14701         * gst-libs/gst/tuner/tuner.h:
14702         * gst-libs/gst/tuner/tunermarshal.list:
14703           use new glib-gen.mak snippet to clean up Makefile.am
14704           fix various bugs in Makefile.am's
14705
14706 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14707
14708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
14709           handle chain parsing correctly in the multichain case
14710         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
14711         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
14712         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14713         (theora_dec_chain):
14714           handle events and queries correctly
14715
14716 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14717
14718         * .cvsignore:
14719         Ignore generated file _stdint.h.
14720
14721 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14722
14723         * gst-libs/gst/colorbalance/Makefile.am:
14724         * gst-libs/gst/colorbalance/colorbalance.h:
14725         * gst-libs/gst/mixer/Makefile.am:
14726         * gst-libs/gst/mixer/mixer.h:
14727         * gst-libs/gst/play/Makefile.am:
14728         * gst-libs/gst/play/play.h:
14729         * gst-libs/gst/tuner/Makefile.am:
14730         * gst-libs/gst/tuner/tuner.h:
14731         Generate enum type code with glib-mkenums.
14732         * gst-libs/gst/colorbalance/.cvsignore:
14733         * gst-libs/gst/mixer/.cvsignore:
14734         * gst-libs/gst/play/.cvsignore:
14735         * gst-libs/gst/tuner/.cvsignore:
14736         Ignore generated files.
14737
14738 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14739
14740         * gst-libs/gst/audio/.cvsignore:
14741         Ignore generated file.
14742         * gst-libs/gst/audio/Makefile.am:
14743         Do not install example filter.
14744
14745 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14746
14747         * examples/switch/.cvsignore:
14748         Ignore generated file.
14749
14750 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14751
14752         * common/m4/ax_create_stdint_h.m4:
14753         * configure.ac:
14754           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
14755           _stdint.h.
14756         * Makefile.am:
14757           remove generated _stdint.h in DISTCLEANFILES
14758         * ext/a52dec/gsta52dec.c:
14759           include _stdint.h for a52dec. (should fix #133064)
14760
14761 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
14762
14763         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
14764         (gst_tag_to_vorbis_comments):
14765         Add replaygain support to vorbistag
14766
14767 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
14768         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
14769         (gst_ffmpeg_caps_to_extradata):
14770           Fix SVQ3 caps flag properties
14771           Use glib macro for bytes swap
14772
14773 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14774
14775         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
14776         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
14777         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14778         * ext/sndfile/gstsf.c: (plugin_init):
14779         * gst/avi/gstavi.c: (plugin_init):
14780         * sys/dxr3/dxr3init.c: (plugin_init):
14781         * sys/oss/gstossaudio.c: (plugin_init):
14782         * sys/v4l/gstv4l.c: (plugin_init):
14783         * sys/v4l2/gstv4l2.c: (plugin_init):
14784           remove textdomain calls
14785         * po/nl.po:
14786           update Dutch translation
14787
14788 2004-02-02  Julien MOUTTE  <julien@moutte.net>
14789
14790         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14791         (gst_play_set_audio_sink): Moving volume in the audio thread for
14792         instantaneous volume change. Maybe i will add another volume in front
14793         of visualization later, not sure yet though.
14794
14795 2004-02-02  Julien MOUTTE  <julien@moutte.net>
14796
14797         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14798         (gst_ximagesink_handle_xevents): Better X events handling, only take
14799         the latest events for configure and motion.
14800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
14801
14802 2004-02-02  Jon Trowbridge  <trow@gnu.org>
14803
14804         reviewed by: David Schleef  <ds@schleef.org>
14805
14806         Fix memory leaks:
14807         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
14808         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
14809
14810 2004-02-02  David Schleef  <ds@schleef.org>
14811
14812         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
14813         of lines.
14814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
14815         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14816         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
14817         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
14818         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
14819         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
14820         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
14821         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
14822         (gst_float2_2_int_link):
14823         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
14824         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
14825         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
14826         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
14827         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
14828         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
14829         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
14830         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
14831         * testsuite/gst-lint: Add tests for bzero and ;;
14832
14833 2004-02-02  David Schleef  <ds@schleef.org>
14834
14835         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
14836
14837 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14838
14839         * ext/aalib/gstaasink.c: (gst_aasink_open):
14840         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
14841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14842         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14843         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
14844         (gst_afsink_close_file):
14845         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
14846         (gst_afsrc_close_file):
14847         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
14848         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
14849         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
14850         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
14851         * ext/esd/esdmon.c: (gst_esdmon_get):
14852         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
14853         * ext/faac/gstfaac.c: (gst_faac_chain):
14854         * ext/faad/gstfaad.c: (gst_faad_chain):
14855         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
14856         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14857         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
14858         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
14859         (gst_flacdec_loop):
14860         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
14861         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14862         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14863         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
14864         (gst_gnomevfssink_close_file):
14865         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14866         (gst_gnomevfssrc_open_file):
14867         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
14868         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
14869         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
14870         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
14871         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
14872         * ext/mad/gstmad.c: (gst_mad_chain):
14873         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
14874         * ext/mpeg2dec/gstmpeg2dec.c:
14875         * ext/mpeg2enc/gstmpeg2enc.cc:
14876         * ext/mplex/gstmplex.cc:
14877         * ext/mplex/gstmplexibitstream.cc:
14878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
14879         (gst_ogg_demux_push):
14880         * ext/raw1394/gstdv1394src.c:
14881         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
14882         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
14883         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
14884         (gst_sf_loop):
14885         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14886         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
14887         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
14888         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
14889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14890         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
14891         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
14892         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
14893         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14894         (gst_riff_read_element_data), (gst_riff_read_seek),
14895         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
14896         * gst/adder/gstadder.c: (gst_adder_loop):
14897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
14898         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
14899         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
14900         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14901         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
14902         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
14903         * gst/goom/gstgoom.c: (gst_goom_chain):
14904         * gst/id3/gstid3types.c: (gst_id3types_loop):
14905         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
14906         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
14907         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
14908         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
14909         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14910         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
14911         (gst_ebml_read_float), (gst_ebml_read_header):
14912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14913         (gst_matroska_demux_parse_blockgroup):
14914         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14915         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
14916         * gst/oneton/gstoneton.c: (gst_oneton_chain):
14917         * gst/silence/gstsilence.c: (gst_silence_get):
14918         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14919         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
14920         * gst/speed/gstspeed.c: (speed_loop):
14921         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14922         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14923         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
14924         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
14925         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14926         (gst_wavparse_loop):
14927         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
14928         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
14929         (dxr3audiosink_close):
14930         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
14931         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
14932         (dxr3videosink_close), (dxr3videosink_write_data):
14933         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
14934         * sys/oss/gstosssink.c: (gst_osssink_chain):
14935         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14936         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14937         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
14938         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
14939         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14940         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14941         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
14942         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
14943         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
14944         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
14945         (gst_v4l_set_audio):
14946         * sys/v4l/v4l_calls.h:
14947         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14948         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
14949         (gst_v4lmjpegsink_playback_init),
14950         (gst_v4lmjpegsink_playback_start):
14951         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
14952         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14953         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
14954         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
14955         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
14956         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
14957         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
14958         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
14959         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
14960         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
14961         (gst_v4l2_get_output), (gst_v4l2_set_output),
14962         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
14963         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
14964         (gst_v4l2_set_attribute):
14965         * sys/v4l2/v4l2_calls.h:
14966         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
14967         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
14968         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
14969         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
14970         (gst_v4l2src_capture_stop):
14971         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
14972         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14973         (gst_ximagesink_chain):
14974         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
14975         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
14976         (gst_xvideosink_xwindow_new):
14977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14978         (gst_xvimagesink_chain):
14979
14980 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         * gst/volume/gstvolume.c: (gst_volume_set_volume),
14983         (gst_volume_get_volume), (volume_class_init), (volume_init),
14984         (volume_chain_int16), (volume_update_volume):
14985         * gst/volume/gstvolume.h:
14986           make code more readable by removing magic numbers
14987           make mixer interface export 0-100 range
14988           make it internally map to 0.0-1.0 range so users don't distort
14989           output by putting the sliders at full volume
14990
14991 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
14994         (gst_play_state_change), (gst_play_seek_to_time):
14995         block the tick callback for 0.5 secs after doing a seek
14996
14997 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14998
14999         * gst-libs/gst/play/play.c: (gst_play_new):
15000           check for GError
15001
15002 2004-02-01  Julien MOUTTE  <julien@moutte.net>
15003
15004         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
15005         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
15006         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15007         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
15008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15009         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
15010
15011 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15012
15013         * configure.ac:
15014         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15015           check for a function added in vorbis 1.1
15016
15017 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15018
15019         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
15020         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
15021           really start/stop clock only on PLAYING <=> PAUSED
15022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15023           remove \n from debugging lines
15024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
15025           make it work when seeking does not
15026         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15027           reset on DISCONT
15028
15029 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15030
15031         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
15032           start clock on PAUSED=>PLAYING, not later
15033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15034           extract correct time for different discont formats
15035         (gst_alsa_sink_get_time):
15036           don't segfault when no format is negotiated yet, just return 0
15037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
15038         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
15039         (gst_ogg_pad_push):
15040           handle flush and discont events correctly
15041         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15042           handle discont events correctly
15043
15044 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15045
15046         * gst-libs/gst/play/play.c: (gst_play_error_quark),
15047         (gst_play_error_create), (gst_play_error_plugin),
15048         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
15049         * gst-libs/gst/play/play.h:
15050           add error handling during creation
15051         * examples/gstplay/player.c: (main):
15052           use new gst_play_new
15053
15054
15055 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15056
15057         * ext/theora/theoradec.c: (theora_dec_chain):
15058           make comments work
15059         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15060         (vorbis_dec_src_event), (vorbis_dec_chain):
15061           add encoder tag, fix tag reading to be more error tolerant, change
15062           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
15063           gst_pad_event_default.
15064         * gst/tags/gstvorbistag.c:
15065         (gst_tag_list_from_vorbiscomment_buffer):
15066           undefine function specific define at end of function
15067
15068 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
15069
15070         * ext/flac/gstflac.c: (plugin_init):
15071         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
15072         * ext/flac/gstflacdec.h:
15073         * ext/flac/gstflacenc.h:
15074           Fix typos
15075
15076 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
15077
15078         * examples/gstplay/player.c: s/gstplay.h/play.h/
15079
15080 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15081
15082         * gst-libs/gst/play/Makefile.am:
15083         * gst-libs/gst/play/gstplay.c:
15084         * gst-libs/gst/play/gstplay.h:
15085         * gst-libs/gst/play/play.c:
15086           more surgery, operation complete
15087
15088 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         * gst-libs/gst/play/play.old.c:
15091         * gst-libs/gst/play/play.old.h:
15092           after CVS surgery by moving, remove
15093         * gst-libs/gst/play/playpipelines.c:
15094           remove
15095
15096         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
15097           add negotiation error
15098
15099 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15100
15101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
15102         (gst_ogg_demux_push):
15103           add some seeking debug info
15104           send a flush when seeking
15105
15106 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15107
15108         * configure.ac:
15109           use AC_C_INLINE
15110         * configure.ac:
15111         * ext/Makefile.am:
15112         * ext/theora/Makefile.am:
15113         * ext/theora/theoradec.c:
15114           add theora video decoder. Does just do simple decoding for now and
15115           has been tested against Theora cvs only. It only works when theora
15116           is compiled with --enable-static.
15117         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15118           always reset packetno on DISCONT
15119
15120 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15121
15122         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
15123           Fix audio.
15124
15125 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * gst/mpegaudioparse/gstmpegaudioparse.c:
15128         (mp3_type_frame_length_from_header):
15129           Fix header parsing - stolen from ffmpeg (thank you! :) ).
15130
15131 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15132
15133         * ext/esd/esdsink.c: (gst_esdsink_init):
15134           Since we have static pad template caps, we don't need to negotiate;
15135           either the core errors out or we know the format.
15136
15137 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15138
15139         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15140         (gst_riff_read_seek):
15141         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
15142         (gst_ebml_read_seek):
15143           Fix event handling.
15144
15145 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15146
15147         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
15148           removee video/x-theora from vp3 decoder, it doesn't handle raw
15149           theora streams
15150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15151           fix bug with finalizing element that never went to PAUSED
15152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15153           length and position queries were swapped
15154         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15155         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
15156         (vorbis_dec_src_event):
15157           implement querying time and bytes
15158
15159 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15160
15161         * just about every source file:
15162           gst_element_error -> GST_ELEMENT_ERROR
15163
15164 2004-01-29  Julien MOUTTE  <julien@moutte.net>
15165
15166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
15167         emiting FLUSH and even before DISCONT.
15168         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
15169         get the best instant seeking as possible yay!
15170
15171 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15172
15173         * gst/mpeg1videoparse/gstmp1videoparse.c:
15174         (gst_mp1videoparse_real_chain):
15175           Committed wrong version last week... Grr... Didn't notice until now.
15176
15177 2004-01-29  Julien MOUTTE <julien@moutte.net>
15178
15179         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
15180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
15181         have_xwindow_id signal in xwindow_create.
15182
15183 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15184
15185         * ext/ogg/gstoggdemux.c:
15186           lots of changes - mainly support for chained bitstreams, seeking,
15187           querying and bugfixes of course
15188         * ext/vorbis/Makefile.am:
15189         * ext/vorbis/vorbisdec.c:
15190         * ext/vorbis/vorbisdec.h:
15191           add vorbisdec raw vorbis decoder
15192         * ext/vorbis/vorbis.c: (plugin_init):
15193           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
15194         * gst/intfloat/Makefile.am:
15195         * gst/intfloat/float22int.c:
15196         * gst/intfloat/float22int.h:
15197         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
15198           add float2intnew plugin. It converts multichannel interleaved float to
15199           multichannel interleaved int. The name should probably be changed.
15200         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
15201         (plugin_init):
15202           add typefinding for raw theora video so oggdemux can detect it.
15203
15204 2004-01-28  Julien MOUTTE  <julien@moutte.net>
15205
15206         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
15207         sink element first.
15208         * gst/videoscale/gstvideoscale.c:
15209         (gst_videoscale_handle_src_event): Fixing src event handler.
15210
15211 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15212
15213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15214         (gst_v4lsrc_open), (gst_v4lsrc_close),
15215         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
15216         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
15217         * sys/v4l/gstv4lsrc.h:
15218         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
15219         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
15220           Implement resizing... Hack. But that's why v4l is b0rked...
15221
15222 2004-01-28  Julien MOUTTE <julien@moutte.net>
15223
15224         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15225         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15226         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
15227         (gst_ximagesink_xwindow_destroy):
15228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15229         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15230         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
15231         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
15232         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
15233         correctly cleaning the image created to check xshm calls on succes,
15234         added a lot of XSync calls in X11 functions, and fixed a segfault when
15235         no image format was defined before negotiation happened.
15236
15237 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15238
15239         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
15240           use gst_element_get_time to get correct time
15241
15242 2004-01-28  Julien MOUTTE  <julien@moutte.net>
15243
15244         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15245         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
15246         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
15247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
15248         (gst_xvimagesink_check_xshm_calls),
15249         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
15250         X plugins are now able to detect that XShm calls will fail even if the
15251         server claims that it has XShm support (remote displays most of the
15252         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
15253         so that we use non XShm functions. This feature is almost useless for
15254         xvimagesink as Xv is not supported on remote displays anyway, but
15255         it might happen than even on the local display XShm calls fail.
15256
15257 2004-01-27  David Schleef  <ds@schleef.org>
15258
15259         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
15260         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
15261         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
15262         changed esdsink to only use 44100,16,2, since esd sucks at rate
15263         conversion and esdsink has had difficulty negotiating.
15264
15265 2004-01-27  Julien MOUTTE <julien@moutte.net>
15266
15267         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
15268         (gst_play_seek_to_time): Fixing the way to get current position.
15269
15270 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15271
15272         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
15273           use gst_element_get_time to get correct time
15274
15275 2004-01-27  Julien MOUTTE <julien@moutte.net>
15276
15277         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
15278         fix ever... Inverting 2 lines of code make spider autoplug correctly
15279         tagged mp3 !
15280
15281 2004-01-27  David Schleef  <ds@schleef.org>
15282
15283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15284         Use gst_pad_try_set_caps_nonfixed().
15285
15286 2004-01-27  David Schleef  <ds@schleef.org>
15287
15288         * gst/ac3parse/gstac3parse.c: update to checklist 5
15289         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
15290         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
15291         * gst/audioscale/gstaudioscale.c: same
15292         * gst/auparse/gstauparse.c: same
15293         * gst/avi/gstavidemux.c: same
15294
15295 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15296
15297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15298           stop processing after EOS
15299
15300 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15301
15302         * gst/asfdemux/asfheaders.h:
15303         * gst/asfdemux/gstasfdemux.c:
15304         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
15305         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
15306         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
15307           lot's of fixes to make data extraction simpler and get the code
15308           architecture and compiler independant. Add debugging category
15309         * gst/goom/gstgoom.c: (gst_goom_change_state):
15310           reset channel count on PAUSED=>READY, not READY=>PAUSED
15311
15312 2004-01-26  Colin Walters  <walters@verbum.org>
15313
15314         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
15315         code to pull a bigger buffer in iradio mode.  This as a side effect
15316         makes typefinding work.
15317
15318 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
15319
15320         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
15321         Fix SVQ3 decoding on PPC
15322
15323 2004-01-26  Julien MOUTTE <julien@moutte.net>
15324
15325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
15326         that one managed to stay there... Fixed.
15327
15328 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
15329
15330         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
15331         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
15332         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
15333         (qtdemux_video_caps):
15334         * gst/qtdemux/qtdemux.h:
15335         Add SVQ3 specific flags to qtdemux and ffmpeg
15336
15337 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15338
15339         * gst-libs/gst/audio/audio.h:
15340           remove buffer-frames from audio caps
15341         * gst/audioconvert/gstaudioconvert.c:
15342           fix plugin to really work.
15343
15344 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15345
15346         * gst-libs/gst/mixer/mixer.c:
15347         * gst-libs/gst/propertyprobe/propertyprobe.c:
15348         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
15349         (gst_tuner_find_channel_by_name):
15350         * gst-libs/gst/tuner/tuner.h:
15351           Add gtk-doc style comments. Also fix a function name.
15352
15353 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15354
15355         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
15356         (gst_divxdec_negotiate):
15357           Fix for new capsnego - also fixes gst-player with divxdec.
15358
15359 2004-01-25  Julien MOUTTE  <julien@moutte.net>
15360
15361         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
15362         (gst_play_identity_handoff), (gst_play_set_location),
15363         (gst_play_set_visualization), (gst_play_connect_visualization): Another
15364         try in visualization implementation. Still have an issue with switch
15365         blocking when pulling from video_queue and only audio comes out of
15366         spider.
15367         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15368         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
15369         release method. And check if the pad is usable before pulling.
15370
15371 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15372
15373         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
15374         (gst_videobalance_init),
15375         (gst_videobalance_colorbalance_list_channels),
15376         (gst_videobalance_colorbalance_set_value),
15377         (gst_videobalance_colorbalance_get_value),
15378         (gst_videobalance_update_properties),
15379         (gst_videobalance_update_tables_planar411),
15380         (gst_videobalance_planar411):
15381         * gst/videofilter/gstvideobalance.h:
15382           Implement lookup-tables. +/- 10x faster.
15383
15384 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15385
15386         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
15387         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
15388           The index reading was broken. The rest worked fine, but the whole
15389           goal of my rewrite was to make avidemux readable, and this was
15390           not at all readable. Please use typed variables.
15391
15392 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15393
15394         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15395           Additional pad usability check.
15396         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15397         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
15398         (gst_mp1videoparse_real_chain):
15399           Fix MPEG video stream parsing. The original plugin had several
15400           issues, including not timestamping streams where the source was
15401           not timestamped (this happens with PTS values in mpeg system
15402           streams, but MPEG video is also a valid stream on its own so
15403           that needs timestamps too). We use the display time code for that
15404           for now. Also, if one incoming buffer contains multiple valid
15405           frames, we push them all on correctly now, including proper EOS
15406           handling. Lastly, several potential segfaults were fixed, and we
15407           properly sync on new sequence/gop headers to include them in next,
15408           not previous frames (since they're header for the next frame, not
15409           the previous). Also see #119206.
15410         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
15411         (bpf_from_header):
15412           Move caps setting so we only do it after finding several valid
15413           MPEG-1 fraes sequentially, not right after the first one (which
15414           might be coincidental).
15415         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
15416         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15417         (plugin_init):
15418           Add unsynced MPEG video stream typefinding, and change some
15419           probability values so we detect streams rightly. The idea is as
15420           follows: I can have an unsynced system stream which contains
15421           video. In the current code, I would randomly get a type for either
15422           system or video stream type found, because the probabilities are
15423           being calculated rather randomly. I now use fixed values, so we
15424           always prefer system stream if that was found (and that is how it
15425           should be). If no system stream was found, we can still identity                the stream as video-only.
15426
15427 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15428
15429         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
15430         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
15431           don't write to buffer. Extract data without the need of
15432           __attribute__ ((packed))
15433
15434 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15435
15436         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
15437         (mpeg1_sys_type_find):
15438           Fix MPEG-1 stream typefinding.
15439
15440 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15441
15442         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
15443           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
15444
15445 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15446
15447         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
15448         * ext/esd/gstesd.c: (plugin_init):
15449           private debugging, better error reporting
15450
15451 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15452
15453         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15454         (gst_riff_read_init), (gst_riff_read_change_state):
15455         * gst-libs/gst/riff/riff-read.h:
15456           Remove stuff fromold metadata system.
15457
15458 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15459
15460         * ext/ogg/gstoggdemux.c:
15461           Fix wrong file comment.
15462         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15463         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
15464           Add metadata reading properly.
15465
15466 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15467
15468         * ext/Makefile.am:
15469           Fix nas DIST_SUBDIRS
15470           Uraeus:
15471           Fix bug where make distcheck doesn't get run on adding stuff to
15472           the build.
15473
15474 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15475
15476         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
15477         * ext/divx/gstdivxdec.h:
15478           Fix divx3 ("msmpeg4") playback using divxdec.
15479
15480 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15481
15482         * gst/typefind/gsttypefindfunctions.c:
15483         (mp3_type_frame_length_from_header): fix bug in length computation
15484         (mp3_type_find): improve debugging output
15485
15486 2004-01-23  Julien MOUTTE  <julien@moutte.net>
15487
15488         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
15489         (gst_play_set_location), (gst_play_seek_to_time),
15490         (gst_play_set_audio_sink), (gst_play_set_visualization),
15491         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
15492         the pipeline from scratch. Visualization is back and switch went out as
15493         i realized it was not possible to use the way i wanted.
15494         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
15495         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
15496         clearing in state change from READY to NULL. So that one can clean the
15497         X ressources keeping the element.
15498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15499         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
15500         (gst_xvimagesink_colorbalance_set_value),
15501         (gst_xvimagesink_colorbalance_get_value),
15502         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
15503         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
15504         change from READY to NULL and fixed some stupid bugs in colorbalance
15505         get/set values. Also added the following feature : when nobody tries to
15506         set some values to the colorbalance levels before the xcontext is
15507         grabbed, then when creating channels list from Xv attributes we set the
15508         internal values to the Xv defaults. This way we handle buggy Xv drivers
15509         that set default hue values far from the middle of the range (Thanks
15510         to Jon Trowbridge for pointing that issue).
15511         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
15512         colorbalance levels have been set before xcontext is grabbed.
15513
15514 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15515
15516         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15517           Fix the ossmixer case where we shouldn't open /dev/dsp* because
15518           it might block operations (which is bad for a mixer).
15519
15520 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15521
15522         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15523         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
15524         (gmip_find_type_pre):
15525         * gst-libs/gst/media-info/media-info-priv.h:
15526         * gst-libs/gst/media-info/media-info.c:
15527         (gst_media_info_instance_init), (gst_media_info_read_idler):
15528         add fakesink to get caps on decoder src pad again
15529         fix callback prototype to match new have_type signal signature
15530
15531 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15532
15533         * gst/adder/gstadder.c: (gst_adder_link):
15534           fix non-compile and cut-n-paste code
15535
15536 2004-01-21  David Schleef  <ds@schleef.org>
15537
15538         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
15539         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
15540         (gst_swfdec_init), (gst_swfdec_change_state):
15541         * ext/swfdec/gstswfdec.h:
15542         Fix negotiation.
15543         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
15544         (gst_adder_request_new_pad): Fix negotiation.
15545         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
15546         Add a fixate function.
15547         * gst/intfloat/gstfloat2int.c:
15548         * gst/intfloat/gstfloat2int.h:
15549         * gst/intfloat/gstint2float.c:
15550         * gst/intfloat/gstint2float.h:
15551         Completely rewrite the negotiation.  Doesn't quite work yet,
15552         due to some buffer-frames problem.
15553
15554 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15555
15556         * ext/gnomevfs/gstgnomevfssrc.c:
15557         * sys/v4l2/v4l2_calls.h:
15558           fix includes for distcheck
15559
15560 2004-01-21  Christian Schaller <uraeus@gnome.org>
15561
15562         * ext/nas/
15563         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
15564         based on earlier patch from Laurent Vivier
15565
15566 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
15567
15568         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
15569         Fix wma caps property
15570         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15571         Fix typo (flags1 and flags2)
15572
15573 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         * gst-libs/gst/media-info/media-info-priv.c:
15576         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
15577         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
15578         (gmip_find_stream), (gmip_find_track_metadata),
15579         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
15580         (gmip_find_track_format):
15581         * gst-libs/gst/media-info/media-info-priv.h:
15582         * gst-libs/gst/media-info/media-info-test.c: (main):
15583         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15584         (gst_media_info_read_idler), (gst_media_info_read):
15585         * gst-libs/gst/media-info/media-info.h:
15586           register debugging category and use it for debugging
15587
15588 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15589
15590         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
15591         (gst_vorbisfile_new_link):
15592           signal streaminfo through tags
15593
15594 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15595
15596         * ext/mplex/gstmplex.cc:
15597         * ext/mplex/gstmplexibitstream.cc:
15598           g++ doesn't like NULL in our i18n/error macros, should be
15599           either (NULL) or ("").
15600
15601 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15602
15603         * sys/dxr3/dxr3audiosink.c:
15604         * sys/dxr3/dxr3init.c:
15605         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
15606         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
15607           Fix more error error error errors (missing includes here).
15608
15609 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15610
15611         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15612           fix thomas' error errors.
15613
15614 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * ext/mpeg2enc/gstmpeg2enc.cc:
15617           fix error errors.
15618
15619 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15620
15621         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
15622         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
15623           Fix for new error system.
15624
15625 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15626
15627         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
15628           fix for new error reporting
15629
15630 2004-01-20  David Schleef  <ds@schleef.org>
15631
15632         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15633         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15634         (gst_ximagesink_set_xwindow_id): Change to using a framerate
15635         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
15636         and neither is 100+, most likely.
15637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15638         (gst_xvimagesink_getcaps): same
15639
15640 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15641
15642         * configure.ac:
15643           Up version requirement to 2.0.3 (not yet released) to avoid symbol
15644           clashes with ffmpeg.
15645
15646 2004-01-20  Julien MOUTTE  <julien@moutte.net>
15647
15648         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
15649         (gst_switch_init): Fixed switch element : proxying link and setting
15650         caps from src to sink on request.
15651
15652 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15653
15654         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15655         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
15656         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
15657         fix element_error
15658
15659 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15660
15661         * sys/v4l/v4l_calls.h:
15662         * sys/v4l2/v4l2_calls.h:
15663           element_error fixes
15664
15665 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15666
15667         * gst-libs/gst/gst-i18n-plugin.h:
15668           add locale.h
15669           remove config.h inclusion
15670
15671 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15672
15673         * autogen.sh:
15674           adding autopoint invocation
15675         * Makefile.am:
15676         * configure.ac:
15677         * gst-libs/gst/gettext.h:
15678           adding gettext bits
15679         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
15680         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
15681         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15682         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
15683         (gst_gnomevfssink_close_file):
15684         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
15685         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
15686         * gst-libs/gst/gst-i18n-plugin.h:
15687         * gst/avi/gstavi.c: (plugin_init):
15688         * sys/dxr3/dxr3init.c: (plugin_init):
15689         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
15690         * sys/oss/gstossaudio.c: (plugin_init):
15691         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
15692         * sys/v4l/gstv4l.c: (plugin_init):
15693         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15694         * sys/v4l2/gstv4l2.c: (plugin_init):
15695         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15696         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
15697         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
15698         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
15699         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15700         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
15701           make sure locale and translation domain are set
15702           fix translated strings
15703         * po/.cvsignore:
15704         * po/LINGUAS:
15705         * po/Makevars:
15706         * po/POTFILES.in:
15707         * po/nl.po:
15708           put translation files into place
15709         * sys/xvideo/imagetest.c: (main):
15710         * ext/dv/demo-play.c: (main):
15711           fix unnecessary translations
15712
15713 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15714
15715         * ext/sndfile/gstsf.c:
15716         * gst/avi/gstavimux.c:
15717         * ext/audiofile/gstafsink.c:
15718         * ext/audiofile/gstafsrc.c:
15719         * ext/gnomevfs/gstgnomevfssink.c:
15720         * ext/gnomevfs/gstgnomevfssrc.c:
15721         * sys/oss/gstosselement.c:
15722         * sys/v4l/v4l_calls.h:
15723           fix i18n include
15724
15725 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15726
15727         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15728         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
15729         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
15730         (gst_v4l2_get_output), (gst_v4l2_set_output),
15731         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15732         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15733         (gst_v4l2_set_attribute):
15734         update to new error handling
15735
15736 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15737
15738         * ext/sidplay/gstsiddec.cc:
15739         * gst/modplug/gstmodplug.cc:
15740           parenthese NULL because C++ seems angry about it
15741
15742 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15743
15744         * gst-libs/gst/gst-i18n-plugin.h:
15745           add skeleton i18n stuff, but needs to be further implemented
15746
15747 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15748
15749         * examples/gstplay/player.c: (main):
15750         * ext/aalib/gstaasink.c: (gst_aasink_open):
15751         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
15752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15753         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15754         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
15755         (gst_afsink_close_file):
15756         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
15757         (gst_afsrc_close_file):
15758         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
15759         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
15760         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
15761         * ext/esd/esdmon.c: (gst_esdmon_get):
15762         * ext/esd/esdsink.c: (gst_esdsink_chain):
15763         * ext/faac/gstfaac.c: (gst_faac_chain):
15764         * ext/faad/gstfaad.c: (gst_faad_chain):
15765         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
15766         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15767         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
15768         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
15769         (gst_flacdec_loop):
15770         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15771         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15772         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
15773         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
15774         (gst_gnomevfssink_close_file):
15775         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15776         (gst_gnomevfssrc_open_file):
15777         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
15778         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
15779         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
15780         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15781         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
15782         * ext/mad/gstmad.c: (gst_mad_chain):
15783         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15784         * ext/mpeg2dec/gstmpeg2dec.c:
15785         * ext/mpeg2enc/gstmpeg2enc.cc:
15786         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15787         * ext/mplex/gstmplex.cc:
15788         * ext/mplex/gstmplexibitstream.cc:
15789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
15790         (gst_ogg_demux_push), (gst_ogg_pad_push):
15791         * ext/raw1394/gstdv1394src.c:
15792         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
15793         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
15794         * ext/sidplay/gstsiddec.cc:
15795         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
15796         (gst_sf_loop):
15797         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
15798         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
15799         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
15800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15801         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
15802         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
15803         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
15804         * gst-libs/gst/Makefile.am:
15805         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15806         (gst_riff_read_element_data), (gst_riff_read_seek),
15807         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
15808         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
15809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
15810         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
15811         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
15812         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15813         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
15814         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
15815         * gst/goom/gstgoom.c: (gst_goom_chain):
15816         * gst/id3/gstid3types.c: (gst_id3types_loop):
15817         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
15818         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
15819         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
15820         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15821         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
15822         (gst_ebml_read_float), (gst_ebml_read_header):
15823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15824         (gst_matroska_demux_parse_blockgroup):
15825         * gst/modplug/gstmodplug.cc:
15826         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
15827         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
15828         * gst/oneton/gstoneton.c: (gst_oneton_chain):
15829         * gst/silence/gstsilence.c: (gst_silence_get):
15830         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15831         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
15832         * gst/speed/gstspeed.c: (speed_loop):
15833         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15834         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15835         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
15836         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15837         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15838         (gst_wavparse_loop):
15839         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
15840         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
15841         (dxr3audiosink_close):
15842         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
15843         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
15844         (dxr3videosink_close), (dxr3videosink_write_data):
15845         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
15846         * sys/oss/gstosselement.h:
15847         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
15848         (gst_osssink_chain):
15849         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15850         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
15851         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
15852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
15853         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
15854         (gst_v4l_enable_overlay):
15855         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
15856         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
15857         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
15858         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
15859         (gst_v4l_set_audio):
15860         * sys/v4l/v4l_calls.h:
15861         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
15862         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
15863         (gst_v4lmjpegsink_playback_init),
15864         (gst_v4lmjpegsink_playback_start):
15865         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
15866         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
15867         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
15868         (gst_v4lmjpegsrc_requeue_frame):
15869         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15870         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
15871         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
15872         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
15873         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15874         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15875         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15876         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15877         (gst_v4l2src_capture_stop):
15878         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
15879         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15880         (gst_ximagesink_chain):
15881         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
15882         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
15883         (gst_xvideosink_xwindow_new):
15884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15885         (gst_xvimagesink_chain):
15886         use new error signal, function and categories
15887
15888 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
15889
15890         * configure.ac:
15891         * ext/Makefile.am:
15892         * ext/musicbrainz/gsttrm.c:
15893         * ext/musicbrainz/gsttrm.h:
15894         * ext/musicbrainz/Makefile.am:
15895         Add a trm plugin
15896
15897 2004-01-18  Julien MOUTTE  <julien@moutte.net>
15898
15899         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
15900         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
15901         synchronous property for debugging.
15902         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
15903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15904         (gst_xvimagesink_set_property): Moving a pointer declaration to a
15905         smaller block, fixing indent.
15906
15907 2004-01-16  David Schleef  <ds@schleef.org>
15908
15909         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
15910         property affects the video stream.
15911         * sys/xvimage/xvimagesink.c:
15912         * sys/xvimage/xvimagesink.h:
15913         Add synchronous property for debugging.  Should probably be
15914         disabled in non-CVS builds.  Make sure that the Xv attribute
15915         exists before we set it (crash!).  Fix a silly float bug that
15916         caused colorbalance to just not work.
15917
15918 2004-01-17  Christian Schaller <Uraeus@gnome.org>
15919
15920         * tools/gst-launch-ext.in - update for new plugins
15921
15922 2004-01-16  David Schleef  <ds@schleef.org>
15923
15924         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
15925         already-freed caps.
15926
15927 2994-01-16  Christian Schaller <Uraeus@gnome.org>
15928
15929         * Update spec for new colorspace plugin and libcaca plugin
15930         * Fix compilation of libcaca plugin (clock -> id)
15931
15932 2004-01-16  Julien MOUTTE <julien@moutte.net>
15933
15934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
15935         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15936         (gst_xvimagesink_set_xwindow_id),
15937         (gst_xvimagesink_colorbalance_set_value),
15938         (gst_xvimagesink_colorbalance_get_value),
15939         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15940         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
15941         correct colorbalance properties. They can now be set when the element
15942         is still in NULL state. The values will be committed to the Xv Port
15943         when xcontext is initialized.
15944         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
15945         brightness int values in the GstXvImagesink structure.
15946
15947 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15948
15949         * gst-libs/gst/Makefile.am:
15950           restructure so having local patches works easier.
15951
15952 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15953
15954         * ext/mpeg2enc/Makefile.am:
15955         * ext/mpeg2enc/gstmpeg2enc.cc:
15956         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15957           Bugfix with respect to EOS handling.
15958
15959 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15960
15961         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
15962           Link with right caps (else, it segfaults).
15963         * ext/mplex/gstmplexjob.cc:
15964           Fix for slight API change in 1.6.1.93 release of mjpegtools.
15965
15966 2004-01-15  David Schleef  <ds@schleef.org>
15967
15968         * gst-libs/gst/audio/Makefile.am:
15969         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
15970         from the template.
15971         * gst-libs/gst/audio/gstaudiofilter.c:
15972         * gst-libs/gst/audio/gstaudiofilter.h:
15973         Add bytes_per_sample and size and n_samples calculation.
15974         * gst-libs/gst/audio/gstaudiofilterexample.c:
15975         Remove, now autogenerated.
15976         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15977         Moved from gstaudiofilterexample, object name changed, code added
15978         so that it actually works.
15979         * gst-libs/gst/audio/make_filter:
15980         Script to build an audiofilter subclass from the template.
15981         * gst/colorspace/Makefile.am:
15982         * gst/colorspace/yuv2yuv.c:
15983         Remove file, since it's GPL, and we don't use it.
15984
15985 2004-01-15  Julien MOUTTE  <julien@moutte.net>
15986
15987         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
15989         them use the buffer free function to test how the buffer was allocated.
15990
15991 2004-01-15  David Schleef  <ds@schleef.org>
15992
15993         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
15994         that handles osssink fallback.
15995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15996         (gst_audio_convert_getcaps):
15997         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15998         Add audio/x-qdm2 for QDM2 audio.
15999         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16000         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
16001         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16002         Decrease minimum size to 16x16.
16003         * gst/wavparse/gstwavparse.c:
16004         Convert disabled pad template caps to new caps.
16005         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16007         (gst_xvimagesink_chain): Throw element error when display cannot
16008         be opened.  Increase minimum framerate to 1.0.  Check the data
16009         free function on a buffer to make sure it is the type we expect
16010         before manipulating it.
16011
16012 2004-01-15  Julien MOUTTE <julien@moutte.net>
16013
16014         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
16015         (gst_videobalance_colorbalance_set_value): Implement passthru if
16016         settings are in the middle.
16017         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
16018
16019 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16020
16021         * gst/videofilter/Makefile.am:
16022         * gst/volume/Makefile.am:
16023           Since we use videofilter symbols, link to it.
16024
16025 2004-01-15  Julien MOUTTE <julien@moutte.net>
16026
16027         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
16028         mixer interface type to HARDWARE.
16029         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
16030         type to SOFTWARE.
16031         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
16032         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
16033         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
16034         (gst_volume_interface_init), (gst_volume_list_tracks),
16035         (gst_volume_set_volume), (gst_volume_get_volume),
16036         (gst_volume_set_mute), (gst_volume_mixer_init),
16037         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
16038         (volume_init): Implementing mixer interface.
16039         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
16040         * sys/oss/gstosselement.c: (gst_osselement_get_type),
16041         (gst_osselement_change_state): Removing some trailing commas in
16042         structures.
16043         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
16044         interface type to HARDWARE.
16045         * sys/v4l/gstv4lcolorbalance.c:
16046         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
16047         type to HARDWARE.
16048         * sys/v4l2/gstv4l2colorbalance.c:
16049         (gst_v4l2_color_balance_interface_init): Setting colorbalance
16050         interface type to HARDWARE.
16051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
16052         same code than ximagesink for event handling.
16053
16054 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16055
16056         * ext/snapshot/Makefile.am:
16057         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
16058         (gst_snapshot_chain):
16059         * ext/snapshot/gstsnapshot.h:
16060           This has to be a joke... Snapshot should be connected to a tee,
16061           colorspace element before it and EOS after that, where the other
16062           src of the tee receives normal data.
16063           The current way is *wrong*.
16064
16065 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16066
16067         * ext/hermes/gsthermescolorspace.c:
16068           Fix another compile error. Same as below.
16069
16070 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16071
16072         * gst/colorspace/gstcolorspace.c:
16073         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
16074         (gst_colorspace_i420_to_yv12):
16075           Fix compiling... Didn't test if it actually works.
16076
16077 2004-01-15  David Schleef  <ds@schleef.org>
16078
16079         * configure.ac:
16080         * gst/colorspace/Makefile.am:
16081         * gst/colorspace/gstcolorspace.c:
16082         * gst/colorspace/gstcolorspace.h:
16083         * gst/colorspace/yuv2rgb.c:
16084         * gst/colorspace/yuv2rgb.h:
16085         Duplicate the ext/hermes colorspace plugin, and remove Hermes
16086         code and GPL code.  Fix for new caps negotiation.  Rewrite
16087         much of the format handling code, and some of the conversion
16088         code.  Basically, rewrote almost everything.  This element
16089         handles I420, YV12 to RGB conversions.
16090         * ext/hermes/Makefile.am:
16091         * ext/hermes/gsthermescolorspace.c:
16092         Rename colorspace to hermescolorspace.  Fix negotiation issues.
16093         Remove non-Hermes related code.  This element handles lots of
16094         RGB to RGB conversions, but no YUV.
16095         * ext/hermes/gstcolorspace.c:
16096         * ext/hermes/gstcolorspace.h:
16097         * ext/hermes/rgb2yuv.c:
16098         * ext/hermes/yuv2rgb.c:
16099         * ext/hermes/yuv2rgb.h:
16100         * ext/hermes/yuv2rgb_mmx16.s:
16101         * ext/hermes/yuv2yuv.c:
16102         * ext/hermes/yuv2yuv.h:
16103         Remove old code.
16104
16105 2004-01-14  Colin Walters  <walters@verbum.org>
16106
16107         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
16108         they've already been.
16109
16110 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16111
16112         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
16113           assume tag mode when pad is not connected
16114
16115 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16116
16117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16118           Don't update the time of the clock
16119         (gst_alsa_sink_loop):
16120           sync to the clock given to alsasink, not the own clock
16121         * sys/oss/gstosssink.c: (gst_osssink_chain):
16122           sync to the clock
16123         (gst_osssink_change_state):
16124           activate the clock
16125         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
16126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
16127           remove bogus code that made DISCONT events unhandled
16128         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16129           explicitly case to double in _set_simple. (fixes 2nd warning in bug
16130           #131502)
16131         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
16132         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
16133         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
16134           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
16135           2nd warning in bug #131502)
16136
16137 2004-01-14  Julien MOUTTE  <julien@moutte.net>
16138
16139         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
16140         (gst_videobalance_colorbalance_set_value),
16141         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
16142         for colorbalance interface implementation.
16143         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16144         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16145         (gst_ximagesink_dispose), (gst_ximagesink_init),
16146         (gst_ximagesink_class_init): Adding DISPLAY property.
16147         * sys/ximage/ximagesink.h: Adding display_name to store display.
16148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16149         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16150         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
16151         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
16152         properties (they still need polishing though for gst-launch use : no
16153         xcontext yet, i ll do that tomorrow).
16154         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
16155
16156 2004-01-14  Julien MOUTTE  <julien@moutte.net>
16157
16158         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
16159         (gst_play_set_location), (gst_play_set_visualization): Preparing
16160         switch integration, adding videobalance in the pipeline.
16161
16162 2004-01-14  Julien MOUTTE <julien@moutte.net>
16163
16164         * gst-libs/gst/colorbalance/colorbalance.c:
16165         (gst_color_balance_class_init): Adding a default type.
16166         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
16167         the type.
16168         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
16169         (gst_videobalance_dispose), (gst_videobalance_class_init),
16170         (gst_videobalance_init), (gst_videobalance_interface_supported),
16171         (gst_videobalance_interface_init),
16172         (gst_videobalance_colorbalance_list_channels),
16173         (gst_videobalance_colorbalance_set_value),
16174         (gst_videobalance_colorbalance_get_value),
16175         (gst_videobalance_colorbalance_init): Implementing colorbalance
16176         interface.
16177         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
16178         list.
16179         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
16180         bug which was triggering a BadAccess X error when setting an overlay
16181         before pad was really negotiated.
16182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
16183         Using the colorbalance type macro.
16184
16185 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16186
16187         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
16188         (gst_flacenc_chain):
16189           handle tags correctly
16190         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16191           extract ID3v1 tags correctly
16192
16193 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16194
16195         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
16196         (plugin_init):
16197           Improve matroska typefinding for odd-typed headers...
16198
16199 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16200
16201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
16202           Fix for using incremental number on padnames.
16203
16204 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16205
16206         * ext/divx/gstdivxdec.c:
16207         * ext/divx/gstdivxenc.c:
16208           Set category to divx4linux instead of divx (too generic).
16209         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16210         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16211         (gst_wavparse_loop), (gst_wavparse_change_state):
16212         * gst/wavparse/gstwavparse.h:
16213           fix parsing of WAV files with non-standard fmt-tag size and fix
16214           skipping of unrecognized chunks... Someone please fix this thing
16215           to use rifflib so all this is automated.
16216         * sys/v4l/Makefile.am:
16217         * sys/v4l2/Makefile.am:
16218           Add X_CFLAGS because we depend on X (for overlay).
16219
16220 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
16221
16222         * ext/mpeg2dec/gstmpeg2dec.c:
16223           Don't issue a timestamp unless we tagged the frame
16224           with a PTS.
16225
16226 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16227
16228         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
16229           Query the audio element to get the time, not the clock. We're
16230           interested in the element's time here.
16231
16232 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16233
16234         * ext/aalib/gstaasink.c: (gst_aasink_chain):
16235         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16236         * ext/esd/esdsink.c: (gst_esdsink_chain):
16237         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
16238         * ext/mas/massink.c: (gst_massink_chain):
16239         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
16240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
16241         (gst_matroska_demux_parse_metadata):
16242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
16243         (gst_mpeg_parse_release_locks):
16244         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
16245         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
16246         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16247         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16248         (gst_osssink_change_state):
16249         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
16250         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
16251         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
16252         (gst_xvideosink_release_locks):
16253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
16254           use element time.
16255         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
16256         (gst_alsa_clock_stop):
16257         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
16258         (gst_audio_clock_get_internal_time):
16259           simplify for use with new clocking code.
16260         * testsuite/alsa/Makefile.am:
16261         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
16262           fix testsuite for new caps system
16263
16264 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16265
16266         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
16267         * ext/flac/gstflacenc.c: (add_one_tag):
16268           length is already host endian, no need to convert. Fixes playback of
16269           tagged files on PPC. (bug #128384)
16270
16271 2004-01-13  Julien MOUTTE <julien@moutte.net>
16272
16273         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
16274         colorbalance interface stating if it is hardware based or software
16275         based.
16276         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
16277         Removing a trailing comma.
16278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16279         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
16280         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
16281         the documentation seems to be wrong on the -1000 to 1000 interval.
16282
16283 2004-01-12  David Schleef  <ds@schleef.org>
16284
16285         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
16286         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
16287         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
16288         Fix negotiation.  Add a bufferalloc function for the sink pad,
16289         and generally clean up some of the code.
16290
16291 2004-01-12  Julien MOUTTE <julien@moutte.net>
16292
16293         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16294         (gst_color_balance_channel_dispose): Adding safety check in dispose
16295         method.
16296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16297         (gst_xvimagesink_xcontext_clear),
16298         (gst_xvimagesink_interface_supported),
16299         (gst_xvimagesink_colorbalance_list_channels),
16300         (gst_xvimagesink_colorbalance_set_value),
16301         (gst_xvimagesink_colorbalance_get_value),
16302         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
16303         Adding colorbalance interface support to set XV parameters such as
16304         HUE, BRIGHTNESS, CONTRAST, SATURATION.
16305         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
16306         interface.
16307
16308 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16309
16310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
16311         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
16312         (gst_audio_convert_init), (gst_audio_convert_set_property),
16313         (gst_audio_convert_get_property), (gst_audio_convert_chain),
16314         (gst_audio_convert_link),
16315         (gst_audio_convert_buffer_to_default_format),
16316         (gst_audio_convert_buffer_from_default_format), (plugin_init):
16317           - implement _getcaps and use it
16318           - improve linking
16319           - remove float caps since no float conversion is actually done
16320           - remove properties and arguments that were to be used for rate
16321             conversion
16322
16323 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
16326         (gst_audio_structure_set_int):
16327         * gst-libs/gst/audio/audio.h:
16328           add helper functions for _getcaps matching the standard audio
16329           templates
16330
16331 2004-01-12  David Schleef  <ds@schleef.org>
16332
16333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16334         Test that pad is negotiated before getting its caps.
16335
16336 2004-01-12  Julien MOUTTE <julien@moutte.net>
16337
16338         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
16339         analyzing the pads of an element the bin is mostly in READY state so
16340         no caps were negotiated. This helper function needs to work with
16341         _get_caps directly then. I was not freeing them though, added that to
16342         fix the mem leak.
16343
16344 2004-01-12  Julien MOUTTE <julien@moutte.net>
16345
16346         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
16347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
16348         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
16349         than the free_func.
16350
16351 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16352
16353         * sys/oss/gstossaudio.c: (plugin_init):
16354         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
16355         * sys/oss/gstosselement.h:
16356           make an oss debugging category
16357           make failure more descriptive
16358
16359 2004-01-11  David Schleef  <ds@schleef.org>
16360
16361         * ext/ffmpeg/gstffmpeg.c:
16362         * ext/ffmpeg/gstffmpegcodecmap.c:
16363         * ext/ffmpeg/gstffmpegdec.c:
16364         * ext/ffmpeg/gstffmpegenc.c:
16365         * ext/ffmpeg/gstffmpegprotocol.c:
16366         * ext/gdk_pixbuf/gstgdkanimation.c:
16367         * ext/jpeg/gstjpeg.c:
16368         * ext/libpng/gstpng.c:
16369         * ext/mpeg2dec/perftest.c:
16370         * ext/speex/gstspeex.c:
16371         * gst-libs/gst/resample/dtos.c:
16372         * gst/intfloat/gstintfloatconvert.c:
16373         * gst/oneton/gstoneton.c:
16374         * gst/rtjpeg/RTjpeg.c:
16375         * gst/rtp/gstrtp.c:
16376         * sys/dxr3/dxr3init.c:
16377         * sys/glsink/gstgl_nvimage.c:
16378         * sys/glsink/gstgl_pdrimage.c:
16379         * sys/glsink/gstglsink.c:
16380         * testsuite/gst-lint:
16381         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
16382
16383 2004-01-11  David Schleef  <ds@schleef.org>
16384
16385         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
16386         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
16387         * ext/gdk_pixbuf/gstgdkanimation.c:
16388         (gst_gdk_animation_iter_create_pixbuf):
16389         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16390         (gst_gdk_pixbuf_chain):
16391         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16392         * ext/jack/gstjack.c: (gst_jack_change_state):
16393         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
16394         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
16395         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
16396         * gst/videofilter/gstvideofilter.c:
16397         (gst_videofilter_set_output_size):
16398         Remove all usage of gst_pad_get_caps(), and replace it with
16399         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
16400
16401 2004-01-11  David Schleef  <ds@schleef.org>
16402
16403         * configure.ac:
16404         * ext/Makefile.am: Fixes to make ext/libcaca compile.
16405         * ext/divx/gstdivxdec.c:
16406         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16407         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
16408         handle images that span multiple buffers.  Now work with both
16409         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
16410         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16411         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
16412         video/video.h changes
16413         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
16414         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16415         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
16416         of GstData free function.
16417         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
16418         same.
16419
16420 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16421
16422         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
16423         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
16424         (gst_v4l2element_get_property):
16425         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
16426           add norm, channel and frequency properties.
16427         * sys/v4l2/gstv4l2tuner.c:
16428           fixes for tuner interface changes
16429         * sys/v4l2/gstv4l2element.h:
16430         * sys/v4l2/gstv4l2src.c:
16431         * sys/v4l2/gstv4l2src.h:
16432         * sys/v4l2/v4l2src_calls.c:
16433         * sys/v4l2/v4l2src_calls.h:
16434           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
16435
16436 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16437
16438         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
16439         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
16440         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
16441         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
16442         * gst-libs/gst/tuner/tuner.h:
16443           GObjects aren't const.
16444           Add find_by_name functions.
16445           Add checks to _changed functions.
16446         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
16447         (gst_v4l_tuner_get_norm):
16448           Fixes for above.
16449
16450 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16451
16452         * gst-libs/gst/video/video.h:
16453           Fix caps template names to be understandable.
16454           Prefix everything with GST_VIDEO.
16455         * ext/aalib/gstaasink.c:
16456         * ext/divx/gstdivxdec.c:
16457         * ext/divx/gstdivxenc.c:
16458         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16459         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
16460         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
16461         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
16462         * ext/libcaca/gstcacasink.c:
16463         * ext/libpng/gstpngenc.c: (raw_caps_factory):
16464         * ext/snapshot/gstsnapshot.c:
16465         * ext/swfdec/gstswfdec.c:
16466         * ext/xvid/gstxviddec.c:
16467         * ext/xvid/gstxvidenc.c:
16468         * gst/chart/gstchart.c:
16469         * gst/deinterlace/gstdeinterlace.c:
16470         * gst/effectv/gsteffectv.c:
16471         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16472         * gst/goom/gstgoom.c:
16473         * gst/median/gstmedian.c:
16474         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
16475         (gst_monoscope_srcconnect), (gst_monoscope_chain):
16476         * gst/overlay/gstoverlay.c:
16477         * gst/smooth/gstsmooth.c:
16478         * gst/smpte/gstsmpte.c:
16479         * gst/synaesthesia/gstsynaesthesia.c:
16480         * gst/videocrop/gstvideocrop.c:
16481         * gst/videodrop/gstvideodrop.c:
16482         * gst/y4m/gsty4mencode.c:
16483         * sys/qcam/gstqcamsrc.c:
16484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
16485           Make them work with new video.h file.
16486         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16487         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
16488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16489         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
16490           Make it work with new buffer allocation system.
16491
16492 2004-01-11  Julien MOUTTE  <julien@moutte.net>
16493
16494         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
16495         pad_alloc_buffer implementation to use ->srcpad
16496         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
16497         pad_alloc_buffer implementation to use ->srcpad
16498         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
16499         pad_alloc_buffer implementation to use ->srcpad
16500         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16501         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16502         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
16503         a reference to everything we need.
16504         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
16505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16506         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16507         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
16508         a reference to everything we need.
16509         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
16510
16511 2004-01-11  David Schleef  <ds@schleef.org>
16512
16513         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
16514         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
16515         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
16516         structure members.
16517         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
16518         value during a resize/renegotiation.
16519         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
16520         gst_pad_alloc_buffer();
16521         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16522         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
16523         structure members.
16524         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
16525         Fix for rename of buffer private structure members.
16526         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16527         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
16528         Fix for rename of buffer private structure members.
16529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16530         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
16531         Fix for rename of buffer private structure members.
16532
16533 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
16534
16535         reviewed by: David Schleef <ds@schleef.org>
16536
16537         * gst/videofilter/Makefile.am:
16538         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
16539         from the patch by ds to fit in with recent make_filter changes.
16540
16541 2004-01-11  Julien MOUTTE  <julien@moutte.net>
16542
16543         * configure.ac: Adding examples/switch/Makefile
16544         * examples/Makefile.am: Adding examples/switch
16545         * examples/switch/Makefile.am: Adding switcher example.
16546         * examples/switch/switcher.c: (got_eos), (idle_iterate),
16547         (switch_timer), (main): Adding an example demonstrating switch usage
16548         with 2 videotestsrc showing different patterns.
16549         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
16550         (gst_switch_init): Fixing switch with the new caps system.
16551
16552 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16553
16554         * gst-libs/gst/video/video.h:
16555           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
16556           They should probably be like
16557           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
16558
16559 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16560
16561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16562         (qtdemux_parse_trak):
16563           fix audio chunk size/timestamp calculation
16564
16565 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16566
16567         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16568           fix SVQ3 caps
16569
16570 2004-01-11  Steve Baker  <steve@stevebaker.org>
16571
16572         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
16573         (gst_agingtv_base_init), (gst_agingtv_class_init),
16574         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
16575         (gst_agingtv_set_property), (gst_agingtv_get_property):
16576         Port agingTV to videofilter
16577
16578 2004-01-09  Julien MOUTTE <julien@moutte.net>
16579
16580         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
16581         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16582
16583 2004-01-09  Julien MOUTTE <julien@moutte.net>
16584
16585         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
16586         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16587         * gst-libs/gst/xoverlay/xoverlay.c:
16588         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
16589         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16590         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16591         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16592         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16593         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16594         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16595         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
16596         the bufferalloc_function to replace bufferpools, fixing the XOverlay
16597         interface implementation to handle xid being 0 and fix some bugs
16598         triggered by Benjamin's testcase.
16599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16600         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16601         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
16602         the bufferalloc_function to replace bufferpools, fixing the XOverlay
16603         interface implementation to handle xid being 0 and fix some bugs
16604         triggered by Benjamin's testcase.
16605
16606 2004-01-09  David Schleef  <ds@schleef.org>
16607
16608         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
16609         mouse pointer events.  It works.
16610
16611 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16612
16613         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
16614           Use explicit caps - fix capsnego.
16615         * ext/xvid/gstxviddec.c:
16616         * ext/xvid/gstxvidenc.c:
16617           Remove macro-inside-macro which caused compile errors.
16618         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
16619           Error out if it's not a RIFF file. Else we error out without
16620           gst_element_error() which is not good...
16621
16622 2004-01-08  David Schleef  <ds@schleef.org>
16623
16624         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
16625         Fix pad_link function to handle formats that ffmpeg returns
16626         as multiple caps structures.
16627         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
16628         Only complain if source buffer is _smaller_ than expected.
16629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16630         (gst_videoscale_handle_src_event): Resize navigation events
16631         when passing them upstream.
16632         * gst/videotestsrc/gstvideotestsrc.c:
16633         * gst/videotestsrc/gstvideotestsrc.h:
16634         * gst/videotestsrc/videotestsrc.c:
16635         * gst/videotestsrc/videotestsrc.h:
16636         Rewrite many of the buffer painting functions to handle odd
16637         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
16638         been verified to work with my video card.
16639         * testsuite/gst-lint:  Add check for elements calling
16640         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
16641
16642 2004-01-08  David Schleef  <ds@schleef.org>
16643
16644         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16645         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
16646
16647 2004-01-08  Julien MOUTTE  <julien@moutte.net>
16648
16649         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
16650         configure event is not emiting the desired size signal. That fixes
16651         aspect ratio issues with gst-player.
16652
16653 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16654
16655         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
16656           Fix capsnego.
16657
16658 2004-01-08  Julien MOUTTE  <julien@moutte.net>
16659
16660         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
16661         public method to fire size signal.
16662
16663 2004-01-07  Julien MOUTTE  <julien@moutte.net>
16664
16665         * examples/gstplay/Makefile.am: Adding the interface library.
16666         * gst-libs/gst/play/Makefile.am: Adding the interface library.
16667         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
16668         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
16669         GST_IS_X_OVERLAY before signal connect.
16670         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
16671         Removing the have_video_size signal.
16672         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
16673         and associated public method.
16674         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
16675         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
16676         signal.
16677         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16678         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
16679         signal.
16680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
16681         Using XOverlay public method to fire size signal.
16682
16683 2004-01-07  David Schleef  <ds@schleef.org>
16684
16685         * gst/videofilter/Makefile.am:
16686         * gst/videofilter/gstvideotemplate.c:
16687         * gst/videofilter/make_filter:
16688         Create gstvideoexample.c in a srcdir!=builddir friendly way.
16689         Convert make_filter to /bin/sh script.
16690
16691 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16692
16693         * gst/modplug/gstmodplug.cc: fix element description
16694
16695 2004-01-07  Julien MOUTTE  <julien@moutte.net>
16696
16697         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
16698         (got_video_size): Adding some new lines in g_print calls.
16699         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16700         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
16701         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
16702         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
16703         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
16704         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
16705         Complete code review, reverting some stuff i disagree with, adding
16706         some fixes : time synchronization on invalid timestamps, renegotiation
16707         of private window.
16708         * sys/ximage/ximagesink.h:
16709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
16710         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
16711         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
16712         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
16713         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16714         (gst_xvimagesink_buffer_new),
16715         (gst_xvimagesink_navigation_send_event),
16716         (gst_xvimagesink_set_xwindow_id),
16717         (gst_xvimagesink_get_desired_size),
16718         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
16719         stuff i disagree with, adding some fixes : Renegotiation of private
16720         window, implementing get_desired_size.
16721
16722 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16723
16724         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
16725         (gst_afsink_handle_event):
16726         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16727         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
16728         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
16729         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
16730         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
16731           Fix for instantiate-test (see core). Also remove dead code from
16732           jpegenc (which still needs fixing, but that's lower on my TODO
16733           list...).
16734         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
16735           Never return NULL as caps.
16736
16737 2004-01-07  David Schleef  <ds@schleef.org>
16738
16739         * configure.ac:
16740         * ext/Makefile.am:
16741         * ext/librfb/Makefile.am:
16742         * ext/librfb/gstrfbsrc.c:
16743         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
16744         is the protocol used by VNC.
16745
16746 2004-01-07  David Schleef  <ds@schleef.org>
16747
16748         * gst/videofilter/gstvideotemplate.c:
16749         * gst/videofilter/gstvideotemplate.h:
16750         * gst/videofilter/make_filter:
16751         Merge videotemplate header into source file.
16752         * gst/effectv/Makefile.am:
16753         * gst/effectv/gsteffectv.c: (plugin_init):
16754         * gst/effectv/gstwarp.c:
16755         Make warpTV a subclass of videofilter.
16756
16757 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16758
16759         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16760           Add guard against invalid utf-8 conversions in mad. Just in case.
16761
16762 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16763
16764         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
16765           Fix for bug shown by poisoning
16766
16767 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16768
16769         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16770         (gst_v4lmjpegsrc_buffer_free):
16771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
16772         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
16773         (gst_v4lsrc_buffer_free):
16774           Fix for removed bufferpools.
16775
16776 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
16777
16778         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16779         Fix caps negotiation.
16780
16781         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
16782         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
16783         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16784         (dvdnavsrc_event):
16785         * ext/mpeg2dec/gstmpeg2dec.c:
16786         * gst-libs/gst/navigation/navigation.c:
16787         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
16788         * gst-libs/gst/navigation/navigation.h:
16789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
16790         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
16791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
16792         Super-simple first version of mouse and keyboard events. Clicking
16793         on a DVD menu now works, although it may not take you where you
16794         expected.
16795
16796         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16797         * gst/videotestsrc/gstvideotestsrc.c:
16798         (gst_videotestsrc_src_fixate):
16799         These fixate functions were broken - they never actually
16800         fixated :)
16801
16802 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16803
16804         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
16805         (gst_icecastsend_init):
16806           fix for new caps system.
16807         * gst-libs/gst/mixer/mixertrack.h:
16808         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
16809           Add 'master track' flag (for tools like ACME that only want to
16810           change the main volume).
16811
16812 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
16813
16814         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
16815         (gst_xvid_csp_to_caps):
16816         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
16817         * ext/xvid/gstxvidenc.c:
16818         ifdef out ARGB type when it isn't available
16819         in xvidcore 1.0.0beta2
16820
16821 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16824           When we have received a new SCR right in the first buffer after
16825           a seek (so in the same cycle that handles the discont), we should
16826           handle the buffer instead of unreffing it, else we lose data.
16827
16828 2004-01-06  Iain <iain@prettypeople.org>
16829
16830         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
16831           buffer-frames caps too.
16832
16833         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
16834           caps that we need, don't destroy them all and rebuild them. And when
16835           creating src pads, use the src pad template rather than the sink...
16836
16837 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16838
16839         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16840           Add pad to element *after* setting functions such as event handler.
16841           Without this, the scheduler (opt) will link pads, set the event
16842           handler from the default event function (dispatcher in gstpad.c)
16843           and *after* that, we will set our own event function, which will
16844           thus never be used (and thus mpegdemux doesn't handle events).
16845
16846 2004-01-04  David Schleef  <ds@schleef.org>
16847
16848         Fix the fixate functions to handle new prototype:
16849         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16850         * gst/videotestsrc/gstvideotestsrc.c:
16851         (gst_videotestsrc_src_fixate):
16852         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
16853         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
16854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
16855
16856 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16857
16858         * sys/ximage/ximagesink.h:
16859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16860         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
16861         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
16862         (gst_ximagesink_xoverlay_init):
16863           assorted fixes to make (re)embedding work
16864         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
16865         (gst_ximagesink_get_desired_size):
16866           implement desired size additions to XOverlay
16867
16868 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16869
16870         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
16871         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
16872         (gst_x_overlay_got_desired_size):
16873         * gst-libs/gst/xoverlay/xoverlay.h:
16874           Add optional "desired size" signal and querying.
16875
16876 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * gst/matroska/matroska-demux.c:
16879         (gst_matroska_demux_parse_blockgroup):
16880           Fix EBML-laced block parsing. Diffs are relative to previous
16881           lace, not the first lace. Thanks to Mosu from the Matroska
16882           team for detecting this.
16883         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16884         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
16885         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
16886         (gst_wavparse_change_state):
16887         * gst/wavparse/gstwavparse.h:
16888           Quickfix for capsnego.
16889
16890 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16891
16892         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
16893           Fix indenting, fix pad creation.
16894
16895 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16896
16897         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
16898         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
16899         (gst_xviddec_sink_link):
16900           Implement src_getcaps() so proper size caps is negotiated.
16901
16902 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16903
16904         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
16905           Finish flac decoder on EOS. See #116178.
16906
16907 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16908
16909         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
16910         (gst_matroska_demux_add_stream):
16911         * gst/matroska/matroska-ids.h:
16912           Add getcaps() function to fix capsnego...
16913
16914 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16915
16916         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16917         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16919           Fix more integer overflows. Again, see #126967.
16920
16921 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16922
16923         * ext/mpeg2dec/gstmpeg2dec.c:
16924           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
16925           #130416.
16926
16927 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * configure.ac:
16930         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
16931         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
16932         * ext/xvid/gstxvid.h:
16933         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16934         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
16935         (gst_xviddec_src_link), (gst_xviddec_sink_link),
16936         (gst_xviddec_change_state):
16937         * ext/xvid/gstxviddec.h:
16938         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16939         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
16940         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
16941         (gst_xvidenc_link), (gst_xvidenc_set_property),
16942         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
16943         * ext/xvid/gstxvidenc.h:
16944           Update xvid plugin to latest xvid (1.0.0-beta3) API.
16945
16946 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16947
16948         * gst/rtp/rtp-packet.c:
16949           Add sys/types.h include, since OS X doesn't define in_addr_t
16950           in netinet/in.h, like it does on Linux (see #129600).
16951
16952 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
16953
16954         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
16957           Correct logic of dispose function (see #129306).
16958
16959 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16960
16961         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
16962         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
16963         (gst_mpeg_parse_init):
16964         * gst/mpegstream/gstmpegparse.h:
16965           Remove clock (which was never provided, i.e. dead code), and
16966           also fix integer overflows at high PTS values (see #126967).
16967
16968 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16969
16970         * ext/flac/gstflacdec.c:
16971         * ext/libpng/gstpngenc.h:
16972         * ext/mikmod/gstmikmod.h:
16973           OS X fixes (see #126628).
16974
16975 2004-01-02  David Schleef  <ds@schleef.org>
16976
16977         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
16978         (gst_alsa_src_base_init): Remove bogus "src" request pad.
16979         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
16980         (gst_mpeg_parse_class_init): Move pad template registration
16981         to class_init, since the derived class (mpegdemux) doesn't
16982         want them.
16983
16984 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16985
16986         * sys/ximage/Makefile.am:
16987         * sys/xvideo/Makefile.am:
16988         * sys/xvimage/Makefile.am:
16989           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
16990           after installation (see #127664).
16991
16992 2004-01-02  David Schleef  <ds@schleef.org>
16993
16994         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
16995         (gst_ffmpegenc_connect):  Negotiation fixes.
16996         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
16997         Remove inappropriate gst_caps_free().
16998         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16999         Reenable Ronald's internal resize code, since the core handles
17000         it correctly now.
17001
17002 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
17005         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
17006         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
17007           Fix pad template stuff.
17008
17009 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17010
17011         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17012         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
17013           fix signed integer reading/writing.
17014
17015 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17016
17017         * ext/alsa/README:
17018           Remove outdated document
17019
17020 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
17021
17022         * gst/cutter/gstcutter.c: (gst_cutter_init):
17023           src pad was being created twice - oops.
17024
17025 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17026
17027         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
17028           Comment out internal resize. It doesn't handle the resulting
17029           XEvent internally, does another try_set_caps() which leads to
17030           a really nice loop.
17031           Real fix will come when Julien and Dave are awake. ;).
17032
17033 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * ext/mpeg2enc/gstmpeg2enc.cc:
17036           fix const/nonconst compile issue.
17037
17038 2004-01-02  David Schleef  <ds@schleef.org>
17039
17040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
17041         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
17042         Add fixate function and a check for bad formats.
17043
17044 2004-01-01  David Schleef  <ds@schleef.org>
17045
17046         Negotiation fixes:
17047         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17048         (gst_audiofilter_init):
17049         * gst/debug/efence.c: (gst_efence_init):
17050         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17051         (gst_deinterlace_init):
17052         * gst/volume/gstvolume.c: (volume_connect):
17053
17054 2004-01-01  David Schleef  <ds@schleef.org>
17055
17056         Convert elements to use gst_pad_use_explicit_caps() where
17057         appropriate:
17058         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
17059         * ext/audiofile/gstafparse.c: (gst_afparse_init),
17060         (gst_afparse_open_file):
17061         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
17062         (gst_afsrc_open_file):
17063         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
17064         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
17065         (gst_ffmpegdec_chain):
17066         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17067         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
17068         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
17069         (gst_gdk_pixbuf_chain):
17070         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
17071         (gst_jpegdec_chain):
17072         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
17073         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
17074         (gst_mikmod_negotiate):
17075         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
17076         (gst_mpeg2dec_negotiate_format):
17077         * ext/mpeg2enc/gstmpeg2enc.cc:
17078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17079         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
17080         (gst_speexdec_sinkconnect):
17081         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
17082         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
17083         (gst_vorbisfile_new_link):
17084         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
17085         (gst_ac3parse_chain):
17086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
17087         (gst_asf_demux_setup_pad):
17088         * gst/auparse/gstauparse.c: (gst_auparse_init),
17089         (gst_auparse_chain):
17090         * gst/id3/gstid3types.c: (gst_id3types_loop):
17091         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
17092         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17093         (mp1videoparse_parse_seq):
17094         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
17095         (bpf_from_header):
17096         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17097         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
17098         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17099         (gst_mpeg_parse_send_data):
17100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17101         (gst_qtdemux_add_stream):
17102         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
17103         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17104         (gst_wavparse_parse_fmt):
17105
17106 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * configure.ac:
17109           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
17110           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
17111           it therefore uses the wrong include paths. Too bad... Note
17112           that 1.6.1.93 is not release yet. ;).
17113           Also add a check for mplex, which is now using the lib'ified
17114           mplex from mjpegtools, too.
17115         * ext/ffmpeg/gstffmpegcodecmap.c:
17116           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
17117           issues. I don't think ffmpeg handles 3ivx correctly, so this
17118           probably won't work. But it won't hurt either.
17119         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
17120         (gst_ffmpegdec_chain):
17121         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
17122         (gst_ffmpegenc_chain_audio):
17123           Fix memleak in audio encoding. Close codec if open fails, this
17124           calls the cleanup routines so we can re-use the context.
17125         * ext/mpeg2enc/gstmpeg2enc.cc:
17126           Fix pad template names/types, fix memory issue with getcaps().
17127         * ext/mpeg2enc/gstmpeg2encoder.cc:
17128         * ext/mpeg2enc/gstmpeg2encoder.hh:
17129           Fix compile issue with new caps system (const thingy).
17130         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17131         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
17132           We read a first frame right on initing, so that we have a caps
17133           when we init the output. This caps is cached in padprivate and
17134           read as first frame.
17135         * ext/mplex/Makefile.am:
17136         * ext/mplex/gstmplex.cc:
17137         * ext/mplex/gstmplex.h:
17138         * ext/mplex/gstmplex.hh:
17139         * ext/mplex/gstmplexibitstream.cc:
17140         * ext/mplex/gstmplexibitstream.hh:
17141         * ext/mplex/gstmplexjob.cc:
17142         * ext/mplex/gstmplexjob.hh:
17143         * ext/mplex/gstmplexoutputstream.cc:
17144         * ext/mplex/gstmplexoutputstream.hh:
17145           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
17146           had issues, didn't do capsnego, supported only a subset of the
17147           mplex features and required a mplex fork in our local CVS. Plus
17148           that it worked agaist a very old mplex version. Rewriting was
17149           faster than updating it.
17150         * gst-libs/ext/Makefile.am:
17151         * gst-libs/ext/mplex/INSTRUCT:
17152         * gst-libs/ext/mplex/Makefile.am:
17153         * gst-libs/ext/mplex/README:
17154         * gst-libs/ext/mplex/TODO:
17155         * gst-libs/ext/mplex/ac3strm_in.cc:
17156         * gst-libs/ext/mplex/audiostrm.hh:
17157         * gst-libs/ext/mplex/audiostrm_out.cc:
17158         * gst-libs/ext/mplex/aunit.hh:
17159         * gst-libs/ext/mplex/bits.cc:
17160         * gst-libs/ext/mplex/bits.hh:
17161         * gst-libs/ext/mplex/buffer.cc:
17162         * gst-libs/ext/mplex/buffer.hh:
17163         * gst-libs/ext/mplex/fastintfns.h:
17164         * gst-libs/ext/mplex/format_codes.h:
17165         * gst-libs/ext/mplex/inputstrm.cc:
17166         * gst-libs/ext/mplex/inputstrm.hh:
17167         * gst-libs/ext/mplex/lpcmstrm_in.cc:
17168         * gst-libs/ext/mplex/mjpeg_logging.cc:
17169         * gst-libs/ext/mplex/mjpeg_logging.h:
17170         * gst-libs/ext/mplex/mjpeg_types.h:
17171         * gst-libs/ext/mplex/mpastrm_in.cc:
17172         * gst-libs/ext/mplex/mpegconsts.cc:
17173         * gst-libs/ext/mplex/mpegconsts.h:
17174         * gst-libs/ext/mplex/mplexconsts.hh:
17175         * gst-libs/ext/mplex/multplex.cc:
17176         * gst-libs/ext/mplex/outputstream.hh:
17177         * gst-libs/ext/mplex/padstrm.cc:
17178         * gst-libs/ext/mplex/padstrm.hh:
17179         * gst-libs/ext/mplex/stillsstream.cc:
17180         * gst-libs/ext/mplex/stillsstream.hh:
17181         * gst-libs/ext/mplex/systems.cc:
17182         * gst-libs/ext/mplex/systems.hh:
17183         * gst-libs/ext/mplex/vector.cc:
17184         * gst-libs/ext/mplex/vector.hh:
17185         * gst-libs/ext/mplex/videostrm.hh:
17186         * gst-libs/ext/mplex/videostrm_in.cc:
17187         * gst-libs/ext/mplex/videostrm_out.cc:
17188         * gst-libs/ext/mplex/yuv4mpeg.cc:
17189         * gst-libs/ext/mplex/yuv4mpeg.h:
17190         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
17191         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
17192           We don't fork mjpegtools' mplex in our CVS anymore.
17193         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
17194         (gst_avi_demux_add_stream):
17195         * gst/avi/gstavidemux.h:
17196           Add getcaps() function for proper caps nego. This makes some
17197           parts of AVI playback/reading work.
17198         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
17199           Resize window on new capsnego. This is probably wrong, but
17200           I'm still committing it because with current capsnego, the
17201           first successfull capsnego is auto-fixated, therefore rounded
17202           down to the lowest values in the caps. this results in a 16x16
17203           XWindow that is not reized when real capsnego finishes.
17204           Dave, I see more cases of this, do you know a proper solution?
17205         * tools/gst-launch-ext.in:
17206           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
17207
17208 2003-12-31  David Schleef  <ds@schleef.org>
17209
17210         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
17211         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
17212           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
17213
17214 2003-12-30  David Schleef  <ds@schleef.org>
17215
17216         * ext/ffmpeg/gstffmpegcolorspace.c:
17217         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
17218         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
17219         (gst_ffmpegcsp_chain): Negotiation fixes
17220         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
17221         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17222         (gst_audio_convert_link), (gst_audio_convert_channels):
17223         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
17224         (gst_audioscale_link), (gst_audioscale_get_buffer),
17225         (gst_audioscale_chain): Negotiation fixes
17226         * gst/audioscale/gstaudioscale.h:
17227         * gst/videofilter/gstvideofilter.c:
17228         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
17229         (gst_videofilter_link), (gst_videofilter_init),
17230         (gst_videofilter_set_output_size), (gst_videofilter_setup),
17231         (gst_videofilter_find_format_by_structure):
17232         * gst/videofilter/gstvideofilter.h: Negotiation fixes
17233         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17234         (gst_videoscale_link):
17235         * gst/videoscale/videoscale.c: (videoscale_get_structure),
17236         (videoscale_find_by_structure), (gst_videoscale_setup):
17237         * gst/videoscale/videoscale.h: Negotiation fixes
17238         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17239         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
17240         function, restrict resizing to a multiple of 4 (hack until
17241         everyone supports odd sizes correctly).
17242
17243 2003-12-29  Colin Walters  <walters@verbum.org>
17244
17245         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
17246         signed.
17247
17248 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
17249
17250         * ext/sndfile/gstsf.c: (gst_sf_loop):
17251           Fix warning about discarding const qualifier
17252
17253 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
17254
17255         * gst/cutter/gstcutter.c:
17256         * gst/videoscale/gstvideoscale.c:
17257         * gst/volenv/gstvolenv.c:
17258         * gst-libs/gst/audio/audio.c:
17259         * gst-libs/gst/video/video.c:
17260           Fix warnings
17261
17262 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17263
17264         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17265           Don't send ALSA debugging to stderr.
17266         * ext/alsa/gstalsa.h:
17267           Use GST_WARNING instead of g_warning when ALSA functions fail.
17268
17269 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17270
17271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17272           Free XVAdapterInfo correctly.
17273
17274 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17275
17276         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17277         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
17278           Make id3tag use correct caps nego.
17279
17280 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
17281
17282         * ext/ivorbis/vorbis.c:
17283         * ext/ivorbis/vorbisenc.h:
17284         * ext/ivorbis/vorbisfile.c:
17285           Modify so that it uses the new caps things
17286
17287 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17288
17289         * testsuite/spider/spider1.c: (main):
17290         * testsuite/spider/spider2.c: (main):
17291         * testsuite/spider/spider3.c: (main):
17292           Make tests compile again. They probably don't work.
17293
17294 2003-12-24  Colin Walters  <walters@verbum.org>
17295
17296         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
17297         we can't fixate the caps anymore.
17298
17299 2003-12-23  David Schleef  <ds@schleef.org>
17300
17301         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
17302         * sys/oss/gstosssink.c: (gst_osssink_init),
17303         (gst_osssink_sink_fixate): Add fixate function.
17304
17305 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17306
17307         * ext/ffmpeg/gstffmpegcodecmap.c:
17308         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
17309         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
17310         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
17311         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
17312         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
17313         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17314         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
17315           fix typo in RGB masks, and move back to "old" colorspace
17316           capsnego code until whoever wrote this new crap has actually
17317           tested it so that it works.
17318           And yes, this works, keep it that way please.
17319
17320 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
17323         (gst_divxdec_init), (gst_divxdec_negotiate):
17324         * ext/divx/gstdivxdec.h:
17325         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
17326         (gst_divxenc_init):
17327         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
17328         (gst_faac_sinkconnect), (gst_faac_srcconnect):
17329         * ext/mpeg2enc/gstmpeg2enc.cc:
17330         * ext/mpeg2enc/gstmpeg2encoder.cc:
17331         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17332         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
17333         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
17334         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
17335         (dxr3spusink_init):
17336         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
17337         (dxr3videosink_init):
17338           Fix caps breakage after Dave's caps branch merge.
17339
17340 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17341
17342         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17343           Fix for 24bpp display.
17344
17345 2003-12-23  Colin Walters  <walters@verbum.org>
17346
17347         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
17348         a GnomeVFSHandle directly.
17349
17350 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17351
17352         * gst/volume/Makefile.am:
17353         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
17354         (volume_base_init), (volume_init):
17355           Reenable volume element and fix to work with new caps stuff.
17356           Rhythmbox needs this.
17357
17358 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17359
17360         * gst/qtdemux/qtdemux.c: (plugin_init):
17361           qtdemux requires bytestream
17362
17363 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17364
17365         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
17366           Fix remaining caps handling errors due to CAPS merge.
17367
17368 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17369
17370         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
17371         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
17372         (gst_faad_srcconnect):
17373           Port to new caps system.
17374
17375 2003-12-21  Julien MOUTTE  <julien@moutte.net>
17376
17377         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
17378         (got_video_size), (main): using g_print instead of g_message.
17379         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
17380         signal which was not emitted because of "switch" element added to the
17381         bin but not connected. (Removing from the bin temporarily)
17382
17383 2003-12-21  Julien MOUTTE  <julien@moutte.net>
17384
17385         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
17386         find X development files. I don't understand the previous tests and
17387         they fail on my debian/ppc unstable. This one works.
17388         * examples/gstplay/player.c: (main): Set the pipeline to READY before
17389         exiting.
17390         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
17391         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17392         (gst_play_set_visualization): Add some safety checks in set_ methods
17393         and state_change. This was throwing some ugly CRITICAL messages when
17394         pipeline was getting disposed and casts were failing.
17395
17396 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * configure.ac:
17399           Improve mpeg2enc detection. This is for distributions that do
17400           ship mjpegtools, but without mpeg2enc. Also does object check
17401           for might there ever be ABI incompatibility.
17402         * ext/mpeg2enc/gstmpeg2enc.cc:
17403           Add Andrew as second maintainer (he's helping me), and also add
17404           an error if no caps was set. This happens if I pull before capsnego
17405           and that's something I should solve sometime else.
17406         * gst/matroska/matroska-demux.c:
17407         (gst_matroska_demux_parse_blockgroup):
17408           Fix time parsing.
17409         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
17410         (gst_matroska_mux_track_header):
17411           Add caps to templates.
17412         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
17413           Add mpegversion=1 to prevent confusion with MPEG/AAC.
17414         * gst/mpegstream/gstmpegdemux.c:
17415           Remove layer since it causes warnings about unfixed caps.
17416         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17417           Fix obvious typo (we error out if caps were set, we should of
17418           course error out if *no* caps were set).
17419         * sys/oss/gstosselement.c: (gst_osselement_convert):
17420           Fix format conversion, we confused bits/bytes.
17421         * sys/oss/gstosselement.h:
17422           Improve documentation for 'bps'.
17423         * sys/v4l/TODO:
17424           Remove stuff about plugins that need removing - this was done
17425           ages ago.
17426         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
17427         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
17428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
17429         (gst_v4lsrc_src_query):
17430         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
17431         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
17432           Add get_query_types(), get_formats() and query() functions.
17433
17434 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17435
17436         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
17437         * moved CVS to freedesktop.org
17438