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