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