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