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