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