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