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