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