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