ext/lame/gstlame.c: send tag events downstream
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2
3         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
4         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
5         (gst_shout2send_get_type), (gst_shout2send_set_clock),
6         (gst_shout2send_class_init), (gst_shout2send_init),
7         (set_shout_metadata), (gst_shout2send_set_metadata),
8         (gst_shout2send_chain), (gst_shout2send_set_property),
9         (gst_shout2send_get_property), (gst_shout2send_connect),
10         (gst_shout2send_change_state):
11         * ext/shout2/gstshout2.h:
12         - fix for sending mp3 audio to icecast2 server, if pad link function not
13         called before PAUSED state
14         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15         - added tagging support for mp3 audio broadcasted
16         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17         debug info
18
19 2004-07-28  Wim Taymans  <wim@fluendo.com>
20
21         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22         (gst_ogg_demux_push):
23         Return query failure when we don't know the length of
24         an ogg stream insteda of returning TRUE with a bogus value.
25
26 2004-07-28  Wim Taymans  <wim@fluendo.com>
27
28         * ext/theora/theoradec.c: (theora_get_formats),
29         (theora_dec_src_convert), (theora_dec_sink_convert),
30         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31         (theora_dec_chain):
32         Don't screw up the 1 Chroma for 1 luma sample situation when we
33         have an odd offset/width by adding a black border in those cases.
34
35 2004-07-28  Wim Taymans  <wim@fluendo.com>
36
37         * ext/theora/theoradec.c: (theora_get_formats),
38         (theora_dec_src_convert), (theora_dec_sink_convert),
39         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
40         (theora_dec_chain):
41         * ext/theora/theoraenc.c: (theora_enc_sink_link):
42         Added first attempt at cropping of the image as required by the 
43         theora spec. We need more properties in the caps (offset_x,
44         offset_y,stride) to implement this correctly.
45
46 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
47
48         * ext/dvdnav/README:
49           Update the README to use dvddemux
50         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
51           Ensure getcaps returns a subset of the template caps
52         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
53         (gst_mpeg2subt_init):
54           Ensure getcaps returns a subset of the template caps
55         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
56         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
57         (gst_dvd_demux_get_subpicture_stream),
58         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
59         * gst/mpegstream/gstdvddemux.h:
60           Set the explicit caps on the current_video pad before pushing
61           anything
62         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
63         (gst_mpeg_demux_get_audio_stream):
64           Free caps used to gst_pad_set_explicit_caps, which takes a const
65           GstCaps *
66
67 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
68
69         * configure.ac: update GStreamer requirement to 0.8.4 because of
70           GstFraction.
71
72 2004-07-28  Wim Taymans  <wim@fluendo.com>
73
74         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
75         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
76         Add the pad to the element after setting up the caps. This
77         makes it a lot easier to autoplug.
78
79 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
80
81         * gst/median/gstmedian.c:
82         * gst/mpeg2subt/gstmpeg2subt.c:
83         * gst/mpegaudioparse/gstmpegaudioparse.c:
84         * gst/mpegstream/gstdvddemux.c:
85         * gst/mpegstream/gstmpegdemux.c:
86         * gst/mpegstream/gstmpegpacketize.c:
87         * gst/rtjpeg/gstrtjpeg.c:
88         * gst/rtjpeg/gstrtjpegdec.c:
89         * gst/rtjpeg/gstrtjpegenc.c:
90         * gst/sine/gstsinesrc.c:
91         * gst/smooth/gstsmooth.c:
92         * gst/smpte/gstsmpte.c:
93         * gst/smpte/gstsmpte.h:
94         * gst/stereo/gststereo.c:
95         * gst/videofilter/gstgamma.c:
96         * gst/videofilter/gstvideobalance.c:
97         * gst/videofilter/gstvideofilter.c:
98         * gst/videofilter/gstvideoflip.c:
99         * gst/videoscale/gstvideoscale.c:
100         * gst/videoscale/videoscale.c:
101         * gst/videotestsrc/gstvideotestsrc.c:
102         * gst/videotestsrc/videotestsrc.c:
103         * gst/wavenc/gstwavenc.c:
104         * gst/wavparse/gstwavparse.c:
105           fix local includes and 64 bits constants
106
107 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
108
109         * win32/gst.sln:
110         * gst-libs/gst/*/*.vcproj:
111         * gst/*/*.vcproj:
112           more working plugins
113
114 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
115
116         * testsuite/alsa/Makefile.am:
117         * testsuite/alsa/srcstate.c:
118         add test for alsasrc changing state
119
120 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
121
122         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
123         (gst_silence_get):
124         * gst/silence/gstsilence.h:
125         fix silence generation for 16bit raw audio
126
127 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
128
129         * gst/matroska/matroska-demux.c:
130         (gst_matroska_demux_parse_metadata),
131         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
132         * gst/mpegaudio/common.c:
133         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
134         (gst_videoscale_getcaps), (gst_videoscale_link),
135         (gst_videoscale_src_fixate), (gst_videoscale_init),
136         (gst_videoscale_finalize):
137         * gst/videoscale/gstvideoscale.h:
138         * gst/videotestsrc/gstvideotestsrc.c:
139         (gst_videotestsrc_get_capslist):
140         * gst/wavenc/gstwavenc.c:
141         * sys/oss/gstossmixer.c: (fill_labels):
142         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
143         (gst_ximagesink_handle_xevents),
144         (gst_ximagesink_calculate_pixel_aspect_ratio),
145         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
146         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
147         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
148         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
149         (gst_ximagesink_init), (gst_ximagesink_class_init):
150         * sys/ximage/ximagesink.h:
151         * sys/xvimage/xvimagesink.c:
152         (gst_xvimagesink_calculate_pixel_aspect_ratio),
153         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
154         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
155         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
156         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
157         * sys/xvimage/xvimagesink.h:
158           first batch of pixel aspect ratio commits.
159
160 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
161
162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
163         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
164         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
165           handle stride, needs work if we want to move stride handling
166           upstream, but works correctly for our purposes.
167
168 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
169
170         * gst/videoscale/README:
171           add testing examples
172         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
173         (gst_videoscale_chain):
174         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
175         (gst_videoscale_get_size):
176           add get_size function that handles stride like videotestsrc.
177           fixes conversion for YUV formats for as much as I can test them.
178
179 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
180
181         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
182         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
184         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
185         (gst_xvimagesink_xvimage_put):
186           further cleanups, logging, error handling and synchronizing
187
188 2004-07-27  Wim Taymans  <wim@fluendo.com>
189
190         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
191         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
192         (gst_videomixer_pad_set_property),
193         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
194         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
195         (gst_videomixer_class_init), (gst_videomixer_init),
196         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
197         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
198         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
199         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
200         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
201         (gst_videomixer_loop), (plugin_init):
202         Be a nicer negotiation citizen and provide a getcaps function on
203         the srcpad. This also fixes a crash when resizing.
204
205 2004-07-27  Julien MOUTTE  <julien@moutte.net>
206
207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
208         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
209
210 2004-07-27  Wim Taymans  <wim@fluendo.com>
211
212         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
213         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
214         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
215         (gst_pngenc_set_property):
216         * ext/libpng/gstpngenc.h:
217         Added snapshot property to pngenc.
218         removed g_print from pngdec
219
220 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
221
222         * gst/ac3parse/ac3parse.vcproj
223         * gst/adder/adder.vcproj
224         * gst/alpha/alpha.vcproj
225         * gst/alpha/alphacolor.vcproj
226         * gst/asfdemux/asf.vcproj
227         * gst/audioconvert/audioconvert.vcproj
228         * gst/audiorate/audiorate.vcproj
229         * gst/audioscale/audioscale.vcproj
230         * gst/auparse/auparse.vcproj
231         * gst/avi/avi.vcproj
232         * gst/cdxaparse/cdxaparse.vcproj
233         * gst/chart/chart.vcproj
234         * gst/colorspace/colorspace.vcproj
235         * gst/cutter/cutter.vcproj
236         * gst/debug/debug.vcproj
237         * gst/debug/efence.vcproj
238         * gst/debug/navigationtest.vcproj
239         * gst/deinterlace/deinterlace.vcproj
240         * gst/effectv/effectv.vcproj
241         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
242         * gst/filter/filter.vcproj
243         * gst/flx/flxdec.vcproj
244         * gst/goom/goom.vcproj
245         * gst/interleave/interleave.vcproj
246         * gst/law/alaw.vcproj
247         * gst/law/mulaw.vcproj
248         * gst/matroska/matroska.vcproj
249         * gst/median/median.vcproj
250         * gst/mixmatrix/mixmatrix.vcproj
251         * gst/mpeg1sys/mpeg1systemencode.vcproj
252         * gst/mpeg1videoparse/mp1videoparse.vcproj
253         * gst/mpeg2sub/mpeg2subt.vcproj
254         * gst/mpegaudio/mpegaudio.vcproj
255         * gst/mpegaudioparse/mpegaudioparse.vcproj
256         * gst/mpegstream/mpegstream.vcproj
257         * gst/multifilesink/multifilesink.vcproj
258         * gst/multipart/multipart.vcproj
259         * gst/oneton/oneton.vcproj
260         * gst/overlay/overlay.vcproj
261         * gst/passthrough/passthrough.vcproj
262         * gst/qtdemux/qtdemux.vcproj
263         * gst/realmedia/rmdemux.vcproj
264         * gst/rtjpeg/rtjpeg.vcproj
265         * gst/rtp/rtp.vcproj
266         * gst/silence/silence.vcproj
267         * gst/sine/sinesrc.vcproj
268         * gst/smooth/smooth.vcproj
269         * gst/smpte/smpte.vcproj
270         * gst/spectrum/spectrum.vcproj
271         * gst/speed/speed.vcproj
272         * gst/stereo/stereo.vcproj
273         * gst/switch/switch.vcproj
274         * gst/tags/tagedit.vcproj
275         * gst/tcp/tcp.vcproj
276         * gst/typefind/typefindfunctions.vcproj
277         * gst/udp/udp.vcproj
278         * gst/videobox/videobox.vcproj
279         * gst/videocrop/videocrop.vcproj
280         * gst/videodrop/videodrop.vcproj
281         * gst/videofilter/gamma.vcproj
282         * gst/videofilter/videobalance.vcproj
283         * gst/videofilter/videofilter.vcproj
284         * gst/videofilter/videoflip.vcproj
285         * gst/videoflip/videoflip.vcproj
286         * gst/videomixer/videomixer.vcproj
287         * gst/videorate/videorate.vcproj
288         * gst/videoscale/videoscale.vcproj
289         * gst/videotestsrc/videotestsrc.vcproj
290         * gst/virtualdub/virtualdub.vcproj
291         * gst/volenv/volenv.vcproj
292         * gst/volume/volume.vcproj
293         * gst/wavenc/wavenc.vcproj
294         * gst/wavparse/wavparse.vcproj
295         * gst/y4m/y4menc.vcproj
296         * gst-libs/gst/audio/audio.vcproj
297         * gst-libs/gst/audio/audiofilter.vcproj
298         * gst-libs/gst/colorbalance/colorbalance.vcproj
299         * gst-libs/gst/idct/idtc.vcproj
300         * gst-libs/gst/media-info/media-info.vcproj
301         * gst-libs/gst/mixer/mixer.vcproj
302         * gst-libs/gst/navigation/navigation.vcproj
303         * gst-libs/gst/play/play.vcproj
304         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
305         * gst-libs/gst/resample/resample.vcproj
306         * gst-libs/gst/riff/riff.vcproj
307         * gst-libs/gst/tuner/tuner.vcproj
308         * gst-libs/gst/video/video.vcproj
309         * gst-libs/gst/xoverlay/xoverlay.vcproj
310           avoid problems with math.h, fix release dependancy
311           rename GStreamer-0.8.lib to libgstreamer.lib
312
313 2004-07-27  Julien MOUTTE  <julien@moutte.net>
314
315         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
317         the atom is not available we have to unlock the mutex. Fixes #148023
318
319 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
320
321         * gst-libs/gst/media-info/media-info.h:
322           issue for a vararg macro with MSVC
323
324 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
325
326         * gst/effectv/effectv.vcproj
327         * gst-libs/gst/idct/idct.vcproj:
328         * gst-libs/gst/media-info/media-info.vcproj:
329         * gst-libs/gst/navigation/navigation.vcproj:
330         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
331         * gst-libs/gst/video/video.vcproj:
332         * gst-libs/gst/xoverlay/xoverlay.vcproj:
333           fixes for build problems
334
335 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
336
337         * gst-libs/gst/audio/audio.def:
338         * gst-libs/gst/audio/riff.def:
339           add some definitions needed by plugins
340
341 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
342
343         * gst/asfdemux/gstasfmux.c
344           Fix some 64 bits constants to be glib friendly
345
346 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
347
348         * gst/ac3parse/gstac3parse.c
349         * gst/audioscale/gstaudioscale.c
350         * gst/auparse/gstauparse.c
351         * gst/colorspace/gstcolorspace.c
352         * gst/colorspace/yuv2rgb.h
353           local include fixes
354
355 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
356
357         * win32/gst.sln
358           add more plugins to the build
359
360 2004-07-26  Julien MOUTTE  <julien@moutte.net>
361
362         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
363         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
364
365 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
366
367         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
368         (gst_level_set_property), (gst_level_get_property),
369         (gst_level_base_init), (gst_level_class_init):
370           add debugging categories.  cleanups.
371
372 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
373
374         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
375         (gst_videoscale_planar411), (gst_videoscale_planar400),
376         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
377         (gst_videoscale_scale_nearest_str1),
378         (gst_videoscale_scale_nearest_str2),
379         (gst_videoscale_scale_nearest_str4),
380         (gst_videoscale_scale_nearest_16bit),
381         (gst_videoscale_scale_nearest_24bit):
382           fixed stride issues
383           tested with 320x240 -> 321, 322, 324 x240
384           tested with YV12, I420, YUY2, UYVY
385           fixed packed422rev (don't think it could have worked before)
386           by testing with UYVY
387
388 2004-07-26  Benjamin Otte  <otte@gnome.org>
389
390         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
391         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
392         (plugin_init):
393           add debugging category, add error checks like checking return values
394           of setup calls, make sure it still works after
395           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
396
397 2004-07-26  Wim Taymans  <wim@fluendo.com>
398
399         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
400         (gst_mpeg_demux_get_audio_stream),
401         (gst_mpeg_demux_process_private):
402         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
403         Check for error codes from the negotiation functions. Make sure
404         we really set the pad caps when a new pad is created.
405
406 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
407
408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
409         (gst_ffmpeg_caps_to_pix_fmt):
410         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
412         (gst_ffmpegcolorspace_pad_link):
413           don't make function do two things at the same time without reason.
414
415 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
416
417         * gst/ac3parse/ac3parse.vcproj
418         * gst/adder/adder.vcproj
419         * gst/alpha/alpha.vcproj
420         * gst/alpha/alphacolor.vcproj
421         * gst/asfdemux/asf.vcproj
422         * gst/audioconvert/audioconvert.vcproj
423         * gst/audiorate/audiorate.vcproj
424         * gst/audioscale/audioscale.vcproj
425         * gst/auparse/auparse.vcproj
426         * gst/avi/avi.vcproj
427         * gst/cdxaparse/cdxaparse.vcproj
428         * gst/chart/chart.vcproj
429         * gst/colorspace/colorspace.vcproj
430         * gst/cutter/cutter.vcproj
431         * gst/debug/debug.vcproj
432         * gst/debug/efence.vcproj
433         * gst/debug/navigationtest.vcproj
434         * gst/deinterlace/deinterlace.vcproj
435         * gst/effectv/effectv.vcproj
436         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
437         * gst/filter/filter.vcproj
438         * gst/flx/flxdec.vcproj
439         * gst/goom/goom.vcproj
440         * gst/interleave/interleave.vcproj
441         * gst/law/alaw.vcproj
442         * gst/law/mulaw.vcproj
443         * gst/matroska/matroska.vcproj
444         * gst/median/median.vcproj
445         * gst/mixmatrix/mixmatrix.vcproj
446         * gst/mpeg1sys/mpeg1systemencode.vcproj
447         * gst/mpeg1videoparse/mp1videoparse.vcproj
448         * gst/mpeg2sub/mpeg2subt.vcproj
449         * gst/mpegaudio/mpegaudio.vcproj
450         * gst/mpegaudioparse/mpegaudioparse.vcproj
451         * gst/mpegstream/mpegstream.vcproj
452         * gst/multifilesink/multifilesink.vcproj
453         * gst/multipart/multipart.vcproj
454         * gst/oneton/oneton.vcproj
455         * gst/overlay/overlay.vcproj
456         * gst/passthrough/passthrough.vcproj
457         * gst/qtdemux/qtdemux.vcproj
458         * gst/realmedia/rmdemux.vcproj
459         * gst/rtjpeg/rtjpeg.vcproj
460         * gst/rtp/rtp.vcproj
461         * gst/silence/silence.vcproj
462         * gst/sine/sinesrc.vcproj
463         * gst/smooth/smooth.vcproj
464         * gst/smpte/smpte.vcproj
465         * gst/spectrum/spectrum.vcproj
466         * gst/speed/speed.vcproj
467         * gst/stereo/stereo.vcproj
468         * gst/switch/switch.vcproj
469         * gst/tags/tagedit.vcproj
470         * gst/tcp/tcp.vcproj
471         * gst/typefind/typefindfunctions.vcproj
472         * gst/udp/udp.vcproj
473         * gst/videobox/videobox.vcproj
474         * gst/videocrop/videocrop.vcproj
475         * gst/videodrop/videodrop.vcproj
476         * gst/videofilter/gamma.vcproj
477         * gst/videofilter/videobalance.vcproj
478         * gst/videofilter/videofilter.vcproj
479         * gst/videofilter/videoflip.vcproj
480         * gst/videoflip/videoflip.vcproj
481         * gst/videomixer/videomixer.vcproj
482         * gst/videorate/videorate.vcproj
483         * gst/videoscale/videoscale.vcproj
484         * gst/videotestsrc/videotestsrc.vcproj
485         * gst/virtualdub/virtualdub.vcproj
486         * gst/volenv/volenv.vcproj
487         * gst/volume/volume.vcproj
488         * gst/wavenc/wavenc.vcproj
489         * gst/wavparse/wavparse.vcproj
490         * gst/y4m/y4menc.vcproj
491           more plugins supported under windows
492
493 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
494
495         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
496         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
497         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
499         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
500           Add debugging statements.  Use the sizes as returned by the
501           *CreateImage calls.
502
503 2004-07-26  Johan Dahlin  <johan@gnome.org>
504
505         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
506         the pad is negotiated.
507
508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
509
510 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
511
512         * gst-libs/gst/colorbalance/colorbalance.vcproj:
513         * gst-libs/gst/idct/idct.vcproj:
514         * gst-libs/gst/media-info/media-info.vcproj:
515         * gst-libs/gst/mixer/mixer.vcproj:
516         * gst-libs/gst/navigation/navigation.vcproj:
517         * gst-libs/gst/play/play.vcproj:
518         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
519         * gst-libs/gst/resample/resample.vcproj:
520         * gst-libs/gst/tuner/tuner.vcproj:
521         * gst-libs/gst/video/video.vcproj:
522         * gst-libs/gst/xoverlay/xoverlay.vcproj:
523           more plugins supported under windows
524
525 2004-07-25 Iain <iain@prettypeople.org>
526
527         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
528         pad now rather than when the pad is created because state changes wipe
529         explicit caps (fixes #148043).
530
531 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
532
533         reviewed by Benjamin Otte  <otte@gnome.org>
534
535         * ext/mad/gstmad.c:
536           fix mad plugin crashing on Sun (fixes #148289)
537
538 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
539
540         * gst/avi/avi.def:
541         * gst/avi/avi.vcproj:
542         * gst/matroska/matroska.def:
543         * gst/matroska/matroska.vcproj:
544           remove unused .def files
545
546 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
547
548         * gst-libs/gst/audio/gstaudiofilter.c:
549           Clean the local include
550
551 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
552
553         * win32/gst.sln:
554         * gst-libs/gst/audio/audio.def:
555         * gst-libs/gst/audio/audio.vcproj:
556         * gst-libs/gst/audio/audiofilter.vcproj:
557         * gst-libs/gst/audio/riff.def:
558         * gst-libs/gst/audio/riff.vcproj:
559         * gst-libs/gst/gst-libs.def:
560         * gst-libs/gst/gst-libs.vcproj:
561         * gst/avi/avi.vcproj:
562         * gst/avi/avi.vcproj:
563           Copy the files where needed after building, cleaner projects
564
565 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
566
567         * gst/matroska/ebml-write.c:
568           Fix some 64 bits constants to be glib friendly
569
570 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
571
572         * win32/gst.sln:
573         * gst-libs/gst/gst-libs.def:
574         * gst-libs/gst/gst-libs.vcproj:
575         * gst/matroska/matroska.def:
576         * gst/matroska/matroska.vcproj:
577           Add the preliminary canvas to build plugins on Win32
578
579 2004-07-23  Benjamin Otte  <otte@gnome.org>
580
581         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
582           don't enfore negotiation from source side, it breaks 
583           sinesrc ! audioconvert ! osssink
584
585 2004-07-22  David Schleef  <ds@schleef.org>
586
587         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
588         for ELF files, since they can easily be recognized as audio/mpeg.
589         (bug #147441)
590
591 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
592
593         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
594         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
595         (gst_videoscale_scale_nearest_24bit),
596         (gst_videoscale_scale_nearest_16bit):
597           fix 16bit and 24bit for stride (24bit might need testing)
598           don't pretend we do more than one algorithm
599
600 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
601
602         * configure.ac:
603         * gst/Makefile.am:
604         * gst/multifilesink/Makefile.am:
605         * gst/multifilesink/gstmultifilesink.c:
606         (gst_multifilesink_get_formats),
607         (gst_multifilesink_get_query_types), (_do_init),
608         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
609         (gst_multifilesink_init), (gst_multifilesink_dispose),
610         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
611         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
612         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
613         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
614         (gst_multifilesink_chain), (gst_multifilesink_change_state),
615         (gst_multifilesink_uri_get_type),
616         (gst_multifilesink_uri_get_protocols),
617         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
618         (gst_multifilesink_uri_handler_init), (plugin_init):
619         * gst/multifilesink/gstmultifilesink.h:
620         * testsuite/Makefile.am:
621         * testsuite/multifilesink/Makefile.am:
622         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
623         (gst_newmedia_class_init), (gst_newmedia_init),
624         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
625         (newfile_signal), (test_signal), (main):
626         multifilesink plugin for creating new files every time a new media
627         discontinuity event occurs
628
629 2004-07-22  Wim Taymans  <wim@fluendo.com>
630
631         * gst/alpha/Makefile.am:
632         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
633         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
634         (gst_alpha_color_init), (gst_alpha_color_set_property),
635         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
636         (transform), (gst_alpha_color_chain),
637         (gst_alpha_color_change_state), (plugin_init):
638         Stupid plugin to to RGBA to AYUV conversion because none of
639         the colorspace plugins can handle that yet.
640
641 2004-07-22  Wim Taymans  <wim@fluendo.com>
642
643         * examples/seeking/seek.c: (update_scale), (main):
644         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
645         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
646         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
647         (gst_decode_bin_init), (gst_decode_bin_dispose),
648         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
649         (no_more_pads), (close_link), (type_found),
650         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
651         (plugin_init):
652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
653         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
654         (gst_play_base_bin_dispose), (queue_overrun),
655         (gen_preroll_element), (remove_prerolls), (unknown_type),
656         (no_more_pads), (new_stream), (setup_source),
657         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
658         (play_base_eos), (gst_play_base_bin_change_state),
659         (gst_play_base_bin_add_element),
660         (gst_play_base_bin_remove_element),
661         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
662         (gst_play_base_bin_unlink_stream),
663         (gst_play_base_bin_get_streaminfo):
664         * gst/playback/gstplaybin.c: (gen_video_element),
665         (gen_audio_element):
666         * gst/playback/gststreaminfo.h:
667         More playback updates, attempt to fix things after the state change
668         breakage.
669
670 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
671
672         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
673         (gst_videoscale_scale_nearest_16bit):
674           comment algorithm
675
676 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
677
678         * gst/videotestsrc/gstvideotestsrc.c:
679         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
680         (gst_videotestsrc_init), (gst_videotestsrc_get),
681         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
682         (gst_videotestsrc_get_property):
683         * gst/videotestsrc/gstvideotestsrc.h:
684         * gst/videotestsrc/videotestsrc.c:
685         * gst/videotestsrc/videotestsrc.h:
686           cleanup and commenting
687
688 2004-07-21  Wim Taymans  <wim@fluendo.com>
689
690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
691         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
692         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
693         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
694         (_find_chain_get_unknown_part), (_find_streams_check),
695         (gst_ogg_demux_push), (gst_ogg_pad_push):
696         * ext/theora/theoradec.c: (theora_get_formats),
697         (theora_dec_src_convert), (theora_dec_sink_convert),
698         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
699         (theora_dec_chain):
700         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
701         (vorbis_dec_convert), (vorbis_dec_src_query),
702         (vorbis_dec_src_event), (vorbis_dec_event):
703         More seeking fixes, oggdemux now supports seeking to time and
704         uses the downstream element to convert granulepos to time.
705         Seeking in theora-only ogg files now works.
706
707 2004-07-21  Wim Taymans  <wim@fluendo.com>
708
709         * ext/theora/theoradec.c: (gst_theora_dec_init),
710         (theora_get_formats), (theora_get_event_masks),
711         (theora_get_query_types), (theora_dec_src_convert),
712         (theora_dec_sink_convert), (theora_dec_src_query),
713         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
714         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
715         (vorbis_get_event_masks), (vorbis_get_query_types),
716         (gst_vorbis_dec_init), (vorbis_dec_convert),
717         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
718         Added query/convert/formats functions to vorbis and theora decoders
719         so that the outside world can use them too. Fixed seeking on an
720         ogg/theora/vorbis file by disabling the seeking seeking on the 
721         theora srcpad.
722
723 2004-07-21  Julien MOUTTE  <julien@moutte.net>
724
725         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
726         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
727         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
728         images creation for both elements. We don't create the image on caps
729         nego or renego, we just destroy the internal one if present if it does
730         not match the needs. The chain function takes care of creating a new
731         image when needed.
732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
733         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
734         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
735         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
736         the image format information. The buffer pool checks for the context
737         image format and discard images with different formats.
738         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
739
740 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
741
742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
743         (gst_ffmpegcolorspace_chain):
744           no point in doing any chaining if the pad we want to push from
745           isn't usable.
746
747 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
748
749         * gst-libs/gst/riff/riff-media.c:
750         (gst_riff_create_audio_caps_with_data):
751           Fix double end-to-native symbol conversion (#148021).
752
753 2004-07-20  David Schleef  <ds@schleef.org>
754
755         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
756         Don't use an Atom that doesn't exist.
757
758 2004-07-20  Wim Taymans  <wim@fluendo.com>
759
760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
761         (gst_multifdsink_add), (gst_multifdsink_get_stats),
762         (gst_multifdsink_client_remove),
763         (gst_multifdsink_handle_client_write),
764         (gst_multifdsink_queue_buffer):
765         * gst/tcp/gstmultifdsink.h:
766         More multifdsink stats. Avoid deadlock by releasing locks
767         before sending out a signal.
768
769 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
770
771         * po/LINGUAS:
772         * po/hu.po:
773           added Hungarian translation (Laszlo Dvornik)
774
775 2004-07-20  Wim Taymans  <wim@fluendo.com>
776
777         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
778         (gst_multifdsink_add), (gst_multifdsink_client_remove),
779         (gst_multifdsink_handle_client_write),
780         (gst_multifdsink_queue_buffer):
781         * gst/tcp/gsttcp-marshal.list:
782         Fixed the stupid marshal definition.
783
784 2004-07-20  Wim Taymans  <wim@fluendo.com>
785
786         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
787         (gst_multifdsink_init), (gst_multifdsink_add),
788         (gst_multifdsink_client_remove),
789         (gst_multifdsink_handle_client_write),
790         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
791         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
792         (gst_multifdsink_init_send):
793         * gst/tcp/gstmultifdsink.h:
794         Added more stats, added timeout for a client, fixed some typos
795         and added some comments.
796
797 2004-07-20  Wim Taymans  <wim@fluendo.com>
798
799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
800         (gst_multifdsink_add), (gst_multifdsink_get_stats),
801         (gst_multifdsink_client_remove),
802         (gst_multifdsink_handle_client_write):
803         * gst/tcp/gstmultifdsink.h:
804         * gst/tcp/gsttcp-marshal.list:
805         Added get_stats method that returns a GValueArray of
806         stats values.
807
808 2004-07-19  Benjamin Otte  <otte@gnome.org>
809
810         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
811           make sure longname, description and author are valid UTF-8
812
813 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
814
815         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
816         (gst_ximagesink_set_property):
817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
818         (gst_xvimagesink_set_property):
819           make sure SYNCHRONOUS is respected after getting the X context
820
821 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
822
823         * gst/matroska/matroska-demux.c:
824         (gst_matroska_demux_handle_src_event),
825         (gst_matroska_demux_parse_blockgroup):
826         * gst/matroska/matroska-ids.h:
827           add BlockReference tag and ignore it to clear out log.
828           ignore NAVIGATION events to clear out log.
829
830 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
831
832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
833         (gst_matroska_demux_add_stream):
834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
835           add debug categories
836
837 2004-07-16  Wim Taymans  <wim@fluendo.com>
838
839         * ext/libpng/Makefile.am:
840         * ext/libpng/gstpng.c: (plugin_init):
841         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
842         (gst_pngdec_get_type), (gst_pngdec_base_init),
843         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
844         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
845         * ext/libpng/gstpngdec.h:
846         Added png decoder.
847
848 2004-07-16  Julien MOUTTE  <julien@moutte.net>
849
850         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
851         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
852         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
853         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
854         (gst_ximagesink_buffer_alloc):
855         * sys/ximage/ximagesink.h:
856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
857         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
858         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
859         (gst_xvimagesink_buffer_alloc):
860         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
861         again. Using internal data pointer of the x(v)image to store image's
862         data to be coherent with the buffer alloc mechanism. Investigated the
863         image destruction code to be sure that everything gets freed correctly.
864
865 2004-07-16  Wim Taymans  <wim@fluendo.com>
866
867         * gst-libs/gst/riff/riff-read.c:
868         (gst_riff_read_strf_vids_with_data),
869         (gst_riff_read_strf_auds_with_data):
870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
871         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
872         Make sure we don't create 0 sized subbufers in riff-read.
873         Signal the no more pads signal after reading the avi header.
874
875 2004-07-16  Wim Taymans  <wim@fluendo.com>
876
877         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
878         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
879         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
880         (gst_decode_bin_init), (gst_decode_bin_dispose),
881         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
882         (no_more_pads), (close_link), (type_found),
883         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
884         (gst_decode_bin_change_state), (plugin_init):
885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
886         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
887         (gst_play_base_bin_dispose), (queue_overrun),
888         (gen_preroll_element), (remove_prerolls), (unknown_type),
889         (no_more_pads), (new_stream), (setup_source),
890         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
891         (play_base_eos), (gst_play_base_bin_change_state),
892         (gst_play_base_bin_add_element),
893         (gst_play_base_bin_remove_element),
894         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
895         (gst_play_base_bin_unlink_stream),
896         (gst_play_base_bin_get_streaminfo):
897         * gst/playback/gstplaybasebin.h:
898         Better error recovery. Added configurable preroll queue size. Faster
899         detection of no-more-pads.
900
901 2004-07-16  Wim Taymans  <wim@fluendo.com>
902
903         * gst-libs/gst/video/video.h:
904         Added 32 bits RGBA. Not sure if we should use another mime-type
905         for alpha rgb. Currently the presence of the alpha_mask property
906         signals an alpha channel.
907
908 2004-07-16  Wim Taymans  <wim@fluendo.com>
909
910         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
912         FPS seems to be 0.0 to MAX everywhere else.
913
914 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
915
916         * gst-libs/gst/riff/riff-media.c:
917         (gst_riff_create_video_caps_with_data):
918           mp42/mp43 (no caps) exist too.
919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
920           Set pixel_width/height; we've got them in-caps.
921         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
922         * gst/wavparse/gstwavparse.c: (plugin_init):
923           Both are valid primary.
924         * sys/oss/gstossmixer.c:
925           Remove i18n hack and enable translations.
926
927 2004-07-15  Benjamin Otte  <otte@gnome.org>
928
929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
930         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
931           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
932
933 2004-07-15  Benjamin Otte  <otte@gnome.org>
934
935         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
936         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
937         (gst_alsa_close_audio):
938           disable some of the debugging code for now. Writing debugging to a
939           buffer is broken in current alsalib releases.
940
941 2004-07-12  Benjamin Otte  <otte@gnome.org>
942
943         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
944           use bufferpools
945
946 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
947
948         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
949         (theora_dec_src_query), (theora_dec_event):
950         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
951           add debugging categories.  Remove \n's.
952
953 2004-07-13  Johan Dahlin  <johan@gnome.org>
954
955         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
956         (gst_play_bin_get_property): Impl.
957
958 2004-07-13  Wim Taymans  <wim@fluendo.com>
959
960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
961         When trying to find the stream length, seek back N pages
962         instead of just one, where N is the number of streams in 
963         the current chain.
964
965 2004-07-13  Wim Taymans  <wim@fluendo.com>
966
967         * gst-libs/gst/riff/riff-media.c:
968         (gst_riff_create_audio_caps_with_data),
969         (gst_riff_create_audio_caps),
970         (gst_riff_create_audio_template_caps):
971         * gst-libs/gst/riff/riff-media.h:
972         * gst-libs/gst/riff/riff-read.c:
973         (gst_riff_read_strf_vids_with_data),
974         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
975         * gst-libs/gst/riff/riff-read.h:
976         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
977         (gst_avi_demux_add_stream):
978         Set codec_data on caps for avidemuxer.
979
980 2004-07-12  David Schleef  <ds@schleef.org>
981
982         * configure.ac: Fix test for Objective C
983
984 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
985         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
986         (gst_gdk_pixbuf_chain):
987           Add svg and pcx to template caps, and ensure that getcaps returns a subset
988           of the template caps.
989           Copy each row manually for output, as gdkpixbuf may pad the
990           rowstride to a 32-bit word boundary.
991
992 2004-07-12  Wim Taymans  <wim@fluendo.com>
993
994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
995         (gst_riff_create_video_template_caps):
996         Fix the template caps to include some more media types.
997
998 2004-07-12  Wim Taymans  <wim@fluendo.com>
999
1000         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1001         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1002         (compare_ranks), (print_feature), (gst_decode_bin_init),
1003         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1004         (try_to_link_1), (new_pad), (close_link), (type_found),
1005         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1006         (gst_decode_bin_change_state), (plugin_init):
1007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1008         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1009         (gst_play_base_bin_dispose), (queue_overrun),
1010         (gen_preroll_element), (remove_prerolls), (no_more_pads),
1011         (new_stream), (setup_source), (gst_play_base_bin_set_property),
1012         (gst_play_base_bin_get_property), (play_base_eos),
1013         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1014         (gst_play_base_bin_remove_element),
1015         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1016         (gst_play_base_bin_unlink_stream),
1017         (gst_play_base_bin_get_streaminfo):
1018         * gst/playback/gstplaybasebin.h:
1019         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1020         (gst_play_bin_class_init), (gst_play_bin_init),
1021         (gst_play_bin_dispose), (gst_play_bin_set_property),
1022         (gst_play_bin_get_property), (gen_video_element),
1023         (gen_audio_element), (remove_sinks), (setup_sinks),
1024         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1025         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1026         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1027         (gst_play_bin_query), (plugin_init):
1028         * gst/playback/test4.c: (main):
1029         More fixes on reusing of the element.
1030
1031 2004-07-11  Benjamin Otte  <otte@gnome.org>
1032
1033         * ext/mad/gstmad.c: (normal_seek):
1034           allow seeking for other methods than just SET
1035
1036 2004-07-11  Andy Wingo  <wingo@pobox.com>
1037
1038         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
1039         float, "any" caps -> buffer_frames=[0,MAX].
1040
1041         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
1042         doesn't intersect our caps with the template any more. Do it
1043         ourselves.
1044         (interleave_buffered_loop): Use g_newa instead of malloc/free.
1045
1046 2004-07-09  Wim Taymans  <wim@fluendo.com>
1047
1048         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1049         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1050         (compare_ranks), (print_feature), (gst_decode_bin_init),
1051         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1052         (try_to_link_1), (new_pad), (close_link), (type_found),
1053         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1054         (gst_decode_bin_change_state), (plugin_init):
1055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1056         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1057         (gst_play_base_bin_dispose), (queue_overrun),
1058         (gen_preroll_element), (remove_prerolls), (no_more_pads),
1059         (new_stream), (setup_source), (gst_play_base_bin_set_property),
1060         (gst_play_base_bin_get_property), (play_base_eos),
1061         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1062         (gst_play_base_bin_remove_element),
1063         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1064         (gst_play_base_bin_unlink_stream),
1065         (gst_play_base_bin_get_streaminfo):
1066         * gst/playback/gstplaybasebin.h:
1067         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1068         (gst_play_bin_class_init), (gst_play_bin_init),
1069         (gst_play_bin_dispose), (gst_play_bin_set_property),
1070         (gst_play_bin_get_property), (gen_video_element),
1071         (gen_audio_element), (remove_sinks), (setup_sinks),
1072         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1073         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1074         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1075         (gst_play_bin_query), (plugin_init):
1076         * gst/playback/test4.c: (main):
1077         Work on object reuse and seeking.
1078
1079 2004-07-09  Wim Taymans  <wim@fluendo.com>
1080
1081         * examples/seeking/seek.c: (iterate):
1082         Don't consume all CPU in the idle loop.
1083
1084 2004-07-09  Wim Taymans  <wim@fluendo.com>
1085
1086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
1087         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
1088         Add pad to element *after* setting the pad functions so that
1089         the scheduler can use the correct ones.
1090
1091 2004-07-09  Wim Taymans  <wim@fluendo.com>
1092
1093         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1094         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
1095         Sync to keyframe after seek
1096
1097 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1098
1099         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1101         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
1102         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
1103         * ext/libvisual/visual.c: (gst_visual_change_state):
1104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
1105         * ext/theora/theoradec.c: (theora_dec_change_state):
1106         * ext/theora/theoraenc.c: (theora_enc_change_state):
1107         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1108         * gst-libs/gst/navigation/navigation.c:
1109         * gst/adder/gstadder.c: (gst_adder_change_state):
1110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1111         (gst_audio_convert_get_buffer):
1112         * gst/multipart/multipartdemux.c:
1113         (gst_multipart_demux_change_state):
1114         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1115         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1116         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1117         * gst/videoscale/gstvideoscale.c:
1118         (gst_videoscale_handle_src_event):
1119         * gst/volume/gstvolume.c: (volume_chain_int16):
1120           don't assert in state change, this should be done by the base
1121           GstElement class.
1122           various debugging fixes.
1123
1124 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1125
1126         * configure.ac:
1127         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1128         (gst_play_dispose), (gst_play_set_location),
1129         (gst_play_set_data_src), (gst_play_set_video_sink),
1130         (gst_play_set_audio_sink), (gst_play_set_visualization),
1131         (gst_play_connect_visualization), (gst_play_get_sink_element),
1132         (gst_play_get_all_by_interface):
1133         * gst-libs/gst/play/play.h:
1134           add new method to get elements implementing an interface.
1135           add various error logging
1136
1137 2004-07-08  Wim Taymans  <wim@fluendo.com>
1138
1139         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
1140         (make_mpeg_pipeline), (make_mpegnt_pipeline),
1141         (make_playerbin_pipeline), (query_durations_elems),
1142         (query_durations_pads), (query_positions_elems),
1143         (query_positions_pads), (update_scale), (iterate), (stop_seek),
1144         (main):
1145         Added playbin seeking example.
1146
1147 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1148
1149         * gst-libs/gst/play/play.c: (gst_play_set_location),
1150         (gst_play_set_data_src), (gst_play_set_video_sink),
1151         (gst_play_set_audio_sink), (gst_play_set_visualization),
1152         (gst_play_connect_visualization), (gst_play_get_framerate):
1153           use a macro to look up elements from hash table
1154
1155 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1156
1157         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1158         (gst_play_get_length_callback), (gst_play_set_location),
1159         (gst_play_seek_to_time), (gst_play_set_data_src),
1160         (gst_play_set_video_sink), (gst_play_set_audio_sink),
1161         (gst_play_set_visualization), (gst_play_connect_visualization),
1162         (gst_play_get_sink_element):
1163         - add debugging info
1164         - fix looking up sink elements by iterating over complete caps
1165         - put everything except for source and autoplugger in a complete bin
1166
1167 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1168
1169         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
1170         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
1171         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
1172         (gst_alsa_sink_write), (gst_alsa_sink_loop):
1173         * ext/alsa/gstalsasink.h:
1174         - add debugging info
1175         - clean up schizophrenia of data/buffer/event
1176         - fix double event unref error
1177
1178 2004-07-08  Wim Taymans  <wim@fluendo.com>
1179
1180         * gst/playback/Makefile.am:
1181         Add headers to noinst
1182
1183 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1184
1185         * tools/gst-launch-ext-m.m:
1186         * tools/gst-launch-ext.1.in:
1187           convert to the third millenium
1188
1189 2004-07-07  David Schleef  <ds@schleef.org>
1190
1191         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
1192
1193 2004-07-07  Wim Taymans  <wim@fluendo.com>
1194
1195         * gst/playback/Makefile.am:
1196         * gst/playback/README:
1197         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1198         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1199         (compare_ranks), (print_feature), (gst_decode_bin_init),
1200         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1201         (try_to_link_1), (new_pad), (close_link), (type_found),
1202         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1203         (plugin_init):
1204         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1205         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1206         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
1207         (gen_preroll_element), (no_more_pads), (new_stream),
1208         (setup_source), (gst_play_base_bin_set_property),
1209         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
1210         (gst_play_base_bin_add_element),
1211         (gst_play_base_bin_remove_element),
1212         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1213         (gst_play_base_bin_unlink_stream),
1214         (gst_play_base_bin_get_streaminfo):
1215         * gst/playback/gstplaybasebin.h:
1216         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1217         (gst_play_bin_class_init), (gst_play_bin_init),
1218         (gst_play_bin_dispose), (gst_play_bin_set_property),
1219         (gst_play_bin_get_property), (gen_video_element),
1220         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
1221         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1222         (gst_play_bin_get_formats), (gst_play_bin_convert),
1223         (gst_play_bin_get_query_types), (gst_play_bin_query),
1224         (plugin_init):
1225         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1226         (gst_stream_info_get_type), (gst_stream_info_class_init),
1227         (gst_stream_info_init), (gst_stream_info_new),
1228         (gst_stream_info_dispose), (gst_stream_info_set_property),
1229         (gst_stream_info_get_property):
1230         * gst/playback/gststreaminfo.h:
1231         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1232         (main):
1233         * gst/playback/test2.c: (main):
1234         * gst/playback/test3.c: (update_scale), (main):
1235         More playbin fixes. Added README. Do better element filtering.
1236         Added base class to preroll media. Added test apps.
1237
1238 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1239
1240         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
1241         * ext/mpeg2dec/gstmpeg2dec.h:
1242           various debugging improvements.  Reset stream to next picture
1243           instead of sequence header, otherwise seeks cannot work. */
1244
1245 2004-07-07  Wim Taymans  <wim@fluendo.com>
1246
1247         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1248         (gst_video_box_class_init), (gst_video_box_set_property),
1249         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
1250         Use pad_alloc where possible.
1251
1252 2004-07-07  Wim Taymans  <wim@fluendo.com>
1253
1254         * sys/oss/gstosselement.c: (gst_osselement_reset),
1255         (gst_osselement_parse_caps):
1256         * sys/oss/gstosselement.h:
1257         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1258         Fix offset on osssrc.
1259
1260 2004-07-07  Wim Taymans  <wim@fluendo.com>
1261
1262         * ext/theora/theora.c: (plugin_init):
1263         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1264         (theora_dec_src_query), (theora_dec_chain):
1265         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1266         (theora_enc_sink_link), (theora_buffer_from_packet),
1267         (theora_push_packet), (theora_enc_chain):
1268         Fix theora granulepos calculation.
1269         Fix overflow in duration/position calculation.
1270         Bump rank to PRIMARY for theoradec.
1271         Use granulepos of last packet to calculate position.
1272         Set keyframe flag on buffers when needed.
1273
1274 2004-07-06  David Schleef  <ds@schleef.org>
1275
1276         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
1277         serious?  (Fixed, obviously.)
1278
1279 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1280
1281         * po/LINGUAS:
1282         * po/cs.po:
1283           added Czech translation (Miloslav Trmac)
1284
1285 2004-07-05  Wim Taymans  <wim@fluendo.com>
1286
1287         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1288         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1289         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1290         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1291         (close_link), (type_found), (gst_decode_bin_set_property),
1292         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
1293         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
1294         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
1295         (gst_decode_bin_query), (plugin_init):
1296         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1297         (gst_play_bin_class_init), (gst_play_bin_init),
1298         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
1299         (get_video_element), (new_pad), (setup_source),
1300         (gst_play_bin_set_property), (gst_play_bin_get_property),
1301         (gst_play_bin_change_state), (gst_play_bin_add_element),
1302         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1303         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1304         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1305         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1306         * gst/playback/test.c: (main):
1307         More fixes, cleaned up playbin, make it use decodebin. Added
1308         threaded property to playbin.
1309
1310 2004-07-05  Wim Taymans  <wim@fluendo.com>
1311
1312         * configure.ac:
1313         * gst/playback/Makefile.am:
1314         * gst/playback/decodetest.c: (main):
1315         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1316         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1317         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1318         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1319         (close_link), (type_found), (gst_decode_bin_set_property),
1320         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
1321         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
1322         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
1323         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
1324         (plugin_init):
1325         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1326         (gst_play_bin_class_init), (gst_play_bin_init),
1327         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
1328         (collect_sink_pads), (find_compatibles), (close_pad_link),
1329         (try_to_link_1), (new_pad), (close_link), (type_found),
1330         (setup_source), (gst_play_bin_set_property),
1331         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
1332         (compare_ranks), (gst_play_bin_collect_factories),
1333         (gst_play_bin_change_state), (gst_play_bin_add_element),
1334         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1335         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1336         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1337         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1338         * gst/playback/test.c: (main):
1339         Added some playback helper elements and some test apps, very alpha
1340         still.
1341
1342 2004-07-04  Benjamin Otte  <otte@gnome.org>
1343
1344         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1345           only restart audio when we indeed have an xrun to fix repeated
1346           xruns. Fix suggested by Giuliano Pochini.
1347
1348 2004-07-03  David Schleef  <ds@schleef.org>
1349
1350         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
1351         call to gst_debug_log() if debugging is disabled (bug #145118)
1352
1353 2004-07-03  Benjamin Otte  <otte@gnome.org>
1354
1355         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1356           use our own functions for restarting the alsa device.
1357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1358           I should apply patches myself - use MIN for the third argument, not
1359           the second, this fixes seeking
1360
1361 2004-07-02  David Schleef  <ds@schleef.org>
1362
1363         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1364         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
1365         do with the logic.
1366
1367 2004-07-02  David Schleef  <ds@schleef.org>
1368
1369         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
1370         output buffers.  Fix logic mistake.  (bug #144866)
1371
1372 2004-07-02  David Schleef  <ds@schleef.org>
1373
1374         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
1375         on X.  (bug #144753)
1376
1377 2004-07-02  David Schleef  <ds@schleef.org>
1378
1379         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
1380         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
1381         (bug #144624)
1382         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1383         (gst_osselement_rate_probe_check): Add another workaround for
1384         buggy drivers (bug #145336)
1385
1386 2004-07-02  David Schleef  <ds@schleef.org>
1387
1388         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
1389         Most systems don't have MSG_NOSIGNAL.
1390
1391 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1392
1393         * Makefile.am:
1394         * gst-libs/gst/colorbalance/Makefile.am:
1395         * gst-libs/gst/mixer/Makefile.am:
1396         * gst-libs/gst/play/Makefile.am:
1397         * gst-libs/gst/tuner/Makefile.am:
1398           (hopefully) fix both install and dist and make error message useful.
1399           needs testing across automakes.
1400
1401 2004-07-02  Benjamin Otte  <otte@gnome.org>
1402
1403         * ext/ogg/gstogg.c: (plugin_init):
1404           we require bytestream now
1405         * ext/ogg/gstoggdemux.c: 
1406           huge diff to implement chain setup in a fast and generic way. This
1407           improves tag reading and startup of huge files (read: Theora videos)
1408           quite a bit. It probably contains bugs, too, so please test.
1409           Seeking is not improved to the fast method.
1410
1411 2004-06-29  Wim Taymans  <wim@fluendo.com>
1412
1413         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1414         * ext/ogg/gstoggmux.c:
1415         Fix memleak in oggdemux when running unconnected pads.
1416         doc update in mux, start working on keyframe mode.
1417
1418 2004-06-29  Benjamin Otte  <otte@gnome.org>
1419
1420         * sys/oss/gstosssink.c:
1421         * sys/oss/gstosssrc.c:
1422           advertise correct template caps - we indeed do non-native endianness
1423           and 8bit audio has no endianness
1424         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
1425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
1426           avoid (wrong) duplications in getcaps function and return
1427           template caps
1428
1429 2004-06-29  Wim Taymans  <wim@fluendo.com>
1430
1431         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1432         (gst_multifdsink_class_init), (gst_multifdsink_add),
1433         (gst_multifdsink_remove), (gst_multifdsink_clear),
1434         (gst_multifdsink_client_remove),
1435         (gst_multifdsink_handle_client_read),
1436         (gst_multifdsink_client_queue_data),
1437         (gst_multifdsink_client_queue_caps),
1438         (gst_multifdsink_client_queue_buffer),
1439         (gst_multifdsink_handle_client_write),
1440         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1441         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1442         (gst_multifdsink_init_send), (gst_multifdsink_close):
1443         Fix wrong GList iteration that could crash the server when
1444         more then 2 clients disconnect at the same time. Read all the
1445         pending commands in one batch to recover from command storms under
1446         very heavy load.
1447
1448 2004-06-28  Wim Taymans  <wim@fluendo.com>
1449
1450         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1451         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
1452         (gst_videomixer_pad_set_property),
1453         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
1454         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1455         (gst_videomixer_class_init), (gst_videomixer_init),
1456         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
1457         (pad_zorder_compare), (gst_videomixer_sort_pads),
1458         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1459         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
1460         (gst_videomixer_update_queues), (gst_videomixer_loop),
1461         (plugin_init):
1462         Avoid divide by zero, choose masterpad as the pad with the highest
1463         framerate.
1464
1465 2004-06-27  Julien Moutte  <julien@moutte.net>
1466
1467         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1468         (gst_ximagesink_xwindow_new):
1469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1470         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
1471         function directly. We might want to call it from somewhere else one day.
1472
1473 2004-06-27  Julien Moutte  <julien@moutte.net>
1474
1475         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1476         (gst_ximagesink_xwindow_new):
1477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1478         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
1479         window decorations.
1480
1481 2004-06-27  Wim Taymans  <wim@fluendo.com>
1482
1483         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
1484         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
1485         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
1486         (gst_dvdec_set_property), (gst_dvdec_get_property):
1487         * ext/dv/gstdvdec.h:
1488         Implement drop_factor property to lower the framerate with
1489         a factor.
1490
1491 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1492
1493         * gst-libs/gst/colorbalance/Makefile.am:
1494         * gst-libs/gst/mixer/Makefile.am:
1495         * gst-libs/gst/play/Makefile.am:
1496         * gst-libs/gst/tuner/Makefile.am:
1497           unbreak Company's fix that didn't install the -enum.h files
1498
1499 2004-06-27  Wim Taymans  <wim@fluendo.com>
1500
1501         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
1502         (gst_dvdec_change_state):
1503         * ext/dv/gstdvdec.h:
1504         Fix timestamp, duration and offset of the buffers.
1505
1506 2004-06-27  Wim Taymans  <wim@fluendo.com>
1507
1508         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1509         (gst_multifdsink_class_init), (gst_multifdsink_add),
1510         (gst_multifdsink_remove), (gst_multifdsink_clear),
1511         (gst_multifdsink_client_remove),
1512         (gst_multifdsink_handle_client_read),
1513         (gst_multifdsink_client_queue_data),
1514         (gst_multifdsink_client_queue_caps),
1515         (gst_multifdsink_client_queue_buffer),
1516         (gst_multifdsink_handle_client_write),
1517         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1518         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1519         (gst_multifdsink_init_send), (gst_multifdsink_close):
1520         * gst/tcp/gstmultifdsink.h:
1521         * gst/tcp/gsttcpserversink.c:
1522         (gst_tcpserversink_handle_server_read),
1523         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
1524         More multifdsink fixes, more recovery policy fixes.
1525         Removed stupid g_print
1526
1527 2004-06-26  Wim Taymans  <wim@fluendo.com>
1528
1529         * gst/tcp/Makefile.am:
1530         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1531         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
1532         (gst_multifdsink_class_init), (gst_multifdsink_init),
1533         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
1534         (gst_multifdsink_handle_client_read),
1535         (gst_multifdsink_client_queue_data),
1536         (gst_multifdsink_client_queue_caps),
1537         (gst_multifdsink_client_queue_buffer),
1538         (gst_multifdsink_handle_client_write),
1539         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1540         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1541         (gst_multifdsink_chain), (gst_multifdsink_set_property),
1542         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
1543         (gst_multifdsink_close), (gst_multifdsink_change_state):
1544         * gst/tcp/gstmultifdsink.h:
1545         * gst/tcp/gsttcpplugin.c: (plugin_init):
1546         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
1547         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
1548         (gst_tcpserversink_handle_server_read),
1549         (gst_tcpserversink_handle_select),
1550         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
1551         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
1552         * gst/tcp/gsttcpserversink.h:
1553         Added multifdsink, made tcpserversink a subclass of fdsink, removed
1554         one of the locks, added recovery policy to multifdsink.
1555
1556 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1557
1558         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1559           fix decision for when getting frames with same timestamp
1560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1561         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1562         (gst_v4lsrc_get_property):
1563         * sys/v4l/gstv4lsrc.h:
1564           add latency offset property 
1565
1566 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1567
1568         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_queue_buffer):
1569         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1570         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1571         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1572         (gst_v4lsrc_get_property):
1573         * sys/v4l/gstv4lsrc.h:
1574
1575 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1576
1577         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
1578         (plugin_init):
1579           fix debugging. add category.
1580
1581 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1582
1583         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1584           fix wrong offsets
1585
1586 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1587
1588         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1589         (gst_alsa_src_get_time), (gst_alsa_src_loop),
1590         (gst_alsa_src_change_state):
1591           return a time that is in sync with the element's processing
1592
1593 2004-06-25  Wim Taymans  <wim@fluendo.com>
1594
1595         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1596         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1597         (gst_tcpserversink_client_remove),
1598         (gst_tcpserversink_handle_client_read),
1599         (gst_tcpserversink_client_queue_data),
1600         (gst_tcpserversink_client_queue_caps),
1601         (gst_tcpserversink_client_queue_buffer),
1602         (gst_tcpserversink_handle_client_write),
1603         (gst_tcpserversink_queue_buffer),
1604         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
1605         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
1606         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
1607         (gst_tcpserversink_close):
1608         * gst/tcp/gsttcpserversink.h:
1609         Serversink rewrite. Really do non blocking writes to clients and
1610         maintain an internal queue to handle slower clients while not
1611         disturbing fast clients.
1612
1613 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1614
1615         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
1616           better debug, don't override OFFSET and OFFSET_END
1617
1618 2004-06-25  Iain <iain@prettypeople.org>
1619
1620         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
1621         name=source for the wavparse pipeline.
1622
1623 2004-06-24  Johan Dahlin  <johan@gnome.org>
1624
1625         * ext/theora/theoraenc.c (theora_enc_chain): Call
1626         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
1627         streamheader caps are set correctly.
1628
1629 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1630
1631         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1632         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
1633           respect minimum bitrate; same could be done for max bitrate
1634
1635 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1636
1637         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1638         (gst_vorbisenc_setup):
1639           fix sample rate range
1640
1641 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1642
1643         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
1644         (gst_oggvorbisenc_setup):
1645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
1646         (gst_vorbisenc_setup):
1647           resolve ambiguities in code and description
1648
1649 2004-06-24  Wim Taymans  <wim@fluendo.com>
1650
1651         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
1652         * ext/alsa/gstalsa.h:
1653         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1654         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
1655         Use alsa trigger_tstamp to get the timestamp of the first
1656         sample in the buffer for more precise sync. Some cleanups.
1657
1658 2004-06-24  Wim Taymans  <wim@fluendo.com>
1659
1660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
1661         (gst_audiorate_init), (gst_audiorate_chain),
1662         (gst_audiorate_set_property), (gst_audiorate_get_property):
1663         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1664         (gst_videorate_chain):
1665         Added some logging, fixed an overflow bug in videorate.
1666
1667 2004-06-24  Benjamin Otte  <otte@gnome.org>
1668
1669         * ext/kio/Makefile.am:
1670           fix for builddir != srcdir and distcheck
1671
1672 2004-06-24  Benjamin Otte  <otte@gnome.org>
1673
1674         * gst-libs/gst/colorbalance/Makefile.am:
1675         * gst-libs/gst/mixer/Makefile.am:
1676         * gst-libs/gst/play/Makefile.am:
1677         * gst-libs/gst/tuner/Makefile.am:
1678         * gst/tcp/Makefile.am:
1679         * sys/dxr3/Makefile.am:
1680           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
1681           tarball.
1682           Also add all *.list files that were missing.
1683         * Makefile.am:
1684           add a distcheck hook to ensure the above doesn't happen again.
1685
1686 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
1687
1688         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
1689
1690 2004-06-23  Colin Walters  <walters@redhat.com>
1691
1692         * m4/Makefile.am: Distribute gst-fionread.m4.
1693
1694 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1695
1696         * configure.ac: back to dev
1697
1698 2004-06-23  Wim Taymans  <wim@fluendo.com>
1699
1700         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1701         (gst_alsa_xrun_recovery):
1702         * ext/alsa/gstalsa.h:
1703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1704         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
1705         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1706         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
1707         (gst_alsa_src_loop):
1708         Add clock to alsasrc. Take new capture timestamp when
1709         restarting after an overrun. Split up some functions between
1710         alsasrc and alsasink.
1711
1712 === release 0.8.2 ===
1713
1714 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1715
1716         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
1717         (gst_alsa_change_state), (gst_alsa_update_avail),
1718         (gst_alsa_xrun_recovery):
1719         * ext/alsa/gstalsa.h:
1720         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1721           merge back changes from release
1722
1723 2004-06-23  Wim Taymans  <wim@fluendo.com>
1724
1725         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
1726         (gst_audiorate_init), (gst_audiorate_chain),
1727         (gst_audiorate_set_property), (gst_audiorate_get_property):
1728         Implement sample dropping and notify
1729
1730 2004-06-22  Wim Taymans  <wim@fluendo.com>
1731
1732         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1733         (theora_enc_sink_link), (theora_buffer_from_packet),
1734         (theora_push_packet), (theora_enc_chain):
1735         Some cleanups, make sure the timestamps are correct.
1736
1737 2004-06-22  Wim Taymans  <wim@fluendo.com>
1738
1739         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
1740         (gst_alsa_change_state), (gst_alsa_update_avail),
1741         (gst_alsa_xrun_recovery):
1742         * ext/alsa/gstalsa.h:
1743         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1744         Cleanups, take queued samples into account when reporting
1745         the time.
1746
1747 2004-06-22  Wim Taymans  <wim@fluendo.com>
1748
1749         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1750         (gst_videorate_init):
1751         Initialize the property as well.
1752
1753 2004-06-22  Wim Taymans  <wim@fluendo.com>
1754
1755         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1756         (gst_videorate_init), (gst_videorate_chain),
1757         (gst_videorate_set_property), (gst_videorate_get_property):
1758         Add property to make videorate silent.
1759         Add property to prefer new frames over old ones.
1760
1761 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1762
1763         * sys/osxvideo/Makefile.am:
1764         Workaround so that the osxvideo .so file gets linked with the
1765         Cocoa, OpenGL and QuickTime frameworks
1766
1767 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1768
1769         * sys/osxaudio/Makefile.am:
1770         Workaround so that the osxaudio .so file gets linked with the
1771         CoreAudio framework
1772  
1773 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1774
1775         * configure.ac:
1776         Whoops, my fault...fixed build issues
1777
1778 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1779
1780         * configure.ac:
1781         Add objective-c support if running in Darwin/Mac OS X
1782         * sys/Makefile.am:
1783         * sys/osxvideo:
1784         * sys/osxvideo/Makefile.am:
1785         * sys/osxvideo/osxvideosink.h:
1786         * sys/osxvideo/osxvideosink.m:
1787         * sys/osxvideo/cocoawindow.h:
1788         * sys/osxvideo/cocoawindow.m:
1789         Add osxvideosink, a cocoa-based osx video sink
1790         
1791
1792 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1793         * ext/dvdnav/gst-dvd:
1794         Grab the gconf key from the right spot
1795         * gst/debug/gstnavseek.c: (gst_navseek_init),
1796         (gst_navseek_segseek), (gst_navseek_handle_src_event),
1797         (gst_navseek_chain):
1798         * gst/debug/gstnavseek.h:
1799           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
1800           and loop parameters of a segment seek.
1801         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
1802         (gst_videotestsrc_get_event_masks),
1803         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
1804         * gst/videotestsrc/gstvideotestsrc.h:
1805           Add seeking support to videotestsrc
1806           Initialise the timestamp_offset variable.
1807
1808 2004-06-18  Wim Taymans  <wim@fluendo.com>
1809
1810         * ext/sidplay/gstsiddec.cc:
1811         Fix negotiation and set correct end offset.
1812
1813 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1814
1815         * configure.ac: branch and prerelease
1816
1817 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1818
1819         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1820         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
1821         (gst_tcpclientsrc_init_receive):
1822         * gst/tcp/gsttcpclientsrc.h:
1823           read caps when connecting to server for GDP so we set them correctly
1824
1825 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1826
1827         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1828           notify drops and duplicates
1829         * gst/videoscale/videoscale.c: (videoscale_get_structure):
1830           no good reason to limit ourselves to 100x100
1831
1832 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1833
1834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1835         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
1836         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1837         (gst_v4lsrc_get_property):
1838         * sys/v4l/gstv4lsrc.h:
1839         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
1840         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
1841         (gst_v4l_set_audio):
1842         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
1843         (gst_v4lsrc_try_capture):
1844         * sys/v4l/v4lsrc_calls.h:
1845           change try_palette to more general try_capture
1846           add autoprobe option so we can turn off autoprobing
1847           various fixes
1848
1849 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1850
1851         * configure.ac:
1852           add videorate
1853         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
1854         (gst_ximagesink_class_init):
1855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
1856         (gst_xvimagesink_class_init):
1857           run them as finalize, not dispose, since dispose can be invoked
1858           multiple times
1859
1860 2004-06-17  Wim Taymans  <wim@fluendo.com>
1861
1862         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
1863         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
1864         * ext/alsa/gstalsa.h:
1865         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
1866         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
1867         (gst_alsa_src_change_state):
1868         * ext/alsa/gstalsasrc.h:
1869         Make the xrun code timestamp and offset the buffers correctly.
1870         moved the clock to the base class, use alsa methods to get time.
1871         Do correct timestamping on outgoing buffers.
1872
1873 2004-06-17  Wim Taymans  <wim@fluendo.com>
1874
1875         * gst/audiorate/Makefile.am:
1876         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
1877         (gst_audiorate_base_init), (gst_audiorate_class_init),
1878         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
1879         (gst_audiorate_set_property), (gst_audiorate_get_property),
1880         (gst_audiorate_change_state), (plugin_init):
1881         Added an audiorate converter that fills in gaps.
1882
1883 2004-06-17  Johan Dahlin  <johan@gnome.org>
1884
1885         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
1886
1887 2004-06-16  Wim Taymans  <wim@fluendo.com>
1888
1889         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
1890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
1891         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
1892         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1893         (gst_v4lsrc_get_property):
1894         * sys/v4l/gstv4lsrc.h:
1895         Added a copy mode to v4lsrc where it will output a copied version
1896         of its internal hardware buffer.
1897         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
1898         can't | them.
1899
1900 2004-06-16  Wim Taymans  <wim@fluendo.com>
1901
1902         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1903         Timestamp fixes.
1904
1905 2004-06-16  Wim Taymans  <wim@fluendo.com>
1906
1907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
1908         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
1909         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1910         (gst_v4lsrc_get_property):
1911         * sys/v4l/gstv4lsrc.h:
1912         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1913         Added a sync mode enum property to control v4lsrc timestamp method
1914         Removed the use-fixed-fps property and moved functionality in
1915         the enum. 
1916         Don't error on an error value from v4l-conf, it might not always
1917         be a real error.
1918
1919 2004-06-16  Wim Taymans  <wim@fluendo.com>
1920
1921         * gst/videorate/Makefile.am:
1922         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
1923         (gst_videorate_base_init), (gst_videorate_class_init),
1924         (gst_videorate_getcaps), (gst_videorate_link),
1925         (gst_videorate_init), (gst_videorate_chain),
1926         (gst_videorate_set_property), (gst_videorate_get_property),
1927         (gst_videorate_change_state), (plugin_init):
1928         Added a video timestamp corrector.
1929
1930 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1931
1932         fixed a potential leak with previous commit
1933         
1934         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
1935
1936 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1937
1938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
1939         Added missing refcount, fixes bug #144425
1940         Cheers Tim for finding the bug
1941
1942 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         * sys/v4l/gstv4l.c: (plugin_init):
1945         * sys/v4l/gstv4lcolorbalance.c:
1946         * sys/v4l/gstv4lcolorbalance.h:
1947         * sys/v4l/gstv4lelement.c:
1948         * sys/v4l/gstv4lelement.h:
1949         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1950         * sys/v4l/gstv4lmjpegsink.h:
1951         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1952         * sys/v4l/gstv4lmjpegsrc.h:
1953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
1954         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
1955         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
1956         * sys/v4l/gstv4lsrc.h:
1957         * sys/v4l/gstv4ltuner.c:
1958         * sys/v4l/gstv4ltuner.h:
1959         * sys/v4l/gstv4lxoverlay.c:
1960         * sys/v4l/gstv4lxoverlay.h:
1961         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
1962         (gst_v4l_set_window), (gst_v4l_enable_overlay):
1963         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
1964         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
1965         (gst_v4l_set_audio):
1966         * sys/v4l/v4l_calls.h:
1967         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1968         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
1969         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
1970         (gst_v4lmjpegsink_playback_init),
1971         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
1972         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
1973         (gst_v4lmjpegsink_playback_stop),
1974         (gst_v4lmjpegsink_playback_deinit):
1975         * sys/v4l/v4lmjpegsink_calls.h:
1976         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
1977         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
1978         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
1979         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
1980         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
1981         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
1982         * sys/v4l/v4lmjpegsrc_calls.h:
1983         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1984         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
1985         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
1986         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
1987         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
1988         (gst_v4lsrc_try_palette):
1989         * sys/v4l/v4lsrc_calls.h:
1990           bunch of paranoia cleanups
1991
1992 2004-06-14  David Schleef  <ds@schleef.org>
1993
1994         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
1995         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
1996         Send discont events and change timestamps appropriately when
1997         we get a seek event.  (bug #144240)
1998         * ext/cdparanoia/gstcdparanoia.h:
1999
2000 2004-06-14  Benjamin Otte  <otte@gnome.org>
2001
2002         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
2003           snd_pcm_hw_params_set_rate  since the latter fails for no good 
2004           reason on some setups.
2005
2006 2004-06-14  David Schleef  <ds@schleef.org>
2007
2008         * gst/volume/demo.c: (value_changed_callback): exp10() is not
2009         standard.  Thank you for playing.
2010
2011 2004-06-14  Wim Taymans  <wim@fluendo.com>
2012
2013         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2014         Patch 1.3 broke the ordering of the colorspace info and
2015         made the plugin basically work by coincidence, reordered
2016         the info.
2017
2018 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2019
2020         * ext/lame/gstlame.c:
2021         * ext/mad/gstmad.c:
2022           sync caps.  Make sure mad can only output a list of rates, not
2023           a full range.  In the future, have three caps lists for each of the
2024           mpeg versions.  Change mpegversion to a double as well.
2025
2026 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2027
2028         * gst/volume/.cvsignore:
2029         * gst/volume/Makefile.am:
2030         * gst/volume/demo.c: (value_changed_callback), (idler),
2031         (setup_gui), (main):
2032           added small demo app
2033
2034 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2035         * ext/esd/esdsink.c: (gst_esdsink_change_state):
2036         * ext/esd/esdsink.h:
2037         Close the esd connection on pause, because esd will just wait -  
2038         blocking all other esd clients indefinitely.
2039
2040 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
2041
2042         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
2043           previous commit with GST_DEBUG
2044
2045 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * configure.ac:
2048           add a header check for a dvdread header in dvdnav.  Fixes #133002
2049
2050 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
2051
2052         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2053         * gst/tcp/gsttcpclientsink.h:
2054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2055         * gst/tcp/gsttcpclientsrc.h:
2056         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
2057         (gst_tcpserversink_handle_server_read),
2058         (gst_tcpserversink_init_send):
2059         * gst/tcp/gsttcpserversink.h:
2060         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
2061         * gst/tcp/gsttcpserversrc.h:
2062         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
2063         version of IP)
2064
2065 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
2066
2067         * configure.ac:
2068         Added ogg library so that OSX detects libtheora properly
2069         
2070 2004-06-11  Wim Taymans  <wim@fluendo.com>
2071
2072         * ext/theora/theoradec.c: (theora_dec_chain),
2073         (theora_dec_change_state):
2074         Don't try to decode frames before we received a keyframe.
2075
2076 2004-06-11  Wim Taymans  <wim@fluendo.com>
2077
2078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2079         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2080         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2081         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2082         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2083         Added property to set the maximum delay of a page.
2084
2085 2004-06-10  Wim Taymans  <wim@fluendo.com>
2086
2087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2088         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2089         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2090         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2091         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2092         Added max-delay property to control the maximum amount
2093         of data to put in one page.
2094
2095 2004-06-10  Wim Taymans  <wim@fluendo.com>
2096
2097         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2098         (gst_theora_enc_init), (theora_enc_sink_link),
2099         (theora_buffer_from_packet), (theora_enc_set_property),
2100         (theora_enc_get_property):
2101         Set duration on encoded buffer, added some more properties
2102
2103 2004-06-10  Wim Taymans  <wim@fluendo.com>
2104
2105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2106         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2107         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2108         * ext/theora/theoraenc.c: (theora_enc_chain):
2109         Fix refcounting bugs
2110
2111 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2112
2113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2114         (gst_asf_demux_loop), (gst_asf_demux_process_file),
2115         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
2116         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
2117         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
2118         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
2119         (gst_asf_demux_change_state):
2120         * gst/asfdemux/gstasfdemux.h:
2121           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
2122           feels like. I think we should set a new requirement for demuxers
2123           from now on to implement sane loop functions, data loops, query
2124           and seek functions before first commit into CVS. And this commit
2125           fixes all of the above.
2126
2127 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
2128
2129         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
2130           vorbis comments are properly encoded in UTF-8 before adding them
2131           to a GstTagList
2132
2133 2004-06-09  Benjamin Otte  <otte@gnome.org>
2134
2135         * ext/alsa/gstalsa.c: (add_channels):
2136           handle min <= max correctly
2137         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
2138         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
2139           add fixation functions so we fixate correctly. No preferring of alaw
2140           anymore because it's the first structure.
2141         * ext/alsa/gstalsa.h:
2142         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
2143         (gst_alsa_hw_params_dump):
2144           add functions to ease debugging in alsalib
2145         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2146         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2147         (gst_alsa_start_audio):
2148           only specify hw params if we really setup a format (fixes #134007 -
2149           or at least works around it)
2150
2151 2004-06-09  Wim Taymans  <wim@fluendo.com>
2152
2153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2154         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2155         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
2156         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
2157         (gst_ogg_mux_loop):
2158         Use stream caps to setup the initial pages in the ogg stream.
2159         Correctly set the streamheader caps on the srcpad.
2160
2161 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2162
2163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2164         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2165         (gst_v4lsrc_getcaps):
2166         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2167         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
2168           add querying of fps lists for webcams.  Negotiating to a framerate
2169           now works.
2170
2171 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2172
2173         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2174         (theora_push_buffer), (theora_push_packet),
2175         (theora_set_header_on_caps), (theora_enc_chain):
2176           mark buffers and put on streamheader, raw theora streaming
2177           now works too, whee
2178
2179 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2180
2181         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2182         (gst_tcp_gdp_read_caps):
2183           do a looping read for caps and GDP headers too
2184
2185 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2186
2187         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2188         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
2189           return EOS instead of NULL in _get
2190
2191 2004-06-08  Wim Taymans  <wim@fluendo.com>
2192
2193         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2194         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
2195         (gst_tcp_gdp_write_caps):
2196         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2197         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2198         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
2199         Memory leak fixes
2200
2201 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2202
2203         * ext/vorbis/Makefile.am:
2204         * ext/vorbis/vorbis.c: (plugin_init):
2205         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
2206         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
2207         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
2208         (vorbis_parse_change_state):
2209         * ext/vorbis/vorbisparse.h:
2210           adding a vorbisparse element that marks the buffers, streaming
2211           raw vorbis using GDP now works, whee
2212
2213 2004-06-08  Wim Taymans  <wim@fluendo.com>
2214
2215         * ext/jpeg/Makefile.am:
2216         * ext/jpeg/README:
2217         * ext/jpeg/gstjpeg.c: (plugin_init):
2218         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
2219         (gst_smokedec_base_init), (gst_smokedec_class_init),
2220         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
2221         * ext/jpeg/gstsmokedec.h:
2222         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
2223         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
2224         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
2225         (gst_smokeenc_resync), (gst_smokeenc_chain),
2226         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
2227         * ext/jpeg/gstsmokeenc.h:
2228         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
2229         (smokecodec_flush_destination), (smokecodec_term_destination),
2230         (smokecodec_init_source), (smokecodec_fill_input_buffer),
2231         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
2232         (smokecodec_term_source), (smokecodec_encode_new),
2233         (smokecodec_decode_new), (smokecodec_info_free),
2234         (smokecodec_set_quality), (smokecodec_get_quality),
2235         (smokecodec_set_threshold), (smokecodec_get_threshold),
2236         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2237         (find_best_size), (abs_diff), (put), (smokecodec_encode),
2238         (smokecodec_parse_header), (smokecodec_decode):
2239         * ext/jpeg/smokecodec.h:
2240         Added a new simple jpeg based codec
2241
2242 2004-06-08  Wim Taymans  <wim@fluendo.com>
2243
2244         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2245         (gst_multipart_mux_loop):
2246         Fix memory leak
2247
2248 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2249
2250         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2251         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
2252         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
2253         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
2254         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2255         * gst/tcp/gsttcpserversink.h:
2256           take streamheader into account
2257
2258 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2259
2260         * gst/level/Makefile.am:
2261         * gst/level/gstlevel.c: (gst_level_class_init):
2262           clean up marshal generation
2263
2264 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2265
2266         * gst/tcp/Makefile.am:
2267         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
2268         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
2269         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
2270         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2271         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
2272         (gst_tcpclientsrc_get_property):
2273         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2274         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2275         (gst_tcpserversink_handle_client_read),
2276         (gst_tcpserversink_handle_client_write),
2277         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
2278         * gst/tcp/gsttcpserversink.h:
2279           add signals client-added and client-removed
2280         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2281         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
2282         (gst_tcpserversrc_get_property):
2283         uniformized, change default protocol to NONE
2284         * gst/tcp/gsttcp-marshal.list: added
2285 2004-06-07  Benjamin Otte  <otte@gnome.org>
2286
2287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2288           handle discont events if they happen before caps nego
2289
2290 2004-06-07  Wim Taymans  <wim@fluendo.com>
2291
2292         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2293         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2294         (gst_multipart_demux_plugin_init):
2295         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2296         (gst_multipart_mux_init), (gst_multipart_mux_loop),
2297         (gst_multipart_mux_change_state):
2298         Small updates, fix a memleak
2299
2300 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2301
2302         * configure.ac: OSS portability
2303         * ext/arts/gst_arts.c: idem
2304         * sys/oss/gstosselement.c: idem
2305         * sys/oss/gstossmixer.c: idem
2306         * sys/oss/gstosssink.c: idem
2307         * sys/oss/gstosssrc.c: idem
2308         * sys/oss/oss_probe.c: idem
2309           - check for soundcard.h in different places for some BSD
2310
2311 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
2312
2313         * AUTHORS:
2314         Add me to the authors file
2315         * configure.ac:
2316         Increase the libdv requirement to >= version 0.100
2317         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2318         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
2319         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
2320         * ext/dv/gstdvdec.h:
2321         Add support for the new_media flag when sending DISCONT events
2322         Make the querying work when video pad is not linked
2323
2324 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2325
2326         reviewed by Benjamin Otte  <otte@gnome.org>
2327
2328         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
2329           create a NULL-initialized array of pads, so we don't think they
2330           exist already. (fixes #143130)
2331
2332 2004-06-07  Benjamin Otte  <otte@gnome.org>
2333
2334         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
2335         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
2336         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
2337           don't use // coments
2338
2339 2004-06-07  Benjamin Otte  <otte@gnome.org>
2340
2341         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
2342           cast to GstClockTime to get higher granularity
2343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2344           use gst_element_set_time_delay to get the exact time
2345         * ext/mad/gstmad.c: (gst_mad_chain):
2346           use the negotiated rate instead of the current frame's rate which
2347           might be wrong because of bit errors. This avoids emitting totally
2348           bogus timestamps and screwing sync.
2349         (fixes #143454)
2350
2351 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2352
2353         reviewed by Benjamin Otte  <otte@gnome.org>
2354
2355         * gst/adder/gstadder.c: (gst_adder_loop):
2356           properly error out when no negotiation has happened yet. (fixes
2357           #143032)
2358
2359 2004-06-06  Benjamin Otte  <otte@gnome.org>
2360
2361         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2362           forward correctly transformed offset in discont events. Based on
2363           patch by Arwed v. Merkatz. (fixes #142851)
2364
2365 2004-06-06  David Schleef  <ds@schleef.org>
2366
2367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
2368         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
2369         problems on several systems.
2370
2371 2004-06-06  Benjamin Otte  <otte@gnome.org>
2372
2373         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2374           use explicit caps on the srcpad
2375         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2376           properly error out if caps couldn't be set (fixes #142764)
2377
2378 2004-06-06  Benjamin Otte  <otte@gnome.org>
2379
2380         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
2381         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
2382         (gst_alsa_start_audio):
2383           - don't call set_periods_integer anymore, it breaks the
2384           configuration randomly
2385           - call snd_pcm_hw_params_set_access directly instead of using masks
2386           - don't fail if the sw_params can't be set, just use the default
2387           params and hope it works. Alsalib has weird issues when you touch
2388           sw_params and does no proper error reporting about what failed.
2389         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2390         (gst_alsa_close_audio):
2391           make our alsa debugging go via gst debugging and not conditionally
2392           defined
2393         * ext/alsa/gstalsa.h:
2394           add ALSA_DEBUG_FLUSH macro
2395         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
2396         (plugin_init):
2397           wrap alsa errors to be printed via the gst debugging system and not
2398           spammed to stderr
2399
2400 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2401
2402         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
2403         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
2404         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
2405         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
2406         (qtdemux_parse_trak):
2407         * gst/qtdemux/qtdemux.h:
2408           Bitch. Also known as seeking, querying & co.
2409         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2410         (gst_osssink_change_state):
2411         * sys/oss/gstosssink.h:
2412           Resyncing is for weenies, this hack is no longer needed and was
2413           broken anyway (since it - unintendedly - always leaves resync to
2414           TRUE).
2415
2416 2004-06-05  Andrew Turner <zxombie@hotpop.com>
2417
2418         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
2419         * gst/tcp/gsttcpclientsrc.h: idem
2420           - define MSG_NOSIGNAL if not done
2421           - include unistd.h for off_t
2422           (fixes #143749)
2423
2424 2004-06-05  Benjamin Otte  <otte@gnome.org>
2425
2426         * configure.ac:
2427         * ext/kio/Makefile.am:
2428           check for qt's moc preprocessor explicitly and use it
2429
2430 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2431
2432         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2433           don't get a signal for EPIPE on socket writes
2434           (somebody check if this works on other platforms)
2435
2436 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2437
2438         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2439         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2440           check error condition on available samples correctly
2441
2442 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2443
2444         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
2445           avoid a segfault
2446         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2447         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
2448         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2449         (gst_tcpserversrc_gdp_read_header):
2450          use ssize_t over size_t since the former is signed and thus the
2451          check for error codes can work
2452
2453 2004-06-02  Wim Taymans  <wim@fluendo.com>
2454
2455         reviewed by: Johan
2456
2457         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2458         (gst_multipart_mux_loop):
2459         Oops
2460
2461 2004-06-02  Wim Taymans  <wim@fluendo.com>
2462
2463         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2464         (gst_multipart_mux_init), (gst_multipart_mux_loop),
2465         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2466         (gst_multipart_mux_change_state):
2467         Added configurable boundary specifier, added the value as a
2468         caps field as well.
2469
2470 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
2471
2472         * gst/tcp/gsttcp.c:
2473         * gst/tcp/gsttcpclientsrc.c:
2474         * gst/tcp/gsttcpclientsrc.h:
2475         * gst/tcp/gsttcpserversrc.c:
2476           - portability fix, to compile on OSX
2477             (fixes #143146)
2478
2479         * sys/osxaudio/gstosxaudioelement.c:
2480         * sys/osxaudio/gstosxaudiosink.c:
2481         * sys/osxaudio/gstosxaudiosrc.c:
2482           - compilation warnings on OSX
2483             (fixes #143153)
2484
2485 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2486
2487         * ext/vorbis/vorbisdec.c : sign warning fixes
2488
2489         * gst-libs/gst/mixer/mixertrack.c :
2490           do no use defines which are glib 2.4 specific
2491
2492 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
2493
2494         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
2495           buffer since libflac doesn't expect it (reports a sync error when 
2496           it encounters that)
2497
2498         
2499 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
2500
2501         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
2502         * gst-libs/gst/mixer/mixertrack.c:
2503         (gst_mixer_track_get_property), (get_mixer_track_init),
2504         (get_mixer_track_get_property): Added property accessors
2505         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
2506         * gst-libs/gst/mixer/mixeroptions.c:
2507         (gst_mixer_options_get_values): Added   
2508         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
2509         * gst-libs/gst/mixer/mixer.c: Fixed comment
2510
2511
2512 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2513
2514         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
2515           improve error messages on open
2516
2517
2518 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2519
2520         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2521           check if v4l-conf is in path
2522
2523 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2524
2525         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
2526           change assert to a more readable error message
2527
2528 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2529
2530         * gst-libs/gst/tuner/tunerchannel.h:
2531           - add a freq_multiplicator field to make the conversion
2532             between internal frequency unit and Hz
2533         * sys/v4l/gstv4lelement.c:
2534         * sys/v4l2/gstv4l2element.c:
2535           - change default video device to /dev/video0
2536         * sys/v4l/v4l_calls.c:
2537         * sys/v4l2/v4l2_calls.c:
2538           - we only expose frequency to the user in Hz instead of
2539             bastard v4lX unit (either 62.5kHz or 62.5Hz)
2540
2541 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
2542         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2543           Initialise b_o_s and e_o_s variables
2544         * gst-libs/gst/riff/riff-media.c:
2545         (gst_riff_create_video_caps_with_data):
2546           Add some unusual fourcc's from mplayer avi's
2547         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
2548           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
2549           autoplugging.
2550
2551 2004-05-28  Wim Taymans  <wim@fluendo.com>
2552
2553         * configure.ac:
2554         * gst/alpha/Makefile.am:
2555         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
2556         (gst_alpha_get_type), (gst_alpha_base_init),
2557         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
2558         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
2559         (gst_alpha_chroma_key), (gst_alpha_chain),
2560         (gst_alpha_change_state), (plugin_init):
2561         A plugin to add an alpha channel to I420 video. Can optionally do
2562         chroma keying.
2563         * gst/multipart/Makefile.am:
2564         * gst/multipart/multipart.c: (plugin_init):
2565         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2566         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
2567         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
2568         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2569         (gst_multipart_demux_change_state),
2570         (gst_multipart_demux_plugin_init):
2571         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
2572         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
2573         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
2574         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
2575         (gst_multipart_mux_pad_unlink),
2576         (gst_multipart_mux_request_new_pad),
2577         (gst_multipart_mux_handle_src_event),
2578         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
2579         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
2580         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2581         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
2582         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
2583         send multipart jpeg images to a browser.
2584         * gst/videobox/Makefile.am:
2585         * gst/videobox/README:
2586         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
2587         (gst_video_box_get_type), (gst_video_box_base_init),
2588         (gst_video_box_class_init), (gst_video_box_init),
2589         (gst_video_box_set_property), (gst_video_box_get_property),
2590         (gst_video_box_sink_link), (gst_video_box_i420),
2591         (gst_video_box_ayuv), (gst_video_box_chain),
2592         (gst_video_box_change_state), (plugin_init):
2593         Crops or adds borders around an image. can do alpha channel
2594         borders as well.
2595         * gst/videomixer/Makefile.am:
2596         * gst/videomixer/README:
2597         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2598         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
2599         (gst_videomixer_pad_get_sink_event_masks),
2600         (gst_videomixer_pad_get_property),
2601         (gst_videomixer_pad_set_property),
2602         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
2603         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
2604         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2605         (gst_videomixer_base_init), (gst_videomixer_class_init),
2606         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2607         (gst_videomixer_handle_src_event),
2608         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
2609         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2610         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2611         (gst_videomixer_loop), (gst_videomixer_get_property),
2612         (gst_videomixer_set_property), (gst_videomixer_change_state),
2613         (plugin_init):
2614         Generic video mixer plugin, can handle multiple inputs all with
2615         different framerates and video sizes. Is fully alpha channel
2616         aware.
2617
2618 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2619
2620         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2621           Select first track as master track. Not sure how else to handle
2622           that...
2623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
2624           Discard discont events. Should fix #142962.
2625
2626 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2627
2628         * ext/alsa/Makefile.am:
2629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
2630         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
2631         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2632         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2633         (gst_alsa_mixer_get_option):
2634         * ext/alsa/gstalsamixer.h:
2635         * ext/alsa/gstalsamixeroptions.c:
2636         (gst_alsa_mixer_options_get_type),
2637         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
2638         (gst_alsa_mixer_options_new):
2639         * ext/alsa/gstalsamixeroptions.h:
2640         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2641         * ext/alsa/gstalsamixertrack.h:
2642           Add enumerations (as GstMixerOptions). Make correct distinction
2643           between input/output tracks. Add capture/playback private flag.
2644           Use flag to decide on whether to set capture or playback volumes
2645           or switches. Use playback and record switches.
2646         * gst-libs/gst/mixer/Makefile.am:
2647         * gst-libs/gst/mixer/mixer-marshal.list:
2648         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
2649         (gst_mixer_set_option), (gst_mixer_get_option),
2650         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
2651         (gst_mixer_volume_changed), (gst_mixer_option_changed):
2652         * gst-libs/gst/mixer/mixer.h:
2653         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
2654         (gst_mixer_options_class_init), (gst_mixer_options_init),
2655         (gst_mixer_options_dispose):
2656         * gst-libs/gst/mixer/mixeroptions.h:
2657           Add GstMixerOptions.
2658         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
2659           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
2660           broken device detection on computers with multiple OSS sound
2661           cards.
2662
2663 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2664
2665         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2666           fixate nicely even when the peer is not negotiating
2667
2668 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2669
2670         * gst/audioconvert/gstaudioconvert.c:
2671         (gst_audio_convert_parse_caps):
2672           make sure we don't allow depth > width
2673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2674           fixate endianness to G_BYTE_ORDER as default
2675         * gst/audioscale/gstaudioscale.c:
2676           we don't handle another endianness as host-endianness
2677
2678 2004-05-25  David Schleef  <ds@schleef.org>
2679
2680         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
2681
2682 2004-05-24  Benjamin Otte  <otte@gnome.org>
2683
2684         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
2685         (gst_oggvorbisenc_setup):
2686           properly fail when we can't setup the vorbis encoder due to
2687           unsupported settings
2688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
2689         (gst_vorbisenc_setup):
2690           same
2691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2692           fix case where warnings occured when one pad was unlinked while the
2693           other's link function was called
2694
2695 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2696
2697         * gst/tcp/Makefile.am:
2698           use GST_ENABLE_NEW
2699
2700 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2701
2702         * gst-libs/gst/resample/private.h:
2703           don't use optimizations that are #if 0'ed
2704
2705 2004-05-24  Wim Taymans  <wim@fluendo.com>
2706
2707         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
2708         Fix potential division by zero error and hopefully get
2709         the position query right to get correct timestamps on avi
2710         audio.
2711
2712 2004-05-24  Wim Taymans  <wim@fluendo.com>
2713
2714         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
2715         (gst_videoscale_scale_nearest_str2),
2716         (gst_videoscale_scale_nearest_str4),
2717         (gst_videoscale_scale_nearest_32bit),
2718         (gst_videoscale_scale_nearest_24bit),
2719         (gst_videoscale_scale_nearest_16bit):
2720         Fix the scaling algorithm and avoid a buffer overflow.
2721         removed the while loop in the scaling function as it
2722         was used for point sampling only.
2723
2724 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2725
2726         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
2727         (gst_id3_tag_class_init), (gst_id3_tag_init),
2728         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
2729         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
2730         (gst_id3_tag_send_tag_event):
2731           lots of fixes to make id3mux work and id3demux work correctly
2732
2733 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2734
2735         * ext/Makefile.am:
2736           add rules to build shout2send (was removed by accident
2737           when this module was no more marked experimental/broken)
2738
2739 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
2740
2741         * ext/shout2/gstshout2.c:
2742         * ext/shout2/gstshout2.h:
2743           adding a "connection problem" signal to shout2send
2744           (fixes #142954)
2745
2746 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2747
2748         * ext/kio/kioreceiver.cpp:
2749         * ext/kio/kioreceiver.h:
2750           fix sign comparison issues
2751
2752 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2753
2754         * gst/cdxaparse/gstcdxaparse.c:
2755         * gst/cdxaparse/gstcdxaparse.h:
2756           some renaming
2757           add some checks/sanity
2758           prepare for seek addition
2759
2760         * sys/sunaudio/gstsunaudio.c:
2761           remove exported dupe init function
2762
2763 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
2764
2765         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
2766         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
2767           Fix format conversion and position querying.
2768         * gst/debug/progressreport.c: (gst_progressreport_report):
2769           Don't output a bogus total value that we didn't query.
2770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2771           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
2772           only a blank window after xine has been used.
2773
2774 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2775
2776         * m4/as-arts.m4:
2777           sync with upstream version to fix test on FC2
2778           readd with -ko to preserve Id header
2779
2780 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2781
2782         * configure.ac:
2783           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
2784         * gst/tcp/gsttcpclientsrc.c: idem
2785         * gst/tcp/gsttcpserversink.c: idem
2786         * gst/tcp/gsttcpserversrc.c: idem
2787         * m4/gst-fionread.m4: idem
2788
2789         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
2790
2791         * configure.ac: enable speex plugin for speex 1.1.5+
2792         * ext/speex/gstspeexenc.c: fix cast warning
2793
2794         * ext/esd/README: fix typo
2795
2796 2004-05-20  David Schleef  <ds@schleef.org>
2797
2798         * configure.ac: Minor cosmetic change to convince the buildbot to
2799         reautogen.
2800         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
2801         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
2802         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
2803         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
2804         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
2805         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
2806         More hacking.  Plays audio now.
2807
2808 2004-05-20  David Schleef  <ds@schleef.org>
2809
2810         * configure.ac:
2811         * sys/Makefile.am:
2812
2813 2004-05-20  David Schleef  <ds@schleef.org>
2814
2815         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
2816         * sys/osxaudio/gstosxaudio.c:
2817         * sys/osxaudio/gstosxaudioelement.c:
2818         * sys/osxaudio/gstosxaudioelement.h:
2819         * sys/osxaudio/gstosxaudiosink.c:
2820         * sys/osxaudio/gstosxaudiosink.h:
2821         * sys/osxaudio/gstosxaudiosrc.c:
2822         * sys/osxaudio/gstosxaudiosrc.h:
2823
2824 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2825
2826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
2827         (gst_vorbisenc_chain):
2828           put the codec headers on the caps as streamheader as well as
2829           pushing them out
2830
2831 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2832
2833         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
2834         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2835         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
2836         split up push_packet into two functions
2837
2838 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2839
2840         * gst/tcp/.cvsignore:
2841           ignore enums
2842         * gst/tcp/Makefile.am:
2843         * gst/tcp/README:
2844         * gst/tcp/gsttcp.c:
2845         * gst/tcp/gsttcp.h:
2846         * gst/tcp/gsttcpclientsink.c:
2847         * gst/tcp/gsttcpclientsink.h:
2848         * gst/tcp/gsttcpclientsrc.c:
2849         * gst/tcp/gsttcpclientsrc.h:
2850         * gst/tcp/gsttcpplugin.c:
2851         * gst/tcp/gsttcpserversink.c:
2852         * gst/tcp/gsttcpserversink.h:
2853         * gst/tcp/gsttcpserversrc.c:
2854         * gst/tcp/gsttcpserversrc.h:
2855           add new tcp elements
2856
2857 2004-05-19  Wim Taymans  <wim@fluendo.com>
2858
2859         * gst/law/mulaw-conversion.c: (mulaw_encode):
2860         Fix overflow bug in ulaw encoding.
2861
2862 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2863
2864         * ext/mad/gstmad.c: (gst_mad_handle_event):
2865           don't unref the event twice
2866
2867 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2868
2869         * configure.ac:
2870           remove -Wno-sign-compare
2871
2872 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2873
2874         * configure.ac:
2875           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
2876           if you want to work against glib 2.2 and 2.4
2877
2878 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2879
2880         * gst/tcp/Makefile.am:
2881         * gst/tcp/gsttcp.c:
2882         * gst/tcp/gsttcp.h:
2883         * gst/tcp/gsttcpsink.h:
2884         * gst/tcp/gsttcpsrc.h:
2885           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
2886
2887 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2888
2889         * gst/debug/tests.c: (md5_get_value):
2890           fix segfault on gst-inspect
2891
2892 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2893
2894         * gst/debug/testplugin.c: 
2895         * gst/debug/tests.c: 
2896         * gst/debug/tests.h:
2897           add new extensible and configurable testing element. Current tests
2898           include buffer count, stream length, timestamp/duration matching and
2899           md5.
2900         * gst/debug/Makefile.am:
2901         * gst/debug/gstdebug.c: (plugin_init):
2902           add infrastructure for new element
2903
2904 2004-05-19  Johan Dahlin  <johan@gnome.org>
2905
2906         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
2907         ending of the array. Fixes gst-inspect segfault on ppc.
2908
2909 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2910
2911         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
2912
2913         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
2914
2915 2004-05-18  David Schleef  <ds@schleef.org>
2916
2917         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
2918         warnings (bugs, actually) noticed by gcc but not forte.
2919
2920 2004-05-18  David Schleef  <ds@schleef.org>
2921
2922         * sys/sunaudio/Makefile.am:
2923         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
2924
2925 2004-05-18  David Schleef  <ds@schleef.org>
2926
2927         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2928         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
2929         to allow qtdemux to use non-seekable streams. (bug #142272)
2930
2931 2004-05-18  David Schleef  <ds@schleef.org>
2932
2933         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
2934         (gst_resample_sinc_ft_float): Remove use of static temporary
2935         buffer.  This code was obviously not supposed to last long, but
2936         it's stuck in our ABI, so it required a little hack to make it
2937         ABI-compatible.  Fixes #142585.
2938         * gst-libs/gst/resample/resample.h: same.
2939
2940 2004-05-18  David Schleef  <ds@schleef.org>
2941
2942         * configure.ac: Add sunaudio
2943         * examples/Makefile.am: make gstplay depend on gconf
2944         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
2945         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
2946         (convert_table_lookup), (img_convert): remove c99-isms
2947         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
2948           unsigned, to fix a warning on Solaris
2949         * gst/mpeg1sys/systems.c: bcopy->memcpy
2950         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
2951         * sys/Makefile.am: Add sunaudio
2952
2953 2004-05-18  Wim Taymans  <wim@fluendo.com>
2954
2955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
2956         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
2957         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
2958         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2959         (gst_ogg_mux_loop):
2960         Fix an ugly memleak where the muxer didn't flush enough ogg
2961         pages. This also resulted in badly muxed ogg files.
2962
2963 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2964
2965         * gst/asfdemux/asfheaders.c :
2966         * gst/asfdemux/asfheaders.h :
2967         * gst/asfdemux/gstasfdemux.c :
2968           - fix ASF_OBJ_PADDING guid
2969           - add 3 new object guids (language list, metadata, 
2970             extended stream properties)
2971           - add a function to parse extended header objects
2972
2973 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2974
2975         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2976           remove leftover debugging g_print
2977
2978 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2979
2980         * ext/mad/gstmad.c: (gst_mad_handle_event):
2981           Fix for when the first format in a discont event is not a
2982           byte-based one. Should fix #137710.
2983
2984 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2985
2986         * m4/a52.m4 : fix compilation with -Wall -Werror
2987         * m4/libfame.m4 : idem
2988         * m4/libmikmod.m4 : idem
2989
2990 2004-05-17  Benjamin Otte  <otte@gnome.org>
2991
2992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
2993           signal the new tags before giving up the reference
2994
2995 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2996
2997         * ext/shout2/gstshout2.c:
2998           use application/ogg instead of application/x-ogg (patch by Patrick
2999           Guimond, fixes #142432)
3000         * sys/oss/gstosselement.c: (gst_osselement_reset),
3001         (gst_osselement_sync_parms):
3002           don't set fragment size unless specified (fixes #142493)
3003
3004 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3005
3006         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
3007           fixes #142664
3008
3009 2004-05-17  Benjamin Otte  <otte@gnome.org>
3010
3011         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3012           compute offsets correctly for internal buffers so timestamps are set
3013           correctly when we can't seek. Also handle cases where there are no
3014           offsets. (based on a patch by David Moore, fixes #142507)
3015
3016 2004-05-17  Benjamin Otte  <otte@gnome.org>
3017
3018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3019           use correct variable when determining amount of data to skip so we
3020           don't skip into the void and segfault
3021
3022 2004-05-16  Benjamin Otte  <otte@gnome.org>
3023
3024         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3025           Hi, I'm a memleak
3026
3027 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3028
3029         * gst/asfdemux/gstasfdemux.c:
3030           - fix a mem leak and always propagate tags
3031           - add WMV3 to known video codecs (but no decoder yet)
3032           - replace "surplus data" at end of audio header for what
3033             it is : codec specific data
3034           - fix a typo
3035
3036 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
3037
3038         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
3039
3040         * gst-libs/gst/audio/audioclock.c:
3041           Fix wrong return type (#142205).
3042
3043 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3044
3045         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
3046           Ignore CRCs by default (fixes #142566).
3047
3048 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3049
3050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3051         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
3052         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
3053         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
3054         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3055         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
3056           Fix for cases where we fail to attach to a mixer.
3057
3058 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3059
3060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
3061           Don't touch events after not owning them anymore.
3062         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3063         (gst_wavparse_fmt), (gst_wavparse_other),
3064         (gst_wavparse_handle_seek), (gst_wavparse_loop),
3065         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3066         (gst_wavparse_srcpad_event):
3067         * gst/wavparse/gstwavparse.h:
3068           Add seeking, fix querying.
3069
3070 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3071
3072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3073           - process comments even if they don't end with \0\0
3074             g_convert would ignore them if present and works well without them
3075
3076 2004-05-16  Benjamin Otte  <otte@gnome.org>
3077
3078         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
3079           simplify caps
3080
3081 2004-05-16  Benjamin Otte  <otte@gnome.org>
3082
3083         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3084           don't write to memory we might not write to - g_convert does that
3085           for us anyway (fixes #142613)
3086         (gst_asf_demux_audio_caps):
3087           comment out gst_util_dump_mem
3088
3089 2004-05-16  Benjamin Otte  <otte@gnome.org>
3090
3091         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3092           compute correct expected timestamps after seek (broken since
3093           last commit)
3094         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
3095           rename element and debugging category to gdkpixbufscale
3096
3097 2004-05-16  Benjamin Otte  <otte@gnome.org>
3098
3099         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3100           add error checking to snd_pcm_delay and remove duplicate call to
3101           snd_pcm_delay that caused issues (see inline code comments)
3102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3103           make more readable and fix return value when snd_pcm_delay fails
3104         (fixes #142586)
3105
3106 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
3107         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
3108         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
3109         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
3110         (gst_pixbufscale_link), (gst_pixbufscale_init),
3111         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
3112         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
3113         (gst_pixbufscale_get_property), (pixbufscale_init):
3114         * ext/gdk_pixbuf/pixbufscale.h:
3115         Add these files I forgot earlier
3116
3117 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
3118         * ext/gdk_pixbuf/Makefile.am:
3119         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3120         * ext/gdk_pixbuf/gstgdkpixbuf.h:
3121         Add new pixbufscale element to scale RGB video
3122         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
3123         and HYPER interpolation correctly.
3124         * ext/theora/theoraenc.c: (theora_enc_chain),
3125         Discard buffer and return if explicit caps could not be set
3126         (theora_enc_get_property):
3127         Make _get return kbps for the bitrate consistent with
3128         the _set function.
3129
3130
3131 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3132
3133         * ext/libvisual/visual.c: (gst_visual_chain):
3134           add missing visual_audio_analyze
3135
3136 2004-05-14  David Schleef  <ds@schleef.org>
3137
3138         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
3139         is killed while we're playing.
3140         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
3141         gst_element_no_more_pads().
3142
3143 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3144
3145         * gst-libs/gst/riff/riff-read.c :
3146           - fix INFO tag extraction in RIFF/AVI files
3147             because gst_event_unref (event) also freed taglist
3148           - avoid a mem leak
3149
3150 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3151
3152         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
3153         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
3154
3155         * gst/auparse/gstauparse.c :
3156           - add code (commented for now) to support audio/x-adpcm on src pad
3157             (we have no decoder for those layout yet)
3158
3159         * gst/cdxaparse/gstcdxaparse.c :
3160         * gst/cdxaparse/gstcdxaparse.h :
3161           - partial rewrite using RiffRead (ripped iain's wavparse code)
3162
3163         * gst/rtp/gstrtpL16enc.c : typo
3164         * gst/rtp/gstrtpgsmenc.c : typo
3165
3166 2004-05-13  Benjamin Otte  <otte@gnome.org>
3167
3168         * configure.ac:
3169           check for exact version of libvisual, it's not supposed to be
3170           API/ABI stable yet
3171
3172 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3173
3174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3175           signal no-more-pads
3176
3177 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3178
3179         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
3180         Report which format was used for GST_FORMAT_DEFAULT
3181         * gst/debug/Makefile.am:
3182         * gst/debug/gstdebug.c: (plugin_init):
3183         * gst/debug/progressreport.c: (gst_progressreport_base_init),
3184         (gst_progressreport_class_init), (gst_progressreport_init),
3185         (gst_progressreport_report), (gst_progressreport_set_property),
3186         (gst_progressreport_get_property), (gst_progressreport_chain),
3187         (gst_progressreport_plugin_init):
3188         Add progressreport element for testing.
3189
3190 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3191
3192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
3193         * sys/v4l/gstv4lsrc.h:
3194         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3195         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3196         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3197         (gst_v4lsrc_grab_frame):
3198           add more debugging
3199           send a discont at start
3200
3201 2004-05-12  Colin Walters  <walters@redhat.com>
3202
3203         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
3204         inflooping if we can't find a chunk.  Or in other words, don't blow
3205         chunks if we don't have a chunk to blow.
3206
3207 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3208         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
3209         Remove old debug output
3210         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
3211         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
3212         (gst_dvdec_set_property), (gst_dvdec_get_property):
3213         Change the quality setting to an enum, so it works from gst-launch
3214         Don't renegotiate a non-linked pad. Allows audio only decoding.
3215         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
3216         (gst_deinterlace_link), (gst_deinterlace_init):
3217         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3218         (gst_videodrop_link):
3219         Some caps negotiation fixes
3220
3221 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3222
3223         * ext/tarkin/gsttarkin.c :
3224           - Change RANK from NONE to PRIMARY
3225         * ext/gdk_pixbuf/gstgdkpixbuf.c :
3226           - Change RANK from NONE to MARGINAL
3227         * ext/divx/gstdivxenc.c :
3228           - Change RANK from PRIMARY to NONE (encoder/spider issue)
3229
3230 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3231
3232         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3233         (gst_vorbisenc_push_packet):
3234           copy a function that was added between 1.0 and 1.0.1 until we
3235           depend on worthwhile features of post-1.0
3236
3237 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3238
3239         * configure.ac:
3240           enable shout2 by default
3241         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3242         (gst_shout2send_base_init), (gst_shout2send_init),
3243         (gst_shout2send_connect), (gst_shout2send_change_state):
3244         * ext/shout2/gstshout2.h:
3245           make this work again. Based on a patch by Zaheer Merali (fixes
3246           #142262)
3247         * ext/theora/theora.c: (plugin_init):
3248           don't set rank on encoders
3249
3250 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
3251
3252         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3253           Use codec_data property instead of flag1 and flag2 for wma
3254
3255 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3256
3257         * gst/cdxaparse/gstcdxaparse.c :
3258           - Add mpegversion to CAPS to make it link
3259           - Rank is as GST_RANK_SECONDARY instead of NONE
3260         * gst/auparse/gstauparse.c :
3261           - Document all audio encoding we can encounter from Solaris 9
3262             headers and libsndfile information.
3263           - Increase max. rate from 48000 to 192000 (to match other elements)
3264           - Don't try to play junk data between header and samples
3265
3266 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3267
3268         * ext/libvisual/visual.c: (gst_visual_getcaps):
3269           use the right caps depending on endianness (I hope)
3270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
3271           use GST_RANK_NONE for all non-decoding elements or spider gets
3272           mighty confused
3273
3274 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3275
3276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3277           Fix some odd cases and fix BE metadata parsing of unicode16 text.
3278
3279 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3280
3281         * gst/switch/gstswitch.c: (gst_switch_release_pad),
3282         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
3283         (gst_switch_loop), (gst_switch_get_type):
3284           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
3285           HEADERS. Had to be said.
3286
3287 2004-05-10  David Schleef  <ds@schleef.org>
3288
3289         * configure.ac: Add prototype Dirac support.
3290         * ext/Makefile.am:
3291         * ext/dirac/Makefile.am:
3292         * ext/dirac/gstdirac.cc:
3293         * ext/dirac/gstdiracdec.cc:
3294
3295 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3296
3297         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
3298         (gst_auparse_init), (gst_auparse_chain),
3299         (gst_auparse_change_state):
3300           Hack around spider. Remove me some day please.
3301
3302 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3303
3304         * gst/auparse/gstauparse.c: (gst_auparse_chain):
3305           Fix for some uninitialized variables in previous patch, also
3306           makes it work. Fixes #142286 while we're at it.
3307
3308 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3309
3310         * gst/auparse/gstauparse.c:
3311                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
3312                 only unsupported formats are ADPCM/CCITT G.72x
3313                 reviewed by Ronald
3314         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
3315
3316 2004-05-10  Wim Taymans  <wim@fluendo.com>
3317
3318         * ext/vorbis/Makefile.am:
3319         * ext/vorbis/README:
3320         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
3321         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
3322         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
3323         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
3324         (gst_oggvorbisenc_convert_sink),
3325         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
3326         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
3327         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
3328         (get_constraints_string), (update_start_message),
3329         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
3330         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
3331         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
3332         * ext/vorbis/oggvorbisenc.h:
3333         * ext/vorbis/vorbis.c: (plugin_init):
3334         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
3335         (raw_caps_factory), (gst_vorbisenc_class_init),
3336         (gst_vorbisenc_init), (gst_vorbisenc_setup),
3337         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
3338         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
3339         * ext/vorbis/vorbisenc.h:
3340         Added a raw vorbis encoder to be used with the oggmuxer.
3341         We still need the old encoder for some gnome applications, 
3342         read the README to find out how that works.
3343         The raw encoder is called "rawvorbisenc" until 0.9.
3344
3345 2004-05-10  Wim Taymans  <wim@fluendo.com>
3346
3347         * ext/ogg/gstogg.c: (plugin_init):
3348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
3349         (gst_ogg_print):
3350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
3351         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
3352         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
3353         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
3354         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
3355         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
3356         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
3357         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
3358         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
3359         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
3360         Added an ogg muxer.
3361         Small typo fixes in the demuxer.
3362
3363 2004-05-10  Wim Taymans  <wim@fluendo.com>
3364
3365         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3366         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3367         (theora_enc_change_state), (theora_enc_set_property),
3368         (theora_enc_get_property):
3369         Mark the last packet with an EOS flag which is not really needed
3370         in gstreamer.
3371         Do some better video framerate initialisation.
3372         Update the buffer timestamp.
3373
3374 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
3375
3376         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
3377         Return the result of the parent state change call
3378
3379 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3380
3381         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
3382         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
3383         * gst/law/alaw-encode.c : (idem)
3384         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
3385         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
3386         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
3387
3388 2004-05-09  Benjamin Otte  <otte@gnome.org>
3389
3390         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3391           don't use a fixed buffer size when writing variable length data to
3392           it. Fixes memory corruption and makes alsasrc work
3393
3394 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3395
3396         * ext/gnomevfs/gstgnomevfssink.c:
3397         (_gst_boolean_allow_overwrite_accumulator),
3398         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
3399           Run glib's default signal handler (??) in RUN_CLEANUP rather than
3400           RUN_LAST, and don't use that to set the accumulator value because
3401           then it's always FALSE.
3402
3403 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3404
3405         * gst-libs/gst/riff/riff-media.c:
3406         (gst_riff_create_video_caps_with_data),
3407         (gst_riff_create_audio_caps),
3408         (gst_riff_create_audio_template_caps):
3409         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3410           Fix for unaligned RIFF files (i.e. where all the chunks together
3411           in a LIST chunk are not of the same size as the size given in
3412           the LIST chunk header). Fixes several odd WAVE files. Also fix
3413           ADPCM (block_align property) in audio, so that wavparse based
3414           on this works now as it used to stand-alone.
3415
3416 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
3417
3418         reviewed by Benjamin Otte  <otte@gnome.org>
3419
3420         * ext/a52dec/gsta52dec.c:
3421         * ext/divx/gstdivxdec.c:
3422         * ext/divx/gstdivxenc.c:
3423         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
3424         * ext/faac/gstfaac.c: (gst_faac_base_init):
3425         * ext/faad/gstfaad.c: (gst_faad_base_init):
3426         * ext/ivorbis/vorbisfile.c:
3427         * ext/lame/gstlame.c:
3428         * ext/libfame/gstlibfame.c:
3429         * ext/mpeg2enc/gstmpeg2enc.cc:
3430         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
3431         * ext/sidplay/gstsiddec.cc:
3432         * ext/speex/gstspeexdec.c:
3433         * ext/speex/gstspeexenc.c:
3434         * ext/xvid/gstxviddec.c:
3435         * ext/xvid/gstxvidenc.c:
3436           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
3437           (fixes #142193)
3438
3439 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3440
3441         * ext/alsa/gstalsa.c: (device_list),
3442         (gst_alsa_class_probe_devices):
3443         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3444           Fix alsa oddness in mixer after the combination of using mixer
3445           in source/sink elements and using hw:x,y instead of just hw:x.
3446
3447 2004-05-09  Benjamin Otte  <otte@gnome.org>
3448
3449         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
3450         (gst_wavparse_create_sourcepad):
3451           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
3452           sourcepads
3453
3454 2004-05-09  Benjamin Otte  <otte@gnome.org>
3455
3456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3457           allow discont events before caps nego
3458
3459 2004-05-08  Benjamin Otte  <otte@gnome.org>
3460
3461         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3462           don't leak events
3463
3464 2004-05-08  Benjamin Otte  <otte@gnome.org>
3465
3466         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3467         (gst_level_change_state), (gst_level_init):
3468         * gst/level/gstlevel.h:
3469           figure out if we're initialized directly instead of keeping a
3470           variable that's wrong in 90% of cases
3471           don't initialize pads and then leak them and use a new unitialized
3472           pad. (fixes #142084)
3473           these were bugs so n00bish I didn't find them for an hour :/
3474
3475 2004-05-08 Iain <iain@prettypeople.org>
3476
3477         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
3478         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
3479         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
3480         return the length that was read.
3481         (gst_riff_read_strf_auds): Allow fmt tags as well.
3482
3483 2004-05-07  David Schleef  <ds@schleef.org>
3484
3485         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
3486         signed char assumption in faad.h.
3487
3488 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3489
3490         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
3491           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
3492
3493 2004-05-07  Colin Walters  <walters@redhat.com>
3494
3495         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
3496         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
3497         function.
3498         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
3499         Add dispose function.
3500
3501 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
3502         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
3503           Fix caps nego and pad templates. RGB mode caps should
3504           work now.
3505         * ext/dvdnav/gst-dvd:
3506           Move mpeg2dec inside the thread because otherwise the
3507           queue rejects cap changes mid-stream
3508         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
3509         (gst_mpeg2dec_flush_decoder):
3510           For mpeg2dec > 0.4.0, call the flush function instead of
3511           manually extracting all in-flight frames.
3512         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
3513         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
3514           Change mime type video/dv go video/x-dv to match the
3515           rest of gst-plugins
3516
3517 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3518
3519         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
3521         (gst_alsa_sink_class_init):
3522         * ext/alsa/gstalsasink.h:
3523         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
3524         (gst_alsa_src_class_init):
3525         * ext/alsa/gstalsasrc.h:
3526           Make alsasink/src a subclass of alsamixer so that mixer stuff
3527           shows up in gst-rec. Needs some finetuning.
3528
3529 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3530
3531         * ext/lame/gstlame.c: (gst_lame_chain):
3532           simplify
3533         * ext/mad/gstmad.c: (gst_mad_handle_event):
3534           fix event leak
3535         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3536           be able to detect mp3 files < 4096 bytes
3537
3538 2004-05-06  Wim Taymans  <wim@fluendo.com>
3539
3540         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3541         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3542         (theora_enc_set_property), (theora_enc_get_property):
3543         Also encode the first frame, cleanup some code.
3544
3545 2004-05-06  Wim Taymans  <wim@fluendo.com>
3546
3547         * ext/mpeg2enc/gstmpeg2enc.cc:
3548         Forward events first before deciding that negotiation was
3549         not performed.
3550
3551 2004-05-06  Wim Taymans  <wim@fluendo.com>
3552
3553         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3554         First process the events before deciding that negotiation
3555         was not performed.
3556
3557 2004-05-06  Wim Taymans  <wim@fluendo.com>
3558
3559         * ext/theora/Makefile.am:
3560         * ext/theora/theora.c: (plugin_init):
3561         * ext/theora/theoradec.c: (theora_dec_change_state):
3562         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
3563         (gst_theora_enc_class_init), (gst_theora_enc_init),
3564         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
3565         (theora_enc_chain), (theora_enc_change_state),
3566         (theora_enc_set_property), (theora_enc_get_property):
3567         Added a theora encoder, grouped the encoder and decoder into the
3568         same plugin.
3569
3570 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3571
3572         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3573         (gst_jpegenc_chain):
3574         fix DURATION on outgoing buffers
3575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3576         debug using time formats
3577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3579         (gst_xvimagesink_sink_link):
3580         windows with width/height 0 generate X errors, so don't allow them
3581
3582 2004-05-05  Wim Taymans  <wim@fluendo.com>
3583
3584         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
3585         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
3586         (gst_mpeg2dec_negotiate_format):
3587         * ext/mpeg2dec/gstmpeg2dec.h:
3588           removed the static pad template so that we can add the
3589           more accurate framerate value to the caps.
3590           
3591
3592 2004-05-04  Benjamin Otte  <otte@gnome.org>
3593
3594         * configure.ac:
3595           check for kdemacros.h, too (should fix #141821)
3596         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3597           don't crash if no header was sent, but nicely error out (fixes part
3598           of #141554)
3599
3600 2004-05-04  Wim Taymans  <wim@fluendo.com>
3601
3602         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
3603         parent dispose function to avoid segfault on destroy.
3604
3605 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3606
3607         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3608         (plugin_init):
3609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3610         (gst_xvimagesink_sink_link):
3611         clean up debugging caps
3612         also recreate xvimage when format has changed
3613
3614 2004-05-04  Benjamin Otte  <otte@gnome.org>
3615
3616         * ext/libvisual/Makefile.am:
3617         * ext/libvisual/visual.c: (gst_visual_class_init),
3618         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
3619         (gst_visual_srclink), (gst_visual_chain),
3620         (gst_visual_change_state), (plugin_init):
3621           use a GstAdapter to correctly adapt buffer sizes - allows using a
3622           framerate
3623
3624 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3625
3626         * sys/v4l/gstv4lelement.h:
3627         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3628         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
3629         (gst_v4lsrc_buffer_free):
3630         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
3631         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3632         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
3633         (gst_v4lsrc_requeue_frame):
3634         move some debugging categories around
3635         query for fps index and set accordingly if found
3636
3637 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3638
3639         * ext/lame/gstlame.c:
3640         correct defaults that lame_init puts out of range
3641
3642 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3643
3644         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
3645         (gst_divxenc_class_init):
3646         fix range since -1 is the default
3647         * gst/mpeg1sys/gstmpeg1systemencode.c:
3648         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
3649         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
3650         (gst_rtjpegdec_chain):
3651         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
3652         (gst_rtjpegenc_chain):
3653         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
3654         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
3655         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
3656         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
3657         * sys/v4l/gstv4lsrc.c:
3658         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3659         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3660         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3661         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
3662         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
3663           remove gst_info calls
3664
3665 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3666
3667         * Makefile.am:
3668         * po/af.po:
3669         * po/az.po:
3670         * po/en_GB.po:
3671         * po/nl.po:
3672         * po/sr.po:
3673         * po/sv.po:
3674           Updated translations
3675
3676 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3677
3678         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
3679           refactor/comment code
3680
3681 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3682
3683         * gst/asfdemux/Makefile.am:
3684         * gst/asfdemux/asfheaders.c:
3685         * gst/asfdemux/asfheaders.h:
3686         * gst/asfdemux/gstasf.c: (plugin_init):
3687         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
3688         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
3689         (gst_asf_demux_setup_pad):
3690         * gst/asfdemux/gstasfdemux.h:
3691         * gst/asfdemux/gstasfmux.c:
3692         * gst/asfdemux/gstasfmux.h:
3693           Add tagging support to demuxer, split out registration in its own
3694           file instead of in demux (hacky), and prevent having some tables
3695           in our memory multiple times (in asfheaders.h).
3696
3697 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3698
3699         * gst/matroska/matroska-demux.c:
3700         (gst_matroska_demux_parse_metadata):
3701         * gst/matroska/matroska-ids.h:  
3702           Basic tag reading support.
3703
3704 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3705
3706         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3707           Really detect ac-3 audio.
3708         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
3709           really detect matroska files (off-by-1).
3710
3711 2004-04-30  David Schleef  <ds@schleef.org>
3712
3713         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3714         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
3715         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
3716         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
3717         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
3718         hackage -- parse a lot more atoms, extract a few tags.  One might even
3719         mistake this for tag support.  Maybe it is.
3720         * gst/qtdemux/qtdemux.h:
3721
3722 2004-04-30  Colin Walters  <walters@verbum.org>
3723
3724         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
3725
3726 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3727
3728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3729         (gst_ffmpegcolorspace_getcaps):
3730           remove broken nego fix
3731
3732 2004-04-30  Benjamin Otte  <otte@gnome.org>
3733
3734         * configure.ac:
3735         * ext/Makefile.am:
3736         * ext/libvisual/Makefile.am:
3737         * ext/libvisual/visual.c: 
3738           add initial support for libvisual (http://libvisual.sourceforge.net)
3739           libvisual is still quite alpha, so expect crashes in there :)
3740
3741 2004-04-29  David Schleef  <ds@schleef.org>
3742
3743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
3744         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
3745         up qtdemux to make it spit out codec_data.  Do _not_ look at this
3746         code; you will no longer respect me.
3747
3748 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3749
3750         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
3751         * ext/alsa/gstalsa.h :
3752         change alsa pcm device discovery to find more than 1 device
3753         per card. code review by Ronald.
3754
3755 2004-04-29  David Schleef  <ds@schleef.org>
3756
3757         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
3758         Add a check for a driver bug on FreeBSD.  (bug #140565)
3759
3760 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3761
3762         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
3763         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3764         (gst_jpegenc_getcaps):
3765           move format setting to inner loop
3766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3767         (gst_ffmpegcolorspace_getcaps):
3768           use GST_PAD_CAPS if available so that we use already negotiated
3769           caps
3770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3771         (qtdemux_parse_moov), (qtdemux_parse):
3772           extra debugging
3773         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
3774         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
3775           move hardcoded path to DEFINE
3776
3777 2004-04-28  David Schleef  <ds@schleef.org>
3778
3779         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
3780         (bug #140064)
3781
3782 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3783
3784         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3785           Don't probe for playback device if we're a source element. Fixes
3786           #139658.
3787
3788 2004-04-29  Benjamin Otte  <otte@gnome.org>
3789
3790         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3791         (gst_id3_tag_chain):
3792           rewrite buffer offset
3793
3794 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3795
3796         * configure.ac:
3797         * ext/Makefile.am:
3798         * ext/dts/Makefile.am:
3799         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
3800         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
3801         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
3802         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
3803         (gst_dtsdec_loop), (gst_dtsdec_change_state),
3804         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
3805         (plugin_init):
3806         * ext/dts/gstdtsdec.h:
3807           New DTS decoder.
3808         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
3809         (gst_faad_srcconnect):
3810           Add ESDS atom handling (.m4a).
3811
3812 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3813
3814         * ext/divx/gstdivxdec.c: (plugin_init):
3815           Remove comment that makes no sense.
3816         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
3817           Fix for obvious typo that resulted in warnings during gst-register.
3818         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
3819         (gst_xviddec_sink_link):
3820           Fix caps negotiation a bit better.
3821         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3822           We call this 'codec_data', not 'esds'.
3823
3824 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3825
3826         * gst/monoscope/gstmonoscope.c:
3827           make sure we only provide 256x128
3828         * gst/monoscope/monoscope.c: (monoscope_init):
3829           assert size of 256x128
3830
3831 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3832
3833         * Makefile.am:
3834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3835         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
3836           fixate to max width and height of device
3837
3838 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3839
3840         * Makefile.am:
3841         * sys/v4l/gstv4l.c:
3842         * sys/v4l/gstv4lsrc.c:
3843         * sys/v4l/v4l_calls.c:
3844         * sys/v4l/v4lsrc_calls.c:
3845           fix for qc-usb driver which fakes having more than one buffer
3846           by handing the same buffer twice, which confused GStreamer's/v4lsrc
3847           buffer_free override
3848           add debugging
3849
3850 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3851
3852         * Makefile.am:
3853         * gst/videotestsrc/gstvideotestsrc.c:
3854         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
3855         (gst_videotestsrc_init), (gst_videotestsrc_get),
3856         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
3857         * gst/videotestsrc/gstvideotestsrc.h:
3858           add num-buffers property
3859
3860         2004-04-26  Benjamin Otte  <otte@gnome.org>
3861
3862         * ext/mad/gstid3tag.c: (plugin_init):
3863           set id3mux rank to NONE so it doesn't confuse spider
3864           require audio/mpeg,mpegversion=1 in id3mux
3865
3866 2004-04-26  Benjamin Otte  <otte@gnome.org>
3867
3868         * configure.ac:
3869           detect faad correctly as non-working if it's indeed non-working
3870
3871 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3872
3873         * Makefile.am:
3874         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3875         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
3876         fix _getcaps so it only negotiates to its supported format
3877
3878 2004-04-25  Benjamin Otte  <otte@gnome.org>
3879
3880         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
3881           fix memleak
3882
3883 2004-04-23  Benjamin Otte  <otte@gnome.org>
3884
3885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3886           audio/x-raw-int with height rules! not. Now it's depth.
3887
3888 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3889
3890         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
3891         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
3892         (gst_wavparse_loop):
3893           Missing variable initialization. Add handling of DVI ADPCM. Fix
3894           mis-parsing of LIST chunks. This works around a bug where we mis-
3895           parse non-aligning LIST chunks (so LIST chunks where the contents
3896           don't align with the actual LIST size). The correct fix is to use
3897           rifflib, I'm not going to fix wavparse - too much work. All this
3898           fixes #104878.
3899
3900 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
3901
3902         reviewed by Benjamin Otte  <otte@gnome.org>
3903
3904         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
3905           fix shoutcast not working (fixes #140844)
3906
3907 2004-04-22  Benjamin Otte  <otte@gnome.org>
3908
3909         * ext/hermes/gsthermescolorspace.c:
3910         (gst_hermes_colorspace_caps_remove_format_info):
3911         * gst/colorspace/gstcolorspace.c:
3912         (gst_colorspace_caps_remove_format_info):
3913         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3914         (gst_ffmpegcolorspace_caps_remove_format_info):
3915           s/gst_caps_simplify/gst_caps_do_simplify/
3916
3917 2004-04-22  Benjamin Otte  <otte@gnome.org>
3918
3919         * gst-libs/gst/riff/riff-media.c:
3920         (gst_riff_create_video_caps_with_data):
3921           mpegversion is an int
3922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
3923           don't try to create pad templates with NULL caps, use any caps
3924           instead.
3925
3926 2004-04-20  David Schleef  <ds@schleef.org>
3927
3928         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
3929         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
3930         (bug #140384)
3931
3932 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
3933
3934         reviewed by David Schleef
3935
3936         * ext/mad/gstid3tag.c: Add stdlib.h
3937         * gst/rtp/gstrtpgsmenc.c: same
3938         * gst/tags/gstid3tag.c: same
3939         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
3940         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
3941         GST_DISABLE_LOADSAVE use.
3942         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
3943         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
3944         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
3945         atol(3)).
3946         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
3947         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
3948         strtoul(3)).
3949         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
3950         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
3951         $(ID3_CFLAGS).
3952         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
3953         $(LIBFAME_CFLAGS).
3954
3955 2004-04-20  David Schleef  <ds@schleef.org>
3956
3957         * gst/realmedia/rmdemux.c:  This was supposed to part of the
3958         last checkin.  Same idea.
3959
3960 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
3961
3962         reviewed by David Schleef
3963
3964         * configure.ac: bump required gstreamer version to 0.8.1.1
3965         because of following changes [--ds]
3966
3967         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
3968         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
3969         (gst_riff_read_header):  Use GST_READ_UINT*
3970         macros to access possibly unaligned memory.
3971
3972         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
3973         (mp3_type_find):  Use GST_READ_UINT*
3974         macros to access possibly unaligned memory.
3975         (mp3_type_find, mpeg1_parse_header, qt_type_find)
3976         (speex_type_find): Likewise
3977
3978         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
3979
3980         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
3981         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
3982         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
3983         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
3984         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
3985         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
3986         macros to access possibly unaligned memory.
3987
3988         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
3989         Likewise.
3990
3991         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
3992         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
3993
3994         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
3995         Likewise.
3996
3997         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
3998         (gst_mpeg2subt_chain_subtitle): Likewise.
3999
4000         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
4001         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
4002         Likewise.
4003
4004         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
4005         Likewise.
4006
4007         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
4008         Likewise.
4009
4010         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
4011         Likewise.
4012
4013 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4014
4015         * configure.ac:
4016           update required version of GStreamer because of GST_TIME_FORMAT
4017
4018 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4019
4020         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
4021           remove leftover g_print
4022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4023           don't try setting only a subset of the caps. We don't want to kill
4024           autoplugging on purpose
4025
4026 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4027
4028         * sys/ximage/ximagesink.c: (plugin_init):
4029         * sys/xvimage/xvimagesink.c: (plugin_init):
4030           add debugging categories
4031
4032 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4033
4034         * po/en_GB.po:
4035         * po/LINGUAS:
4036           Adding en_GB translation (Gareth Owen)
4037
4038 2004-04-20  David Schleef  <ds@schleef.org>
4039
4040         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4041         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
4042         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
4043         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4044         A number of new features and hacks to extract the esds atom and
4045         put it into the caps.  (bug #137724)
4046
4047 2004-04-19  David Schleef  <ds@schleef.org>
4048
4049         * gconf/Makefile.am: Fix for non-GNU make
4050         * gst-libs/gst/Makefile.am: Change directory order to handle
4051         GstPlay linking with gstinterfaces
4052         * gst-libs/gst/audio/make_filter: make use of tr portable
4053         * gst-libs/gst/play/Makefile.am: Add intended \
4054         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4055         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
4056         function prototype instead of void *.
4057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
4058         macro.
4059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4060         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
4061         * gst/videofilter/make_filter: make use of tr portable
4062         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
4063
4064 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4065                                                                                 
4066         * po/LINGUAS:
4067         * po/uk.po:
4068           Added Ukrainian translation (Maxim V. Dziumanenko)
4069                                                                                 
4070 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4071
4072         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
4073         (gst_gsmdec_link), (gst_gsmdec_chain):
4074           Fix capsnego, simplify chain function slightly.
4075         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4076           Add GSM.
4077
4078 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4079
4080         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4081         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
4082         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
4083           Hack to make wavparse work with spider (always -> sometimes pad).
4084           Fixes #135862 && #140411.
4085
4086 2004-04-18  Benjamin Otte  <otte@gnome.org>
4087
4088         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4089         (gst_osselement_rate_probe_check),
4090         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
4091           get rid of \n in debug output
4092
4093 2004-04-17  Iain <iain@prettypeople.org>
4094
4095         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
4096         not just EOS.
4097
4098 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4099
4100         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4101         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
4102         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
4103         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
4104         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4105         (gst_id3_tag_change_state), (plugin_init):
4106           deprecate id3tag element and replace with id3demux/id3mux.
4107           great side effect: this ugly file is now even uglier, yay!
4108         * ext/mad/gstmad.h:
4109           remove non-available function
4110           update for new get_type
4111
4112 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4113
4114         * configure.ac:
4115           require mpeg2dec >= 0.4.0
4116
4117 2004-04-17  Benjamin Otte  <otte@gnome.org>
4118
4119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4120         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4121         (gst_xvimagesink_set_xwindow_id):
4122           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
4123           assorted cleanup fixes.
4124
4125 2004-04-16  David Schleef  <ds@schleef.org>
4126
4127         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
4128         * sys/xvimage/xvimagesink.h: same
4129
4130 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4131
4132         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4133           Fix GST_ELEMENT_ERROR with (NULL)
4134
4135 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4136
4137         * gst-libs/gst/riff/riff-media.c:
4138         (gst_riff_create_video_caps_with_data):
4139           Add div[3456] as fourccs for DivX 3 (fixes #140137).
4140
4141 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4142
4143         * gst-libs/gst/riff/riff-media.c:
4144         (gst_riff_create_video_caps_with_data),
4145         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
4146         (gst_riff_create_video_template_caps),
4147         (gst_riff_create_audio_template_caps):
4148         * gst-libs/gst/riff/riff-media.h:
4149         * gst-libs/gst/riff/riff-read.c:
4150         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
4151         * gst-libs/gst/riff/riff-read.h:
4152         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4153           Add MS RLE support. I added some functions to read out strf chunks
4154           into strf chunks and the data behind it. This is usually color
4155           palettes (as in RLE, but also in 8-bit RGB). Also use those during
4156           caps creation. Lastly, add ADPCM (similar to wavparse - which
4157           should eventually be rifflib based).
4158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4159         (gst_matroska_demux_init), (gst_matroska_demux_reset):
4160         * gst/matroska/matroska-demux.h:
4161           Remove placeholders for some prehistoric tagging system. Didn't add
4162           support for any tag system really anyway.
4163         * gst/qtdemux/qtdemux.c:
4164           Add support for audio/x-m4a (MPEG-4) through spider.
4165         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4166         (gst_wavparse_loop):
4167           ADPCM support (#135862). Increase max. buffer size because we
4168           cannot split buffers for ADPCM (screws references) and I've seen
4169           files with 2048 byte chunks. 4096 seems safe for now.
4170
4171 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4172
4173         * configure.ac: bump nano to 1
4174
4175 === release 0.8.1 ===
4176
4177 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4178
4179         * configure.ac: releasing 0.8.1, "Comforting Sounds"
4180
4181 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4182
4183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4184           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
4185           Fixes #140058
4186
4187 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4188
4189         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4190           lower rank of dvddemux so that it's not used for mpeg playback.
4191
4192 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4193
4194         * configure.ac:
4195           save libs correctly when checking mad
4196
4197 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4198
4199         * ext/mad/gstid3tag.c: (plugin_init):
4200           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
4201
4202 2004-04-13  David Schleef  <ds@schleef.org>
4203
4204         * common/m4/gst-feature.m4: Call -config scripts with
4205         --plugin-libs if it is supported.
4206         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
4207         JPEG images are image/jpeg.
4208         * gst/debug/Makefile.am:
4209         * gst/debug/negotiation.c: (gst_negotiation_class_init),
4210         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
4211         (gst_negotiation_update_caps), (gst_negotiation_get_property),
4212         (gst_negotiation_plugin_init): Add a property that acts like
4213         filter caps.
4214         * testsuite/gst-lint:  Move license checking to be a standard
4215         test.
4216
4217 2004-04-13  David Schleef  <ds@schleef.org>
4218
4219         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
4220         patch from Sebastien Cote (bug #139958)
4221
4222 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4223
4224         * examples/gstplay/Makefile.am:
4225         * examples/gstplay/player.c: (main):
4226           make the commandline player example use gconf settings
4227
4228 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4229
4230         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4231         (gst_cacasink_sinkconnect), (gst_cacasink_init),
4232         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
4233           init/end library during state transition, not object
4234           creation/disposal.  get rid of custom dispose handler.
4235          
4236
4237 2004-04-12  Christian Schaller <Uraeus@gnome.org>
4238
4239         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
4240         be a symlink
4241
4242 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4243
4244         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
4245           Handle JUNK chunks inside data section. Prevents warnings.
4246
4247 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4248
4249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4250         (gst_riff_create_video_template_caps):
4251           Add MS video v1.
4252         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4253         (gst_avi_demux_stream_data):
4254           Add support for "rec-list" chunks.
4255
4256 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4257
4258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4259           Fix another codecname mismatch.
4260
4261 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4262
4263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4264           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
4265           so that MJPEG plays back.
4266
4267 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4268
4269         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4270         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
4271         * gst/mpeg1videoparse/gstmp1videoparse.h:
4272           Fix for some slight mis-cuts in buffer parsing, and for some
4273           potential overflows or faults-causers. Adds disconts. Also fixes
4274           #139105 while we're at it.
4275
4276 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4277
4278         * configure.ac:
4279         * sys/v4l2/gstv4l2element.h:
4280           Workaround for missing struct v4l2_buffer declaration in Suse 9
4281           and Mandrake 10 linux/videodev2.h header file (#135919).
4282
4283 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4284
4285         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4286           Bail out if no filename was given.
4287
4288 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4289
4290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4291         (gst_v4l2_fourcc_from_structure):
4292           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
4293           Y41B somewhere).
4294
4295 2004-04-09  Benjamin Otte  <otte@gnome.org>
4296
4297         * ext/gnomevfs/gstgnomevfssink.c:
4298         (_gst_boolean_allow_overwrite_accumulator),
4299         (gst_gnomevfssink_class_init):
4300           fix erase signal - if any handler returns false the file will not be
4301           overwritten. If no handler is connected, the file will not be
4302           overwritten either.
4303           renamed signal to "allow-overwrite"
4304         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4305           free string when adding it to ID3 failed
4306         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4307           unref event when done
4308         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4309           free caps
4310         * gst/typefind/gsttypefindfunctions.c:
4311         (mpeg_video_stream_type_find):
4312           fix invalid read 
4313
4314 2004-04-08  David Schleef  <ds@schleef.org>
4315
4316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4317         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
4318
4319 2004-04-08  David Schleef  <ds@schleef.org>
4320
4321         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
4322         we don't support (bug #139532)
4323
4324 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4325
4326         * ext/mad/gstmad.c: (gst_mad_handle_event),
4327         (gst_mad_check_caps_reset), (gst_mad_chain),
4328         (gst_mad_change_state):
4329           only set explicit caps if they haven't been set before for
4330           this stream.  MPEG-audio sample rate/channels aren't allowed
4331           to change in-stream.
4332           Fixes #139382
4333
4334 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4335
4336         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
4337         (_gst_boolean_did_something_accumulator),
4338         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
4339         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
4340         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
4341         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
4342         (gst_gnomevfssink_change_state):
4343           Fix erase signal. Don't erase by default. Remove handoff signal.
4344           Remove erase property. Don't segfault. General cleanup.
4345
4346 2004-04-07  Benjamin Otte  <otte@gnome.org>
4347
4348         * gst-libs/gst/gconf/test-gconf.c: (main):
4349           add missing gst_init
4350
4351 2004-04-07  Benjamin Otte  <otte@gnome.org>
4352
4353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4354           free the mutexes, too
4355
4356 2004-04-07  Benjamin Otte  <otte@gnome.org>
4357
4358         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4359           actually free the URI string
4360         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
4361           compute offset correctly when passing discont events
4362         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4363           don't leak discont events
4364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4365           add some missing breaks so caps aren't copied randomly
4366         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
4367           if we realloc memory, we better use it
4368
4369 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4370
4371         * ext/mad/gstmad.c: (normal_seek):
4372           fix GST_FORMAT_TIME usage
4373
4374 2004-04-05  David Schleef  <ds@schleef.org>
4375
4376         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
4377         a deprecated function (hack!)
4378
4379 2004-04-05  Benjamin Otte  <otte@gnome.org>
4380
4381         * ext/esd/esdmon.c: (gst_esdmon_get):
4382           fix nonterminated vararg and memleak
4383
4384 2004-04-05  Benjamin Otte  <otte@gnome.org>
4385
4386         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
4387         (gst_ladspa_init), (gst_ladspa_force_src_caps),
4388         (gst_ladspa_set_property), (gst_ladspa_get_property),
4389         (gst_ladspa_instantiate), (gst_ladspa_activate),
4390         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
4391           clean up debugging
4392
4393 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
4394
4395         reviewed by Benjamin Otte  <otte@gnome.org>
4396
4397         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
4398           check for broken LADSPA parameters (fixes #138635)
4399         
4400 2004-04-05  Benjamin Otte  <otte@gnome.org>
4401
4402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
4403           advertise buffer-frames correctly on sinkpads
4404
4405 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4406
4407         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
4408         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
4409         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
4410         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
4411         (gst_mad_check_caps_reset), (gst_mad_chain):
4412         add more debugging, only reset caps when we're not in error state
4413
4414 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4415
4416         * ext/mad/gstmad.c: add debugging category, comment + cleanups
4417
4418 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
4419
4420         reviewed by Benjamin Otte  <otte@gnome.org>
4421
4422         * configure.ac:
4423           fix == in test(1) operator
4424
4425 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
4426
4427         reviewed by Benjamin Otte  <otte@gnome.org>
4428
4429         * configure.ac:
4430           fix --export-symblos-regex to a working regex.
4431
4432 2004-04-04  Benjamin Otte  <otte@gnome.org>
4433
4434         * sys/oss/.cvsignore:
4435           add for oss_probe
4436
4437 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
4438
4439         reviewed by Benjamin Otte  <otte@gnome.org>
4440
4441         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4442           add missing 'new_media' argument (fixes #138168)
4443         * gst/matroska/matroska-demux.c:
4444         (gst_matroska_demux_handle_seek_event):
4445           add vararg terminator (fixes #138169)
4446
4447 2004-04-02  David Schleef  <ds@schleef.org>
4448
4449         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
4450         disted (bug #138914)
4451
4452 2004-04-01  Benjamin Otte  <otte@gnome.org>
4453
4454         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
4455         (gst_alsa_close_audio):
4456           handle case better where a soundcard can't pause
4457         * ext/ogg/gstoggdemux.c:
4458           don't crash when we get events but don't have pads yet
4459
4460 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4461
4462         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
4463           throw an error if we couldn't probe any caps.
4464
4465 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
4466
4467         * ext/dvdnav/gst-dvd:
4468         Add a really simple sample DVD player
4469
4470 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
4471
4472         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
4473         (gst_a52dec_push), (gst_a52dec_handle_event),
4474         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
4475         (gst_a52dec_change_state):
4476         * ext/a52dec/gsta52dec.h:
4477           Use a debug category, Output timestamps correctly
4478           Emit tag info, Handle events, tell liba52dec about cpu
4479           capabilities so it can use MMX etc.
4480         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
4481           Fix a crasher accessing invalid memory
4482         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
4483         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
4484         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
4485         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
4486         (dvdnavsrc_query):
4487           Some support for byte-format seeking.
4488           Small fixes for still frames and menu button overlays
4489         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
4490         (gst_mpeg2dec_alloc_buffer):
4491           Use a debug category. Adjust the report level of several items to
4492           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
4493           so it doesn't lose the GstBuffer pointer
4494         * gst/debug/Makefile.am:
4495         * gst/debug/gstdebug.c: (plugin_init):
4496         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
4497         (gst_navseek_base_init), (gst_navseek_class_init),
4498         (gst_navseek_init), (gst_navseek_seek),
4499         (gst_navseek_handle_src_event), (gst_navseek_set_property),
4500         (gst_navseek_get_property), (gst_navseek_chain),
4501         (gst_navseek_plugin_init):
4502         * gst/debug/gstnavseek.h:
4503           Add the navseek debug element for seeking back and forth in a 
4504           video stream using arrow keys.
4505         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
4506         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
4507         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
4508         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
4509         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
4510         (gst_mpeg2subt_parse_header), (gst_get_nibble),
4511         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
4512         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
4513         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
4514         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
4515         * gst/mpeg2sub/gstmpeg2subt.h:
4516           Pretty much a complete rewrite. Now a loopbased element. May still
4517           require work to properly synchronise subtitle buffers.
4518         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
4519         (gst_dvd_demux_send_subbuffer):
4520         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
4521           Don't attempt to create subbuffers of size 0
4522           Reduce a couple of error outputs to warnings.
4523         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
4524         (gst_y4mencode_chain):
4525         Output the y4m frame header correctly.
4526
4527 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4530           throw errors instead of allowing SIGFPE
4531
4532 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4533
4534         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
4535         (gst_gconf_render_bin_from_key):
4536           leak plugging and style fixing
4537
4538 2004-03-31  David Schleef  <ds@schleef.org>
4539
4540         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
4541         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
4542         (bug #138225)
4543         * gst/debug/Makefile.am:
4544         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
4545         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
4546         plugin.
4547         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
4548         (gst_negotiation_base_init), (gst_negotiation_class_init),
4549         (gst_negotiation_init), (gst_negotiation_getcaps),
4550         (gst_negotiation_pad_link), (gst_negotiation_chain),
4551         (gst_negotiation_set_property), (gst_negotiation_get_property),
4552         (gst_negotiation_plugin_init):  New element to talk about random
4553         negotiation things happening in a pipeline.
4554
4555 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4556
4557         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4558           fix integer addition with help of Stefan Kost
4559
4560 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4561
4562         * po/nl.po: updated Dutch translation (Elros Cyriatan)
4563
4564 2004-03-30  David Schleef  <ds@schleef.org>
4565
4566         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
4567         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
4568         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
4569         (bug #137504)
4570         * ext/mpeg2dec/gstmpeg2dec.h:
4571
4572 2004-03-30  David Schleef  <ds@schleef.org>
4573
4574         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
4575
4576 2004-03-30  David Schleef  <ds@schleef.org>
4577
4578         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
4579         Michael Petullo) to handle .mov
4580
4581 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4582
4583         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4584         (gst_osselement_rate_check_rate):
4585           probe caps correctly for sound cards that only support one format
4586
4587 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4588
4589         * ext/kio/kiosrc.cpp: (process_events):
4590           update handling event processing if inside KDE - untested
4591
4592 2004-03-29  David Schleef  <ds@schleef.org>
4593
4594         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
4595         by 2 to not interfere with other colorspaces.
4596         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
4597         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
4598         one to not interfere with ffmpeg_colorspace.
4599
4600 2004-03-29  David Schleef  <ds@schleef.org>
4601
4602         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
4603         aren't in the caps.
4604         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
4605         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
4606
4607 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4608
4609         * gst-libs/gst/riff/riff-media.c:
4610           fail on error, don't try to set stuff on NULL caps
4611
4612 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4613
4614         * configure.ac:
4615         * ext/Makefile.am:
4616         * ext/kio/Makefile.am:
4617         * ext/kio/kioreceiver.cpp:
4618         * ext/kio/kioreceiver.h:
4619         * ext/kio/kiosrc.cpp:
4620         * ext/kio/kiosrc.h:
4621           add experimental kiosrc plugin
4622         * ext/alsa/gstalsaplugin.c: (plugin_init):
4623           initialize debugging category only when we're sure registering the
4624           plugins worked.
4625
4626 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4627
4628         * examples/gstplay/player.c: (main):
4629         * gst-libs/gst/play/play.c: (gst_play_class_init),
4630         (gst_play_set_location), (gst_play_set_data_src),
4631         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4632         (gst_play_set_visualization), (gst_play_connect_visualization):
4633           check return values of element_set_state and return FALSE where
4634           failed
4635
4636 2004-03-29  Benjamin Otte  <otte@gnome.org>
4637
4638         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4639           try harder to check if an event is really a discont
4640
4641 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4642
4643         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
4644         * po/az.po:
4645
4646 2004-03-28  Benjamin Otte  <otte@gnome.org>
4647
4648         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
4649         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4650         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
4651           get rid of non-standard "..." ranges in case statements.
4652
4653 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
4654
4655         * gst/mpegstream/gstmpegdemux.c: 
4656         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
4657         specific functionality split to the new dvddemux element.
4658         * gst/mpegstream/gstdvddemux.c:
4659         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
4660         streams, derived from mpegdemux.
4661         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
4662         up. SCR based timestamp rewriting can be turned off (will probably
4663         completely disappear soon).
4664         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
4665         hacking. General cleanup. All printf statements replaced by
4666         debugging messages. Almost complete libdvdnav support.
4667         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
4668         by events. New properties for audio and subpicture languages.
4669         (dvdnavsrc_update_highlight): Now uses events.
4670         (dvdnavsrc_user_op): Cleaned up.
4671         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
4672         based). Lots of cleanup, and propper support for most libdvdnav
4673         events.
4674         (dvdnavsrc_make_dvd_event): New function.
4675         (dvdnavsrc_make_dvd_nav_packet_event): New function.
4676         (dvdnavsrc_make_clut_change_event): New function.
4677
4678 2004-03-26  Benjamin Otte  <otte@gnome.org>
4679
4680         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
4681           fix bug where typefinding would claim it's theora whenever less then
4682           7 bytes of data were available
4683
4684 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4685
4686         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
4687         (gst_alawdec_base_init), (gst_alawdec_class_init),
4688         (gst_alawdec_init), (gst_alawdec_chain):
4689         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
4690         (gst_alawenc_base_init), (gst_alawenc_class_init),
4691         (gst_alawenc_init), (gst_alawenc_chain):
4692         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
4693         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
4694         (gst_mulawdec_init), (gst_mulawdec_chain):
4695         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
4696         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
4697         (gst_mulawenc_init), (gst_mulawenc_chain):
4698           Fix capsnego in all four, remove the unused property functions and
4699           simplify the chain functions slightly. I guess we could use macros
4700           or something similar for those, since the code is so similar, but
4701           I'm currently too lazy...
4702
4703 2004-03-24  David Schleef  <ds@schleef.org>
4704
4705         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4706         (gst_osselement_close_audio), (gst_osselement_probe_caps),
4707         (gst_osselement_get_format_structure),
4708         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
4709         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
4710         (gst_osselement_rate_int_compare): Add code to handle rate probing
4711         (bug #120883)
4712         * sys/oss/gstosselement.h: same
4713         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
4714         Use rate probing provided by osselement.
4715         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
4716
4717 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4718
4719         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
4720         (gst_xvidenc_get_property):
4721           ulong/int mess-up.
4722
4723 2004-03-24  David Schleef  <ds@schleef.org>
4724
4725         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
4726         (gst_speexdec_init):
4727         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
4728         (gst_speexenc_init):  Create the pad template correctly (from
4729         the static pad template, not a NULL pointer.)
4730
4731 2004-03-25  Benjamin Otte  <otte@gnome.org>
4732
4733         * gst/debug/Makefile.am:
4734         * gst/debug/breakmydata.c: 
4735           add element that quasi-randomly changes bytes in the stream.
4736           Intended use is robustness checking of demuxers and decoders in
4737           media tests.
4738
4739 2004-03-24  Benjamin Otte  <otte@gnome.org>
4740
4741         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4742         (gst_alsa_probe_hw_params):
4743         * ext/alsa/gstalsa.h:
4744           debugging output fixes
4745
4746 2004-03-24  Benjamin Otte  <otte@gnome.org>
4747
4748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
4749           don't g_return_if_fail if element is PLAYING, fail silently as every
4750           other element.
4751         * gst/effectv/gstquark.c: (gst_quarktv_chain):
4752           only fix needed for cast lvalue issues in gst-plugins
4753         * gst/volenv/gstvolenv.c: (gst_volenv_init):
4754           add proxy_getcaps
4755
4756 2004-03-24  Benjamin Otte  <otte@gnome.org>
4757
4758         * gst/level/gstlevel.c: (gst_level_init):
4759           add proxying getcaps function, so level doesn't advertise impossible
4760           caps
4761
4762 2004-03-24  David Schleef  <ds@schleef.org>
4763
4764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4765         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
4766         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
4767         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
4768         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
4769         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
4770         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
4771         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
4772         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
4773         messages.  Divide the chunk size by the compression ratio
4774         (needed for MACE audio)
4775
4776 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4777
4778         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4779           Fix buffer overflow read error.
4780
4781 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4782
4783         * ext/alsa/gstalsa.h:
4784           Remove unused entry.
4785         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4786           Add cinepak.
4787         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
4788         (gst_videodrop_link), (gst_videodrop_chain):
4789           Fix, sort of. Was horribly broken with new capsnego. Bah...
4790
4791 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
4792
4793         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
4794         (plugin_init):
4795         Add a monkeysaudio typefind function
4796
4797 2004-03-23  Johan Dahlin  <johan@gnome.org>
4798
4799         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
4800         (gst_play_video_fixate): Check so the structure has the field
4801         before trying to fixate them, this makes it possible to have
4802         fakesinks for video and audio output without printing errors on
4803         the output console.
4804
4805 2004-03-22  David Schleef  <ds@schleef.org>
4806
4807         * sys/oss/Makefile.am:
4808         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
4809         (check_rate), (add_rate):  Rate probing test app.
4810
4811 2004-03-21  Benjamin Otte  <otte@gnome.org>
4812
4813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
4814         (_fixate_caps_to_int), (gst_audio_convert_fixate):
4815           add a fixation function that pretty much does the right thing (fixes
4816           #137556)
4817
4818 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
4819
4820         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
4821
4822 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
4823
4824         reviewed by: Benjamin Otte  <otte@gnome.org>
4825
4826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4827           terminate gst_event_new_discontinuous correctly (fixes parts of
4828           #137711)
4829
4830 2004-03-19  David Schleef  <ds@schleef.org>
4831
4832         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
4833         since it doesn't depend on X, and it's part of our ABI.
4834
4835 2004-03-19  Iain <iain@prettypeople.org>
4836
4837         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
4838         is_int in the structure, not the local variable.
4839
4840 2004-03-19  David Schleef  <ds@schleef.org>
4841
4842         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
4843         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
4844         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
4845         Improvements in caps negotiation.
4846
4847 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4848
4849         * po/LINGUAS:
4850         * po/af.po:
4851           adding Afrikaans (Petri Jooste)
4852
4853 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4854
4855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4856         (gst_ffmpegcolorspace_chain):
4857         throw error instead of g_critical (#137588)
4858
4859 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4860
4861         * Makefile.am:
4862         * configure.ac:
4863           dist common and m4 correctly
4864         * po/sv.po:
4865
4866 2004-03-17  David Schleef  <ds@schleef.org>
4867
4868         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
4869         (bug #137348)
4870
4871 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4872
4873         * po/LINGUAS:
4874         * po/sv.po:
4875           adding Swedish translation (Christian Rose)
4876
4877 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4878
4879         * Makefile.am: use release.mak
4880
4881 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4882
4883         * common/ChangeLog:
4884         * common/gst-autogen.sh:
4885           add some explanation about the version detection
4886         * configure.ac:
4887           fix X check
4888
4889 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4890
4891         * configure.ac: bump nano to 1
4892
4893 === release 0.8.0 ===
4894
4895 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4896
4897         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
4898
4899 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4900
4901         * configure.ac:
4902           update libtool version
4903         * gst-libs/gst/media-info/Makefile.am:
4904           actually use libtool version
4905
4906 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4907
4908         * configure.ac: fix speex detection to work with 1.0 but not 1.1
4909
4910 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4911
4912         * configure.ac:
4913         * gst-plugins.spec.in:
4914         * pkgconfig/Makefile.am:
4915         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
4916         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4917         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4918         * pkgconfig/gstreamer-libs.pc.in:
4919         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4920         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4921         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
4922         * pkgconfig/gstreamer-plugins.pc.in:
4923           remove @VERSION@ from some of the pc files since core and plugins
4924           are decoupled.
4925           created gstreamer-plugins.pc as it's a better name, but keeping
4926           -libs around for now to get fixes upstream done first.
4927
4928 2004-03-15  Julien MOUTTE <julien@moutte.net>
4929
4930         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
4931         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
4932         * gst-libs/gst/play/play.h:
4933
4934 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4935
4936         * *.c, *.cc: don't mix tabs and spaces
4937
4938 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4939
4940         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
4941           use the new ffmpegcolorspace
4942         * gst-plugins.spec.in:
4943           package new colorspace and media-info
4944         * configure.ac:
4945         * pkgconfig/Makefile.am:
4946           fix some more disting issues
4947         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4948         * pkgconfig/gstreamer-media-info.pc.in:
4949           generate media-info pc files
4950
4951 2004-03-15  Johan Dahlin  <johan@gnome.org>
4952         
4953         * *.h: Revert indenting
4954
4955 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4956
4957         * configure.ac:
4958           adding ffmpegcolorspace element
4959         * gst/ffmpegcolorspace/Makefile.am:
4960         * gst/ffmpegcolorspace/avcodec.h:
4961         * gst/ffmpegcolorspace/common.h:
4962         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
4963         * gst/ffmpegcolorspace/dsputil.h:
4964         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
4965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4966         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
4967         (gst_ffmpeg_caps_to_pix_fmt):
4968         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4970         (gst_ffmpegcolorspace_caps_remove_format_info),
4971         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
4972         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
4973         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
4974         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
4975         (gst_ffmpegcolorspace_set_property),
4976         (gst_ffmpegcolorspace_get_property),
4977         (gst_ffmpegcolorspace_register):
4978         * gst/ffmpegcolorspace/imgconvert.c:
4979         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
4980         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
4981         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
4982         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
4983         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
4984         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
4985         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
4986         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
4987         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
4988         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
4989         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
4990         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
4991         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
4992         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
4993         (img_get_alpha_info), (deinterlace_line),
4994         (deinterlace_line_inplace), (deinterlace_bottom_field),
4995         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
4996         * gst/ffmpegcolorspace/imgconvert_template.h:
4997         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
4998         * gst/ffmpegcolorspace/mmx.h:
4999         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
5000           adding ffmpegcolorspace element supplied by Ronald after cleaning
5001           up and pulling in the right bits of upstream source. 
5002           I'm sure a better C/compiler wizard could do some cleaning up (for
5003           example use GLIB's malloc stuff), but as a first pass this
5004           works very well
5005
5006 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5007
5008         * ext/alsa/gstalsa.h:
5009           I assume Ronald forgot to commit the change to have cardname
5010           as a struct member.  Expect some public spanking at the next
5011           opportunity.
5012
5013 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5014
5015         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
5016         (gst_alsa_open_audio), (gst_alsa_close_audio):
5017         * ext/alsa/gstalsa.c:
5018           Don't open the device if we're a mixer (= padless).
5019         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
5020         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
5021         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
5022           Open mixer during state change rather than during object
5023           initialization. Also, get a device name. Currently in a somewhat
5024           hackish fashion, but I didn't really find something better.
5025
5026 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5027
5028         * *.c, *.h: run gst-indent
5029
5030 2004-03-14  Benjamin Otte  <otte@gnome.org>
5031
5032         * gst/modplug/gstmodplug.cc:
5033         * gst/modplug/gstmodplug.h:
5034           set correct timestamps on outgoing buffers
5035
5036 2004-03-14  Benjamin Otte  <otte@gnome.org>
5037
5038         * gst/modplug/gstmodplug.cc:
5039           handle events - don't do crap when a discont arrives that's not
5040           necessary
5041           This allows correct loading and playback of mods in Rhythmbox
5042
5043 2004-03-14  Benjamin Otte  <otte@gnome.org>
5044
5045         * configure.ac:
5046         * gst-libs/gst/gconf/Makefile.am:
5047         * pkgconfig/Makefile.am:
5048           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
5049           they get rebuilt properly
5050         * configure.ac:
5051           when checking for vorbis, try pkgconfig first.
5052         * gst/modplug/gstmodplug.cc:
5053           add fixate function
5054
5055 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5056
5057         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5058           Fix for obvious mistake, where we first shift the offset and then
5059           read a samplesize element assuming the old offset. Note that this
5060           part still has something weird, i.e. my movies containing those
5061           don't actually play well, but at least there's something that looks
5062           like sound now.
5063
5064 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
5065         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
5066         (plugin_init):
5067         Add a typefind function for speex format
5068
5069 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5070
5071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
5072         (gst_asf_demux_setup_pad):
5073           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
5074           instead of 0. Reason is simple: some elements have a fps range
5075           of 1-max instead of 0-max. So now ASF video actually works.
5076
5077 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5078
5079         * po/LINGUAS:
5080         * po/sr.po:
5081           adding serbian as a language
5082
5083 2004-03-13  Benjamin Otte  <otte@gnome.org>
5084
5085         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5086           return taglist correctly from _get function, don't gst_pad_push it.
5087           (fixes #137042)
5088
5089 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
5090         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5091
5092 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5093
5094         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
5095         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
5096         (gst_alsa_mixer_track_new):
5097         * ext/alsa/gstalsamixertrack.h:
5098           Fix ancient leftovers... MixerTrack is a GObject.
5099
5100 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5101
5102         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5103         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5104           Don't block during probing...
5105
5106 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5107
5108         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
5109         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
5110         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
5111         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
5112         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
5113         (gst_alsa_open_audio), (gst_alsa_close_audio):
5114         * ext/alsa/gstalsa.h:
5115           Add propertyprobe interface implementation, add some device-name
5116           property, all this so that it looks good in gnome-volume-control.
5117
5118 2004-03-12  David Schleef  <ds@schleef.org>
5119
5120         * configure.ac: the Hermes library controls hermescolorspace, not
5121         colorspace.
5122         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5123         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
5124         not /* */
5125         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
5126         * ext/sdl/sdlvideosink.h: ditto.
5127         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
5128
5129 2004-03-12  Benjamin Otte  <otte@gnome.org>
5130
5131         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
5132         (gst_x_overlay_got_xwindow_id):
5133         * gst-libs/gst/xoverlay/xoverlay.h:
5134           replace XID with unsigned long to get rid of the xlibs dependency in
5135           XOverlay (fixes #137004)
5136
5137 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
5138         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
5139         (gst_agingtv_setup):
5140         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
5141         (gst_dicetv_base_init), (gst_dicetv_class_init),
5142         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
5143         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
5144         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
5145         (gst_edgetv_setup), (gst_edgetv_rgb32):
5146         * gst/effectv/gsteffectv.c:
5147         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
5148         (gst_quarktv_set_property):
5149         * gst/effectv/gstrev.c: (gst_revtv_get_type),
5150         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
5151         (gst_revtv_setup), (gst_revtv_rgb32):
5152         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
5153         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
5154         (gst_shagadelictv_init), (gst_shagadelictv_setup),
5155         (gst_shagadelictv_rgb32):
5156         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
5157         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
5158         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
5159         * gst/effectv/gstwarp.c:
5160         Port everything that can be ported to videofilter and fix up the caps.
5161         Can someone with a big-endian machine please check these?
5162
5163 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5164
5165         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
5166         (gst_osssink_chain), (gst_osssink_change_state):
5167           Latest fixes for A/V sync, audio playback and such. This is about
5168           all... MPEG playback issues are mostly related to the async build-
5169           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
5170
5171 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5172
5173         patch from: Stephane Loeuillet
5174
5175         * configure.ac:
5176           use pkg-config for some libraries, falling back to the old .m4 way
5177           (fixes #131270)
5178         * m4/libdv.m4:
5179           removed
5180
5181 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5182
5183         * configure.ac:
5184         * tools/Makefile.am:
5185         * tools/Makefile.in:
5186         * tools/gst-launch-ext-m.m:
5187         * tools/gst-launch-ext.1.in:
5188         * tools/gst-visualise-m.m:
5189         * tools/gst-visualise.1:
5190         * tools/gst-visualise.1.in:
5191           reorganizing generation of script tools
5192
5193 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5194
5195         * ext/divx/gstdivxdec.c:
5196           Downgrade priority. We prefer ffdec_mpeg4.
5197         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
5198         (gst_faad_chain), (gst_faad_change_state):
5199           Fix capsnego. Doesn't work for some sounds because we don't have
5200           a 5:1 to stereo element.
5201         * ext/xvid/gstxvid.c: (plugin_init):
5202           Add priority.
5203         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5204         (gst_osssink_change_state):
5205           Add discont handling.
5206
5207 2004-03-09  Colin Walters  <walters@verbum.org>
5208
5209         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
5210         conversion.
5211
5212 2004-03-09  Benjamin Otte  <otte@gnome.org>
5213
5214         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5215           the signals take 2 arguments
5216
5217 2004-03-09  David Schleef  <ds@schleef.org>
5218
5219         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
5220         (gst_alsa_fixate): Add fixate function.  (bug #136686)
5221         * ext/alsa/gstalsa.h:
5222         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
5223
5224 2004-03-09  Benjamin Otte  <otte@gnome.org>
5225
5226         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
5227         (gst_mikmod_change_state):
5228         * ext/mikmod/gstmikmod.h:
5229           make mikmod's loop function not loop infinitely and call
5230           gst_element_yield anymore
5231         * gst/modplug/gstmodplug.cc:
5232           fix pad negotiation (fixes #136590)
5233
5234 2004-03-09  David Schleef  <ds@schleef.org>
5235
5236         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
5237         doesn't conflict with the internal colorspace plugin.
5238         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
5239         satisfy the crappy-ass shell shipped by a certain vendor.
5240         * gst/videofilter/make_filter: same (bug #135299)
5241
5242 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5243
5244         * configure.ac: bump nano to 1
5245
5246 === release 0.7.6 ===
5247
5248 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5249
5250         * configure.in: releasing 0.7.6, "There"
5251
5252 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5253
5254         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5255         * pkgconfig/gstreamer-play.pc.in:
5256           synchronize the two
5257
5258 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5259
5260         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
5261         (cdparanoia_open), (cdparanoia_event):
5262           fix/add error handling
5263         * po/POTFILES.in:
5264           add cdparanoia source
5265         * tools/Makefile.am:
5266           make scripts executable
5267
5268 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5269
5270         * configure.ac:
5271         * ext/vorbis/Makefile.am:
5272         * sys/Makefile.am:
5273           remove id3types, vorbisfile and xvideosink from the build (#133783)
5274
5275 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5276
5277         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5278           Fix metadata read crash (#136537).
5279
5280 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5281
5282         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5283         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
5284           adding mime types, fixing the one-stop function
5285
5286 2004-03-08  Christian Schaller <Uraeus@gnome.org>
5287
5288         * ext/nas/nassink.c and /ext/nas/nassink.h:
5289         More NAS love from Arwed von Merkatz
5290         So lets all sing 'Can you feel the NAS tonight' 
5291
5292 2004-03-08  Christian Schaller <Uraeus@gnome.org>
5293
5294         * tools/gst-launch-ext.in: 
5295         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
5296
5297 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5298
5299         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5300         (gst_mpeg2dec_init):
5301         remove the user_data pad for now, because it is being used in
5302         fixating causing MPEG playback to fixate on 1000 Hz for playback.
5303         If someone knows how to fix this properly, please do.
5304
5305 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5306
5307         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5308         (gst_osssink_get_time):
5309         add a warning, IMO this won't get triggered anymore, remove later
5310
5311 2004-03-07  David Schleef  <ds@schleef.org>
5312
5313         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
5314         format (bug #136470)
5315
5316 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5317
5318         * gst-libs/Makefile.am:
5319         * gst-libs/gst/media-info/Makefile.am:
5320         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
5321         (error_callback), (gst_media_info_error_create),
5322         (gst_media_info_error_element), (gmip_init), (gmip_reset),
5323         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
5324         * gst-libs/gst/media-info/media-info-priv.h:
5325         * gst-libs/gst/media-info/media-info-test.c: (main):
5326         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5327         (gst_media_info_class_init), (gst_media_info_instance_init),
5328         (gst_media_info_set_source), (gst_media_info_read_with_idler),
5329         (gst_media_info_read_idler), (gst_media_info_read):
5330         * gst-libs/gst/media-info/media-info.h:
5331         fixed, should work now
5332
5333 2004-03-07  Christian Schaller <Uraeus@gnome.org>
5334
5335         * ext/nas/nassink.c:
5336         A bunch of NAS fixes from Arwed von Merkatz
5337
5338 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5339
5340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5341         (qtdemux_parse_trak):
5342           Fix crash (j might be greater than n_samples, in which case we're
5343           writing outside the allocated space for the array) and memleak.
5344
5345 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5346
5347         * sys/oss/gstosssink.c: (gst_osssink_chain):
5348           And another caller that couldn't handle delay < 0 (unsigned
5349           integer overflow). Video now continues playing on an audio
5350           buffer underrun, and the clock continues working. Audio still
5351           stalls.
5352
5353 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5354
5355         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5356         (gst_osssink_get_time):
5357           get_delay() may return values lower than 0. In those cases, we
5358           should not actually cast to *unsigned* int64, that will break
5359           stuff horribly. In my case, it screwed up A/V sync in movies
5360           in totem rather badly.
5361
5362 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5363
5364         * ext/faac/gstfaac.c: (gst_faac_chain):
5365         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5366         * ext/libpng/gstpngenc.c: (user_write_data):
5367         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5368         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5369         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5370         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5371         Fix several misuse of gst_buffer_merge (it doesn't take ownership
5372         of any buffer), should fix some leaks. I hope I didn't unref buffers
5373         that shouldn't be...
5374         
5375 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5376
5377         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5378         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
5379         (error_callback), (gmi_reset), (gmi_seek_to_track),
5380         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
5381         (gmip_find_type_post), (gmip_find_stream_post),
5382         (gmip_find_track_streaminfo_post):
5383         * gst-libs/gst/media-info/media-info-priv.h:
5384         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
5385         (info_print), (main):
5386         * gst-libs/gst/media-info/media-info.c:
5387         (gst_media_info_error_create), (gst_media_info_error_element),
5388         (gst_media_info_instance_init), (gst_media_info_get_property),
5389         (gst_media_info_new), (gst_media_info_set_source),
5390         (gst_media_info_read_idler), (gst_media_info_read):
5391         * gst-libs/gst/media-info/media-info.h:
5392           first pass at making this work again.  This seems to work on
5393           tagged ogg/vorbis and mp3 files.
5394
5395 2004-03-06  Benjamin Otte  <otte@gnome.org>
5396
5397         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5398           fix huge leak: gst_buffer_merge doesn't unref the first argument
5399           itself.
5400
5401 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5402
5403         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
5404           report layer/mode/emphasis
5405
5406 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5407
5408         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
5409
5410 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5411
5412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5413           signal serial
5414
5415 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5416
5417         * ext/vorbis/vorbis.c: (plugin_init):
5418         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5419         (gst_vorbis_dec_init), (vorbis_dec_event):
5420         add debug category
5421         make vorbisdec handle _BYTE and _TIME queries
5422
5423 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5424
5425         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
5426           from the xing header
5427
5428 2004-03-06  Benjamin Otte  <otte@gnome.org>
5429
5430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
5431         (gst_audio_convert_link), (gst_audio_convert_change_state),
5432         (gst_audio_convert_buffer_from_default_format):
5433           do conversions from/to float correctly, fix some caps nego errors,
5434           export correct supported caps in template and getcaps, use correct
5435           caps in try_set_caps functions
5436
5437 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5438
5439         For some reason, I only committed a ChangeLog entry yesterday and 
5440         not the corresponding code...
5441         * ext/mad/gstmad.c: Fix detection of Xing headers
5442         * gst/tags/gstid3tag.c: Changes to support TLEN tags
5443
5444 2004-03-06  Benjamin Otte  <otte@gnome.org>
5445
5446         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
5447         (gst_ogg_demux_src_query):
5448           make sure to handle the case where there's no current chain
5449           gracefully.
5450
5451 2004-03-05  David Schleef  <ds@schleef.org>
5452
5453         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
5454         Add fixate function. (bug #131128)
5455         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
5456         (gst_sdlvideosink_fixate):  Add fixate function.
5457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5458         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
5459         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
5460         Fix missing break that was causing ulaw to be interpreted as
5461         raw int.
5462
5463 2004-03-05  David Schleef  <ds@schleef.org>
5464
5465         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5466         Fix code that ignores return value of gst_buffer_merge().
5467         (bug #114560)
5468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
5469         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
5470         * testsuite/gst-lint:  Check for above.
5471
5472 2004-03-05  David Schleef  <ds@schleef.org>
5473
5474         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
5475         caps and throw an element error.  (bug #136334)
5476
5477 2004-03-05  David Schleef  <ds@schleef.org>
5478
5479         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
5480         (gst_faad_chain): Fix negotiation.
5481         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
5482         key and button events.
5483         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
5484         dung heap of code.
5485         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
5486         depends on gconf
5487         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
5488         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5489         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
5490         function to encourage better negotiation, particularly between
5491         audioconvert and osssink.
5492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5493         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
5494         more important.
5495         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
5496         typefinding.
5497         * gst/vbidec/vbiscreen.c:  Add glib header
5498         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
5499
5500 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
5501
5502         * ext/mad/gstmad.c: Fix detection of Xing headers
5503         * gst/tags/gstid3tag.c: Changes to support TLEN tags
5504
5505 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5506
5507         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5508         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
5509           debug updates
5510
5511 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5512
5513         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5514         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
5515         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
5516         files, and report the parsed length as a GST_TAG_DURATION tag.
5517         * gst/tags/gstid3tag.c: support TLEN (duration) tag
5518
5519 2004-03-05  Benjamin Otte  <otte@gnome.org>
5520
5521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
5522           convert channels correctly. convert correctly to unsigned.
5523
5524 2004-03-05  Julien MOUTTE <julien@moutte.net>
5525
5526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
5527         we have a window before clearing it.
5528
5529 2004-03-05  Julien MOUTTE <julien@moutte.net>
5530
5531         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
5532         have a window before clearing it.
5533
5534 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5535
5536         * gconf/gstreamer.schemas.in:
5537         * gst-libs/gst/gconf/Makefile.am:
5538           version installation path the same way as for 0.6
5539         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5540         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5541         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5542           remove comment that was fixed
5543
5544 2004-03-05  David Schleef  <ds@schleef.org>
5545
5546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
5547         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
5548         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
5549         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
5550         Add prototype code for handling seeking and querying.
5551
5552 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5553
5554         * examples/gstplay/player.c: (main):
5555           Initialize variables to NULL. Prevents a segfault because the
5556           (uninitialized) variable is not NULL, resulting in a crash on
5557           trying to reach error->message.
5558
5559 2004-03-05  Benjamin Otte  <otte@gnome.org>
5560
5561         * gst/audioconvert/gstaudioconvert.c:
5562         (gst_audio_convert_buffer_to_default_format):
5563         make float=>int conversion work correctly even in cornercases.
5564
5565 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
5566
5567         * debian/README.Debian:
5568         * debian/build-deps:
5569         * debian/changelog:
5570         * debian/control:
5571         * debian/control.in:
5572         * debian/copyright:
5573         * debian/gstreamer-a52dec.files:
5574         * debian/gstreamer-aa.files:
5575         * debian/gstreamer-alsa.files:
5576         * debian/gstreamer-alsa.manpages:
5577         * debian/gstreamer-arts.files:
5578         * debian/gstreamer-artsd.files:
5579         * debian/gstreamer-audiofile.files:
5580         * debian/gstreamer-avifile.files:
5581         * debian/gstreamer-cdparanoia.files:
5582         * debian/gstreamer-colorspace.files:
5583         * debian/gstreamer-doc.files:
5584         * debian/gstreamer-dv.files:
5585         * debian/gstreamer-dvd.files:
5586         * debian/gstreamer-esd.files:
5587         * debian/gstreamer-festival.files:
5588         * debian/gstreamer-flac.files:
5589         * debian/gstreamer-gconf.conffiles:
5590         * debian/gstreamer-gconf.files:
5591         * debian/gstreamer-gconf.postinst:
5592         * debian/gstreamer-gnomevfs.files:
5593         * debian/gstreamer-gsm.files:
5594         * debian/gstreamer-http.files:
5595         * debian/gstreamer-jack.files:
5596         * debian/gstreamer-jpeg.files:
5597         * debian/gstreamer-mad.files:
5598         * debian/gstreamer-mikmod.files:
5599         * debian/gstreamer-misc.files:
5600         * debian/gstreamer-mpeg2dec.files:
5601         * debian/gstreamer-oss.files:
5602         * debian/gstreamer-plugin-apps.files:
5603         * debian/gstreamer-plugin-apps.manpages:
5604         * debian/gstreamer-plugin-libs-dev.files:
5605         * debian/gstreamer-plugin-libs.files:
5606         * debian/gstreamer-plugin-template.postinst:
5607         * debian/gstreamer-plugin-template.postrm:
5608         * debian/gstreamer-sdl.files:
5609         * debian/gstreamer-sid.files:
5610         * debian/gstreamer-vorbis.files:
5611         * debian/gstreamer-x.files:
5612         * debian/mk.control:
5613         * debian/rules:
5614         Debian package info not maintained here.
5615
5616 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5617
5618         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
5619         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
5620         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
5621         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
5622         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
5623         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
5624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
5625         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
5626         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
5627         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
5628         * gst-libs/gst/colorbalance/colorbalance.c:
5629         (gst_color_balance_class_init):
5630         * gst-libs/gst/colorbalance/colorbalancechannel.c:
5631         (gst_color_balance_channel_class_init):
5632         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5633         * gst-libs/gst/play/play.c: (gst_play_class_init):
5634         * gst-libs/gst/propertyprobe/propertyprobe.c:
5635         (gst_property_probe_iface_init):
5636         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
5637         * gst-libs/gst/tuner/tunerchannel.c:
5638         (gst_tuner_channel_class_init):
5639         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
5640         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
5641         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
5642         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
5643         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
5644         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5645         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
5647         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
5648           fix signals to use - instead of _
5649         * ext/libcaca/gstcacasink.h:
5650         * ext/sdl/sdlvideosink.h:
5651           fix header rename
5652
5653 2004-03-04  David Schleef  <ds@schleef.org>
5654
5655         * testsuite/gst-lint:  Add a check for bad signal names.
5656
5657 2004-03-04  <kost@imn.htwk-leipzig.de>
5658
5659         reviewed by David Schleef
5660
5661         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
5662         modified the alpha channel and caused a warning. (bug #136192)
5663
5664 2004-04-03  Christian Schaller <Uraeus@gnome.org>
5665
5666         * gst-plugins.spec.in:
5667         Change names of plugins to actually be correct. Try to keep things
5668         alphabetical to avoid getting beat up by Thomas
5669
5670 2004-03-03  Julien MOUTTE <julien@moutte.net>
5671
5672         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
5673         Using ximagesink as a default if no gconf key found. We should
5674         probably consider using alsasink instead of osssink for the audio
5675         part.
5676
5677 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5678
5679         * configure.ac:
5680           fix --with-plugins, don't think it ever worked before
5681         * gst-plugins.spec.in:
5682           even more updates
5683
5684 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5685
5686         * ext/sdl/sdlvideosink.h:
5687         * sys/ximage/ximagesink.h:
5688         * sys/xvideo/xvideosink.h:
5689         * sys/xvimage/xvimagesink.h:
5690           Fix for move of gstvideosink.h -> videosink.h.
5691
5692 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5693
5694         * gst-libs/gst/xwindowlistener/Makefile.am:
5695           this is a plugin library, not a library
5696
5697 2004-03-01  David Schleef  <ds@schleef.org>
5698
5699         * AUTHORS:  Added some names.  Add yourself if you're still
5700         missing.
5701
5702 2004-03-01  David Schleef  <ds@schleef.org>
5703
5704         * MAINTAINERS: Add
5705
5706 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5707
5708         * gst-plugins.spec.in: clean up spec file
5709
5710 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5711
5712         * gst-libs/gst/video/Makefile.am:
5713         * gst-libs/gst/video/gstvideosink.c:
5714         * gst-libs/gst/video/gstvideosink.h:
5715           rename gstvideosink.h to videosink.h to match other headers
5716         * gst/mixmatrix/Makefile.am:
5717           fix plugin filename
5718         * gst/tags/Makefile.am: fix plugin filename
5719
5720 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5721
5722         * gst/tags/Makefile.am: fix plugin filename
5723
5724 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5725
5726         * examples/gstplay/player.c: (got_time_tick), (main):
5727           add error handler
5728           display time_tick more readably
5729         * gst/mixmatrix/Makefile.am:
5730           fix plugin file name
5731
5732 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
5733
5734         * sys/oss/gstosselement.c: (gst_osselement_probe),
5735         (device_combination_append), (gst_osselement_class_probe_devices):
5736         * sys/oss/gstosselement.h: 
5737           Reworked enumeration of oss dsps and mixers so that gst-mixer works
5738           on my system using alsa oss emulation, fixes bug #135597
5739
5740 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5741
5742         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
5743         (gst_videodrop_chain), (gst_videodrop_change_state):
5744         * gst/videodrop/gstvideodrop.h:
5745           Work based on timestamp of input data, not based on the expected
5746           framerate from the input. The consequence is that this element now
5747           not only scales framerates, but also functions as a framerate
5748           corrector or framerate stabilizer/constantizer.
5749
5750 2004-02-27  David Schleef  <ds@schleef.org>
5751
5752         patches from jmmv@menta.net (Julio M. Merino Vidal)
5753
5754         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
5755         GST_ELEMENT_ERROR call (bug #135634)
5756         * gst/interleave/interleave.c: (interleave_buffered_loop),
5757         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
5758         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
5759         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5760         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
5761         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
5762         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
5763         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
5764         Fix GST_ELEMENT_ERROR call.
5765         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
5766         GST_ELEMENT_ERROR call.
5767
5768 2004-02-27  Benjamin Otte  <otte@gnome.org>
5769
5770         * gst-libs/gst/audio/audio.h:
5771           add macro to make sure header isn't included twice
5772         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5773           don't use gst_buffer_free
5774         * gst/playondemand/filter.func:
5775           don't use gst_data_free. Free data only once.
5776
5777 2004-02-26  David Schleef  <ds@schleef.org>
5778
5779         * gst-libs/gst/colorbalance/Makefile.am:
5780         * gst-libs/gst/mixer/Makefile.am:
5781         * gst-libs/gst/tuner/Makefile.am:
5782         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
5783         should not be disted, -marshal.h files should not be installed,
5784         and -enum.h files _should_ be installed.  Fix to make this the
5785         case.
5786
5787 === release 0.7.5 ===
5788
5789 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5790
5791         * configure.ac: release 0.7.5, "Under The Sea"
5792
5793 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5794
5795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5796         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
5797         * gst/videoscale/gstvideoscale.c:
5798         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5799           assorted debug/warning fixes
5800
5801 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5802
5803         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5804         (gst_videoscale_init), (gst_videoscale_chain),
5805         (gst_videoscale_set_property), (plugin_init):
5806         * gst/videoscale/gstvideoscale.h:
5807         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
5808         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
5809         (gst_videoscale_planar400), (gst_videoscale_packed422),
5810         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
5811         (gst_videoscale_24bit), (gst_videoscale_16bit),
5812         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
5813         (gst_videoscale_scale_plane_slow),
5814         (gst_videoscale_scale_point_sample),
5815         (gst_videoscale_scale_nearest),
5816         (gst_videoscale_scale_nearest_str2),
5817         (gst_videoscale_scale_nearest_str4),
5818         (gst_videoscale_scale_nearest_32bit),
5819         (gst_videoscale_scale_nearest_24bit),
5820         (gst_videoscale_scale_nearest_16bit):
5821         add debugging category and use it properly
5822         fix use of GST_PTR_FORMAT
5823
5824 2004-02-25  Andy Wingo  <wingo@pobox.com>
5825
5826         * gst/interleave/interleave.c (interleave_buffered_loop): Always
5827         push only when channel->buffer is NULL. Prevents segfaults doing
5828         the state change after a nonlocal exit, like a scheme exception.
5829
5830         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5831         Handle the case where the intersected caps is empty.
5832
5833 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5834
5835         * gst/law/mulaw-decode.c: (mulawdec_link):
5836         * gst/law/mulaw.c: (plugin_init):
5837           fix mulawdec so it actually works again
5838
5839 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
5840
5841         reviewed by: David Schleef  <ds@schleef.org>
5842
5843         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
5844         (gst_gamma_init), (gst_gamma_set_property),
5845         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5846         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
5847         for RGB, with separate r g and b correction factors. (#131167)
5848
5849 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5850
5851         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5852           only signal tags for bitrate if they're > 0 (#134894)
5853
5854 2004-02-24  David Schleef  <ds@schleef.org>
5855
5856         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
5857         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
5858         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
5859         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
5860         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
5861         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
5862         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
5863         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
5864         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
5865         category.  Attempt to fix timestamp calculation.
5866
5867 2004-02-24  Johan Dahlin  <johan@gnome.org>
5868
5869         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
5870
5871 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5872
5873         * configure.ac:
5874         * gconf/Makefile.am:
5875         * gconf/gstreamer.schemas:
5876         * gst-libs/gst/gconf/Makefile.am:
5877         * gst-libs/gst/gconf/gconf.c:
5878           version gconf schemas and install locations
5879
5880 2004-02-23  Benjamin Otte  <otte@gnome.org>
5881
5882         * ext/xine/xineinput.c: (gst_xine_input_dispose):
5883         (gst_xine_input_subclass_init):
5884           call parent dispose.
5885           change pad template for CD reader correctly
5886         * ext/xine/Makefile.am:
5887         * ext/xine/gstxine.h:
5888         * ext/xine/xine.c: (plugin_init):
5889         * ext/xine/xineaudiosink.c:
5890           wrap audio sinks, too
5891         * gst-libs/gst/resample/private.h:
5892         * gst-libs/gst/resample/resample.c: (gst_resample_init),
5893         (gst_resample_reinit), (gst_resample_scale),
5894         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
5895         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
5896         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
5897         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
5898         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
5899         * gst-libs/gst/resample/resample.h:
5900         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5901         (gst_audioscale_class_init), (gst_audioscale_link),
5902         (gst_audioscale_get_buffer), (gst_audioscale_init),
5903         (gst_audioscale_chain), (gst_audioscale_set_property),
5904         (gst_audioscale_get_property):
5905         * gst/audioscale/gstaudioscale.h:
5906           s/resample_*/gst_resample_*/i to not clobber namespaces
5907
5908 2004-02-23  Julien MOUTTE  <julien@moutte.net>
5909
5910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5911         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
5912         (gst_riff_create_video_template_caps),
5913         (gst_riff_create_audio_template_caps),
5914         (gst_riff_create_iavs_template_caps):
5915         * gst-libs/gst/riff/riff-media.h:
5916         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
5917         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
5918         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
5919         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
5920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5921         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
5922         (gst_matroska_demux_plugin_init): First batch implementing audio and 
5923         video codec tags in demuxers.
5924
5925 2004-02-22  Benjamin Otte  <otte@gnome.org>
5926
5927         * ext/xine/Makefile.am:
5928         * ext/xine/gstxine.h:
5929         * ext/xine/xine.c: (plugin_init):
5930         * ext/xine/xineinput.c:
5931           add input plugin wrapper. Playback from files, http, mms and cdda
5932           works.
5933         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
5934           remove leftover G_GNUC_UNUSED
5935         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
5936         (gst_asf_demux_identify_guid):
5937           improve debugging output
5938
5939 2004-02-22  Benjamin Otte  <otte@gnome.org>
5940
5941         reported by: Padraig O'Briain <padraig.obriain@sun.com>
5942
5943         * autogen.sh:
5944           replace test -e with test -x for mkinstalldirs to be more portable.
5945           (fixes #134816)
5946
5947 2004-02-22  Benjamin Otte  <otte@gnome.org>
5948
5949         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
5950
5951         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
5952           set rank to PRIMARY
5953         * gst/volume/gstvolume.c: (plugin_init):
5954           set rank to NONE
5955         fixes #134960
5956
5957 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
5958
5959         reviewed by Benjamin Otte  <otte@gnome.org>
5960
5961         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
5962           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
5963
5964 2004-02-22  Benjamin Otte  <otte@gnome.org>
5965
5966         * configure.ac:
5967           export [_]*{gst,Gst,GST}.* symbols from plugins
5968
5969 2004-02-22  Christophe Fergeau <teuf@gnome.org>
5970
5971         reviewed by: Benjamin Otte  <otte@gnome.org>
5972
5973         * ext/lame/gstlame.c: (add_one_tag):
5974         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5975         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
5976         (gst_vorbisenc_metadata_set1):
5977         * gst/tags/gstid3tag.c:
5978         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
5979           apply fixes from bugs #135042 (lame can't write tags) and #133817
5980           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
5981
5982 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
5983
5984         * configure.ac: Export only gst_plugin_desc from plugins.
5985          Note that this change only makes any effect with Linux using libtool 
5986          1.5.2 or higher. Otherwise it is silently ignored, but it would build
5987          fine. And don't try to have several versions of libtool in different
5988          directories.
5989
5990 2004-02-20  Andy Wingo  <wingo@pobox.com>
5991
5992         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
5993         interleave respectively.
5994
5995         * gst/interleave/deinterleave.c: New plugin: deinterleave
5996         (replaces on oneton).
5997         * gst/interleave/interleave.c: New plugin: interleave.
5998         * gst/interleave/plugin.h: Support file.
5999         * gst/interleave/plugin.c: Support file.
6000
6001         * configure.ac: Remove intfloat and oneton, add interleave.
6002
6003         * ext/sndfile/gstsf.c: Handle events better.
6004
6005         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
6006         and float2int operation. int2float has scheduling problems as
6007         noted in in2float_chain. 
6008
6009 2004-02-20  Benjamin Otte  <otte@gnome.org>
6010
6011         * ext/xine/Makefile.am:
6012         * ext/xine/gstxine.h:
6013         * ext/xine/xine.c: 
6014         * ext/xine/xineaudiodec.c: 
6015         * ext/xine/xinecaps.c: 
6016           add first version of xine plugin wrapper. Currently only wraps the
6017           QDM2 win32 DLL, and even that only in proof-of-concept quality.
6018         * configure.ac:
6019         * ext/Makefile.am:
6020           add xine plugin wrapper, disabled by default. Use --enable-xine to
6021           build. Note that it'll segfault on gst-register if you don't remove
6022           the goom and tvtime post plugins from xine.
6023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6024         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
6025           add extradata parsing for QDM2.
6026           change around debugging prints.
6027
6028 2004-02-19  Benjamin Otte  <otte@gnome.org>
6029
6030         * ext/lame/gstlame.c: (gst_lame_chain):
6031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6032           use gst_tag_list_insert when you want to insert tags
6033
6034 2004-02-18  David Schleef  <ds@schleef.org>
6035
6036         * configure.ac:  Move massink to gst-rotten
6037         * ext/Makefile.am:
6038         * ext/mas/Makefile.am:
6039         * ext/mas/massink.c:
6040         * ext/mas/massink.h:
6041
6042 2004-02-18  David Schleef  <ds@schleef.org>
6043
6044         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
6045         typefinding, since it seems to be worse than nothing.
6046         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
6047         atom to recognize .mp4 and .m4a files as video/quicktime.
6048
6049 2004-02-18  David Schleef  <ds@schleef.org>
6050
6051         * gst/sine/demo-dparams.c: (quit_live),
6052         (dynparm_log_value_changed), (dynparm_value_changed), (main):
6053         Use double dparams, not float.
6054         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6055         (gst_sinesrc_init): Change sync default to FALSE, since multiple
6056         sync'd elements don't really work correctly.
6057         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
6058         (volume_update_volume), (volume_get_property):  Change dparam
6059         to double.
6060
6061 2004-02-18  Julien MOUTTE  <julien@moutte.net>
6062
6063         * sys/ximage/ximagesink.c:
6064         (gst_ximagesink_xwindow_update_geometry),
6065         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6066         (gst_ximagesink_change_state), (gst_ximagesink_expose),
6067         (gst_ximagesink_init): Rework the way software video scaling works. So
6068         now we check on each chain call if the video frames are feeling the 
6069         window. If not we try to renegotiate caps. On failure we memorize that
6070         and we won't try again for that PLAYING sessions.
6071         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
6072         failure.
6073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
6074         synchronous flag.
6075
6076 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6077
6078         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6079           break up _link so we can give a better debug message for errors
6080
6081 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6082
6083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6084           set up debug category
6085
6086 2004-02-18  Julien MOUTTE <julien@moutte.net>
6087
6088         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6089         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
6090         the way renegotiation work. The event handling function is not taking
6091         care of external windows and renegotiate method check for pad flags
6092         NEGOTIATING. Should fix : #133209
6093
6094 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6095
6096         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
6097         pad is negotiating before trying renegotiation.
6098
6099 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6100
6101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6102           pass on all possible mime types as typefind hints
6103
6104 2004-02-17  Julien MOUTTE <julien@moutte.net>
6105
6106         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
6108         possible SHM leak if we crash. All other apps using XShm are doing
6109         that.
6110
6111 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6112
6113         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6114         (gst_ximagesink_expose): Renegotiate size on expose.
6115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
6116         size on expose.
6117
6118 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6119
6120         * testsuite/alsa/sinesrc.c:
6121           cosmetic fix to fix compile issue with gcc 2.95.4
6122
6123 2004-02-16  Julien MOUTTE <julien@moutte.net>
6124
6125         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6126         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
6127         failed opening the audio device.
6128         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6129         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6130         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
6131         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
6132         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6133         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6134         (gst_ximagesink_change_state), (gst_ximagesink_chain),
6135         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
6136         Removing some useless g_return_if_fail like wingo suggested.
6137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6138         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
6139         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6140         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
6141         (gst_xvimagesink_update_colorbalance),
6142         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
6143         (gst_xvimagesink_xcontext_clear),
6144         (gst_xvimagesink_get_fourcc_from_caps),
6145         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6146         (gst_xvimagesink_set_xwindow_id),
6147         (gst_xvimagesink_colorbalance_list_channels),
6148         (gst_xvimagesink_colorbalance_set_value),
6149         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
6150         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
6151
6152 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6153
6154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6155           throw error when not negotiated instead of asserting
6156
6157 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6158
6159         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
6160         correct data refcounting.
6161
6162 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6163
6164         * gst/switch/gstswitch.c: (gst_switch_change_state),
6165         (gst_switch_class_init): Cleaning the sinkpads correctly on state
6166         change, mostly the EOS flag.
6167
6168 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6169
6170         * examples/gstplay/player.c: (got_eos), (main): Adding some 
6171         output for debugging.
6172         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
6173         timeouts if we go to any state different from PLAYING.
6174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
6175         more EOS bugs in riff lib.
6176
6177 2004-02-14  Julien MOUTTE  <julien@moutte.net>
6178
6179         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
6180         visualization until i find a way to fix switch correctly.
6181         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
6182         EOS arrives.
6183         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6184         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6185         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
6186         Reworked switch to get a more correct behaviour with events and refing
6187         of data stored in sinkpads.
6188         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
6189         we don't pull from a pad in EOS.
6190
6191 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6192
6193         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6194           remove v1 tag even if we can't read it (makes sure we don't detect
6195           it again)
6196
6197 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6198
6199         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
6200         (gst_alsa_xrun_recovery):
6201         * ext/alsa/gstalsa.h:
6202           try xrun recovery when wait failed. Make xrun recovery function
6203           return TRUE/FALSE to indicate success. (might fix #134354)
6204
6205 2004-02-13  David Schleef  <ds@schleef.org>
6206
6207         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
6208         (dynparm_value_changed), (main): Convert from float to double.
6209         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
6210
6211 2004-02-13  David Schleef  <ds@schleef.org>
6212
6213         * gst/silence/gstsilence.c: (gst_silence_class_init),
6214         (gst_silence_set_clock), (gst_silence_get),
6215         (gst_silence_set_property), (gst_silence_get_property):
6216         * gst/silence/gstsilence.h: Add sync property.
6217         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6218         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
6219         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
6220         * gst/sine/gstsinesrc.h: Add sync property.
6221
6222 2004-02-13  David Schleef  <ds@schleef.org>
6223
6224         * gst/intfloat/gstint2float.c: (conv_f32_s16),
6225         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
6226
6227 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6228
6229         * configure.ac:
6230         * ext/Makefile.am:
6231         * gst-libs/ext/Makefile.am:
6232           move ffmpeg plugin to gst-ffmpeg module
6233
6234 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6235
6236         * configure.ac: use GST_ARCH to detect architecture
6237
6238 2004-02-12  Julien MOUTTE  <julien@moutte.net>
6239
6240         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
6241
6242 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6243
6244         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
6245           classify LADSPA plugins based on number of src/sink pads
6246           (#133663, Stefan Kost)
6247         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
6248           fix dparams registration
6249           (#133528, Stefan Kost)
6250         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
6251           fix use of isprint and use g_ascii_isprint instead
6252           (#133316, Stefan Kost)
6253
6254 2004-02-11  David Schleef  <ds@schleef.org>
6255
6256         Convert a few inner loops to use liboil.  This is currently
6257         optional, and is only enabled if liboil is present (duh!).
6258         * configure.ac: Check for liboil-0.1
6259         * gst/intfloat/Makefile.am:
6260         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
6261         (gst_int2float_chain_gint16):
6262         * gst/videofilter/Makefile.am:
6263         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
6264         (tablelookup_u8), (gst_videobalance_planar411):
6265         * gst/videotestsrc/Makefile.am:
6266         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
6267         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
6268         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
6269         (paint_hline_RGB565), (paint_hline_xRGB1555):
6270
6271 2004-02-11  David Schleef  <ds@schleef.org>
6272
6273         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
6274         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
6275         (gst_colorspace_getcaps), (gst_colorspace_link),
6276         (gst_colorspace_base_init), (gst_colorspace_init),
6277         (gst_colorspace_chain), (gst_colorspace_change_state),
6278         (plugin_init): Merge Ronald's patch (bug #117897) and update
6279         for new caps and negotiation.  Seems to work, although it
6280         shows off bugs in lcs.
6281
6282 2004-02-11  David Schleef  <ds@schleef.org>
6283
6284         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
6285         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
6286
6287 2004-02-11  David Schleef  <ds@schleef.org>
6288
6289         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
6290         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
6291         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
6292         Add server and port properties
6293
6294 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6295
6296         * m4/a52.m4:
6297         * m4/aalib.m4:
6298         * m4/as-ffmpeg.m4:
6299         * m4/as-liblame.m4:
6300         * m4/as-slurp-ffmpeg.m4:
6301         * m4/check-libheader.m4:
6302         * m4/esd.m4:
6303         * m4/freetype2.m4:
6304         * m4/gconf-2.m4:
6305         * m4/glib.m4:
6306         * m4/gst-alsa.m4:
6307         * m4/gst-artsc.m4:
6308         * m4/gst-ivorbis.m4:
6309         * m4/gst-matroska.m4:
6310         * m4/gst-sdl.m4:
6311         * m4/gst-shout2.m4:
6312         * m4/gst-sid.m4:
6313         * m4/gtk.m4:
6314         * m4/libdv.m4:
6315         * m4/libfame.m4:
6316         * m4/libmikmod.m4:
6317         * m4/ogg.m4:
6318         * m4/vorbis.m4:
6319           fix underquotedness of macros (#133800)
6320         * m4/as-avifile.m4:
6321         * m4/xmms.m4:
6322           removed because no longer used
6323
6324 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6325
6326         * configure.ac:
6327           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6328           by autopoint (fixes #132996)
6329
6330 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6331
6332         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
6333         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
6334         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
6335         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
6336           fix memleaks
6337
6338 2004-02-11  David Schleef  <ds@schleef.org>
6339
6340         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6341         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
6342         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
6343         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
6344         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
6345         (gst_jpegenc_class_init), (gst_jpegenc_init),
6346         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
6347         (gst_jpegenc_chain), (gst_jpegenc_set_property),
6348         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
6349         * ext/jpeg/gstjpegenc.h: Fix negotiation.
6350
6351 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6352
6353         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6354         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
6355         * ext/mikmod/gstmikmod.h:
6356           fix caps negotiation in mikmod
6357         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
6358           output debug information
6359
6360 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6361
6362         * gst-libs/gst/colorbalance/Makefile.am:
6363         * gst-libs/gst/navigation/Makefile.am:
6364         * gst-libs/gst/xoverlay/Makefile.am:
6365           remove unused GST_OPT_CFLAGS from Makefiles
6366           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
6367
6368 2004-02-07  David Schleef  <ds@schleef.org>
6369
6370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
6371         push events to pads that haven't been created (#133508)
6372
6373 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
6374
6375         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6376         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
6377         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
6378         (gst_dvdec_loop), (gst_dvdec_change_state):
6379         Second attempt at committing a working dvdec element.
6380
6381 2004-02-06  David Schleef  <ds@schleef.org>
6382
6383         Build fixes for OS X: (see #129600)
6384         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
6385         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
6386         (gst_riff_read_strf_iavs):
6387         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6388         (gst_avi_demux_stream_odml):
6389         * gst/playondemand/Makefile.am:
6390         * gst/rtp/rtp-packet.c:
6391
6392 2004-02-05  David Schleef  <ds@schleef.org>
6393
6394         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
6395         last change, because it Just Doesn't Compile.
6396
6397 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6398
6399         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6400           skip undecodable id3v2 tag instead of keeping it
6401
6402 2004-02-05  David Schleef  <ds@schleef.org>
6403
6404         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6405         Unref leaked buffer.  (Noticed by Ronald)
6406
6407 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
6408
6409         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6410         Sync requires with other checks.  >= vs =.
6411
6412 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
6413
6414         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
6415         (gst_dvdec_video_link), (gst_dvdec_loop):
6416         * ext/dv/gstdvdec.h:
6417           rework the caps negotiation so that dvdec works again instead
6418           of just segfaulting.
6419
6420 === release 0.7.4 ===
6421
6422 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6423                                                                                 
6424         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
6425         * configure.ac: changed for release
6426
6427 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6428
6429         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
6430         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6431         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6432         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6433           reworked patch by David Lehn to fix libdir and includedir for
6434           uninstalled libraries
6435           removed play and gconf from gstreamer-libs since they have their
6436           own pkgconfig files
6437
6438 2004-02-04  David Schleef  <ds@schleef.org>
6439
6440         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
6441         memleak.
6442
6443 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6444
6445         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6446           use correct GST_TAG_ENCODER tag
6447
6448 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6449
6450         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6451           be sure to stop the clock when going to paused
6452         * sys/oss/gstosssink.c: (gst_osssink_change_state):
6453           reset number of transmitted when going to ready.
6454         fixes #132935
6455
6456 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
6457
6458         reviewed by Benjamin Otte
6459
6460         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6461           extract track count (fixes #133410)
6462
6463 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6464
6465         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
6466           that should be !=, not == (fixes #132519)
6467
6468 2004-02-04  David Schleef  <ds@schleef.org>
6469
6470         Make sure set_explicit_caps() is called before adding pad.
6471         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6472         * gst/id3/gstid3types.c: (gst_id3types_loop):
6473         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
6474         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6475
6476 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6477
6478         * configure.ac:
6479           bump nano to 2, first prerelease
6480           put back AM_PROG_LIBTOOL
6481
6482 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6483
6484         * testsuite/alsa/Makefile.am:
6485           these are user test apps, not automatic testsuite tests
6486
6487 2004-02-04  David Schleef  <ds@schleef.org>
6488
6489         Convert GST_DEBUG_CAPS() to GST_DEBUG():
6490         * gst/mpeg1videoparse/gstmp1videoparse.c:
6491         (mp1videoparse_parse_seq):
6492         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6493         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6494         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
6495         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
6496         (gst_xvideosink_getcaps):
6497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6498         * testsuite/gst-lint: more tests
6499
6500 2004-02-04  David Schleef  <ds@schleef.org>
6501
6502         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
6503         with the code that they would expand to.
6504         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
6505         (gst_flacdec_get_src_query_types),
6506         (gst_flacdec_get_src_event_masks):
6507         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
6508         (gst_gnomevfssrc_get_query_types),
6509         (gst_gnomevfssrc_get_event_mask):
6510
6511 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6512
6513         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6514         (gst_sinesrc_dispose):
6515           fix memleak by properly disposing sinesrc
6516
6517 2004-02-04  Julien MOUTTE  <julien@moutte.net>
6518
6519         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
6520         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
6521         an overlay to redraw the image because it has been exposed.
6522         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
6523         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
6524         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
6525         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
6526         interface
6527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
6528         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
6529         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
6530         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
6531         interface 
6532
6533 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6534
6535         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6536           more memleak fixage
6537
6538 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6539
6540         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6541         * gst/typefind/gsttypefindfunctions.c:
6542           fix memleaks shown by gst-typefind
6543
6544 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6545
6546         * common/glib-gen.mak:
6547           add hack rule to touch .Plo files
6548         * gst-libs/gst/colorbalance/Makefile.am:
6549         * gst-libs/gst/mixer/Makefile.am:
6550         * gst-libs/gst/play/Makefile.am:
6551         * gst-libs/gst/tuner/Makefile.am:
6552           remove glib_root variable
6553
6554 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6555
6556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
6557           set explicit caps before adding the element, so the autopluggers can
6558           plug correctly.
6559         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6560         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6561         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6562         (dv_type_find):
6563           fix memleaks in typefind functions. gst_type_find_suggest takes a const
6564           argument.
6565
6566 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6567
6568         * gst-libs/gst/colorbalance/Makefile.am:
6569         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6570         * gst-libs/gst/colorbalance/colorbalance.c:
6571         * gst-libs/gst/colorbalance/colorbalance.h:
6572         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
6573         * gst-libs/gst/mixer/Makefile.am:
6574         * gst-libs/gst/mixer/mixer-marshal.list:
6575         * gst-libs/gst/mixer/mixer.c:
6576         * gst-libs/gst/mixer/mixer.h:
6577         * gst-libs/gst/mixer/mixermarshal.list:
6578         * gst-libs/gst/play/Makefile.am:
6579         * gst-libs/gst/play/play.h:
6580         * gst-libs/gst/tuner/Makefile.am:
6581         * gst-libs/gst/tuner/tuner-marshal.list:
6582         * gst-libs/gst/tuner/tuner.c:
6583         * gst-libs/gst/tuner/tuner.h:
6584         * gst-libs/gst/tuner/tunermarshal.list:
6585           use new glib-gen.mak snippet to clean up Makefile.am
6586           fix various bugs in Makefile.am's
6587
6588 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6589
6590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
6591           handle chain parsing correctly in the multichain case
6592         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
6593         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
6594         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6595         (theora_dec_chain):
6596           handle events and queries correctly
6597
6598 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6599
6600         * .cvsignore:
6601         Ignore generated file _stdint.h.
6602
6603 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6604
6605         * gst-libs/gst/colorbalance/Makefile.am:
6606         * gst-libs/gst/colorbalance/colorbalance.h:
6607         * gst-libs/gst/mixer/Makefile.am:
6608         * gst-libs/gst/mixer/mixer.h:
6609         * gst-libs/gst/play/Makefile.am:
6610         * gst-libs/gst/play/play.h:
6611         * gst-libs/gst/tuner/Makefile.am:
6612         * gst-libs/gst/tuner/tuner.h:
6613         Generate enum type code with glib-mkenums.
6614         * gst-libs/gst/colorbalance/.cvsignore:
6615         * gst-libs/gst/mixer/.cvsignore:
6616         * gst-libs/gst/play/.cvsignore:
6617         * gst-libs/gst/tuner/.cvsignore:
6618         Ignore generated files.
6619
6620 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6621
6622         * gst-libs/gst/audio/.cvsignore:
6623         Ignore generated file.
6624         * gst-libs/gst/audio/Makefile.am:
6625         Do not install example filter.
6626
6627 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6628
6629         * examples/switch/.cvsignore:
6630         Ignore generated file.
6631
6632 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6633
6634         * common/m4/ax_create_stdint_h.m4:
6635         * configure.ac:
6636           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
6637           _stdint.h.
6638         * Makefile.am:
6639           remove generated _stdint.h in DISTCLEANFILES
6640         * ext/a52dec/gsta52dec.c:
6641           include _stdint.h for a52dec. (should fix #133064)
6642
6643 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
6644
6645         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
6646         (gst_tag_to_vorbis_comments):
6647         Add replaygain support to vorbistag
6648
6649 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
6650         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
6651         (gst_ffmpeg_caps_to_extradata):
6652           Fix SVQ3 caps flag properties
6653           Use glib macro for bytes swap
6654
6655 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6656
6657         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
6658         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
6659         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6660         * ext/sndfile/gstsf.c: (plugin_init):
6661         * gst/avi/gstavi.c: (plugin_init):
6662         * sys/dxr3/dxr3init.c: (plugin_init):
6663         * sys/oss/gstossaudio.c: (plugin_init):
6664         * sys/v4l/gstv4l.c: (plugin_init):
6665         * sys/v4l2/gstv4l2.c: (plugin_init):
6666           remove textdomain calls
6667         * po/nl.po:
6668           update Dutch translation
6669
6670 2004-02-02  Julien MOUTTE  <julien@moutte.net>
6671
6672         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
6673         (gst_play_set_audio_sink): Moving volume in the audio thread for 
6674         instantaneous volume change. Maybe i will add another volume in front
6675         of visualization later, not sure yet though.
6676
6677 2004-02-02  Julien MOUTTE  <julien@moutte.net>
6678
6679         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6680         (gst_ximagesink_handle_xevents): Better X events handling, only take
6681         the latest events for configure and motion.
6682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
6683
6684 2004-02-02  Jon Trowbridge  <trow@gnu.org>
6685
6686         reviewed by: David Schleef  <ds@schleef.org>
6687
6688         Fix memory leaks:
6689         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
6690         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
6691
6692 2004-02-02  David Schleef  <ds@schleef.org>
6693
6694         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
6695         of lines.
6696         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
6697         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6698         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
6699         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
6700         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
6701         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
6702         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
6703         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
6704         (gst_float2_2_int_link):
6705         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
6706         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
6707         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
6708         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
6709         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
6710         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
6711         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
6712         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
6713         * testsuite/gst-lint: Add tests for bzero and ;;
6714
6715 2004-02-02  David Schleef  <ds@schleef.org>
6716
6717         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
6718
6719 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6720
6721         * ext/aalib/gstaasink.c: (gst_aasink_open):
6722         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
6723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6724         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6725         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
6726         (gst_afsink_close_file):
6727         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
6728         (gst_afsrc_close_file):
6729         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
6730         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
6731         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
6732         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
6733         * ext/esd/esdmon.c: (gst_esdmon_get):
6734         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
6735         * ext/faac/gstfaac.c: (gst_faac_chain):
6736         * ext/faad/gstfaad.c: (gst_faad_chain):
6737         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
6738         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6739         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
6740         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
6741         (gst_flacdec_loop):
6742         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6743         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6744         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
6745         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
6746         (gst_gnomevfssink_close_file):
6747         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6748         (gst_gnomevfssrc_open_file):
6749         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
6750         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
6751         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
6752         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6753         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
6754         * ext/mad/gstmad.c: (gst_mad_chain):
6755         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
6756         * ext/mpeg2dec/gstmpeg2dec.c:
6757         * ext/mpeg2enc/gstmpeg2enc.cc:
6758         * ext/mplex/gstmplex.cc:
6759         * ext/mplex/gstmplexibitstream.cc:
6760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
6761         (gst_ogg_demux_push):
6762         * ext/raw1394/gstdv1394src.c:
6763         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
6764         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
6765         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
6766         (gst_sf_loop):
6767         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
6768         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
6769         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
6770         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
6771         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6772         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
6773         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
6774         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
6775         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6776         (gst_riff_read_element_data), (gst_riff_read_seek),
6777         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
6778         * gst/adder/gstadder.c: (gst_adder_loop):
6779         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
6780         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
6781         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
6782         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
6783         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
6784         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6785         * gst/goom/gstgoom.c: (gst_goom_chain):
6786         * gst/id3/gstid3types.c: (gst_id3types_loop):
6787         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
6788         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
6789         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
6790         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
6791         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6792         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
6793         (gst_ebml_read_float), (gst_ebml_read_header):
6794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
6795         (gst_matroska_demux_parse_blockgroup):
6796         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
6797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
6798         * gst/oneton/gstoneton.c: (gst_oneton_chain):
6799         * gst/silence/gstsilence.c: (gst_silence_get):
6800         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6801         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
6802         * gst/speed/gstspeed.c: (speed_loop):
6803         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6804         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6805         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
6806         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6807         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6808         (gst_wavparse_loop):
6809         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
6810         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
6811         (dxr3audiosink_close):
6812         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
6813         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
6814         (dxr3videosink_close), (dxr3videosink_write_data):
6815         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
6816         * sys/oss/gstosssink.c: (gst_osssink_chain):
6817         * sys/oss/gstosssrc.c: (gst_osssrc_get):
6818         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
6819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
6820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
6821         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
6822         (gst_v4l_set_window), (gst_v4l_enable_overlay):
6823         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
6824         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
6825         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
6826         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
6827         (gst_v4l_set_audio):
6828         * sys/v4l/v4l_calls.h:
6829         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6830         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
6831         (gst_v4lmjpegsink_playback_init),
6832         (gst_v4lmjpegsink_playback_start):
6833         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
6834         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6835         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
6836         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
6837         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
6838         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
6839         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
6840         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6841         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
6842         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
6843         (gst_v4l2_get_output), (gst_v4l2_set_output),
6844         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
6845         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
6846         (gst_v4l2_set_attribute):
6847         * sys/v4l2/v4l2_calls.h:
6848         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6849         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6850         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6851         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6852         (gst_v4l2src_capture_stop):
6853         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
6854         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6855         (gst_ximagesink_chain):
6856         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
6857         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
6858         (gst_xvideosink_xwindow_new):
6859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6860         (gst_xvimagesink_chain):
6861
6862 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6863
6864         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6865         (gst_volume_get_volume), (volume_class_init), (volume_init),
6866         (volume_chain_int16), (volume_update_volume):
6867         * gst/volume/gstvolume.h:
6868           make code more readable by removing magic numbers
6869           make mixer interface export 0-100 range
6870           make it internally map to 0.0-1.0 range so users don't distort
6871           output by putting the sliders at full volume
6872
6873 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6874
6875         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
6876         (gst_play_state_change), (gst_play_seek_to_time):
6877         block the tick callback for 0.5 secs after doing a seek
6878
6879 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6880
6881         * gst-libs/gst/play/play.c: (gst_play_new):
6882           check for GError
6883
6884 2004-02-01  Julien MOUTTE  <julien@moutte.net>
6885
6886         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
6887         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
6888         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6889         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
6890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6891         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
6892
6893 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6894
6895         * configure.ac:
6896         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6897           check for a function added in vorbis 1.1
6898
6899 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6900
6901         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
6902         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
6903           really start/stop clock only on PLAYING <=> PAUSED
6904         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6905           remove \n from debugging lines
6906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
6907           make it work when seeking does not
6908         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6909           reset on DISCONT
6910
6911 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6912
6913         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
6914           start clock on PAUSED=>PLAYING, not later
6915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6916           extract correct time for different discont formats
6917         (gst_alsa_sink_get_time):
6918           don't segfault when no format is negotiated yet, just return 0
6919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
6920         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
6921         (gst_ogg_pad_push):
6922           handle flush and discont events correctly
6923         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6924           handle discont events correctly
6925
6926 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6927
6928         * gst-libs/gst/play/play.c: (gst_play_error_quark),
6929         (gst_play_error_create), (gst_play_error_plugin),
6930         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
6931         * gst-libs/gst/play/play.h:
6932           add error handling during creation
6933         * examples/gstplay/player.c: (main):
6934           use new gst_play_new
6935           
6936
6937 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6938
6939         * ext/theora/theoradec.c: (theora_dec_chain):
6940           make comments work
6941         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6942         (vorbis_dec_src_event), (vorbis_dec_chain):
6943           add encoder tag, fix tag reading to be more error tolerant, change
6944           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
6945           gst_pad_event_default.
6946         * gst/tags/gstvorbistag.c:
6947         (gst_tag_list_from_vorbiscomment_buffer):
6948           undefine function specific define at end of function
6949
6950 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
6951
6952         * ext/flac/gstflac.c: (plugin_init):
6953         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
6954         * ext/flac/gstflacdec.h:
6955         * ext/flac/gstflacenc.h:
6956           Fix typos
6957
6958 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
6959
6960         * examples/gstplay/player.c: s/gstplay.h/play.h/
6961
6962 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6963
6964         * gst-libs/gst/play/Makefile.am:
6965         * gst-libs/gst/play/gstplay.c:
6966         * gst-libs/gst/play/gstplay.h:
6967         * gst-libs/gst/play/play.c:
6968           more surgery, operation complete
6969
6970 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6971
6972         * gst-libs/gst/play/play.old.c:
6973         * gst-libs/gst/play/play.old.h:
6974           after CVS surgery by moving, remove
6975         * gst-libs/gst/play/playpipelines.c:
6976           remove
6977           
6978         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
6979           add negotiation error
6980
6981 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6982
6983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
6984         (gst_ogg_demux_push):
6985           add some seeking debug info
6986           send a flush when seeking
6987
6988 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6989
6990         * configure.ac:
6991           use AC_C_INLINE
6992         * configure.ac:
6993         * ext/Makefile.am:
6994         * ext/theora/Makefile.am:
6995         * ext/theora/theoradec.c: 
6996           add theora video decoder. Does just do simple decoding for now and
6997           has been tested against Theora cvs only. It only works when theora
6998           is compiled with --enable-static.
6999         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7000           always reset packetno on DISCONT
7001
7002 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7003
7004         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7005           Fix audio.
7006
7007 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * gst/mpegaudioparse/gstmpegaudioparse.c:
7010         (mp3_type_frame_length_from_header):
7011           Fix header parsing - stolen from ffmpeg (thank you! :) ).
7012
7013 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7014
7015         * ext/esd/esdsink.c: (gst_esdsink_init):
7016           Since we have static pad template caps, we don't need to negotiate;
7017           either the core errors out or we know the format.
7018
7019 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7020
7021         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7022         (gst_riff_read_seek):
7023         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7024         (gst_ebml_read_seek):
7025           Fix event handling.
7026
7027 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7028
7029         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7030           removee video/x-theora from vp3 decoder, it doesn't handle raw
7031           theora streams
7032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7033           fix bug with finalizing element that never went to PAUSED
7034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7035           length and position queries were swapped
7036         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7037         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
7038         (vorbis_dec_src_event):
7039           implement querying time and bytes
7040
7041 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7042
7043         * just about every source file:
7044           gst_element_error -> GST_ELEMENT_ERROR
7045
7046 2004-01-29  Julien MOUTTE  <julien@moutte.net>
7047
7048         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
7049         emiting FLUSH and even before DISCONT.
7050         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
7051         get the best instant seeking as possible yay!
7052
7053 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * gst/mpeg1videoparse/gstmp1videoparse.c:
7056         (gst_mp1videoparse_real_chain):
7057           Committed wrong version last week... Grr... Didn't notice until now.
7058
7059 2004-01-29  Julien MOUTTE <julien@moutte.net>
7060
7061         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
7062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
7063         have_xwindow_id signal in xwindow_create.
7064
7065 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7066
7067         * ext/ogg/gstoggdemux.c: 
7068           lots of changes - mainly support for chained bitstreams, seeking,
7069           querying and bugfixes of course
7070         * ext/vorbis/Makefile.am:
7071         * ext/vorbis/vorbisdec.c: 
7072         * ext/vorbis/vorbisdec.h:
7073           add vorbisdec raw vorbis decoder
7074         * ext/vorbis/vorbis.c: (plugin_init):
7075           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
7076         * gst/intfloat/Makefile.am:
7077         * gst/intfloat/float22int.c:
7078         * gst/intfloat/float22int.h:
7079         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
7080           add float2intnew plugin. It converts multichannel interleaved float to
7081           multichannel interleaved int. The name should probably be changed.
7082         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
7083         (plugin_init):
7084           add typefinding for raw theora video so oggdemux can detect it.
7085
7086 2004-01-28  Julien MOUTTE  <julien@moutte.net>
7087
7088         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
7089         sink element first.
7090         * gst/videoscale/gstvideoscale.c:
7091         (gst_videoscale_handle_src_event): Fixing src event handler.
7092
7093 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7094
7095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7096         (gst_v4lsrc_open), (gst_v4lsrc_close),
7097         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
7098         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
7099         * sys/v4l/gstv4lsrc.h:
7100         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
7101         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
7102           Implement resizing... Hack. But that's why v4l is b0rked...
7103
7104 2004-01-28  Julien MOUTTE <julien@moutte.net>
7105
7106         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7107         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7108         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
7109         (gst_ximagesink_xwindow_destroy):
7110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7111         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7112         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7113         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
7114         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
7115         correctly cleaning the image created to check xshm calls on succes,
7116         added a lot of XSync calls in X11 functions, and fixed a segfault when
7117         no image format was defined before negotiation happened.
7118
7119 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7120
7121         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
7122           use gst_element_get_time to get correct time
7123
7124 2004-01-28  Julien MOUTTE  <julien@moutte.net>
7125
7126         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7127         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
7128         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
7129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
7130         (gst_xvimagesink_check_xshm_calls),
7131         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
7132         X plugins are now able to detect that XShm calls will fail even if the
7133         server claims that it has XShm support (remote displays most of the
7134         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
7135         so that we use non XShm functions. This feature is almost useless for
7136         xvimagesink as Xv is not supported on remote displays anyway, but 
7137         it might happen than even on the local display XShm calls fail.
7138
7139 2004-01-27  David Schleef  <ds@schleef.org>
7140
7141         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7142         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
7143         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
7144         changed esdsink to only use 44100,16,2, since esd sucks at rate
7145         conversion and esdsink has had difficulty negotiating.
7146
7147 2004-01-27  Julien MOUTTE <julien@moutte.net>
7148
7149         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
7150         (gst_play_seek_to_time): Fixing the way to get current position.
7151
7152 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7153
7154         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
7155           use gst_element_get_time to get correct time
7156
7157 2004-01-27  Julien MOUTTE <julien@moutte.net>
7158
7159         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
7160         fix ever... Inverting 2 lines of code make spider autoplug correctly
7161         tagged mp3 !
7162
7163 2004-01-27  David Schleef  <ds@schleef.org>
7164
7165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7166         Use gst_pad_try_set_caps_nonfixed().
7167
7168 2004-01-27  David Schleef  <ds@schleef.org>
7169
7170         * gst/ac3parse/gstac3parse.c: update to checklist 5
7171         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
7172         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
7173         * gst/audioscale/gstaudioscale.c: same
7174         * gst/auparse/gstauparse.c: same
7175         * gst/avi/gstavidemux.c: same
7176
7177 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7178
7179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7180           stop processing after EOS
7181
7182 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7183
7184         * gst/asfdemux/asfheaders.h:
7185         * gst/asfdemux/gstasfdemux.c: 
7186         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
7187         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
7188         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
7189           lot's of fixes to make data extraction simpler and get the code
7190           architecture and compiler independant. Add debugging category
7191         * gst/goom/gstgoom.c: (gst_goom_change_state):
7192           reset channel count on PAUSED=>READY, not READY=>PAUSED
7193
7194 2004-01-26  Colin Walters  <walters@verbum.org>
7195
7196         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
7197         code to pull a bigger buffer in iradio mode.  This as a side effect
7198         makes typefinding work.
7199
7200 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
7201
7202         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7203         Fix SVQ3 decoding on PPC
7204
7205 2004-01-26  Julien MOUTTE <julien@moutte.net>
7206
7207         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
7208         that one managed to stay there... Fixed.
7209
7210 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
7211
7212         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7213         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
7214         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
7215         (qtdemux_video_caps):
7216         * gst/qtdemux/qtdemux.h:
7217         Add SVQ3 specific flags to qtdemux and ffmpeg
7218
7219 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7220
7221         * gst-libs/gst/audio/audio.h:
7222           remove buffer-frames from audio caps
7223         * gst/audioconvert/gstaudioconvert.c:
7224           fix plugin to really work.
7225
7226 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7227
7228         * gst-libs/gst/mixer/mixer.c:
7229         * gst-libs/gst/propertyprobe/propertyprobe.c:
7230         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
7231         (gst_tuner_find_channel_by_name):
7232         * gst-libs/gst/tuner/tuner.h:
7233           Add gtk-doc style comments. Also fix a function name.
7234
7235 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7236
7237         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
7238         (gst_divxdec_negotiate):
7239           Fix for new capsnego - also fixes gst-player with divxdec.
7240
7241 2004-01-25  Julien MOUTTE  <julien@moutte.net>
7242
7243         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7244         (gst_play_identity_handoff), (gst_play_set_location),
7245         (gst_play_set_visualization), (gst_play_connect_visualization): Another
7246         try in visualization implementation. Still have an issue with switch
7247         blocking when pulling from video_queue and only audio comes out of 
7248         spider.
7249         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7250         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
7251         release method. And check if the pad is usable before pulling.
7252
7253 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7254
7255         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
7256         (gst_videobalance_init),
7257         (gst_videobalance_colorbalance_list_channels),
7258         (gst_videobalance_colorbalance_set_value),
7259         (gst_videobalance_colorbalance_get_value),
7260         (gst_videobalance_update_properties),
7261         (gst_videobalance_update_tables_planar411),
7262         (gst_videobalance_planar411):
7263         * gst/videofilter/gstvideobalance.h:
7264           Implement lookup-tables. +/- 10x faster.
7265
7266 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7267
7268         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7269         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7270           The index reading was broken. The rest worked fine, but the whole
7271           goal of my rewrite was to make avidemux readable, and this was
7272           not at all readable. Please use typed variables.
7273
7274 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7277           Additional pad usability check.
7278         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7279         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
7280         (gst_mp1videoparse_real_chain):
7281           Fix MPEG video stream parsing. The original plugin had several
7282           issues, including not timestamping streams where the source was
7283           not timestamped (this happens with PTS values in mpeg system
7284           streams, but MPEG video is also a valid stream on its own so
7285           that needs timestamps too). We use the display time code for that
7286           for now. Also, if one incoming buffer contains multiple valid
7287           frames, we push them all on correctly now, including proper EOS
7288           handling. Lastly, several potential segfaults were fixed, and we
7289           properly sync on new sequence/gop headers to include them in next,
7290           not previous frames (since they're header for the next frame, not
7291           the previous). Also see #119206.
7292         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
7293         (bpf_from_header):
7294           Move caps setting so we only do it after finding several valid
7295           MPEG-1 fraes sequentially, not right after the first one (which
7296           might be coincidental).
7297         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
7298         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7299         (plugin_init):
7300           Add unsynced MPEG video stream typefinding, and change some
7301           probability values so we detect streams rightly. The idea is as
7302           follows: I can have an unsynced system stream which contains
7303           video. In the current code, I would randomly get a type for either
7304           system or video stream type found, because the probabilities are
7305           being calculated rather randomly. I now use fixed values, so we
7306           always prefer system stream if that was found (and that is how it
7307           should be). If no system stream was found, we can still identity                the stream as video-only.
7308
7309 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7310
7311         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7312         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7313           don't write to buffer. Extract data without the need of
7314           __attribute__ ((packed))
7315
7316 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7317
7318         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
7319         (mpeg1_sys_type_find):
7320           Fix MPEG-1 stream typefinding.
7321
7322 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7323
7324         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7325           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
7326
7327 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7328
7329         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
7330         * ext/esd/gstesd.c: (plugin_init):
7331           private debugging, better error reporting
7332
7333 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7334
7335         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7336         (gst_riff_read_init), (gst_riff_read_change_state):
7337         * gst-libs/gst/riff/riff-read.h:
7338           Remove stuff fromold metadata system.
7339
7340 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7341
7342         * ext/ogg/gstoggdemux.c:
7343           Fix wrong file comment.
7344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7345         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7346           Add metadata reading properly.
7347
7348 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7349
7350         * ext/Makefile.am:
7351           Fix nas DIST_SUBDIRS
7352           Uraeus:
7353           Fix bug where make distcheck doesn't get run on adding stuff to
7354           the build.
7355
7356 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7357
7358         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
7359         * ext/divx/gstdivxdec.h:
7360           Fix divx3 ("msmpeg4") playback using divxdec.
7361
7362 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7363
7364         * gst/typefind/gsttypefindfunctions.c:
7365         (mp3_type_frame_length_from_header): fix bug in length computation 
7366         (mp3_type_find): improve debugging output
7367
7368 2004-01-23  Julien MOUTTE  <julien@moutte.net>
7369
7370         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7371         (gst_play_set_location), (gst_play_seek_to_time),
7372         (gst_play_set_audio_sink), (gst_play_set_visualization),
7373         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
7374         the pipeline from scratch. Visualization is back and switch went out as
7375         i realized it was not possible to use the way i wanted.
7376         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
7377         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
7378         clearing in state change from READY to NULL. So that one can clean the
7379         X ressources keeping the element.
7380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7381         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
7382         (gst_xvimagesink_colorbalance_set_value),
7383         (gst_xvimagesink_colorbalance_get_value),
7384         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
7385         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
7386         change from READY to NULL and fixed some stupid bugs in colorbalance
7387         get/set values. Also added the following feature : when nobody tries to
7388         set some values to the colorbalance levels before the xcontext is 
7389         grabbed, then when creating channels list from Xv attributes we set the
7390         internal values to the Xv defaults. This way we handle buggy Xv drivers
7391         that set default hue values far from the middle of the range (Thanks
7392         to Jon Trowbridge for pointing that issue).
7393         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
7394         colorbalance levels have been set before xcontext is grabbed.
7395
7396 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7397
7398         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7399           Fix the ossmixer case where we shouldn't open /dev/dsp* because
7400           it might block operations (which is bad for a mixer).
7401
7402 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7403
7404         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7405         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
7406         (gmip_find_type_pre):
7407         * gst-libs/gst/media-info/media-info-priv.h:
7408         * gst-libs/gst/media-info/media-info.c:
7409         (gst_media_info_instance_init), (gst_media_info_read_idler):
7410         add fakesink to get caps on decoder src pad again
7411         fix callback prototype to match new have_type signal signature
7412
7413 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7414
7415         * gst/adder/gstadder.c: (gst_adder_link):
7416           fix non-compile and cut-n-paste code
7417
7418 2004-01-21  David Schleef  <ds@schleef.org>
7419
7420         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
7421         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
7422         (gst_swfdec_init), (gst_swfdec_change_state):
7423         * ext/swfdec/gstswfdec.h:
7424         Fix negotiation.
7425         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
7426         (gst_adder_request_new_pad): Fix negotiation.
7427         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
7428         Add a fixate function.
7429         * gst/intfloat/gstfloat2int.c:
7430         * gst/intfloat/gstfloat2int.h:
7431         * gst/intfloat/gstint2float.c:
7432         * gst/intfloat/gstint2float.h:
7433         Completely rewrite the negotiation.  Doesn't quite work yet,
7434         due to some buffer-frames problem.
7435
7436 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7437
7438         * ext/gnomevfs/gstgnomevfssrc.c:
7439         * sys/v4l2/v4l2_calls.h:
7440           fix includes for distcheck
7441
7442 2004-01-21  Christian Schaller <uraeus@gnome.org>
7443
7444         * ext/nas/
7445         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
7446         based on earlier patch from Laurent Vivier
7447
7448 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
7449
7450         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7451         Fix wma caps property
7452         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7453         Fix typo (flags1 and flags2)
7454
7455 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7456
7457         * gst-libs/gst/media-info/media-info-priv.c:
7458         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
7459         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
7460         (gmip_find_stream), (gmip_find_track_metadata),
7461         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
7462         (gmip_find_track_format):
7463         * gst-libs/gst/media-info/media-info-priv.h:
7464         * gst-libs/gst/media-info/media-info-test.c: (main):
7465         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7466         (gst_media_info_read_idler), (gst_media_info_read):
7467         * gst-libs/gst/media-info/media-info.h:
7468           register debugging category and use it for debugging
7469
7470 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7471
7472         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
7473         (gst_vorbisfile_new_link):
7474           signal streaminfo through tags
7475
7476 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7477
7478         * ext/mplex/gstmplex.cc:
7479         * ext/mplex/gstmplexibitstream.cc:
7480           g++ doesn't like NULL in our i18n/error macros, should be
7481           either (NULL) or ("").
7482
7483 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7484
7485         * sys/dxr3/dxr3audiosink.c:
7486         * sys/dxr3/dxr3init.c:
7487         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
7488         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
7489           Fix more error error error errors (missing includes here).
7490
7491 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7492
7493         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7494           fix thomas' error errors.
7495
7496 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7497
7498         * ext/mpeg2enc/gstmpeg2enc.cc:
7499           fix error errors.
7500
7501 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7502
7503         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7504         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7505           Fix for new error system.
7506
7507 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7508
7509         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7510           fix for new error reporting
7511
7512 2004-01-20  David Schleef  <ds@schleef.org>
7513
7514         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7515         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
7516         (gst_ximagesink_set_xwindow_id): Change to using a framerate
7517         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
7518         and neither is 100+, most likely.
7519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7520         (gst_xvimagesink_getcaps): same
7521
7522 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7523
7524         * configure.ac:
7525           Up version requirement to 2.0.3 (not yet released) to avoid symbol
7526           clashes with ffmpeg.
7527
7528 2004-01-20  Julien MOUTTE  <julien@moutte.net>
7529
7530         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
7531         (gst_switch_init): Fixed switch element : proxying link and setting
7532         caps from src to sink on request.
7533
7534 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7535
7536         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7537         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7538         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7539         fix element_error
7540
7541 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7542
7543         * sys/v4l/v4l_calls.h:
7544         * sys/v4l2/v4l2_calls.h:
7545           element_error fixes
7546
7547 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7548
7549         * gst-libs/gst/gst-i18n-plugin.h:
7550           add locale.h
7551           remove config.h inclusion
7552
7553 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7554
7555         * autogen.sh:
7556           adding autopoint invocation
7557         * Makefile.am:
7558         * configure.ac:
7559         * gst-libs/gst/gettext.h:
7560           adding gettext bits
7561         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
7562         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
7563         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7564         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7565         (gst_gnomevfssink_close_file):
7566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
7567         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
7568         * gst-libs/gst/gst-i18n-plugin.h:
7569         * gst/avi/gstavi.c: (plugin_init):
7570         * sys/dxr3/dxr3init.c: (plugin_init):
7571         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
7572         * sys/oss/gstossaudio.c: (plugin_init):
7573         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7574         * sys/v4l/gstv4l.c: (plugin_init):
7575         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7576         * sys/v4l2/gstv4l2.c: (plugin_init):
7577         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7578         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
7579         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
7580         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
7581         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
7582         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
7583           make sure locale and translation domain are set
7584           fix translated strings 
7585         * po/.cvsignore:
7586         * po/LINGUAS:
7587         * po/Makevars:
7588         * po/POTFILES.in:
7589         * po/nl.po:
7590           put translation files into place
7591         * sys/xvideo/imagetest.c: (main):
7592         * ext/dv/demo-play.c: (main):
7593           fix unnecessary translations
7594
7595 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7596
7597         * ext/sndfile/gstsf.c:
7598         * gst/avi/gstavimux.c:
7599         * ext/audiofile/gstafsink.c:
7600         * ext/audiofile/gstafsrc.c:
7601         * ext/gnomevfs/gstgnomevfssink.c:
7602         * ext/gnomevfs/gstgnomevfssrc.c:
7603         * sys/oss/gstosselement.c:
7604         * sys/v4l/v4l_calls.h:
7605           fix i18n include
7606
7607 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7608
7609         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7610         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7611         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7612         (gst_v4l2_get_output), (gst_v4l2_set_output),
7613         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7614         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7615         (gst_v4l2_set_attribute):
7616         update to new error handling
7617
7618 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7619
7620         * ext/sidplay/gstsiddec.cc:
7621         * gst/modplug/gstmodplug.cc:
7622           parenthese NULL because C++ seems angry about it
7623
7624 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7625
7626         * gst-libs/gst/gst-i18n-plugin.h:
7627           add skeleton i18n stuff, but needs to be further implemented
7628
7629 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7630
7631         * examples/gstplay/player.c: (main):
7632         * ext/aalib/gstaasink.c: (gst_aasink_open):
7633         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7635         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7636         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7637         (gst_afsink_close_file):
7638         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7639         (gst_afsrc_close_file):
7640         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7641         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7642         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7643         * ext/esd/esdmon.c: (gst_esdmon_get):
7644         * ext/esd/esdsink.c: (gst_esdsink_chain):
7645         * ext/faac/gstfaac.c: (gst_faac_chain):
7646         * ext/faad/gstfaad.c: (gst_faad_chain):
7647         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7648         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7649         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7650         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7651         (gst_flacdec_loop):
7652         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7653         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7655         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7656         (gst_gnomevfssink_close_file):
7657         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7658         (gst_gnomevfssrc_open_file):
7659         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7660         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7661         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7662         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7663         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7664         * ext/mad/gstmad.c: (gst_mad_chain):
7665         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7666         * ext/mpeg2dec/gstmpeg2dec.c:
7667         * ext/mpeg2enc/gstmpeg2enc.cc:
7668         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7669         * ext/mplex/gstmplex.cc:
7670         * ext/mplex/gstmplexibitstream.cc:
7671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7672         (gst_ogg_demux_push), (gst_ogg_pad_push):
7673         * ext/raw1394/gstdv1394src.c:
7674         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7675         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7676         * ext/sidplay/gstsiddec.cc:
7677         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7678         (gst_sf_loop):
7679         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7680         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7681         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7683         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7684         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7685         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7686         * gst-libs/gst/Makefile.am:
7687         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7688         (gst_riff_read_element_data), (gst_riff_read_seek),
7689         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7690         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
7691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7692         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7693         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7694         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7695         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7696         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7697         * gst/goom/gstgoom.c: (gst_goom_chain):
7698         * gst/id3/gstid3types.c: (gst_id3types_loop):
7699         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7700         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7701         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7702         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7703         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7704         (gst_ebml_read_float), (gst_ebml_read_header):
7705         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
7706         (gst_matroska_demux_parse_blockgroup):
7707         * gst/modplug/gstmodplug.cc:
7708         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7709         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7710         * gst/oneton/gstoneton.c: (gst_oneton_chain):
7711         * gst/silence/gstsilence.c: (gst_silence_get):
7712         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7713         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
7714         * gst/speed/gstspeed.c: (speed_loop):
7715         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7716         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7717         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
7718         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7719         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7720         (gst_wavparse_loop):
7721         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
7722         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
7723         (dxr3audiosink_close):
7724         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
7725         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7726         (dxr3videosink_close), (dxr3videosink_write_data):
7727         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7728         * sys/oss/gstosselement.h:
7729         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
7730         (gst_osssink_chain):
7731         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7732         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7733         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7734         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7735         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
7736         (gst_v4l_enable_overlay):
7737         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7738         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7739         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7740         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7741         (gst_v4l_set_audio):
7742         * sys/v4l/v4l_calls.h:
7743         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7744         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7745         (gst_v4lmjpegsink_playback_init),
7746         (gst_v4lmjpegsink_playback_start):
7747         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
7748         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
7749         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
7750         (gst_v4lmjpegsrc_requeue_frame):
7751         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7752         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7753         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7754         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7755         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7756         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7757         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7758         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7759         (gst_v4l2src_capture_stop):
7760         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7761         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7762         (gst_ximagesink_chain):
7763         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7764         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7765         (gst_xvideosink_xwindow_new):
7766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7767         (gst_xvimagesink_chain):
7768         use new error signal, function and categories
7769
7770 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
7771
7772         * configure.ac:
7773         * ext/Makefile.am:
7774         * ext/musicbrainz/gsttrm.c:
7775         * ext/musicbrainz/gsttrm.h:
7776         * ext/musicbrainz/Makefile.am:
7777         Add a trm plugin 
7778
7779 2004-01-18  Julien MOUTTE  <julien@moutte.net>
7780
7781         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
7782         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
7783         synchronous property for debugging.
7784         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
7785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7786         (gst_xvimagesink_set_property): Moving a pointer declaration to a
7787         smaller block, fixing indent.
7788
7789 2004-01-16  David Schleef  <ds@schleef.org>
7790
7791         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
7792         property affects the video stream.
7793         * sys/xvimage/xvimagesink.c: 
7794         * sys/xvimage/xvimagesink.h:
7795         Add synchronous property for debugging.  Should probably be
7796         disabled in non-CVS builds.  Make sure that the Xv attribute
7797         exists before we set it (crash!).  Fix a silly float bug that
7798         caused colorbalance to just not work.
7799
7800 2004-01-17  Christian Schaller <Uraeus@gnome.org>
7801
7802         * tools/gst-launch-ext.in - update for new plugins
7803
7804 2004-01-16  David Schleef  <ds@schleef.org>
7805
7806         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
7807         already-freed caps.
7808
7809 2994-01-16  Christian Schaller <Uraeus@gnome.org>
7810
7811         * Update spec for new colorspace plugin and libcaca plugin
7812         * Fix compilation of libcaca plugin (clock -> id)
7813
7814 2004-01-16  Julien MOUTTE <julien@moutte.net>
7815
7816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
7817         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
7818         (gst_xvimagesink_set_xwindow_id),
7819         (gst_xvimagesink_colorbalance_set_value),
7820         (gst_xvimagesink_colorbalance_get_value),
7821         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7822         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
7823         correct colorbalance properties. They can now be set when the element
7824         is still in NULL state. The values will be committed to the Xv Port
7825         when xcontext is initialized.
7826         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
7827         brightness int values in the GstXvImagesink structure.
7828
7829 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7830
7831         * gst-libs/gst/Makefile.am:
7832           restructure so having local patches works easier.
7833
7834 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7835
7836         * ext/mpeg2enc/Makefile.am:
7837         * ext/mpeg2enc/gstmpeg2enc.cc:
7838         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7839           Bugfix with respect to EOS handling.
7840
7841 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7842
7843         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
7844           Link with right caps (else, it segfaults).
7845         * ext/mplex/gstmplexjob.cc:
7846           Fix for slight API change in 1.6.1.93 release of mjpegtools.
7847
7848 2004-01-15  David Schleef  <ds@schleef.org>
7849
7850         * gst-libs/gst/audio/Makefile.am:
7851         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
7852         from the template.
7853         * gst-libs/gst/audio/gstaudiofilter.c:
7854         * gst-libs/gst/audio/gstaudiofilter.h:
7855         Add bytes_per_sample and size and n_samples calculation.
7856         * gst-libs/gst/audio/gstaudiofilterexample.c:
7857         Remove, now autogenerated.
7858         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7859         Moved from gstaudiofilterexample, object name changed, code added
7860         so that it actually works.
7861         * gst-libs/gst/audio/make_filter:
7862         Script to build an audiofilter subclass from the template.
7863         * gst/colorspace/Makefile.am:
7864         * gst/colorspace/yuv2yuv.c:
7865         Remove file, since it's GPL, and we don't use it.
7866
7867 2004-01-15  Julien MOUTTE  <julien@moutte.net>
7868
7869         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
7870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
7871         them use the buffer free function to test how the buffer was allocated.
7872
7873 2004-01-15  David Schleef  <ds@schleef.org>
7874
7875         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
7876         that handles osssink fallback.
7877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7878         (gst_audio_convert_getcaps):
7879         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
7880         Add audio/x-qdm2 for QDM2 audio.
7881         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7882         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
7883         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7884         Decrease minimum size to 16x16.
7885         * gst/wavparse/gstwavparse.c:
7886         Convert disabled pad template caps to new caps.
7887         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7889         (gst_xvimagesink_chain): Throw element error when display cannot
7890         be opened.  Increase minimum framerate to 1.0.  Check the data
7891         free function on a buffer to make sure it is the type we expect
7892         before manipulating it.
7893
7894 2004-01-15  Julien MOUTTE <julien@moutte.net>
7895
7896         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
7897         (gst_videobalance_colorbalance_set_value): Implement passthru if
7898         settings are in the middle.
7899         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
7900
7901 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7902
7903         * gst/videofilter/Makefile.am:
7904         * gst/volume/Makefile.am:
7905           Since we use videofilter symbols, link to it.
7906
7907 2004-01-15  Julien MOUTTE <julien@moutte.net>
7908
7909         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
7910         mixer interface type to HARDWARE.
7911         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
7912         type to SOFTWARE.
7913         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
7914         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
7915         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
7916         (gst_volume_interface_init), (gst_volume_list_tracks),
7917         (gst_volume_set_volume), (gst_volume_get_volume),
7918         (gst_volume_set_mute), (gst_volume_mixer_init),
7919         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
7920         (volume_init): Implementing mixer interface.
7921         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
7922         * sys/oss/gstosselement.c: (gst_osselement_get_type),
7923         (gst_osselement_change_state): Removing some trailing commas in
7924         structures.
7925         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
7926         interface type to HARDWARE.
7927         * sys/v4l/gstv4lcolorbalance.c:
7928         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
7929         type to HARDWARE.
7930         * sys/v4l2/gstv4l2colorbalance.c:
7931         (gst_v4l2_color_balance_interface_init): Setting colorbalance
7932         interface type to HARDWARE.
7933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
7934         same code than ximagesink for event handling.
7935
7936 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7937
7938         * ext/snapshot/Makefile.am:
7939         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
7940         (gst_snapshot_chain):
7941         * ext/snapshot/gstsnapshot.h:
7942           This has to be a joke... Snapshot should be connected to a tee,
7943           colorspace element before it and EOS after that, where the other
7944           src of the tee receives normal data.
7945           The current way is *wrong*.
7946
7947 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7948
7949         * ext/hermes/gsthermescolorspace.c:
7950           Fix another compile error. Same as below.
7951
7952 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7953
7954         * gst/colorspace/gstcolorspace.c:
7955         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
7956         (gst_colorspace_i420_to_yv12):
7957           Fix compiling... Didn't test if it actually works.
7958
7959 2004-01-15  David Schleef  <ds@schleef.org>
7960
7961         * configure.ac:
7962         * gst/colorspace/Makefile.am:
7963         * gst/colorspace/gstcolorspace.c:
7964         * gst/colorspace/gstcolorspace.h:
7965         * gst/colorspace/yuv2rgb.c:
7966         * gst/colorspace/yuv2rgb.h:
7967         Duplicate the ext/hermes colorspace plugin, and remove Hermes
7968         code and GPL code.  Fix for new caps negotiation.  Rewrite
7969         much of the format handling code, and some of the conversion
7970         code.  Basically, rewrote almost everything.  This element
7971         handles I420, YV12 to RGB conversions.
7972         * ext/hermes/Makefile.am:
7973         * ext/hermes/gsthermescolorspace.c:
7974         Rename colorspace to hermescolorspace.  Fix negotiation issues.
7975         Remove non-Hermes related code.  This element handles lots of
7976         RGB to RGB conversions, but no YUV.
7977         * ext/hermes/gstcolorspace.c:
7978         * ext/hermes/gstcolorspace.h:
7979         * ext/hermes/rgb2yuv.c:
7980         * ext/hermes/yuv2rgb.c:
7981         * ext/hermes/yuv2rgb.h:
7982         * ext/hermes/yuv2rgb_mmx16.s:
7983         * ext/hermes/yuv2yuv.c:
7984         * ext/hermes/yuv2yuv.h:
7985         Remove old code.
7986
7987 2004-01-14  Colin Walters  <walters@verbum.org>
7988
7989         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
7990         they've already been.
7991
7992 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7993
7994         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
7995           assume tag mode when pad is not connected
7996
7997 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7998
7999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8000           Don't update the time of the clock
8001         (gst_alsa_sink_loop):
8002           sync to the clock given to alsasink, not the own clock
8003         * sys/oss/gstosssink.c: (gst_osssink_chain):
8004           sync to the clock
8005         (gst_osssink_change_state):
8006           activate the clock
8007         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8009           remove bogus code that made DISCONT events unhandled
8010         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8011           explicitly case to double in _set_simple. (fixes 2nd warning in bug
8012           #131502)
8013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
8014         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
8015         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
8016           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
8017           2nd warning in bug #131502)
8018
8019 2004-01-14  Julien MOUTTE  <julien@moutte.net>
8020
8021         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8022         (gst_videobalance_colorbalance_set_value),
8023         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
8024         for colorbalance interface implementation.
8025         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8026         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8027         (gst_ximagesink_dispose), (gst_ximagesink_init),
8028         (gst_ximagesink_class_init): Adding DISPLAY property.
8029         * sys/ximage/ximagesink.h: Adding display_name to store display.
8030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8031         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8032         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
8033         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
8034         properties (they still need polishing though for gst-launch use : no
8035         xcontext yet, i ll do that tomorrow).
8036         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
8037
8038 2004-01-14  Julien MOUTTE  <julien@moutte.net>
8039
8040         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8041         (gst_play_set_location), (gst_play_set_visualization): Preparing 
8042         switch integration, adding videobalance in the pipeline.
8043
8044 2004-01-14  Julien MOUTTE <julien@moutte.net>
8045
8046         * gst-libs/gst/colorbalance/colorbalance.c:
8047         (gst_color_balance_class_init): Adding a default type.
8048         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
8049         the type.
8050         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
8051         (gst_videobalance_dispose), (gst_videobalance_class_init),
8052         (gst_videobalance_init), (gst_videobalance_interface_supported),
8053         (gst_videobalance_interface_init),
8054         (gst_videobalance_colorbalance_list_channels),
8055         (gst_videobalance_colorbalance_set_value),
8056         (gst_videobalance_colorbalance_get_value),
8057         (gst_videobalance_colorbalance_init): Implementing colorbalance
8058         interface.
8059         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
8060         list.
8061         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
8062         bug which was triggering a BadAccess X error when setting an overlay
8063         before pad was really negotiated.
8064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
8065         Using the colorbalance type macro.
8066
8067 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8068
8069         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
8070         (gst_flacenc_chain):
8071           handle tags correctly
8072         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8073           extract ID3v1 tags correctly
8074
8075 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
8078         (plugin_init):
8079           Improve matroska typefinding for odd-typed headers...
8080
8081 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8082
8083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8084           Fix for using incremental number on padnames.
8085
8086 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * ext/divx/gstdivxdec.c:
8089         * ext/divx/gstdivxenc.c:
8090           Set category to divx4linux instead of divx (too generic).
8091         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8092         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8093         (gst_wavparse_loop), (gst_wavparse_change_state):
8094         * gst/wavparse/gstwavparse.h:
8095           fix parsing of WAV files with non-standard fmt-tag size and fix
8096           skipping of unrecognized chunks... Someone please fix this thing
8097           to use rifflib so all this is automated.
8098         * sys/v4l/Makefile.am:
8099         * sys/v4l2/Makefile.am:
8100           Add X_CFLAGS because we depend on X (for overlay).
8101
8102 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
8103
8104         * ext/mpeg2dec/gstmpeg2dec.c:
8105           Don't issue a timestamp unless we tagged the frame
8106           with a PTS.
8107
8108 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8109
8110         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
8111           Query the audio element to get the time, not the clock. We're
8112           interested in the element's time here.
8113
8114 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8115
8116         * ext/aalib/gstaasink.c: (gst_aasink_chain):
8117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8118         * ext/esd/esdsink.c: (gst_esdsink_chain):
8119         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
8120         * ext/mas/massink.c: (gst_massink_chain):
8121         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
8122         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
8123         (gst_matroska_demux_parse_metadata):
8124         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
8125         (gst_mpeg_parse_release_locks):
8126         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
8127         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
8128         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8129         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8130         (gst_osssink_change_state):
8131         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8132         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8133         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
8134         (gst_xvideosink_release_locks):
8135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8136           use element time.
8137         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
8138         (gst_alsa_clock_stop):
8139         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
8140         (gst_audio_clock_get_internal_time):
8141           simplify for use with new clocking code.
8142         * testsuite/alsa/Makefile.am:
8143         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
8144           fix testsuite for new caps system
8145
8146 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8147
8148         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8149         * ext/flac/gstflacenc.c: (add_one_tag):
8150           length is already host endian, no need to convert. Fixes playback of
8151           tagged files on PPC. (bug #128384)
8152
8153 2004-01-13  Julien MOUTTE <julien@moutte.net>
8154
8155         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
8156         colorbalance interface stating if it is hardware based or software
8157         based.
8158         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
8159         Removing a trailing comma.
8160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8161         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
8162         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
8163         the documentation seems to be wrong on the -1000 to 1000 interval.
8164
8165 2004-01-12  David Schleef  <ds@schleef.org>
8166
8167         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8168         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
8169         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
8170         Fix negotiation.  Add a bufferalloc function for the sink pad,
8171         and generally clean up some of the code.
8172
8173 2004-01-12  Julien MOUTTE <julien@moutte.net>
8174
8175         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8176         (gst_color_balance_channel_dispose): Adding safety check in dispose
8177         method.
8178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8179         (gst_xvimagesink_xcontext_clear),
8180         (gst_xvimagesink_interface_supported),
8181         (gst_xvimagesink_colorbalance_list_channels),
8182         (gst_xvimagesink_colorbalance_set_value),
8183         (gst_xvimagesink_colorbalance_get_value),
8184         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
8185         Adding colorbalance interface support to set XV parameters such as
8186         HUE, BRIGHTNESS, CONTRAST, SATURATION.
8187         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
8188         interface.
8189
8190 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8191
8192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
8193         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
8194         (gst_audio_convert_init), (gst_audio_convert_set_property),
8195         (gst_audio_convert_get_property), (gst_audio_convert_chain),
8196         (gst_audio_convert_link),
8197         (gst_audio_convert_buffer_to_default_format),
8198         (gst_audio_convert_buffer_from_default_format), (plugin_init):
8199           - implement _getcaps and use it
8200           - improve linking
8201           - remove float caps since no float conversion is actually done
8202           - remove properties and arguments that were to be used for rate
8203             conversion
8204
8205 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8206
8207         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
8208         (gst_audio_structure_set_int):
8209         * gst-libs/gst/audio/audio.h:
8210           add helper functions for _getcaps matching the standard audio
8211           templates
8212
8213 2004-01-12  David Schleef  <ds@schleef.org>
8214
8215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8216         Test that pad is negotiated before getting its caps.
8217
8218 2004-01-12  Julien MOUTTE <julien@moutte.net>
8219
8220         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
8221         analyzing the pads of an element the bin is mostly in READY state so
8222         no caps were negotiated. This helper function needs to work with
8223         _get_caps directly then. I was not freeing them though, added that to
8224         fix the mem leak.
8225
8226 2004-01-12  Julien MOUTTE <julien@moutte.net>
8227
8228         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
8230         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
8231         than the free_func.
8232
8233 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8234
8235         * sys/oss/gstossaudio.c: (plugin_init):
8236         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8237         * sys/oss/gstosselement.h:
8238           make an oss debugging category
8239           make failure more descriptive
8240
8241 2004-01-11  David Schleef  <ds@schleef.org>
8242
8243         * ext/ffmpeg/gstffmpeg.c:
8244         * ext/ffmpeg/gstffmpegcodecmap.c:
8245         * ext/ffmpeg/gstffmpegdec.c:
8246         * ext/ffmpeg/gstffmpegenc.c:
8247         * ext/ffmpeg/gstffmpegprotocol.c:
8248         * ext/gdk_pixbuf/gstgdkanimation.c:
8249         * ext/jpeg/gstjpeg.c:
8250         * ext/libpng/gstpng.c:
8251         * ext/mpeg2dec/perftest.c:
8252         * ext/speex/gstspeex.c:
8253         * gst-libs/gst/resample/dtos.c:
8254         * gst/intfloat/gstintfloatconvert.c:
8255         * gst/oneton/gstoneton.c:
8256         * gst/rtjpeg/RTjpeg.c:
8257         * gst/rtp/gstrtp.c:
8258         * sys/dxr3/dxr3init.c:
8259         * sys/glsink/gstgl_nvimage.c:
8260         * sys/glsink/gstgl_pdrimage.c:
8261         * sys/glsink/gstglsink.c:
8262         * testsuite/gst-lint:
8263         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
8264
8265 2004-01-11  David Schleef  <ds@schleef.org>
8266
8267         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
8268         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
8269         * ext/gdk_pixbuf/gstgdkanimation.c:
8270         (gst_gdk_animation_iter_create_pixbuf):
8271         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8272         (gst_gdk_pixbuf_chain):
8273         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8274         * ext/jack/gstjack.c: (gst_jack_change_state):
8275         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
8276         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
8277         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8278         * gst/videofilter/gstvideofilter.c:
8279         (gst_videofilter_set_output_size):
8280         Remove all usage of gst_pad_get_caps(), and replace it with
8281         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
8282
8283 2004-01-11  David Schleef  <ds@schleef.org>
8284
8285         * configure.ac:
8286         * ext/Makefile.am: Fixes to make ext/libcaca compile.
8287         * ext/divx/gstdivxdec.c:
8288         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8289         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
8290         handle images that span multiple buffers.  Now work with both
8291         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
8292         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8293         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
8294         video/video.h changes
8295         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
8296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8297         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
8298         of GstData free function.
8299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8300         same.
8301
8302 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8303
8304         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
8305         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
8306         (gst_v4l2element_get_property):
8307         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
8308           add norm, channel and frequency properties.
8309         * sys/v4l2/gstv4l2tuner.c:
8310           fixes for tuner interface changes
8311         * sys/v4l2/gstv4l2element.h:
8312         * sys/v4l2/gstv4l2src.c: 
8313         * sys/v4l2/gstv4l2src.h:
8314         * sys/v4l2/v4l2src_calls.c: 
8315         * sys/v4l2/v4l2src_calls.h:
8316           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
8317
8318 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8319
8320         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
8321         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
8322         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
8323         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
8324         * gst-libs/gst/tuner/tuner.h:
8325           GObjects aren't const.
8326           Add find_by_name functions.
8327           Add checks to _changed functions.
8328         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
8329         (gst_v4l_tuner_get_norm):
8330           Fixes for above.
8331
8332 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8333
8334         * gst-libs/gst/video/video.h:
8335           Fix caps template names to be understandable.
8336           Prefix everything with GST_VIDEO.
8337         * ext/aalib/gstaasink.c:
8338         * ext/divx/gstdivxdec.c:
8339         * ext/divx/gstdivxenc.c:
8340         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8341         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
8342         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
8343         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
8344         * ext/libcaca/gstcacasink.c:
8345         * ext/libpng/gstpngenc.c: (raw_caps_factory):
8346         * ext/snapshot/gstsnapshot.c:
8347         * ext/swfdec/gstswfdec.c:
8348         * ext/xvid/gstxviddec.c:
8349         * ext/xvid/gstxvidenc.c:
8350         * gst/chart/gstchart.c:
8351         * gst/deinterlace/gstdeinterlace.c:
8352         * gst/effectv/gsteffectv.c:
8353         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8354         * gst/goom/gstgoom.c:
8355         * gst/median/gstmedian.c:
8356         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
8357         (gst_monoscope_srcconnect), (gst_monoscope_chain):
8358         * gst/overlay/gstoverlay.c:
8359         * gst/smooth/gstsmooth.c:
8360         * gst/smpte/gstsmpte.c:
8361         * gst/synaesthesia/gstsynaesthesia.c:
8362         * gst/videocrop/gstvideocrop.c:
8363         * gst/videodrop/gstvideodrop.c:
8364         * gst/y4m/gsty4mencode.c:
8365         * sys/qcam/gstqcamsrc.c:
8366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
8367           Make them work with new video.h file.
8368         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8369         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8371         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8372           Make it work with new buffer allocation system.
8373
8374 2004-01-11  Julien MOUTTE  <julien@moutte.net>
8375
8376         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
8377         pad_alloc_buffer implementation to use ->srcpad
8378         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
8379         pad_alloc_buffer implementation to use ->srcpad
8380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
8381         pad_alloc_buffer implementation to use ->srcpad
8382         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8383         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8384         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8385         a reference to everything we need.
8386         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
8387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8388         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8389         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8390         a reference to everything we need.
8391         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
8392
8393 2004-01-11  David Schleef  <ds@schleef.org>
8394
8395         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
8396         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
8397         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
8398         structure members.
8399         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
8400         value during a resize/renegotiation.
8401         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
8402         gst_pad_alloc_buffer();
8403         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8404         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
8405         structure members.
8406         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8407         Fix for rename of buffer private structure members.
8408         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8409         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8410         Fix for rename of buffer private structure members.
8411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8412         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8413         Fix for rename of buffer private structure members.
8414
8415 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
8416
8417         reviewed by: David Schleef <ds@schleef.org>
8418
8419         * gst/videofilter/Makefile.am:
8420         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
8421         from the patch by ds to fit in with recent make_filter changes.
8422
8423 2004-01-11  Julien MOUTTE  <julien@moutte.net>
8424
8425         * configure.ac: Adding examples/switch/Makefile
8426         * examples/Makefile.am: Adding examples/switch
8427         * examples/switch/Makefile.am: Adding switcher example.
8428         * examples/switch/switcher.c: (got_eos), (idle_iterate),
8429         (switch_timer), (main): Adding an example demonstrating switch usage
8430         with 2 videotestsrc showing different patterns.
8431         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8432         (gst_switch_init): Fixing switch with the new caps system.
8433
8434 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8435
8436         * gst-libs/gst/video/video.h:
8437           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
8438           They should probably be like
8439           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
8440
8441 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8442
8443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8444         (qtdemux_parse_trak):
8445           fix audio chunk size/timestamp calculation
8446
8447 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8448
8449         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8450           fix SVQ3 caps
8451
8452 2004-01-11  Steve Baker  <steve@stevebaker.org>
8453
8454         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
8455         (gst_agingtv_base_init), (gst_agingtv_class_init),
8456         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
8457         (gst_agingtv_set_property), (gst_agingtv_get_property):
8458         Port agingTV to videofilter
8459
8460 2004-01-09  Julien MOUTTE <julien@moutte.net>
8461
8462         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
8463         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8464
8465 2004-01-09  Julien MOUTTE <julien@moutte.net>
8466
8467         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
8468         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8469         * gst-libs/gst/xoverlay/xoverlay.c:
8470         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
8471         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8472         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8473         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8474         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8475         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8476         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8477         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
8478         the bufferalloc_function to replace bufferpools, fixing the XOverlay
8479         interface implementation to handle xid being 0 and fix some bugs
8480         triggered by Benjamin's testcase.
8481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8482         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8483         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
8484         the bufferalloc_function to replace bufferpools, fixing the XOverlay
8485         interface implementation to handle xid being 0 and fix some bugs
8486         triggered by Benjamin's testcase.
8487
8488 2004-01-09  David Schleef  <ds@schleef.org>
8489
8490         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
8491         mouse pointer events.  It works.
8492
8493 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8494
8495         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
8496           Use explicit caps - fix capsnego.
8497         * ext/xvid/gstxviddec.c:
8498         * ext/xvid/gstxvidenc.c:
8499           Remove macro-inside-macro which caused compile errors.
8500         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
8501           Error out if it's not a RIFF file. Else we error out without
8502           gst_element_error() which is not good...
8503
8504 2004-01-08  David Schleef  <ds@schleef.org>
8505
8506         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8507         Fix pad_link function to handle formats that ffmpeg returns
8508         as multiple caps structures.
8509         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
8510         Only complain if source buffer is _smaller_ than expected.
8511         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8512         (gst_videoscale_handle_src_event): Resize navigation events
8513         when passing them upstream.
8514         * gst/videotestsrc/gstvideotestsrc.c:
8515         * gst/videotestsrc/gstvideotestsrc.h:
8516         * gst/videotestsrc/videotestsrc.c:
8517         * gst/videotestsrc/videotestsrc.h:
8518         Rewrite many of the buffer painting functions to handle odd
8519         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
8520         been verified to work with my video card.
8521         * testsuite/gst-lint:  Add check for elements calling
8522         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
8523
8524 2004-01-08  David Schleef  <ds@schleef.org>
8525
8526         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
8527         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
8528
8529 2004-01-08  Julien MOUTTE  <julien@moutte.net>
8530
8531         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
8532         configure event is not emiting the desired size signal. That fixes
8533         aspect ratio issues with gst-player.
8534
8535 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8536
8537         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
8538           Fix capsnego.
8539
8540 2004-01-08  Julien MOUTTE  <julien@moutte.net>
8541
8542         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
8543         public method to fire size signal.
8544
8545 2004-01-07  Julien MOUTTE  <julien@moutte.net>
8546
8547         * examples/gstplay/Makefile.am: Adding the interface library.
8548         * gst-libs/gst/play/Makefile.am: Adding the interface library.
8549         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
8550         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
8551         GST_IS_X_OVERLAY before signal connect.
8552         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
8553         Removing the have_video_size signal.
8554         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
8555         and associated public method.
8556         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8557         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
8558         signal.
8559         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
8560         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
8561         signal.
8562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
8563         Using XOverlay public method to fire size signal.
8564
8565 2004-01-07  David Schleef  <ds@schleef.org>
8566
8567         * gst/videofilter/Makefile.am:
8568         * gst/videofilter/gstvideotemplate.c:
8569         * gst/videofilter/make_filter:
8570         Create gstvideoexample.c in a srcdir!=builddir friendly way.
8571         Convert make_filter to /bin/sh script.
8572
8573 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8574
8575         * gst/modplug/gstmodplug.cc: fix element description
8576
8577 2004-01-07  Julien MOUTTE  <julien@moutte.net>
8578
8579         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
8580         (got_video_size): Adding some new lines in g_print calls.
8581         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8582         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
8583         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
8584         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
8585         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
8586         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
8587         Complete code review, reverting some stuff i disagree with, adding
8588         some fixes : time synchronization on invalid timestamps, renegotiation
8589         of private window.
8590         * sys/ximage/ximagesink.h:
8591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
8592         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
8593         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8594         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
8595         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8596         (gst_xvimagesink_buffer_new),
8597         (gst_xvimagesink_navigation_send_event),
8598         (gst_xvimagesink_set_xwindow_id),
8599         (gst_xvimagesink_get_desired_size),
8600         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
8601         stuff i disagree with, adding some fixes : Renegotiation of private
8602         window, implementing get_desired_size.
8603
8604 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8605
8606         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
8607         (gst_afsink_handle_event):
8608         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
8609         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
8610         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
8611         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
8612         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
8613           Fix for instantiate-test (see core). Also remove dead code from
8614           jpegenc (which still needs fixing, but that's lower on my TODO
8615           list...).
8616         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8617           Never return NULL as caps.
8618
8619 2004-01-07  David Schleef  <ds@schleef.org>
8620
8621         * configure.ac:
8622         * ext/Makefile.am:
8623         * ext/librfb/Makefile.am:
8624         * ext/librfb/gstrfbsrc.c:
8625         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
8626         is the protocol used by VNC.
8627
8628 2004-01-07  David Schleef  <ds@schleef.org>
8629
8630         * gst/videofilter/gstvideotemplate.c:
8631         * gst/videofilter/gstvideotemplate.h:
8632         * gst/videofilter/make_filter:
8633         Merge videotemplate header into source file.
8634         * gst/effectv/Makefile.am:
8635         * gst/effectv/gsteffectv.c: (plugin_init):
8636         * gst/effectv/gstwarp.c:
8637         Make warpTV a subclass of videofilter.
8638
8639 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8640
8641         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8642           Add guard against invalid utf-8 conversions in mad. Just in case.
8643
8644 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8645
8646         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
8647           Fix for bug shown by poisoning
8648
8649 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8652         (gst_v4lmjpegsrc_buffer_free):
8653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
8654         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
8655         (gst_v4lsrc_buffer_free):
8656           Fix for removed bufferpools.
8657
8658 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
8659
8660         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8661         Fix caps negotiation.
8662
8663         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8664         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
8665         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
8666         (dvdnavsrc_event):
8667         * ext/mpeg2dec/gstmpeg2dec.c:
8668         * gst-libs/gst/navigation/navigation.c:
8669         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
8670         * gst-libs/gst/navigation/navigation.h:
8671         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
8672         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8674         Super-simple first version of mouse and keyboard events. Clicking
8675         on a DVD menu now works, although it may not take you where you
8676         expected.
8677
8678         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8679         * gst/videotestsrc/gstvideotestsrc.c:
8680         (gst_videotestsrc_src_fixate):
8681         These fixate functions were broken - they never actually
8682         fixated :)
8683         
8684 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8685
8686         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
8687         (gst_icecastsend_init):
8688           fix for new caps system.
8689         * gst-libs/gst/mixer/mixertrack.h:
8690         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
8691           Add 'master track' flag (for tools like ACME that only want to
8692           change the main volume).
8693
8694 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
8695
8696         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
8697         (gst_xvid_csp_to_caps):
8698         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
8699         * ext/xvid/gstxvidenc.c:
8700         ifdef out ARGB type when it isn't available 
8701         in xvidcore 1.0.0beta2
8702
8703 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8704
8705         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8706           When we have received a new SCR right in the first buffer after
8707           a seek (so in the same cycle that handles the discont), we should
8708           handle the buffer instead of unreffing it, else we lose data.
8709
8710 2004-01-06  Iain <iain@prettypeople.org>
8711
8712         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
8713           buffer-frames caps too.
8714
8715         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
8716           caps that we need, don't destroy them all and rebuild them. And when
8717           creating src pads, use the src pad template rather than the sink...
8718
8719 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8722           Add pad to element *after* setting functions such as event handler.
8723           Without this, the scheduler (opt) will link pads, set the event
8724           handler from the default event function (dispatcher in gstpad.c)
8725           and *after* that, we will set our own event function, which will
8726           thus never be used (and thus mpegdemux doesn't handle events).
8727
8728 2004-01-04  David Schleef  <ds@schleef.org>
8729
8730         Fix the fixate functions to handle new prototype:
8731         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8732         * gst/videotestsrc/gstvideotestsrc.c:
8733         (gst_videotestsrc_src_fixate):
8734         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
8735         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
8736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
8737
8738 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8739
8740         * sys/ximage/ximagesink.h:
8741         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8742         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
8743         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
8744         (gst_ximagesink_xoverlay_init):
8745           assorted fixes to make (re)embedding work
8746         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
8747         (gst_ximagesink_get_desired_size):
8748           implement desired size additions to XOverlay
8749
8750 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8751
8752         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
8753         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
8754         (gst_x_overlay_got_desired_size):
8755         * gst-libs/gst/xoverlay/xoverlay.h:
8756           Add optional "desired size" signal and querying.
8757
8758 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8759
8760         * gst/matroska/matroska-demux.c:
8761         (gst_matroska_demux_parse_blockgroup):
8762           Fix EBML-laced block parsing. Diffs are relative to previous
8763           lace, not the first lace. Thanks to Mosu from the Matroska
8764           team for detecting this.
8765         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8766         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
8767         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
8768         (gst_wavparse_change_state):
8769         * gst/wavparse/gstwavparse.h:
8770           Quickfix for capsnego.
8771
8772 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8773
8774         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
8775           Fix indenting, fix pad creation.
8776
8777 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8778
8779         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
8780         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
8781         (gst_xviddec_sink_link):
8782           Implement src_getcaps() so proper size caps is negotiated.
8783
8784 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8785
8786         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
8787           Finish flac decoder on EOS. See #116178.
8788
8789 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8790
8791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
8792         (gst_matroska_demux_add_stream):
8793         * gst/matroska/matroska-ids.h:
8794           Add getcaps() function to fix capsnego...
8795
8796 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8797
8798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8799         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
8800         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8801           Fix more integer overflows. Again, see #126967.
8802
8803 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8804
8805         * ext/mpeg2dec/gstmpeg2dec.c:
8806           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
8807           #130416.
8808
8809 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8810
8811         * configure.ac:
8812         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
8813         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
8814         * ext/xvid/gstxvid.h:
8815         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
8816         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
8817         (gst_xviddec_src_link), (gst_xviddec_sink_link),
8818         (gst_xviddec_change_state):
8819         * ext/xvid/gstxviddec.h:
8820         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
8821         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
8822         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
8823         (gst_xvidenc_link), (gst_xvidenc_set_property),
8824         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
8825         * ext/xvid/gstxvidenc.h:
8826           Update xvid plugin to latest xvid (1.0.0-beta3) API.
8827
8828 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8829
8830         * gst/rtp/rtp-packet.c:
8831           Add sys/types.h include, since OS X doesn't define in_addr_t
8832           in netinet/in.h, like it does on Linux (see #129600).
8833
8834 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
8835
8836         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
8837
8838         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
8839           Correct logic of dispose function (see #129306).
8840
8841 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8842
8843         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
8844         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8845         (gst_mpeg_parse_init):
8846         * gst/mpegstream/gstmpegparse.h:
8847           Remove clock (which was never provided, i.e. dead code), and
8848           also fix integer overflows at high PTS values (see #126967).
8849
8850 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8851
8852         * ext/flac/gstflacdec.c:
8853         * ext/libpng/gstpngenc.h:
8854         * ext/mikmod/gstmikmod.h:
8855           OS X fixes (see #126628).
8856
8857 2004-01-02  David Schleef  <ds@schleef.org>
8858
8859         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
8860         (gst_alsa_src_base_init): Remove bogus "src" request pad.
8861         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
8862         (gst_mpeg_parse_class_init): Move pad template registration
8863         to class_init, since the derived class (mpegdemux) doesn't
8864         want them.
8865
8866 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8867
8868         * sys/ximage/Makefile.am:
8869         * sys/xvideo/Makefile.am:
8870         * sys/xvimage/Makefile.am:
8871           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
8872           after installation (see #127664).
8873
8874 2004-01-02  David Schleef  <ds@schleef.org>
8875
8876         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
8877         (gst_ffmpegenc_connect):  Negotiation fixes.
8878         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
8879         Remove inappropriate gst_caps_free().
8880         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
8881         Reenable Ronald's internal resize code, since the core handles
8882         it correctly now.
8883
8884 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8885
8886         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
8887         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
8888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
8889           Fix pad template stuff.
8890
8891 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8892
8893         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8894         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
8895           fix signed integer reading/writing.
8896
8897 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8898
8899         * ext/alsa/README:
8900           Remove outdated document
8901
8902 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
8903
8904         * gst/cutter/gstcutter.c: (gst_cutter_init):
8905           src pad was being created twice - oops.
8906
8907 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8908
8909         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
8910           Comment out internal resize. It doesn't handle the resulting
8911           XEvent internally, does another try_set_caps() which leads to
8912           a really nice loop.
8913           Real fix will come when Julien and Dave are awake. ;).
8914
8915 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8916
8917         * ext/mpeg2enc/gstmpeg2enc.cc:
8918           fix const/nonconst compile issue.
8919
8920 2004-01-02  David Schleef  <ds@schleef.org>
8921
8922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
8923         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
8924         Add fixate function and a check for bad formats.
8925
8926 2004-01-01  David Schleef  <ds@schleef.org>
8927
8928         Negotiation fixes:
8929         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8930         (gst_audiofilter_init):
8931         * gst/debug/efence.c: (gst_efence_init):
8932         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8933         (gst_deinterlace_init):
8934         * gst/volume/gstvolume.c: (volume_connect):
8935
8936 2004-01-01  David Schleef  <ds@schleef.org>
8937
8938         Convert elements to use gst_pad_use_explicit_caps() where
8939         appropriate:
8940         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
8941         * ext/audiofile/gstafparse.c: (gst_afparse_init),
8942         (gst_afparse_open_file):
8943         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
8944         (gst_afsrc_open_file):
8945         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
8946         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
8947         (gst_ffmpegdec_chain):
8948         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8949         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
8950         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
8951         (gst_gdk_pixbuf_chain):
8952         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
8953         (gst_jpegdec_chain):
8954         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
8955         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
8956         (gst_mikmod_negotiate):
8957         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8958         (gst_mpeg2dec_negotiate_format):
8959         * ext/mpeg2enc/gstmpeg2enc.cc:
8960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8961         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
8962         (gst_speexdec_sinkconnect):
8963         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
8964         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
8965         (gst_vorbisfile_new_link):
8966         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
8967         (gst_ac3parse_chain):
8968         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
8969         (gst_asf_demux_setup_pad):
8970         * gst/auparse/gstauparse.c: (gst_auparse_init),
8971         (gst_auparse_chain):
8972         * gst/id3/gstid3types.c: (gst_id3types_loop):
8973         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8974         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
8975         (mp1videoparse_parse_seq):
8976         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
8977         (bpf_from_header):
8978         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8979         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
8980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8981         (gst_mpeg_parse_send_data):
8982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8983         (gst_qtdemux_add_stream):
8984         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8985         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8986         (gst_wavparse_parse_fmt):
8987
8988 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8989
8990         * configure.ac:
8991           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
8992           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
8993           it therefore uses the wrong include paths. Too bad... Note
8994           that 1.6.1.93 is not release yet. ;).
8995           Also add a check for mplex, which is now using the lib'ified
8996           mplex from mjpegtools, too.
8997         * ext/ffmpeg/gstffmpegcodecmap.c:
8998           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
8999           issues. I don't think ffmpeg handles 3ivx correctly, so this
9000           probably won't work. But it won't hurt either.
9001         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
9002         (gst_ffmpegdec_chain):
9003         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
9004         (gst_ffmpegenc_chain_audio):
9005           Fix memleak in audio encoding. Close codec if open fails, this
9006           calls the cleanup routines so we can re-use the context.
9007         * ext/mpeg2enc/gstmpeg2enc.cc:
9008           Fix pad template names/types, fix memory issue with getcaps().
9009         * ext/mpeg2enc/gstmpeg2encoder.cc:
9010         * ext/mpeg2enc/gstmpeg2encoder.hh:
9011           Fix compile issue with new caps system (const thingy).
9012         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9013         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
9014           We read a first frame right on initing, so that we have a caps
9015           when we init the output. This caps is cached in padprivate and
9016           read as first frame.
9017         * ext/mplex/Makefile.am:
9018         * ext/mplex/gstmplex.cc:
9019         * ext/mplex/gstmplex.h:
9020         * ext/mplex/gstmplex.hh:
9021         * ext/mplex/gstmplexibitstream.cc:
9022         * ext/mplex/gstmplexibitstream.hh:
9023         * ext/mplex/gstmplexjob.cc:
9024         * ext/mplex/gstmplexjob.hh:
9025         * ext/mplex/gstmplexoutputstream.cc:
9026         * ext/mplex/gstmplexoutputstream.hh:
9027           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
9028           had issues, didn't do capsnego, supported only a subset of the
9029           mplex features and required a mplex fork in our local CVS. Plus
9030           that it worked agaist a very old mplex version. Rewriting was
9031           faster than updating it.
9032         * gst-libs/ext/Makefile.am:
9033         * gst-libs/ext/mplex/INSTRUCT:
9034         * gst-libs/ext/mplex/Makefile.am:
9035         * gst-libs/ext/mplex/README:
9036         * gst-libs/ext/mplex/TODO:
9037         * gst-libs/ext/mplex/ac3strm_in.cc:
9038         * gst-libs/ext/mplex/audiostrm.hh:
9039         * gst-libs/ext/mplex/audiostrm_out.cc:
9040         * gst-libs/ext/mplex/aunit.hh:
9041         * gst-libs/ext/mplex/bits.cc:
9042         * gst-libs/ext/mplex/bits.hh:
9043         * gst-libs/ext/mplex/buffer.cc:
9044         * gst-libs/ext/mplex/buffer.hh:
9045         * gst-libs/ext/mplex/fastintfns.h:
9046         * gst-libs/ext/mplex/format_codes.h:
9047         * gst-libs/ext/mplex/inputstrm.cc:
9048         * gst-libs/ext/mplex/inputstrm.hh:
9049         * gst-libs/ext/mplex/lpcmstrm_in.cc:
9050         * gst-libs/ext/mplex/mjpeg_logging.cc:
9051         * gst-libs/ext/mplex/mjpeg_logging.h:
9052         * gst-libs/ext/mplex/mjpeg_types.h:
9053         * gst-libs/ext/mplex/mpastrm_in.cc:
9054         * gst-libs/ext/mplex/mpegconsts.cc:
9055         * gst-libs/ext/mplex/mpegconsts.h:
9056         * gst-libs/ext/mplex/mplexconsts.hh:
9057         * gst-libs/ext/mplex/multplex.cc:
9058         * gst-libs/ext/mplex/outputstream.hh:
9059         * gst-libs/ext/mplex/padstrm.cc:
9060         * gst-libs/ext/mplex/padstrm.hh:
9061         * gst-libs/ext/mplex/stillsstream.cc:
9062         * gst-libs/ext/mplex/stillsstream.hh:
9063         * gst-libs/ext/mplex/systems.cc:
9064         * gst-libs/ext/mplex/systems.hh:
9065         * gst-libs/ext/mplex/vector.cc:
9066         * gst-libs/ext/mplex/vector.hh:
9067         * gst-libs/ext/mplex/videostrm.hh:
9068         * gst-libs/ext/mplex/videostrm_in.cc:
9069         * gst-libs/ext/mplex/videostrm_out.cc:
9070         * gst-libs/ext/mplex/yuv4mpeg.cc:
9071         * gst-libs/ext/mplex/yuv4mpeg.h:
9072         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
9073         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
9074           We don't fork mjpegtools' mplex in our CVS anymore.
9075         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
9076         (gst_avi_demux_add_stream):
9077         * gst/avi/gstavidemux.h:
9078           Add getcaps() function for proper caps nego. This makes some
9079           parts of AVI playback/reading work.
9080         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9081           Resize window on new capsnego. This is probably wrong, but
9082           I'm still committing it because with current capsnego, the
9083           first successfull capsnego is auto-fixated, therefore rounded
9084           down to the lowest values in the caps. this results in a 16x16
9085           XWindow that is not reized when real capsnego finishes.
9086           Dave, I see more cases of this, do you know a proper solution?
9087         * tools/gst-launch-ext.in:
9088           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
9089
9090 2003-12-31  David Schleef  <ds@schleef.org>
9091
9092         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
9093         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
9094           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
9095
9096 2003-12-30  David Schleef  <ds@schleef.org>
9097
9098         * ext/ffmpeg/gstffmpegcolorspace.c:
9099         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9100         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
9101         (gst_ffmpegcsp_chain): Negotiation fixes
9102         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
9103         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9104         (gst_audio_convert_link), (gst_audio_convert_channels):
9105         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
9106         (gst_audioscale_link), (gst_audioscale_get_buffer),
9107         (gst_audioscale_chain): Negotiation fixes
9108         * gst/audioscale/gstaudioscale.h:
9109         * gst/videofilter/gstvideofilter.c:
9110         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
9111         (gst_videofilter_link), (gst_videofilter_init),
9112         (gst_videofilter_set_output_size), (gst_videofilter_setup),
9113         (gst_videofilter_find_format_by_structure):
9114         * gst/videofilter/gstvideofilter.h: Negotiation fixes
9115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9116         (gst_videoscale_link):
9117         * gst/videoscale/videoscale.c: (videoscale_get_structure),
9118         (videoscale_find_by_structure), (gst_videoscale_setup):
9119         * gst/videoscale/videoscale.h: Negotiation fixes
9120         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9121         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
9122         function, restrict resizing to a multiple of 4 (hack until
9123         everyone supports odd sizes correctly).
9124
9125 2003-12-29  Colin Walters  <walters@verbum.org>
9126
9127         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
9128         signed.
9129
9130 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
9131
9132         * ext/sndfile/gstsf.c: (gst_sf_loop):
9133           Fix warning about discarding const qualifier
9134
9135 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
9136
9137         * gst/cutter/gstcutter.c:
9138         * gst/videoscale/gstvideoscale.c:
9139         * gst/volenv/gstvolenv.c:
9140         * gst-libs/gst/audio/audio.c:
9141         * gst-libs/gst/video/video.c:
9142           Fix warnings
9143
9144 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9145
9146         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9147           Don't send ALSA debugging to stderr.
9148         * ext/alsa/gstalsa.h:
9149           Use GST_WARNING instead of g_warning when ALSA functions fail.
9150
9151 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9152
9153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9154           Free XVAdapterInfo correctly.
9155
9156 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9157
9158         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9159         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
9160           Make id3tag use correct caps nego.
9161
9162 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
9163
9164         * ext/ivorbis/vorbis.c: 
9165         * ext/ivorbis/vorbisenc.h:
9166         * ext/ivorbis/vorbisfile.c:
9167           Modify so that it uses the new caps things
9168
9169 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9170
9171         * testsuite/spider/spider1.c: (main):
9172         * testsuite/spider/spider2.c: (main):
9173         * testsuite/spider/spider3.c: (main):
9174           Make tests compile again. They probably don't work.
9175
9176 2003-12-24  Colin Walters  <walters@verbum.org>
9177
9178         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
9179         we can't fixate the caps anymore.
9180
9181 2003-12-23  David Schleef  <ds@schleef.org>
9182
9183         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
9184         * sys/oss/gstosssink.c: (gst_osssink_init),
9185         (gst_osssink_sink_fixate): Add fixate function.
9186
9187 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9188
9189         * ext/ffmpeg/gstffmpegcodecmap.c:
9190         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
9191         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
9192         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
9193         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9194         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9195         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9196         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
9197           fix typo in RGB masks, and move back to "old" colorspace
9198           capsnego code until whoever wrote this new crap has actually
9199           tested it so that it works.
9200           And yes, this works, keep it that way please.
9201
9202 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9203
9204         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
9205         (gst_divxdec_init), (gst_divxdec_negotiate):
9206         * ext/divx/gstdivxdec.h:
9207         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
9208         (gst_divxenc_init):
9209         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
9210         (gst_faac_sinkconnect), (gst_faac_srcconnect):
9211         * ext/mpeg2enc/gstmpeg2enc.cc:
9212         * ext/mpeg2enc/gstmpeg2encoder.cc:
9213         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9214         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
9215         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
9216         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
9217         (dxr3spusink_init):
9218         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
9219         (dxr3videosink_init):
9220           Fix caps breakage after Dave's caps branch merge.
9221
9222 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9223
9224         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9225           Fix for 24bpp display.
9226
9227 2003-12-23  Colin Walters  <walters@verbum.org>
9228
9229         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
9230         a GnomeVFSHandle directly.
9231
9232 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9233
9234         * gst/volume/Makefile.am:
9235         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
9236         (volume_base_init), (volume_init):
9237           Reenable volume element and fix to work with new caps stuff.
9238           Rhythmbox needs this.
9239
9240 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9241
9242         * gst/qtdemux/qtdemux.c: (plugin_init):
9243           qtdemux requires bytestream
9244
9245 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9246
9247         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
9248           Fix remaining caps handling errors due to CAPS merge.
9249
9250 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9251
9252         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
9253         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
9254         (gst_faad_srcconnect): 
9255           Port to new caps system.
9256
9257 2003-12-21  Julien MOUTTE  <julien@moutte.net>
9258
9259         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9260         (got_video_size), (main): using g_print instead of g_message.
9261         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
9262         signal which was not emitted because of "switch" element added to the
9263         bin but not connected. (Removing from the bin temporarily)
9264
9265 2003-12-21  Julien MOUTTE  <julien@moutte.net>
9266
9267         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
9268         find X development files. I don't understand the previous tests and
9269         they fail on my debian/ppc unstable. This one works.
9270         * examples/gstplay/player.c: (main): Set the pipeline to READY before
9271         exiting.
9272         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
9273         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9274         (gst_play_set_visualization): Add some safety checks in set_ methods
9275         and state_change. This was throwing some ugly CRITICAL messages when
9276         pipeline was getting disposed and casts were failing.
9277
9278 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9279
9280         * configure.ac:
9281           Improve mpeg2enc detection. This is for distributions that do
9282           ship mjpegtools, but without mpeg2enc. Also does object check
9283           for might there ever be ABI incompatibility.
9284         * ext/mpeg2enc/gstmpeg2enc.cc:
9285           Add Andrew as second maintainer (he's helping me), and also add
9286           an error if no caps was set. This happens if I pull before capsnego
9287           and that's something I should solve sometime else.
9288         * gst/matroska/matroska-demux.c:
9289         (gst_matroska_demux_parse_blockgroup):
9290           Fix time parsing.
9291         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
9292         (gst_matroska_mux_track_header):
9293           Add caps to templates.
9294         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
9295           Add mpegversion=1 to prevent confusion with MPEG/AAC.
9296         * gst/mpegstream/gstmpegdemux.c:
9297           Remove layer since it causes warnings about unfixed caps.
9298         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9299           Fix obvious typo (we error out if caps were set, we should of
9300           course error out if *no* caps were set).
9301         * sys/oss/gstosselement.c: (gst_osselement_convert):
9302           Fix format conversion, we confused bits/bytes.
9303         * sys/oss/gstosselement.h:
9304           Improve documentation for 'bps'.
9305         * sys/v4l/TODO:
9306           Remove stuff about plugins that need removing - this was done
9307           ages ago.
9308         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
9309         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
9310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
9311         (gst_v4lsrc_src_query):
9312         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9313         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
9314           Add get_query_types(), get_formats() and query() functions.
9315
9316 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9317
9318         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
9319         * moved CVS to freedesktop.org
9320