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