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