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