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