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