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