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