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