sync mp3 caps
[platform/upstream/gst-plugins-base.git] / ChangeLog
1 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * ext/lame/gstlame.c:
4         * ext/mad/gstmad.c:
5           sync caps.  Make sure mad can only output a list of rates, not
6           a full range.  In the future, have three caps lists for each of the
7           mpeg versions.  Change mpegversion to a double as well.
8
9 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10
11         * gst/volume/.cvsignore:
12         * gst/volume/Makefile.am:
13         * gst/volume/demo.c: (value_changed_callback), (idler),
14         (setup_gui), (main):
15           added small demo app
16
17 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19         * ext/esd/esdsink.h:
20         Close the esd connection on pause, because esd will just wait -  
21         blocking all other esd clients indefinitely.
22
23 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24
25         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26           previous commit with GST_DEBUG
27
28 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         * configure.ac:
31           add a header check for a dvdread header in dvdnav.  Fixes #133002
32
33 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
34
35         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
36         * gst/tcp/gsttcpclientsink.h:
37         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
38         * gst/tcp/gsttcpclientsrc.h:
39         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
40         (gst_tcpserversink_handle_server_read),
41         (gst_tcpserversink_init_send):
42         * gst/tcp/gsttcpserversink.h:
43         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
44         * gst/tcp/gsttcpserversrc.h:
45         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
46         version of IP)
47
48 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
49
50         * configure.ac:
51         Added ogg library so that OSX detects libtheora properly
52         
53 2004-06-11  Wim Taymans  <wim@fluendo.com>
54
55         * ext/theora/theoradec.c: (theora_dec_chain),
56         (theora_dec_change_state):
57         Don't try to decode frames before we received a keyframe.
58
59 2004-06-11  Wim Taymans  <wim@fluendo.com>
60
61         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
62         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
63         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
64         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
65         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
66         Added property to set the maximum delay of a page.
67
68 2004-06-10  Wim Taymans  <wim@fluendo.com>
69
70         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
71         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
72         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
73         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
74         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
75         Added max-delay property to control the maximum amount
76         of data to put in one page.
77
78 2004-06-10  Wim Taymans  <wim@fluendo.com>
79
80         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
81         (gst_theora_enc_init), (theora_enc_sink_link),
82         (theora_buffer_from_packet), (theora_enc_set_property),
83         (theora_enc_get_property):
84         Set duration on encoded buffer, added some more properties
85
86 2004-06-10  Wim Taymans  <wim@fluendo.com>
87
88         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
89         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
90         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
91         * ext/theora/theoraenc.c: (theora_enc_chain):
92         Fix refcounting bugs
93
94 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
95
96         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
97         (gst_asf_demux_loop), (gst_asf_demux_process_file),
98         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
99         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
100         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
101         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
102         (gst_asf_demux_change_state):
103         * gst/asfdemux/gstasfdemux.h:
104           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
105           feels like. I think we should set a new requirement for demuxers
106           from now on to implement sane loop functions, data loops, query
107           and seek functions before first commit into CVS. And this commit
108           fixes all of the above.
109
110 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
111
112         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
113           vorbis comments are properly encoded in UTF-8 before adding them
114           to a GstTagList
115
116 2004-06-09  Benjamin Otte  <otte@gnome.org>
117
118         * ext/alsa/gstalsa.c: (add_channels):
119           handle min <= max correctly
120         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
121         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
122           add fixation functions so we fixate correctly. No preferring of alaw
123           anymore because it's the first structure.
124         * ext/alsa/gstalsa.h:
125         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
126         (gst_alsa_hw_params_dump):
127           add functions to ease debugging in alsalib
128         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
129         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
130         (gst_alsa_start_audio):
131           only specify hw params if we really setup a format (fixes #134007 -
132           or at least works around it)
133
134 2004-06-09  Wim Taymans  <wim@fluendo.com>
135
136         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
137         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
138         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
139         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
140         (gst_ogg_mux_loop):
141         Use stream caps to setup the initial pages in the ogg stream.
142         Correctly set the streamheader caps on the srcpad.
143
144 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
145
146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
147         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
148         (gst_v4lsrc_getcaps):
149         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
150         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
151           add querying of fps lists for webcams.  Negotiating to a framerate
152           now works.
153
154 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
155
156         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
157         (theora_push_buffer), (theora_push_packet),
158         (theora_set_header_on_caps), (theora_enc_chain):
159           mark buffers and put on streamheader, raw theora streaming
160           now works too, whee
161
162 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
163
164         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
165         (gst_tcp_gdp_read_caps):
166           do a looping read for caps and GDP headers too
167
168 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
169
170         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
171         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
172           return EOS instead of NULL in _get
173
174 2004-06-08  Wim Taymans  <wim@fluendo.com>
175
176         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
177         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
178         (gst_tcp_gdp_write_caps):
179         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
180         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
181         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
182         Memory leak fixes
183
184 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
185
186         * ext/vorbis/Makefile.am:
187         * ext/vorbis/vorbis.c: (plugin_init):
188         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
189         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
190         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
191         (vorbis_parse_change_state):
192         * ext/vorbis/vorbisparse.h:
193           adding a vorbisparse element that marks the buffers, streaming
194           raw vorbis using GDP now works, whee
195
196 2004-06-08  Wim Taymans  <wim@fluendo.com>
197
198         * ext/jpeg/Makefile.am:
199         * ext/jpeg/README:
200         * ext/jpeg/gstjpeg.c: (plugin_init):
201         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
202         (gst_smokedec_base_init), (gst_smokedec_class_init),
203         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
204         * ext/jpeg/gstsmokedec.h:
205         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
206         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
207         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
208         (gst_smokeenc_resync), (gst_smokeenc_chain),
209         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
210         * ext/jpeg/gstsmokeenc.h:
211         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
212         (smokecodec_flush_destination), (smokecodec_term_destination),
213         (smokecodec_init_source), (smokecodec_fill_input_buffer),
214         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
215         (smokecodec_term_source), (smokecodec_encode_new),
216         (smokecodec_decode_new), (smokecodec_info_free),
217         (smokecodec_set_quality), (smokecodec_get_quality),
218         (smokecodec_set_threshold), (smokecodec_get_threshold),
219         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
220         (find_best_size), (abs_diff), (put), (smokecodec_encode),
221         (smokecodec_parse_header), (smokecodec_decode):
222         * ext/jpeg/smokecodec.h:
223         Added a new simple jpeg based codec
224
225 2004-06-08  Wim Taymans  <wim@fluendo.com>
226
227         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
228         (gst_multipart_mux_loop):
229         Fix memory leak
230
231 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
232
233         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
234         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
235         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
236         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
237         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
238         * gst/tcp/gsttcpserversink.h:
239           take streamheader into account
240
241 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
242
243         * gst/level/Makefile.am:
244         * gst/level/gstlevel.c: (gst_level_class_init):
245           clean up marshal generation
246
247 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
248
249         * gst/tcp/Makefile.am:
250         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
251         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
252         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
253         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
254         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
255         (gst_tcpclientsrc_get_property):
256         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
257         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
258         (gst_tcpserversink_handle_client_read),
259         (gst_tcpserversink_handle_client_write),
260         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
261         * gst/tcp/gsttcpserversink.h:
262           add signals client-added and client-removed
263         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
264         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
265         (gst_tcpserversrc_get_property):
266         uniformized, change default protocol to NONE
267         * gst/tcp/gsttcp-marshal.list: added
268 2004-06-07  Benjamin Otte  <otte@gnome.org>
269
270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
271           handle discont events if they happen before caps nego
272
273 2004-06-07  Wim Taymans  <wim@fluendo.com>
274
275         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
276         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
277         (gst_multipart_demux_plugin_init):
278         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
279         (gst_multipart_mux_init), (gst_multipart_mux_loop),
280         (gst_multipart_mux_change_state):
281         Small updates, fix a memleak
282
283 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
284
285         * configure.ac: OSS portability
286         * ext/arts/gst_arts.c: idem
287         * sys/oss/gstosselement.c: idem
288         * sys/oss/gstossmixer.c: idem
289         * sys/oss/gstosssink.c: idem
290         * sys/oss/gstosssrc.c: idem
291         * sys/oss/oss_probe.c: idem
292           - check for soundcard.h in different places for some BSD
293
294 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
295
296         * AUTHORS:
297         Add me to the authors file
298         * configure.ac:
299         Increase the libdv requirement to >= version 0.100
300         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
301         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
302         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
303         * ext/dv/gstdvdec.h:
304         Add support for the new_media flag when sending DISCONT events
305         Make the querying work when video pad is not linked
306
307 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
308
309         reviewed by Benjamin Otte  <otte@gnome.org>
310
311         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
312           create a NULL-initialized array of pads, so we don't think they
313           exist already. (fixes #143130)
314
315 2004-06-07  Benjamin Otte  <otte@gnome.org>
316
317         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
318         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
319         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
320           don't use // coments
321
322 2004-06-07  Benjamin Otte  <otte@gnome.org>
323
324         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
325           cast to GstClockTime to get higher granularity
326         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
327           use gst_element_set_time_delay to get the exact time
328         * ext/mad/gstmad.c: (gst_mad_chain):
329           use the negotiated rate instead of the current frame's rate which
330           might be wrong because of bit errors. This avoids emitting totally
331           bogus timestamps and screwing sync.
332         (fixes #143454)
333
334 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
335
336         reviewed by Benjamin Otte  <otte@gnome.org>
337
338         * gst/adder/gstadder.c: (gst_adder_loop):
339           properly error out when no negotiation has happened yet. (fixes
340           #143032)
341
342 2004-06-06  Benjamin Otte  <otte@gnome.org>
343
344         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
345           forward correctly transformed offset in discont events. Based on
346           patch by Arwed v. Merkatz. (fixes #142851)
347
348 2004-06-06  David Schleef  <ds@schleef.org>
349
350         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
351         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
352         problems on several systems.
353
354 2004-06-06  Benjamin Otte  <otte@gnome.org>
355
356         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
357           use explicit caps on the srcpad
358         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
359           properly error out if caps couldn't be set (fixes #142764)
360
361 2004-06-06  Benjamin Otte  <otte@gnome.org>
362
363         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
364         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
365         (gst_alsa_start_audio):
366           - don't call set_periods_integer anymore, it breaks the
367           configuration randomly
368           - call snd_pcm_hw_params_set_access directly instead of using masks
369           - don't fail if the sw_params can't be set, just use the default
370           params and hope it works. Alsalib has weird issues when you touch
371           sw_params and does no proper error reporting about what failed.
372         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
373         (gst_alsa_close_audio):
374           make our alsa debugging go via gst debugging and not conditionally
375           defined
376         * ext/alsa/gstalsa.h:
377           add ALSA_DEBUG_FLUSH macro
378         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
379         (plugin_init):
380           wrap alsa errors to be printed via the gst debugging system and not
381           spammed to stderr
382
383 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
384
385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
386         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
387         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
388         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
389         (qtdemux_parse_trak):
390         * gst/qtdemux/qtdemux.h:
391           Bitch. Also known as seeking, querying & co.
392         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
393         (gst_osssink_change_state):
394         * sys/oss/gstosssink.h:
395           Resyncing is for weenies, this hack is no longer needed and was
396           broken anyway (since it - unintendedly - always leaves resync to
397           TRUE).
398
399 2004-06-05  Andrew Turner <zxombie@hotpop.com>
400
401         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
402         * gst/tcp/gsttcpclientsrc.h: idem
403           - define MSG_NOSIGNAL if not done
404           - include unistd.h for off_t
405           (fixes #143749)
406
407 2004-06-05  Benjamin Otte  <otte@gnome.org>
408
409         * configure.ac:
410         * ext/kio/Makefile.am:
411           check for qt's moc preprocessor explicitly and use it
412
413 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
414
415         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
416           don't get a signal for EPIPE on socket writes
417           (somebody check if this works on other platforms)
418
419 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
420
421         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
422         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
423           check error condition on available samples correctly
424
425 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
426
427         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
428           avoid a segfault
429         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
430         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
431         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
432         (gst_tcpserversrc_gdp_read_header):
433          use ssize_t over size_t since the former is signed and thus the
434          check for error codes can work
435
436 2004-06-02  Wim Taymans  <wim@fluendo.com>
437
438         reviewed by: Johan
439
440         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
441         (gst_multipart_mux_loop):
442         Oops
443
444 2004-06-02  Wim Taymans  <wim@fluendo.com>
445
446         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
447         (gst_multipart_mux_init), (gst_multipart_mux_loop),
448         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
449         (gst_multipart_mux_change_state):
450         Added configurable boundary specifier, added the value as a
451         caps field as well.
452
453 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
454
455         * gst/tcp/gsttcp.c:
456         * gst/tcp/gsttcpclientsrc.c:
457         * gst/tcp/gsttcpclientsrc.h:
458         * gst/tcp/gsttcpserversrc.c:
459           - portability fix, to compile on OSX
460             (fixes #143146)
461
462         * sys/osxaudio/gstosxaudioelement.c:
463         * sys/osxaudio/gstosxaudiosink.c:
464         * sys/osxaudio/gstosxaudiosrc.c:
465           - compilation warnings on OSX
466             (fixes #143153)
467
468 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
469
470         * ext/vorbis/vorbisdec.c : sign warning fixes
471
472         * gst-libs/gst/mixer/mixertrack.c :
473           do no use defines which are glib 2.4 specific
474
475 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
476
477         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
478           buffer since libflac doesn't expect it (reports a sync error when 
479           it encounters that)
480
481         
482 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
483
484         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
485         * gst-libs/gst/mixer/mixertrack.c:
486         (gst_mixer_track_get_property), (get_mixer_track_init),
487         (get_mixer_track_get_property): Added property accessors
488         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
489         * gst-libs/gst/mixer/mixeroptions.c:
490         (gst_mixer_options_get_values): Added   
491         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
492         * gst-libs/gst/mixer/mixer.c: Fixed comment
493
494
495 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
496
497         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
498           improve error messages on open
499
500
501 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
502
503         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
504           check if v4l-conf is in path
505
506 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
507
508         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
509           change assert to a more readable error message
510
511 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
512
513         * gst-libs/gst/tuner/tunerchannel.h:
514           - add a freq_multiplicator field to make the conversion
515             between internal frequency unit and Hz
516         * sys/v4l/gstv4lelement.c:
517         * sys/v4l2/gstv4l2element.c:
518           - change default video device to /dev/video0
519         * sys/v4l/v4l_calls.c:
520         * sys/v4l2/v4l2_calls.c:
521           - we only expose frequency to the user in Hz instead of
522             bastard v4lX unit (either 62.5kHz or 62.5Hz)
523
524 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
525         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
526           Initialise b_o_s and e_o_s variables
527         * gst-libs/gst/riff/riff-media.c:
528         (gst_riff_create_video_caps_with_data):
529           Add some unusual fourcc's from mplayer avi's
530         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
531           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
532           autoplugging.
533
534 2004-05-28  Wim Taymans  <wim@fluendo.com>
535
536         * configure.ac:
537         * gst/alpha/Makefile.am:
538         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
539         (gst_alpha_get_type), (gst_alpha_base_init),
540         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
541         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
542         (gst_alpha_chroma_key), (gst_alpha_chain),
543         (gst_alpha_change_state), (plugin_init):
544         A plugin to add an alpha channel to I420 video. Can optionally do
545         chroma keying.
546         * gst/multipart/Makefile.am:
547         * gst/multipart/multipart.c: (plugin_init):
548         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
549         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
550         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
551         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
552         (gst_multipart_demux_change_state),
553         (gst_multipart_demux_plugin_init):
554         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
555         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
556         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
557         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
558         (gst_multipart_mux_pad_unlink),
559         (gst_multipart_mux_request_new_pad),
560         (gst_multipart_mux_handle_src_event),
561         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
562         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
563         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
564         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
565         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
566         send multipart jpeg images to a browser.
567         * gst/videobox/Makefile.am:
568         * gst/videobox/README:
569         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
570         (gst_video_box_get_type), (gst_video_box_base_init),
571         (gst_video_box_class_init), (gst_video_box_init),
572         (gst_video_box_set_property), (gst_video_box_get_property),
573         (gst_video_box_sink_link), (gst_video_box_i420),
574         (gst_video_box_ayuv), (gst_video_box_chain),
575         (gst_video_box_change_state), (plugin_init):
576         Crops or adds borders around an image. can do alpha channel
577         borders as well.
578         * gst/videomixer/Makefile.am:
579         * gst/videomixer/README:
580         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
581         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
582         (gst_videomixer_pad_get_sink_event_masks),
583         (gst_videomixer_pad_get_property),
584         (gst_videomixer_pad_set_property),
585         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
586         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
587         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
588         (gst_videomixer_base_init), (gst_videomixer_class_init),
589         (gst_videomixer_init), (gst_videomixer_request_new_pad),
590         (gst_videomixer_handle_src_event),
591         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
592         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
593         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
594         (gst_videomixer_loop), (gst_videomixer_get_property),
595         (gst_videomixer_set_property), (gst_videomixer_change_state),
596         (plugin_init):
597         Generic video mixer plugin, can handle multiple inputs all with
598         different framerates and video sizes. Is fully alpha channel
599         aware.
600
601 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
602
603         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
604           Select first track as master track. Not sure how else to handle
605           that...
606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
607           Discard discont events. Should fix #142962.
608
609 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
610
611         * ext/alsa/Makefile.am:
612         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
613         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
614         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
615         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
616         (gst_alsa_mixer_get_option):
617         * ext/alsa/gstalsamixer.h:
618         * ext/alsa/gstalsamixeroptions.c:
619         (gst_alsa_mixer_options_get_type),
620         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
621         (gst_alsa_mixer_options_new):
622         * ext/alsa/gstalsamixeroptions.h:
623         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
624         * ext/alsa/gstalsamixertrack.h:
625           Add enumerations (as GstMixerOptions). Make correct distinction
626           between input/output tracks. Add capture/playback private flag.
627           Use flag to decide on whether to set capture or playback volumes
628           or switches. Use playback and record switches.
629         * gst-libs/gst/mixer/Makefile.am:
630         * gst-libs/gst/mixer/mixer-marshal.list:
631         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
632         (gst_mixer_set_option), (gst_mixer_get_option),
633         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
634         (gst_mixer_volume_changed), (gst_mixer_option_changed):
635         * gst-libs/gst/mixer/mixer.h:
636         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
637         (gst_mixer_options_class_init), (gst_mixer_options_init),
638         (gst_mixer_options_dispose):
639         * gst-libs/gst/mixer/mixeroptions.h:
640           Add GstMixerOptions.
641         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
642           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
643           broken device detection on computers with multiple OSS sound
644           cards.
645
646 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
647
648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
649           fixate nicely even when the peer is not negotiating
650
651 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
652
653         * gst/audioconvert/gstaudioconvert.c:
654         (gst_audio_convert_parse_caps):
655           make sure we don't allow depth > width
656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
657           fixate endianness to G_BYTE_ORDER as default
658         * gst/audioscale/gstaudioscale.c:
659           we don't handle another endianness as host-endianness
660
661 2004-05-25  David Schleef  <ds@schleef.org>
662
663         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
664
665 2004-05-24  Benjamin Otte  <otte@gnome.org>
666
667         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
668         (gst_oggvorbisenc_setup):
669           properly fail when we can't setup the vorbis encoder due to
670           unsupported settings
671         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
672         (gst_vorbisenc_setup):
673           same
674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
675           fix case where warnings occured when one pad was unlinked while the
676           other's link function was called
677
678 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
679
680         * gst/tcp/Makefile.am:
681           use GST_ENABLE_NEW
682
683 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
684
685         * gst-libs/gst/resample/private.h:
686           don't use optimizations that are #if 0'ed
687
688 2004-05-24  Wim Taymans  <wim@fluendo.com>
689
690         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
691         Fix potential division by zero error and hopefully get
692         the position query right to get correct timestamps on avi
693         audio.
694
695 2004-05-24  Wim Taymans  <wim@fluendo.com>
696
697         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
698         (gst_videoscale_scale_nearest_str2),
699         (gst_videoscale_scale_nearest_str4),
700         (gst_videoscale_scale_nearest_32bit),
701         (gst_videoscale_scale_nearest_24bit),
702         (gst_videoscale_scale_nearest_16bit):
703         Fix the scaling algorithm and avoid a buffer overflow.
704         removed the while loop in the scaling function as it
705         was used for point sampling only.
706
707 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
708
709         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
710         (gst_id3_tag_class_init), (gst_id3_tag_init),
711         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
712         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
713         (gst_id3_tag_send_tag_event):
714           lots of fixes to make id3mux work and id3demux work correctly
715
716 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
717
718         * ext/Makefile.am:
719           add rules to build shout2send (was removed by accident
720           when this module was no more marked experimental/broken)
721
722 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
723
724         * ext/shout2/gstshout2.c:
725         * ext/shout2/gstshout2.h:
726           adding a "connection problem" signal to shout2send
727           (fixes #142954)
728
729 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
730
731         * ext/kio/kioreceiver.cpp:
732         * ext/kio/kioreceiver.h:
733           fix sign comparison issues
734
735 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
736
737         * gst/cdxaparse/gstcdxaparse.c:
738         * gst/cdxaparse/gstcdxaparse.h:
739           some renaming
740           add some checks/sanity
741           prepare for seek addition
742
743         * sys/sunaudio/gstsunaudio.c:
744           remove exported dupe init function
745
746 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
747
748         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
749         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
750           Fix format conversion and position querying.
751         * gst/debug/progressreport.c: (gst_progressreport_report):
752           Don't output a bogus total value that we didn't query.
753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
754           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
755           only a blank window after xine has been used.
756
757 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
758
759         * m4/as-arts.m4:
760           sync with upstream version to fix test on FC2
761           readd with -ko to preserve Id header
762
763 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
764
765         * configure.ac:
766           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
767         * gst/tcp/gsttcpclientsrc.c: idem
768         * gst/tcp/gsttcpserversink.c: idem
769         * gst/tcp/gsttcpserversrc.c: idem
770         * m4/gst-fionread.m4: idem
771
772         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
773
774         * configure.ac: enable speex plugin for speex 1.1.5+
775         * ext/speex/gstspeexenc.c: fix cast warning
776
777         * ext/esd/README: fix typo
778
779 2004-05-20  David Schleef  <ds@schleef.org>
780
781         * configure.ac: Minor cosmetic change to convince the buildbot to
782         reautogen.
783         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
784         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
785         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
786         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
787         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
788         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
789         More hacking.  Plays audio now.
790
791 2004-05-20  David Schleef  <ds@schleef.org>
792
793         * configure.ac:
794         * sys/Makefile.am:
795
796 2004-05-20  David Schleef  <ds@schleef.org>
797
798         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
799         * sys/osxaudio/gstosxaudio.c:
800         * sys/osxaudio/gstosxaudioelement.c:
801         * sys/osxaudio/gstosxaudioelement.h:
802         * sys/osxaudio/gstosxaudiosink.c:
803         * sys/osxaudio/gstosxaudiosink.h:
804         * sys/osxaudio/gstosxaudiosrc.c:
805         * sys/osxaudio/gstosxaudiosrc.h:
806
807 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
808
809         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
810         (gst_vorbisenc_chain):
811           put the codec headers on the caps as streamheader as well as
812           pushing them out
813
814 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
815
816         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
817         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
818         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
819         split up push_packet into two functions
820
821 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
822
823         * gst/tcp/.cvsignore:
824           ignore enums
825         * gst/tcp/Makefile.am:
826         * gst/tcp/README:
827         * gst/tcp/gsttcp.c:
828         * gst/tcp/gsttcp.h:
829         * gst/tcp/gsttcpclientsink.c:
830         * gst/tcp/gsttcpclientsink.h:
831         * gst/tcp/gsttcpclientsrc.c:
832         * gst/tcp/gsttcpclientsrc.h:
833         * gst/tcp/gsttcpplugin.c:
834         * gst/tcp/gsttcpserversink.c:
835         * gst/tcp/gsttcpserversink.h:
836         * gst/tcp/gsttcpserversrc.c:
837         * gst/tcp/gsttcpserversrc.h:
838           add new tcp elements
839
840 2004-05-19  Wim Taymans  <wim@fluendo.com>
841
842         * gst/law/mulaw-conversion.c: (mulaw_encode):
843         Fix overflow bug in ulaw encoding.
844
845 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
846
847         * ext/mad/gstmad.c: (gst_mad_handle_event):
848           don't unref the event twice
849
850 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
851
852         * configure.ac:
853           remove -Wno-sign-compare
854
855 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
856
857         * configure.ac:
858           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
859           if you want to work against glib 2.2 and 2.4
860
861 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
862
863         * gst/tcp/Makefile.am:
864         * gst/tcp/gsttcp.c:
865         * gst/tcp/gsttcp.h:
866         * gst/tcp/gsttcpsink.h:
867         * gst/tcp/gsttcpsrc.h:
868           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
869
870 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
871
872         * gst/debug/tests.c: (md5_get_value):
873           fix segfault on gst-inspect
874
875 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
876
877         * gst/debug/testplugin.c: 
878         * gst/debug/tests.c: 
879         * gst/debug/tests.h:
880           add new extensible and configurable testing element. Current tests
881           include buffer count, stream length, timestamp/duration matching and
882           md5.
883         * gst/debug/Makefile.am:
884         * gst/debug/gstdebug.c: (plugin_init):
885           add infrastructure for new element
886
887 2004-05-19  Johan Dahlin  <johan@gnome.org>
888
889         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
890         ending of the array. Fixes gst-inspect segfault on ppc.
891
892 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
893
894         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
895
896         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
897
898 2004-05-18  David Schleef  <ds@schleef.org>
899
900         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
901         warnings (bugs, actually) noticed by gcc but not forte.
902
903 2004-05-18  David Schleef  <ds@schleef.org>
904
905         * sys/sunaudio/Makefile.am:
906         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
907
908 2004-05-18  David Schleef  <ds@schleef.org>
909
910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
911         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
912         to allow qtdemux to use non-seekable streams. (bug #142272)
913
914 2004-05-18  David Schleef  <ds@schleef.org>
915
916         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
917         (gst_resample_sinc_ft_float): Remove use of static temporary
918         buffer.  This code was obviously not supposed to last long, but
919         it's stuck in our ABI, so it required a little hack to make it
920         ABI-compatible.  Fixes #142585.
921         * gst-libs/gst/resample/resample.h: same.
922
923 2004-05-18  David Schleef  <ds@schleef.org>
924
925         * configure.ac: Add sunaudio
926         * examples/Makefile.am: make gstplay depend on gconf
927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
928         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
929         (convert_table_lookup), (img_convert): remove c99-isms
930         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
931           unsigned, to fix a warning on Solaris
932         * gst/mpeg1sys/systems.c: bcopy->memcpy
933         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
934         * sys/Makefile.am: Add sunaudio
935
936 2004-05-18  Wim Taymans  <wim@fluendo.com>
937
938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
939         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
940         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
941         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
942         (gst_ogg_mux_loop):
943         Fix an ugly memleak where the muxer didn't flush enough ogg
944         pages. This also resulted in badly muxed ogg files.
945
946 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
947
948         * gst/asfdemux/asfheaders.c :
949         * gst/asfdemux/asfheaders.h :
950         * gst/asfdemux/gstasfdemux.c :
951           - fix ASF_OBJ_PADDING guid
952           - add 3 new object guids (language list, metadata, 
953             extended stream properties)
954           - add a function to parse extended header objects
955
956 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
957
958         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
959           remove leftover debugging g_print
960
961 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
962
963         * ext/mad/gstmad.c: (gst_mad_handle_event):
964           Fix for when the first format in a discont event is not a
965           byte-based one. Should fix #137710.
966
967 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
968
969         * m4/a52.m4 : fix compilation with -Wall -Werror
970         * m4/libfame.m4 : idem
971         * m4/libmikmod.m4 : idem
972
973 2004-05-17  Benjamin Otte  <otte@gnome.org>
974
975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
976           signal the new tags before giving up the reference
977
978 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
979
980         * ext/shout2/gstshout2.c:
981           use application/ogg instead of application/x-ogg (patch by Patrick
982           Guimond, fixes #142432)
983         * sys/oss/gstosselement.c: (gst_osselement_reset),
984         (gst_osselement_sync_parms):
985           don't set fragment size unless specified (fixes #142493)
986
987 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
988
989         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
990           fixes #142664
991
992 2004-05-17  Benjamin Otte  <otte@gnome.org>
993
994         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
995           compute offsets correctly for internal buffers so timestamps are set
996           correctly when we can't seek. Also handle cases where there are no
997           offsets. (based on a patch by David Moore, fixes #142507)
998
999 2004-05-17  Benjamin Otte  <otte@gnome.org>
1000
1001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1002           use correct variable when determining amount of data to skip so we
1003           don't skip into the void and segfault
1004
1005 2004-05-16  Benjamin Otte  <otte@gnome.org>
1006
1007         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1008           Hi, I'm a memleak
1009
1010 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1011
1012         * gst/asfdemux/gstasfdemux.c:
1013           - fix a mem leak and always propagate tags
1014           - add WMV3 to known video codecs (but no decoder yet)
1015           - replace "surplus data" at end of audio header for what
1016             it is : codec specific data
1017           - fix a typo
1018
1019 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
1020
1021         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
1022
1023         * gst-libs/gst/audio/audioclock.c:
1024           Fix wrong return type (#142205).
1025
1026 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1027
1028         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
1029           Ignore CRCs by default (fixes #142566).
1030
1031 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1032
1033         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
1034         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
1035         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
1036         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
1037         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1038         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
1039           Fix for cases where we fail to attach to a mixer.
1040
1041 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1042
1043         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1044           Don't touch events after not owning them anymore.
1045         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
1046         (gst_wavparse_fmt), (gst_wavparse_other),
1047         (gst_wavparse_handle_seek), (gst_wavparse_loop),
1048         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1049         (gst_wavparse_srcpad_event):
1050         * gst/wavparse/gstwavparse.h:
1051           Add seeking, fix querying.
1052
1053 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1054
1055         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1056           - process comments even if they don't end with \0\0
1057             g_convert would ignore them if present and works well without them
1058
1059 2004-05-16  Benjamin Otte  <otte@gnome.org>
1060
1061         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
1062           simplify caps
1063
1064 2004-05-16  Benjamin Otte  <otte@gnome.org>
1065
1066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1067           don't write to memory we might not write to - g_convert does that
1068           for us anyway (fixes #142613)
1069         (gst_asf_demux_audio_caps):
1070           comment out gst_util_dump_mem
1071
1072 2004-05-16  Benjamin Otte  <otte@gnome.org>
1073
1074         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1075           compute correct expected timestamps after seek (broken since
1076           last commit)
1077         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
1078           rename element and debugging category to gdkpixbufscale
1079
1080 2004-05-16  Benjamin Otte  <otte@gnome.org>
1081
1082         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1083           add error checking to snd_pcm_delay and remove duplicate call to
1084           snd_pcm_delay that caused issues (see inline code comments)
1085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1086           make more readable and fix return value when snd_pcm_delay fails
1087         (fixes #142586)
1088
1089 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
1090         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
1091         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
1092         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
1093         (gst_pixbufscale_link), (gst_pixbufscale_init),
1094         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
1095         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
1096         (gst_pixbufscale_get_property), (pixbufscale_init):
1097         * ext/gdk_pixbuf/pixbufscale.h:
1098         Add these files I forgot earlier
1099
1100 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
1101         * ext/gdk_pixbuf/Makefile.am:
1102         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
1103         * ext/gdk_pixbuf/gstgdkpixbuf.h:
1104         Add new pixbufscale element to scale RGB video
1105         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
1106         and HYPER interpolation correctly.
1107         * ext/theora/theoraenc.c: (theora_enc_chain),
1108         Discard buffer and return if explicit caps could not be set
1109         (theora_enc_get_property):
1110         Make _get return kbps for the bitrate consistent with
1111         the _set function.
1112
1113
1114 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1115
1116         * ext/libvisual/visual.c: (gst_visual_chain):
1117           add missing visual_audio_analyze
1118
1119 2004-05-14  David Schleef  <ds@schleef.org>
1120
1121         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
1122         is killed while we're playing.
1123         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
1124         gst_element_no_more_pads().
1125
1126 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1127
1128         * gst-libs/gst/riff/riff-read.c :
1129           - fix INFO tag extraction in RIFF/AVI files
1130             because gst_event_unref (event) also freed taglist
1131           - avoid a mem leak
1132
1133 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1134
1135         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
1136         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
1137
1138         * gst/auparse/gstauparse.c :
1139           - add code (commented for now) to support audio/x-adpcm on src pad
1140             (we have no decoder for those layout yet)
1141
1142         * gst/cdxaparse/gstcdxaparse.c :
1143         * gst/cdxaparse/gstcdxaparse.h :
1144           - partial rewrite using RiffRead (ripped iain's wavparse code)
1145
1146         * gst/rtp/gstrtpL16enc.c : typo
1147         * gst/rtp/gstrtpgsmenc.c : typo
1148
1149 2004-05-13  Benjamin Otte  <otte@gnome.org>
1150
1151         * configure.ac:
1152           check for exact version of libvisual, it's not supposed to be
1153           API/ABI stable yet
1154
1155 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1156
1157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
1158           signal no-more-pads
1159
1160 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
1161
1162         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
1163         Report which format was used for GST_FORMAT_DEFAULT
1164         * gst/debug/Makefile.am:
1165         * gst/debug/gstdebug.c: (plugin_init):
1166         * gst/debug/progressreport.c: (gst_progressreport_base_init),
1167         (gst_progressreport_class_init), (gst_progressreport_init),
1168         (gst_progressreport_report), (gst_progressreport_set_property),
1169         (gst_progressreport_get_property), (gst_progressreport_chain),
1170         (gst_progressreport_plugin_init):
1171         Add progressreport element for testing.
1172
1173 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1174
1175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
1176         * sys/v4l/gstv4lsrc.h:
1177         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
1178         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
1179         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
1180         (gst_v4lsrc_grab_frame):
1181           add more debugging
1182           send a discont at start
1183
1184 2004-05-12  Colin Walters  <walters@redhat.com>
1185
1186         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
1187         inflooping if we can't find a chunk.  Or in other words, don't blow
1188         chunks if we don't have a chunk to blow.
1189
1190 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
1191         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
1192         Remove old debug output
1193         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
1194         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
1195         (gst_dvdec_set_property), (gst_dvdec_get_property):
1196         Change the quality setting to an enum, so it works from gst-launch
1197         Don't renegotiate a non-linked pad. Allows audio only decoding.
1198         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
1199         (gst_deinterlace_link), (gst_deinterlace_init):
1200         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1201         (gst_videodrop_link):
1202         Some caps negotiation fixes
1203
1204 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1205
1206         * ext/tarkin/gsttarkin.c :
1207           - Change RANK from NONE to PRIMARY
1208         * ext/gdk_pixbuf/gstgdkpixbuf.c :
1209           - Change RANK from NONE to MARGINAL
1210         * ext/divx/gstdivxenc.c :
1211           - Change RANK from PRIMARY to NONE (encoder/spider issue)
1212
1213 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1214
1215         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
1216         (gst_vorbisenc_push_packet):
1217           copy a function that was added between 1.0 and 1.0.1 until we
1218           depend on worthwhile features of post-1.0
1219
1220 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1221
1222         * configure.ac:
1223           enable shout2 by default
1224         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
1225         (gst_shout2send_base_init), (gst_shout2send_init),
1226         (gst_shout2send_connect), (gst_shout2send_change_state):
1227         * ext/shout2/gstshout2.h:
1228           make this work again. Based on a patch by Zaheer Merali (fixes
1229           #142262)
1230         * ext/theora/theora.c: (plugin_init):
1231           don't set rank on encoders
1232
1233 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
1234
1235         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1236           Use codec_data property instead of flag1 and flag2 for wma
1237
1238 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1239
1240         * gst/cdxaparse/gstcdxaparse.c :
1241           - Add mpegversion to CAPS to make it link
1242           - Rank is as GST_RANK_SECONDARY instead of NONE
1243         * gst/auparse/gstauparse.c :
1244           - Document all audio encoding we can encounter from Solaris 9
1245             headers and libsndfile information.
1246           - Increase max. rate from 48000 to 192000 (to match other elements)
1247           - Don't try to play junk data between header and samples
1248
1249 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1250
1251         * ext/libvisual/visual.c: (gst_visual_getcaps):
1252           use the right caps depending on endianness (I hope)
1253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
1254           use GST_RANK_NONE for all non-decoding elements or spider gets
1255           mighty confused
1256
1257 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1258
1259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1260           Fix some odd cases and fix BE metadata parsing of unicode16 text.
1261
1262 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1263
1264         * gst/switch/gstswitch.c: (gst_switch_release_pad),
1265         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
1266         (gst_switch_loop), (gst_switch_get_type):
1267           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
1268           HEADERS. Had to be said.
1269
1270 2004-05-10  David Schleef  <ds@schleef.org>
1271
1272         * configure.ac: Add prototype Dirac support.
1273         * ext/Makefile.am:
1274         * ext/dirac/Makefile.am:
1275         * ext/dirac/gstdirac.cc:
1276         * ext/dirac/gstdiracdec.cc:
1277
1278 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1279
1280         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
1281         (gst_auparse_init), (gst_auparse_chain),
1282         (gst_auparse_change_state):
1283           Hack around spider. Remove me some day please.
1284
1285 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1286
1287         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1288           Fix for some uninitialized variables in previous patch, also
1289           makes it work. Fixes #142286 while we're at it.
1290
1291 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1292
1293         * gst/auparse/gstauparse.c:
1294                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
1295                 only unsupported formats are ADPCM/CCITT G.72x
1296                 reviewed by Ronald
1297         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
1298
1299 2004-05-10  Wim Taymans  <wim@fluendo.com>
1300
1301         * ext/vorbis/Makefile.am:
1302         * ext/vorbis/README:
1303         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
1304         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
1305         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
1306         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
1307         (gst_oggvorbisenc_convert_sink),
1308         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
1309         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
1310         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
1311         (get_constraints_string), (update_start_message),
1312         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
1313         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
1314         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
1315         * ext/vorbis/oggvorbisenc.h:
1316         * ext/vorbis/vorbis.c: (plugin_init):
1317         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
1318         (raw_caps_factory), (gst_vorbisenc_class_init),
1319         (gst_vorbisenc_init), (gst_vorbisenc_setup),
1320         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
1321         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
1322         * ext/vorbis/vorbisenc.h:
1323         Added a raw vorbis encoder to be used with the oggmuxer.
1324         We still need the old encoder for some gnome applications, 
1325         read the README to find out how that works.
1326         The raw encoder is called "rawvorbisenc" until 0.9.
1327
1328 2004-05-10  Wim Taymans  <wim@fluendo.com>
1329
1330         * ext/ogg/gstogg.c: (plugin_init):
1331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
1332         (gst_ogg_print):
1333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
1334         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
1335         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
1336         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
1337         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
1338         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
1339         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
1340         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
1341         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
1342         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
1343         Added an ogg muxer.
1344         Small typo fixes in the demuxer.
1345
1346 2004-05-10  Wim Taymans  <wim@fluendo.com>
1347
1348         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1349         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
1350         (theora_enc_change_state), (theora_enc_set_property),
1351         (theora_enc_get_property):
1352         Mark the last packet with an EOS flag which is not really needed
1353         in gstreamer.
1354         Do some better video framerate initialisation.
1355         Update the buffer timestamp.
1356
1357 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
1358
1359         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
1360         Return the result of the parent state change call
1361
1362 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1363
1364         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
1365         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
1366         * gst/law/alaw-encode.c : (idem)
1367         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
1368         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
1369         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
1370
1371 2004-05-09  Benjamin Otte  <otte@gnome.org>
1372
1373         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1374           don't use a fixed buffer size when writing variable length data to
1375           it. Fixes memory corruption and makes alsasrc work
1376
1377 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1378
1379         * ext/gnomevfs/gstgnomevfssink.c:
1380         (_gst_boolean_allow_overwrite_accumulator),
1381         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
1382           Run glib's default signal handler (??) in RUN_CLEANUP rather than
1383           RUN_LAST, and don't use that to set the accumulator value because
1384           then it's always FALSE.
1385
1386 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1387
1388         * gst-libs/gst/riff/riff-media.c:
1389         (gst_riff_create_video_caps_with_data),
1390         (gst_riff_create_audio_caps),
1391         (gst_riff_create_audio_template_caps):
1392         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
1393           Fix for unaligned RIFF files (i.e. where all the chunks together
1394           in a LIST chunk are not of the same size as the size given in
1395           the LIST chunk header). Fixes several odd WAVE files. Also fix
1396           ADPCM (block_align property) in audio, so that wavparse based
1397           on this works now as it used to stand-alone.
1398
1399 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
1400
1401         reviewed by Benjamin Otte  <otte@gnome.org>
1402
1403         * ext/a52dec/gsta52dec.c:
1404         * ext/divx/gstdivxdec.c:
1405         * ext/divx/gstdivxenc.c:
1406         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
1407         * ext/faac/gstfaac.c: (gst_faac_base_init):
1408         * ext/faad/gstfaad.c: (gst_faad_base_init):
1409         * ext/ivorbis/vorbisfile.c:
1410         * ext/lame/gstlame.c:
1411         * ext/libfame/gstlibfame.c:
1412         * ext/mpeg2enc/gstmpeg2enc.cc:
1413         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
1414         * ext/sidplay/gstsiddec.cc:
1415         * ext/speex/gstspeexdec.c:
1416         * ext/speex/gstspeexenc.c:
1417         * ext/xvid/gstxviddec.c:
1418         * ext/xvid/gstxvidenc.c:
1419           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
1420           (fixes #142193)
1421
1422 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1423
1424         * ext/alsa/gstalsa.c: (device_list),
1425         (gst_alsa_class_probe_devices):
1426         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1427           Fix alsa oddness in mixer after the combination of using mixer
1428           in source/sink elements and using hw:x,y instead of just hw:x.
1429
1430 2004-05-09  Benjamin Otte  <otte@gnome.org>
1431
1432         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
1433         (gst_wavparse_create_sourcepad):
1434           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
1435           sourcepads
1436
1437 2004-05-09  Benjamin Otte  <otte@gnome.org>
1438
1439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1440           allow discont events before caps nego
1441
1442 2004-05-08  Benjamin Otte  <otte@gnome.org>
1443
1444         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1445           don't leak events
1446
1447 2004-05-08  Benjamin Otte  <otte@gnome.org>
1448
1449         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
1450         (gst_level_change_state), (gst_level_init):
1451         * gst/level/gstlevel.h:
1452           figure out if we're initialized directly instead of keeping a
1453           variable that's wrong in 90% of cases
1454           don't initialize pads and then leak them and use a new unitialized
1455           pad. (fixes #142084)
1456           these were bugs so n00bish I didn't find them for an hour :/
1457
1458 2004-05-08 Iain <iain@prettypeople.org>
1459
1460         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
1461         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
1462         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
1463         return the length that was read.
1464         (gst_riff_read_strf_auds): Allow fmt tags as well.
1465
1466 2004-05-07  David Schleef  <ds@schleef.org>
1467
1468         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
1469         signed char assumption in faad.h.
1470
1471 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1472
1473         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
1474           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
1475
1476 2004-05-07  Colin Walters  <walters@redhat.com>
1477
1478         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
1479         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
1480         function.
1481         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
1482         Add dispose function.
1483
1484 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
1485         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
1486           Fix caps nego and pad templates. RGB mode caps should
1487           work now.
1488         * ext/dvdnav/gst-dvd:
1489           Move mpeg2dec inside the thread because otherwise the
1490           queue rejects cap changes mid-stream
1491         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
1492         (gst_mpeg2dec_flush_decoder):
1493           For mpeg2dec > 0.4.0, call the flush function instead of
1494           manually extracting all in-flight frames.
1495         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
1496         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
1497           Change mime type video/dv go video/x-dv to match the
1498           rest of gst-plugins
1499
1500 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1501
1502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1503         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
1504         (gst_alsa_sink_class_init):
1505         * ext/alsa/gstalsasink.h:
1506         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
1507         (gst_alsa_src_class_init):
1508         * ext/alsa/gstalsasrc.h:
1509           Make alsasink/src a subclass of alsamixer so that mixer stuff
1510           shows up in gst-rec. Needs some finetuning.
1511
1512 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1513
1514         * ext/lame/gstlame.c: (gst_lame_chain):
1515           simplify
1516         * ext/mad/gstmad.c: (gst_mad_handle_event):
1517           fix event leak
1518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1519           be able to detect mp3 files < 4096 bytes
1520
1521 2004-05-06  Wim Taymans  <wim@fluendo.com>
1522
1523         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1524         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
1525         (theora_enc_set_property), (theora_enc_get_property):
1526         Also encode the first frame, cleanup some code.
1527
1528 2004-05-06  Wim Taymans  <wim@fluendo.com>
1529
1530         * ext/mpeg2enc/gstmpeg2enc.cc:
1531         Forward events first before deciding that negotiation was
1532         not performed.
1533
1534 2004-05-06  Wim Taymans  <wim@fluendo.com>
1535
1536         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1537         First process the events before deciding that negotiation
1538         was not performed.
1539
1540 2004-05-06  Wim Taymans  <wim@fluendo.com>
1541
1542         * ext/theora/Makefile.am:
1543         * ext/theora/theora.c: (plugin_init):
1544         * ext/theora/theoradec.c: (theora_dec_change_state):
1545         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
1546         (gst_theora_enc_class_init), (gst_theora_enc_init),
1547         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
1548         (theora_enc_chain), (theora_enc_change_state),
1549         (theora_enc_set_property), (theora_enc_get_property):
1550         Added a theora encoder, grouped the encoder and decoder into the
1551         same plugin.
1552
1553 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1554
1555         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
1556         (gst_jpegenc_chain):
1557         fix DURATION on outgoing buffers
1558         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
1559         debug using time formats
1560         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1562         (gst_xvimagesink_sink_link):
1563         windows with width/height 0 generate X errors, so don't allow them
1564
1565 2004-05-05  Wim Taymans  <wim@fluendo.com>
1566
1567         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
1568         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
1569         (gst_mpeg2dec_negotiate_format):
1570         * ext/mpeg2dec/gstmpeg2dec.h:
1571           removed the static pad template so that we can add the
1572           more accurate framerate value to the caps.
1573           
1574
1575 2004-05-04  Benjamin Otte  <otte@gnome.org>
1576
1577         * configure.ac:
1578           check for kdemacros.h, too (should fix #141821)
1579         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
1580           don't crash if no header was sent, but nicely error out (fixes part
1581           of #141554)
1582
1583 2004-05-04  Wim Taymans  <wim@fluendo.com>
1584
1585         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
1586         parent dispose function to avoid segfault on destroy.
1587
1588 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1589
1590         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1591         (plugin_init):
1592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1593         (gst_xvimagesink_sink_link):
1594         clean up debugging caps
1595         also recreate xvimage when format has changed
1596
1597 2004-05-04  Benjamin Otte  <otte@gnome.org>
1598
1599         * ext/libvisual/Makefile.am:
1600         * ext/libvisual/visual.c: (gst_visual_class_init),
1601         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
1602         (gst_visual_srclink), (gst_visual_chain),
1603         (gst_visual_change_state), (plugin_init):
1604           use a GstAdapter to correctly adapt buffer sizes - allows using a
1605           framerate
1606
1607 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1608
1609         * sys/v4l/gstv4lelement.h:
1610         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
1612         (gst_v4lsrc_buffer_free):
1613         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
1614         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1615         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
1616         (gst_v4lsrc_requeue_frame):
1617         move some debugging categories around
1618         query for fps index and set accordingly if found
1619
1620 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1621
1622         * ext/lame/gstlame.c:
1623         correct defaults that lame_init puts out of range
1624
1625 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1626
1627         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
1628         (gst_divxenc_class_init):
1629         fix range since -1 is the default
1630         * gst/mpeg1sys/gstmpeg1systemencode.c:
1631         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
1632         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
1633         (gst_rtjpegdec_chain):
1634         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
1635         (gst_rtjpegenc_chain):
1636         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
1637         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
1638         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
1639         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
1640         * sys/v4l/gstv4lsrc.c:
1641         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1642         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
1643         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
1644         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
1645         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
1646           remove gst_info calls
1647
1648 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1649
1650         * Makefile.am:
1651         * po/af.po:
1652         * po/az.po:
1653         * po/en_GB.po:
1654         * po/nl.po:
1655         * po/sr.po:
1656         * po/sv.po:
1657           Updated translations
1658
1659 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1660
1661         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
1662           refactor/comment code
1663
1664 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1665
1666         * gst/asfdemux/Makefile.am:
1667         * gst/asfdemux/asfheaders.c:
1668         * gst/asfdemux/asfheaders.h:
1669         * gst/asfdemux/gstasf.c: (plugin_init):
1670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
1671         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
1672         (gst_asf_demux_setup_pad):
1673         * gst/asfdemux/gstasfdemux.h:
1674         * gst/asfdemux/gstasfmux.c:
1675         * gst/asfdemux/gstasfmux.h:
1676           Add tagging support to demuxer, split out registration in its own
1677           file instead of in demux (hacky), and prevent having some tables
1678           in our memory multiple times (in asfheaders.h).
1679
1680 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1681
1682         * gst/matroska/matroska-demux.c:
1683         (gst_matroska_demux_parse_metadata):
1684         * gst/matroska/matroska-ids.h:  
1685           Basic tag reading support.
1686
1687 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1688
1689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1690           Really detect ac-3 audio.
1691         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
1692           really detect matroska files (off-by-1).
1693
1694 2004-04-30  David Schleef  <ds@schleef.org>
1695
1696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1697         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
1698         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
1699         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
1700         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
1701         hackage -- parse a lot more atoms, extract a few tags.  One might even
1702         mistake this for tag support.  Maybe it is.
1703         * gst/qtdemux/qtdemux.h:
1704
1705 2004-04-30  Colin Walters  <walters@verbum.org>
1706
1707         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
1708
1709 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1710
1711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1712         (gst_ffmpegcolorspace_getcaps):
1713           remove broken nego fix
1714
1715 2004-04-30  Benjamin Otte  <otte@gnome.org>
1716
1717         * configure.ac:
1718         * ext/Makefile.am:
1719         * ext/libvisual/Makefile.am:
1720         * ext/libvisual/visual.c: 
1721           add initial support for libvisual (http://libvisual.sourceforge.net)
1722           libvisual is still quite alpha, so expect crashes in there :)
1723
1724 2004-04-29  David Schleef  <ds@schleef.org>
1725
1726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
1727         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
1728         up qtdemux to make it spit out codec_data.  Do _not_ look at this
1729         code; you will no longer respect me.
1730
1731 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1732
1733         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
1734         * ext/alsa/gstalsa.h :
1735         change alsa pcm device discovery to find more than 1 device
1736         per card. code review by Ronald.
1737
1738 2004-04-29  David Schleef  <ds@schleef.org>
1739
1740         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
1741         Add a check for a driver bug on FreeBSD.  (bug #140565)
1742
1743 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1744
1745         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
1746         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
1747         (gst_jpegenc_getcaps):
1748           move format setting to inner loop
1749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1750         (gst_ffmpegcolorspace_getcaps):
1751           use GST_PAD_CAPS if available so that we use already negotiated
1752           caps
1753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1754         (qtdemux_parse_moov), (qtdemux_parse):
1755           extra debugging
1756         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
1757         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
1758           move hardcoded path to DEFINE
1759
1760 2004-04-28  David Schleef  <ds@schleef.org>
1761
1762         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
1763         (bug #140064)
1764
1765 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1766
1767         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1768           Don't probe for playback device if we're a source element. Fixes
1769           #139658.
1770
1771 2004-04-29  Benjamin Otte  <otte@gnome.org>
1772
1773         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1774         (gst_id3_tag_chain):
1775           rewrite buffer offset
1776
1777 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1778
1779         * configure.ac:
1780         * ext/Makefile.am:
1781         * ext/dts/Makefile.am:
1782         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
1783         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
1784         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
1785         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
1786         (gst_dtsdec_loop), (gst_dtsdec_change_state),
1787         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
1788         (plugin_init):
1789         * ext/dts/gstdtsdec.h:
1790           New DTS decoder.
1791         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
1792         (gst_faad_srcconnect):
1793           Add ESDS atom handling (.m4a).
1794
1795 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1796
1797         * ext/divx/gstdivxdec.c: (plugin_init):
1798           Remove comment that makes no sense.
1799         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
1800           Fix for obvious typo that resulted in warnings during gst-register.
1801         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
1802         (gst_xviddec_sink_link):
1803           Fix caps negotiation a bit better.
1804         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1805           We call this 'codec_data', not 'esds'.
1806
1807 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1808
1809         * gst/monoscope/gstmonoscope.c:
1810           make sure we only provide 256x128
1811         * gst/monoscope/monoscope.c: (monoscope_init):
1812           assert size of 256x128
1813
1814 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1815
1816         * Makefile.am:
1817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1818         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
1819           fixate to max width and height of device
1820
1821 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1822
1823         * Makefile.am:
1824         * sys/v4l/gstv4l.c:
1825         * sys/v4l/gstv4lsrc.c:
1826         * sys/v4l/v4l_calls.c:
1827         * sys/v4l/v4lsrc_calls.c:
1828           fix for qc-usb driver which fakes having more than one buffer
1829           by handing the same buffer twice, which confused GStreamer's/v4lsrc
1830           buffer_free override
1831           add debugging
1832
1833 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1834
1835         * Makefile.am:
1836         * gst/videotestsrc/gstvideotestsrc.c:
1837         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
1838         (gst_videotestsrc_init), (gst_videotestsrc_get),
1839         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
1840         * gst/videotestsrc/gstvideotestsrc.h:
1841           add num-buffers property
1842
1843         2004-04-26  Benjamin Otte  <otte@gnome.org>
1844
1845         * ext/mad/gstid3tag.c: (plugin_init):
1846           set id3mux rank to NONE so it doesn't confuse spider
1847           require audio/mpeg,mpegversion=1 in id3mux
1848
1849 2004-04-26  Benjamin Otte  <otte@gnome.org>
1850
1851         * configure.ac:
1852           detect faad correctly as non-working if it's indeed non-working
1853
1854 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1855
1856         * Makefile.am:
1857         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
1858         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
1859         fix _getcaps so it only negotiates to its supported format
1860
1861 2004-04-25  Benjamin Otte  <otte@gnome.org>
1862
1863         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
1864           fix memleak
1865
1866 2004-04-23  Benjamin Otte  <otte@gnome.org>
1867
1868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1869           audio/x-raw-int with height rules! not. Now it's depth.
1870
1871 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1872
1873         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
1874         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
1875         (gst_wavparse_loop):
1876           Missing variable initialization. Add handling of DVI ADPCM. Fix
1877           mis-parsing of LIST chunks. This works around a bug where we mis-
1878           parse non-aligning LIST chunks (so LIST chunks where the contents
1879           don't align with the actual LIST size). The correct fix is to use
1880           rifflib, I'm not going to fix wavparse - too much work. All this
1881           fixes #104878.
1882
1883 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
1884
1885         reviewed by Benjamin Otte  <otte@gnome.org>
1886
1887         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
1888           fix shoutcast not working (fixes #140844)
1889
1890 2004-04-22  Benjamin Otte  <otte@gnome.org>
1891
1892         * ext/hermes/gsthermescolorspace.c:
1893         (gst_hermes_colorspace_caps_remove_format_info):
1894         * gst/colorspace/gstcolorspace.c:
1895         (gst_colorspace_caps_remove_format_info):
1896         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1897         (gst_ffmpegcolorspace_caps_remove_format_info):
1898           s/gst_caps_simplify/gst_caps_do_simplify/
1899
1900 2004-04-22  Benjamin Otte  <otte@gnome.org>
1901
1902         * gst-libs/gst/riff/riff-media.c:
1903         (gst_riff_create_video_caps_with_data):
1904           mpegversion is an int
1905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
1906           don't try to create pad templates with NULL caps, use any caps
1907           instead.
1908
1909 2004-04-20  David Schleef  <ds@schleef.org>
1910
1911         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
1912         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
1913         (bug #140384)
1914
1915 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
1916
1917         reviewed by David Schleef
1918
1919         * ext/mad/gstid3tag.c: Add stdlib.h
1920         * gst/rtp/gstrtpgsmenc.c: same
1921         * gst/tags/gstid3tag.c: same
1922         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
1923         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
1924         GST_DISABLE_LOADSAVE use.
1925         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
1926         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
1927         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
1928         atol(3)).
1929         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
1930         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
1931         strtoul(3)).
1932         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
1933         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
1934         $(ID3_CFLAGS).
1935         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
1936         $(LIBFAME_CFLAGS).
1937
1938 2004-04-20  David Schleef  <ds@schleef.org>
1939
1940         * gst/realmedia/rmdemux.c:  This was supposed to part of the
1941         last checkin.  Same idea.
1942
1943 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
1944
1945         reviewed by David Schleef
1946
1947         * configure.ac: bump required gstreamer version to 0.8.1.1
1948         because of following changes [--ds]
1949
1950         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
1951         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
1952         (gst_riff_read_header):  Use GST_READ_UINT*
1953         macros to access possibly unaligned memory.
1954
1955         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
1956         (mp3_type_find):  Use GST_READ_UINT*
1957         macros to access possibly unaligned memory.
1958         (mp3_type_find, mpeg1_parse_header, qt_type_find)
1959         (speex_type_find): Likewise
1960
1961         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
1962
1963         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
1964         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
1965         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
1966         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
1967         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
1968         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
1969         macros to access possibly unaligned memory.
1970
1971         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
1972         Likewise.
1973
1974         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
1975         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
1976
1977         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1978         Likewise.
1979
1980         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
1981         (gst_mpeg2subt_chain_subtitle): Likewise.
1982
1983         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
1984         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
1985         Likewise.
1986
1987         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
1988         Likewise.
1989
1990         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
1991         Likewise.
1992
1993         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
1994         Likewise.
1995
1996 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1997
1998         * configure.ac:
1999           update required version of GStreamer because of GST_TIME_FORMAT
2000
2001 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2002
2003         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
2004           remove leftover g_print
2005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2006           don't try setting only a subset of the caps. We don't want to kill
2007           autoplugging on purpose
2008
2009 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2010
2011         * sys/ximage/ximagesink.c: (plugin_init):
2012         * sys/xvimage/xvimagesink.c: (plugin_init):
2013           add debugging categories
2014
2015 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2016
2017         * po/en_GB.po:
2018         * po/LINGUAS:
2019           Adding en_GB translation (Gareth Owen)
2020
2021 2004-04-20  David Schleef  <ds@schleef.org>
2022
2023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2024         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
2025         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
2026         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2027         A number of new features and hacks to extract the esds atom and
2028         put it into the caps.  (bug #137724)
2029
2030 2004-04-19  David Schleef  <ds@schleef.org>
2031
2032         * gconf/Makefile.am: Fix for non-GNU make
2033         * gst-libs/gst/Makefile.am: Change directory order to handle
2034         GstPlay linking with gstinterfaces
2035         * gst-libs/gst/audio/make_filter: make use of tr portable
2036         * gst-libs/gst/play/Makefile.am: Add intended \
2037         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
2038         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
2039         function prototype instead of void *.
2040         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
2041         macro.
2042         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2043         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
2044         * gst/videofilter/make_filter: make use of tr portable
2045         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
2046
2047 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2048                                                                                 
2049         * po/LINGUAS:
2050         * po/uk.po:
2051           Added Ukrainian translation (Maxim V. Dziumanenko)
2052                                                                                 
2053 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2054
2055         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
2056         (gst_gsmdec_link), (gst_gsmdec_chain):
2057           Fix capsnego, simplify chain function slightly.
2058         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2059           Add GSM.
2060
2061 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2062
2063         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2064         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
2065         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
2066           Hack to make wavparse work with spider (always -> sometimes pad).
2067           Fixes #135862 && #140411.
2068
2069 2004-04-18  Benjamin Otte  <otte@gnome.org>
2070
2071         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
2072         (gst_osselement_rate_probe_check),
2073         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
2074           get rid of \n in debug output
2075
2076 2004-04-17  Iain <iain@prettypeople.org>
2077
2078         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
2079         not just EOS.
2080
2081 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2082
2083         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
2084         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
2085         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
2086         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
2087         (gst_id3_tag_src_link), (gst_id3_tag_chain),
2088         (gst_id3_tag_change_state), (plugin_init):
2089           deprecate id3tag element and replace with id3demux/id3mux.
2090           great side effect: this ugly file is now even uglier, yay!
2091         * ext/mad/gstmad.h:
2092           remove non-available function
2093           update for new get_type
2094
2095 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2096
2097         * configure.ac:
2098           require mpeg2dec >= 0.4.0
2099
2100 2004-04-17  Benjamin Otte  <otte@gnome.org>
2101
2102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2103         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
2104         (gst_xvimagesink_set_xwindow_id):
2105           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
2106           assorted cleanup fixes.
2107
2108 2004-04-16  David Schleef  <ds@schleef.org>
2109
2110         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
2111         * sys/xvimage/xvimagesink.h: same
2112
2113 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2114
2115         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
2116           Fix GST_ELEMENT_ERROR with (NULL)
2117
2118 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2119
2120         * gst-libs/gst/riff/riff-media.c:
2121         (gst_riff_create_video_caps_with_data):
2122           Add div[3456] as fourccs for DivX 3 (fixes #140137).
2123
2124 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2125
2126         * gst-libs/gst/riff/riff-media.c:
2127         (gst_riff_create_video_caps_with_data),
2128         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
2129         (gst_riff_create_video_template_caps),
2130         (gst_riff_create_audio_template_caps):
2131         * gst-libs/gst/riff/riff-media.h:
2132         * gst-libs/gst/riff/riff-read.c:
2133         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
2134         * gst-libs/gst/riff/riff-read.h:
2135         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2136           Add MS RLE support. I added some functions to read out strf chunks
2137           into strf chunks and the data behind it. This is usually color
2138           palettes (as in RLE, but also in 8-bit RGB). Also use those during
2139           caps creation. Lastly, add ADPCM (similar to wavparse - which
2140           should eventually be rifflib based).
2141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2142         (gst_matroska_demux_init), (gst_matroska_demux_reset):
2143         * gst/matroska/matroska-demux.h:
2144           Remove placeholders for some prehistoric tagging system. Didn't add
2145           support for any tag system really anyway.
2146         * gst/qtdemux/qtdemux.c:
2147           Add support for audio/x-m4a (MPEG-4) through spider.
2148         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2149         (gst_wavparse_loop):
2150           ADPCM support (#135862). Increase max. buffer size because we
2151           cannot split buffers for ADPCM (screws references) and I've seen
2152           files with 2048 byte chunks. 4096 seems safe for now.
2153
2154 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2155
2156         * configure.ac: bump nano to 1
2157
2158 === release 0.8.1 ===
2159
2160 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2161
2162         * configure.ac: releasing 0.8.1, "Comforting Sounds"
2163
2164 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2165
2166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2167           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
2168           Fixes #140058
2169
2170 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2171
2172         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
2173           lower rank of dvddemux so that it's not used for mpeg playback.
2174
2175 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2176
2177         * configure.ac:
2178           save libs correctly when checking mad
2179
2180 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2181
2182         * ext/mad/gstid3tag.c: (plugin_init):
2183           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
2184
2185 2004-04-13  David Schleef  <ds@schleef.org>
2186
2187         * common/m4/gst-feature.m4: Call -config scripts with
2188         --plugin-libs if it is supported.
2189         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
2190         JPEG images are image/jpeg.
2191         * gst/debug/Makefile.am:
2192         * gst/debug/negotiation.c: (gst_negotiation_class_init),
2193         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
2194         (gst_negotiation_update_caps), (gst_negotiation_get_property),
2195         (gst_negotiation_plugin_init): Add a property that acts like
2196         filter caps.
2197         * testsuite/gst-lint:  Move license checking to be a standard
2198         test.
2199
2200 2004-04-13  David Schleef  <ds@schleef.org>
2201
2202         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
2203         patch from Sebastien Cote (bug #139958)
2204
2205 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2206
2207         * examples/gstplay/Makefile.am:
2208         * examples/gstplay/player.c: (main):
2209           make the commandline player example use gconf settings
2210
2211 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2212
2213         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
2214         (gst_cacasink_sinkconnect), (gst_cacasink_init),
2215         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
2216           init/end library during state transition, not object
2217           creation/disposal.  get rid of custom dispose handler.
2218          
2219
2220 2004-04-12  Christian Schaller <Uraeus@gnome.org>
2221
2222         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
2223         be a symlink
2224
2225 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2226
2227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
2228           Handle JUNK chunks inside data section. Prevents warnings.
2229
2230 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2231
2232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2233         (gst_riff_create_video_template_caps):
2234           Add MS video v1.
2235         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2236         (gst_avi_demux_stream_data):
2237           Add support for "rec-list" chunks.
2238
2239 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2240
2241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2242           Fix another codecname mismatch.
2243
2244 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2245
2246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2247           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
2248           so that MJPEG plays back.
2249
2250 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2251
2252         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
2253         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
2254         * gst/mpeg1videoparse/gstmp1videoparse.h:
2255           Fix for some slight mis-cuts in buffer parsing, and for some
2256           potential overflows or faults-causers. Adds disconts. Also fixes
2257           #139105 while we're at it.
2258
2259 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2260
2261         * configure.ac:
2262         * sys/v4l2/gstv4l2element.h:
2263           Workaround for missing struct v4l2_buffer declaration in Suse 9
2264           and Mandrake 10 linux/videodev2.h header file (#135919).
2265
2266 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2267
2268         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
2269           Bail out if no filename was given.
2270
2271 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2272
2273         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
2274         (gst_v4l2_fourcc_from_structure):
2275           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
2276           Y41B somewhere).
2277
2278 2004-04-09  Benjamin Otte  <otte@gnome.org>
2279
2280         * ext/gnomevfs/gstgnomevfssink.c:
2281         (_gst_boolean_allow_overwrite_accumulator),
2282         (gst_gnomevfssink_class_init):
2283           fix erase signal - if any handler returns false the file will not be
2284           overwritten. If no handler is connected, the file will not be
2285           overwritten either.
2286           renamed signal to "allow-overwrite"
2287         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
2288           free string when adding it to ID3 failed
2289         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
2290           unref event when done
2291         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
2292           free caps
2293         * gst/typefind/gsttypefindfunctions.c:
2294         (mpeg_video_stream_type_find):
2295           fix invalid read 
2296
2297 2004-04-08  David Schleef  <ds@schleef.org>
2298
2299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2300         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
2301
2302 2004-04-08  David Schleef  <ds@schleef.org>
2303
2304         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
2305         we don't support (bug #139532)
2306
2307 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2308
2309         * ext/mad/gstmad.c: (gst_mad_handle_event),
2310         (gst_mad_check_caps_reset), (gst_mad_chain),
2311         (gst_mad_change_state):
2312           only set explicit caps if they haven't been set before for
2313           this stream.  MPEG-audio sample rate/channels aren't allowed
2314           to change in-stream.
2315           Fixes #139382
2316
2317 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2318
2319         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
2320         (_gst_boolean_did_something_accumulator),
2321         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
2322         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
2323         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
2324         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
2325         (gst_gnomevfssink_change_state):
2326           Fix erase signal. Don't erase by default. Remove handoff signal.
2327           Remove erase property. Don't segfault. General cleanup.
2328
2329 2004-04-07  Benjamin Otte  <otte@gnome.org>
2330
2331         * gst-libs/gst/gconf/test-gconf.c: (main):
2332           add missing gst_init
2333
2334 2004-04-07  Benjamin Otte  <otte@gnome.org>
2335
2336         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
2337           free the mutexes, too
2338
2339 2004-04-07  Benjamin Otte  <otte@gnome.org>
2340
2341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
2342           actually free the URI string
2343         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
2344           compute offset correctly when passing discont events
2345         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2346           don't leak discont events
2347         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2348           add some missing breaks so caps aren't copied randomly
2349         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
2350           if we realloc memory, we better use it
2351
2352 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2353
2354         * ext/mad/gstmad.c: (normal_seek):
2355           fix GST_FORMAT_TIME usage
2356
2357 2004-04-05  David Schleef  <ds@schleef.org>
2358
2359         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
2360         a deprecated function (hack!)
2361
2362 2004-04-05  Benjamin Otte  <otte@gnome.org>
2363
2364         * ext/esd/esdmon.c: (gst_esdmon_get):
2365           fix nonterminated vararg and memleak
2366
2367 2004-04-05  Benjamin Otte  <otte@gnome.org>
2368
2369         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
2370         (gst_ladspa_init), (gst_ladspa_force_src_caps),
2371         (gst_ladspa_set_property), (gst_ladspa_get_property),
2372         (gst_ladspa_instantiate), (gst_ladspa_activate),
2373         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
2374           clean up debugging
2375
2376 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
2377
2378         reviewed by Benjamin Otte  <otte@gnome.org>
2379
2380         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
2381           check for broken LADSPA parameters (fixes #138635)
2382         
2383 2004-04-05  Benjamin Otte  <otte@gnome.org>
2384
2385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
2386           advertise buffer-frames correctly on sinkpads
2387
2388 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2389
2390         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
2391         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
2392         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
2393         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
2394         (gst_mad_check_caps_reset), (gst_mad_chain):
2395         add more debugging, only reset caps when we're not in error state
2396
2397 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2398
2399         * ext/mad/gstmad.c: add debugging category, comment + cleanups
2400
2401 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
2402
2403         reviewed by Benjamin Otte  <otte@gnome.org>
2404
2405         * configure.ac:
2406           fix == in test(1) operator
2407
2408 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
2409
2410         reviewed by Benjamin Otte  <otte@gnome.org>
2411
2412         * configure.ac:
2413           fix --export-symblos-regex to a working regex.
2414
2415 2004-04-04  Benjamin Otte  <otte@gnome.org>
2416
2417         * sys/oss/.cvsignore:
2418           add for oss_probe
2419
2420 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
2421
2422         reviewed by Benjamin Otte  <otte@gnome.org>
2423
2424         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2425           add missing 'new_media' argument (fixes #138168)
2426         * gst/matroska/matroska-demux.c:
2427         (gst_matroska_demux_handle_seek_event):
2428           add vararg terminator (fixes #138169)
2429
2430 2004-04-02  David Schleef  <ds@schleef.org>
2431
2432         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
2433         disted (bug #138914)
2434
2435 2004-04-01  Benjamin Otte  <otte@gnome.org>
2436
2437         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
2438         (gst_alsa_close_audio):
2439           handle case better where a soundcard can't pause
2440         * ext/ogg/gstoggdemux.c:
2441           don't crash when we get events but don't have pads yet
2442
2443 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2444
2445         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
2446           throw an error if we couldn't probe any caps.
2447
2448 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
2449
2450         * ext/dvdnav/gst-dvd:
2451         Add a really simple sample DVD player
2452
2453 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
2454
2455         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
2456         (gst_a52dec_push), (gst_a52dec_handle_event),
2457         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
2458         (gst_a52dec_change_state):
2459         * ext/a52dec/gsta52dec.h:
2460           Use a debug category, Output timestamps correctly
2461           Emit tag info, Handle events, tell liba52dec about cpu
2462           capabilities so it can use MMX etc.
2463         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
2464           Fix a crasher accessing invalid memory
2465         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
2466         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
2467         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
2468         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
2469         (dvdnavsrc_query):
2470           Some support for byte-format seeking.
2471           Small fixes for still frames and menu button overlays
2472         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
2473         (gst_mpeg2dec_alloc_buffer):
2474           Use a debug category. Adjust the report level of several items to
2475           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
2476           so it doesn't lose the GstBuffer pointer
2477         * gst/debug/Makefile.am:
2478         * gst/debug/gstdebug.c: (plugin_init):
2479         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
2480         (gst_navseek_base_init), (gst_navseek_class_init),
2481         (gst_navseek_init), (gst_navseek_seek),
2482         (gst_navseek_handle_src_event), (gst_navseek_set_property),
2483         (gst_navseek_get_property), (gst_navseek_chain),
2484         (gst_navseek_plugin_init):
2485         * gst/debug/gstnavseek.h:
2486           Add the navseek debug element for seeking back and forth in a 
2487           video stream using arrow keys.
2488         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
2489         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
2490         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
2491         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
2492         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
2493         (gst_mpeg2subt_parse_header), (gst_get_nibble),
2494         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
2495         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
2496         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
2497         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
2498         * gst/mpeg2sub/gstmpeg2subt.h:
2499           Pretty much a complete rewrite. Now a loopbased element. May still
2500           require work to properly synchronise subtitle buffers.
2501         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
2502         (gst_dvd_demux_send_subbuffer):
2503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
2504           Don't attempt to create subbuffers of size 0
2505           Reduce a couple of error outputs to warnings.
2506         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
2507         (gst_y4mencode_chain):
2508         Output the y4m frame header correctly.
2509
2510 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2511
2512         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
2513           throw errors instead of allowing SIGFPE
2514
2515 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2516
2517         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
2518         (gst_gconf_render_bin_from_key):
2519           leak plugging and style fixing
2520
2521 2004-03-31  David Schleef  <ds@schleef.org>
2522
2523         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
2524         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
2525         (bug #138225)
2526         * gst/debug/Makefile.am:
2527         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
2528         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
2529         plugin.
2530         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
2531         (gst_negotiation_base_init), (gst_negotiation_class_init),
2532         (gst_negotiation_init), (gst_negotiation_getcaps),
2533         (gst_negotiation_pad_link), (gst_negotiation_chain),
2534         (gst_negotiation_set_property), (gst_negotiation_get_property),
2535         (gst_negotiation_plugin_init):  New element to talk about random
2536         negotiation things happening in a pipeline.
2537
2538 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2539
2540         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
2541           fix integer addition with help of Stefan Kost
2542
2543 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2544
2545         * po/nl.po: updated Dutch translation (Elros Cyriatan)
2546
2547 2004-03-30  David Schleef  <ds@schleef.org>
2548
2549         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
2550         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
2551         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
2552         (bug #137504)
2553         * ext/mpeg2dec/gstmpeg2dec.h:
2554
2555 2004-03-30  David Schleef  <ds@schleef.org>
2556
2557         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
2558
2559 2004-03-30  David Schleef  <ds@schleef.org>
2560
2561         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
2562         Michael Petullo) to handle .mov
2563
2564 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2565
2566         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
2567         (gst_osselement_rate_check_rate):
2568           probe caps correctly for sound cards that only support one format
2569
2570 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2571
2572         * ext/kio/kiosrc.cpp: (process_events):
2573           update handling event processing if inside KDE - untested
2574
2575 2004-03-29  David Schleef  <ds@schleef.org>
2576
2577         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
2578         by 2 to not interfere with other colorspaces.
2579         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
2580         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
2581         one to not interfere with ffmpeg_colorspace.
2582
2583 2004-03-29  David Schleef  <ds@schleef.org>
2584
2585         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
2586         aren't in the caps.
2587         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
2588         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
2589
2590 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2591
2592         * gst-libs/gst/riff/riff-media.c:
2593           fail on error, don't try to set stuff on NULL caps
2594
2595 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2596
2597         * configure.ac:
2598         * ext/Makefile.am:
2599         * ext/kio/Makefile.am:
2600         * ext/kio/kioreceiver.cpp:
2601         * ext/kio/kioreceiver.h:
2602         * ext/kio/kiosrc.cpp:
2603         * ext/kio/kiosrc.h:
2604           add experimental kiosrc plugin
2605         * ext/alsa/gstalsaplugin.c: (plugin_init):
2606           initialize debugging category only when we're sure registering the
2607           plugins worked.
2608
2609 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2610
2611         * examples/gstplay/player.c: (main):
2612         * gst-libs/gst/play/play.c: (gst_play_class_init),
2613         (gst_play_set_location), (gst_play_set_data_src),
2614         (gst_play_set_video_sink), (gst_play_set_audio_sink),
2615         (gst_play_set_visualization), (gst_play_connect_visualization):
2616           check return values of element_set_state and return FALSE where
2617           failed
2618
2619 2004-03-29  Benjamin Otte  <otte@gnome.org>
2620
2621         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2622           try harder to check if an event is really a discont
2623
2624 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2625
2626         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
2627         * po/az.po:
2628
2629 2004-03-28  Benjamin Otte  <otte@gnome.org>
2630
2631         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
2632         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2633         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
2634           get rid of non-standard "..." ranges in case statements.
2635
2636 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
2637
2638         * gst/mpegstream/gstmpegdemux.c: 
2639         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
2640         specific functionality split to the new dvddemux element.
2641         * gst/mpegstream/gstdvddemux.c:
2642         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
2643         streams, derived from mpegdemux.
2644         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
2645         up. SCR based timestamp rewriting can be turned off (will probably
2646         completely disappear soon).
2647         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
2648         hacking. General cleanup. All printf statements replaced by
2649         debugging messages. Almost complete libdvdnav support.
2650         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
2651         by events. New properties for audio and subpicture languages.
2652         (dvdnavsrc_update_highlight): Now uses events.
2653         (dvdnavsrc_user_op): Cleaned up.
2654         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
2655         based). Lots of cleanup, and propper support for most libdvdnav
2656         events.
2657         (dvdnavsrc_make_dvd_event): New function.
2658         (dvdnavsrc_make_dvd_nav_packet_event): New function.
2659         (dvdnavsrc_make_clut_change_event): New function.
2660
2661 2004-03-26  Benjamin Otte  <otte@gnome.org>
2662
2663         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
2664           fix bug where typefinding would claim it's theora whenever less then
2665           7 bytes of data were available
2666
2667 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2668
2669         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
2670         (gst_alawdec_base_init), (gst_alawdec_class_init),
2671         (gst_alawdec_init), (gst_alawdec_chain):
2672         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
2673         (gst_alawenc_base_init), (gst_alawenc_class_init),
2674         (gst_alawenc_init), (gst_alawenc_chain):
2675         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
2676         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
2677         (gst_mulawdec_init), (gst_mulawdec_chain):
2678         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
2679         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
2680         (gst_mulawenc_init), (gst_mulawenc_chain):
2681           Fix capsnego in all four, remove the unused property functions and
2682           simplify the chain functions slightly. I guess we could use macros
2683           or something similar for those, since the code is so similar, but
2684           I'm currently too lazy...
2685
2686 2004-03-24  David Schleef  <ds@schleef.org>
2687
2688         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
2689         (gst_osselement_close_audio), (gst_osselement_probe_caps),
2690         (gst_osselement_get_format_structure),
2691         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
2692         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
2693         (gst_osselement_rate_int_compare): Add code to handle rate probing
2694         (bug #120883)
2695         * sys/oss/gstosselement.h: same
2696         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
2697         Use rate probing provided by osselement.
2698         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
2699
2700 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2701
2702         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
2703         (gst_xvidenc_get_property):
2704           ulong/int mess-up.
2705
2706 2004-03-24  David Schleef  <ds@schleef.org>
2707
2708         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
2709         (gst_speexdec_init):
2710         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
2711         (gst_speexenc_init):  Create the pad template correctly (from
2712         the static pad template, not a NULL pointer.)
2713
2714 2004-03-25  Benjamin Otte  <otte@gnome.org>
2715
2716         * gst/debug/Makefile.am:
2717         * gst/debug/breakmydata.c: 
2718           add element that quasi-randomly changes bytes in the stream.
2719           Intended use is robustness checking of demuxers and decoders in
2720           media tests.
2721
2722 2004-03-24  Benjamin Otte  <otte@gnome.org>
2723
2724         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2725         (gst_alsa_probe_hw_params):
2726         * ext/alsa/gstalsa.h:
2727           debugging output fixes
2728
2729 2004-03-24  Benjamin Otte  <otte@gnome.org>
2730
2731         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
2732           don't g_return_if_fail if element is PLAYING, fail silently as every
2733           other element.
2734         * gst/effectv/gstquark.c: (gst_quarktv_chain):
2735           only fix needed for cast lvalue issues in gst-plugins
2736         * gst/volenv/gstvolenv.c: (gst_volenv_init):
2737           add proxy_getcaps
2738
2739 2004-03-24  Benjamin Otte  <otte@gnome.org>
2740
2741         * gst/level/gstlevel.c: (gst_level_init):
2742           add proxying getcaps function, so level doesn't advertise impossible
2743           caps
2744
2745 2004-03-24  David Schleef  <ds@schleef.org>
2746
2747         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2748         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
2749         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
2750         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
2751         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
2752         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
2753         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
2754         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
2755         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
2756         messages.  Divide the chunk size by the compression ratio
2757         (needed for MACE audio)
2758
2759 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2760
2761         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2762           Fix buffer overflow read error.
2763
2764 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2765
2766         * ext/alsa/gstalsa.h:
2767           Remove unused entry.
2768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2769           Add cinepak.
2770         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
2771         (gst_videodrop_link), (gst_videodrop_chain):
2772           Fix, sort of. Was horribly broken with new capsnego. Bah...
2773
2774 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
2775
2776         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
2777         (plugin_init):
2778         Add a monkeysaudio typefind function
2779
2780 2004-03-23  Johan Dahlin  <johan@gnome.org>
2781
2782         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
2783         (gst_play_video_fixate): Check so the structure has the field
2784         before trying to fixate them, this makes it possible to have
2785         fakesinks for video and audio output without printing errors on
2786         the output console.
2787
2788 2004-03-22  David Schleef  <ds@schleef.org>
2789
2790         * sys/oss/Makefile.am:
2791         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
2792         (check_rate), (add_rate):  Rate probing test app.
2793
2794 2004-03-21  Benjamin Otte  <otte@gnome.org>
2795
2796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
2797         (_fixate_caps_to_int), (gst_audio_convert_fixate):
2798           add a fixation function that pretty much does the right thing (fixes
2799           #137556)
2800
2801 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
2802
2803         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
2804
2805 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
2806
2807         reviewed by: Benjamin Otte  <otte@gnome.org>
2808
2809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2810           terminate gst_event_new_discontinuous correctly (fixes parts of
2811           #137711)
2812
2813 2004-03-19  David Schleef  <ds@schleef.org>
2814
2815         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
2816         since it doesn't depend on X, and it's part of our ABI.
2817
2818 2004-03-19  Iain <iain@prettypeople.org>
2819
2820         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
2821         is_int in the structure, not the local variable.
2822
2823 2004-03-19  David Schleef  <ds@schleef.org>
2824
2825         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
2826         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
2827         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
2828         Improvements in caps negotiation.
2829
2830 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2831
2832         * po/LINGUAS:
2833         * po/af.po:
2834           adding Afrikaans (Petri Jooste)
2835
2836 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2837
2838         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2839         (gst_ffmpegcolorspace_chain):
2840         throw error instead of g_critical (#137588)
2841
2842 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2843
2844         * Makefile.am:
2845         * configure.ac:
2846           dist common and m4 correctly
2847         * po/sv.po:
2848
2849 2004-03-17  David Schleef  <ds@schleef.org>
2850
2851         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
2852         (bug #137348)
2853
2854 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2855
2856         * po/LINGUAS:
2857         * po/sv.po:
2858           adding Swedish translation (Christian Rose)
2859
2860 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2861
2862         * Makefile.am: use release.mak
2863
2864 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2865
2866         * common/ChangeLog:
2867         * common/gst-autogen.sh:
2868           add some explanation about the version detection
2869         * configure.ac:
2870           fix X check
2871
2872 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2873
2874         * configure.ac: bump nano to 1
2875
2876 === release 0.8.0 ===
2877
2878 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2879
2880         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
2881
2882 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2883
2884         * configure.ac:
2885           update libtool version
2886         * gst-libs/gst/media-info/Makefile.am:
2887           actually use libtool version
2888
2889 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2890
2891         * configure.ac: fix speex detection to work with 1.0 but not 1.1
2892
2893 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2894
2895         * configure.ac:
2896         * gst-plugins.spec.in:
2897         * pkgconfig/Makefile.am:
2898         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
2899         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2900         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2901         * pkgconfig/gstreamer-libs.pc.in:
2902         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
2903         * pkgconfig/gstreamer-play-uninstalled.pc.in:
2904         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
2905         * pkgconfig/gstreamer-plugins.pc.in:
2906           remove @VERSION@ from some of the pc files since core and plugins
2907           are decoupled.
2908           created gstreamer-plugins.pc as it's a better name, but keeping
2909           -libs around for now to get fixes upstream done first.
2910
2911 2004-03-15  Julien MOUTTE <julien@moutte.net>
2912
2913         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
2914         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
2915         * gst-libs/gst/play/play.h:
2916
2917 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2918
2919         * *.c, *.cc: don't mix tabs and spaces
2920
2921 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2922
2923         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
2924           use the new ffmpegcolorspace
2925         * gst-plugins.spec.in:
2926           package new colorspace and media-info
2927         * configure.ac:
2928         * pkgconfig/Makefile.am:
2929           fix some more disting issues
2930         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
2931         * pkgconfig/gstreamer-media-info.pc.in:
2932           generate media-info pc files
2933
2934 2004-03-15  Johan Dahlin  <johan@gnome.org>
2935         
2936         * *.h: Revert indenting
2937
2938 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2939
2940         * configure.ac:
2941           adding ffmpegcolorspace element
2942         * gst/ffmpegcolorspace/Makefile.am:
2943         * gst/ffmpegcolorspace/avcodec.h:
2944         * gst/ffmpegcolorspace/common.h:
2945         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
2946         * gst/ffmpegcolorspace/dsputil.h:
2947         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
2948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2949         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
2950         (gst_ffmpeg_caps_to_pix_fmt):
2951         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2953         (gst_ffmpegcolorspace_caps_remove_format_info),
2954         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
2955         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
2956         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
2957         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
2958         (gst_ffmpegcolorspace_set_property),
2959         (gst_ffmpegcolorspace_get_property),
2960         (gst_ffmpegcolorspace_register):
2961         * gst/ffmpegcolorspace/imgconvert.c:
2962         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
2963         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
2964         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
2965         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
2966         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
2967         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
2968         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
2969         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
2970         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
2971         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
2972         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
2973         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
2974         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
2975         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
2976         (img_get_alpha_info), (deinterlace_line),
2977         (deinterlace_line_inplace), (deinterlace_bottom_field),
2978         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
2979         * gst/ffmpegcolorspace/imgconvert_template.h:
2980         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
2981         * gst/ffmpegcolorspace/mmx.h:
2982         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
2983           adding ffmpegcolorspace element supplied by Ronald after cleaning
2984           up and pulling in the right bits of upstream source. 
2985           I'm sure a better C/compiler wizard could do some cleaning up (for
2986           example use GLIB's malloc stuff), but as a first pass this
2987           works very well
2988
2989 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2990
2991         * ext/alsa/gstalsa.h:
2992           I assume Ronald forgot to commit the change to have cardname
2993           as a struct member.  Expect some public spanking at the next
2994           opportunity.
2995
2996 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2997
2998         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
2999         (gst_alsa_open_audio), (gst_alsa_close_audio):
3000         * ext/alsa/gstalsa.c:
3001           Don't open the device if we're a mixer (= padless).
3002         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
3003         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
3004         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
3005           Open mixer during state change rather than during object
3006           initialization. Also, get a device name. Currently in a somewhat
3007           hackish fashion, but I didn't really find something better.
3008
3009 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3010
3011         * *.c, *.h: run gst-indent
3012
3013 2004-03-14  Benjamin Otte  <otte@gnome.org>
3014
3015         * gst/modplug/gstmodplug.cc:
3016         * gst/modplug/gstmodplug.h:
3017           set correct timestamps on outgoing buffers
3018
3019 2004-03-14  Benjamin Otte  <otte@gnome.org>
3020
3021         * gst/modplug/gstmodplug.cc:
3022           handle events - don't do crap when a discont arrives that's not
3023           necessary
3024           This allows correct loading and playback of mods in Rhythmbox
3025
3026 2004-03-14  Benjamin Otte  <otte@gnome.org>
3027
3028         * configure.ac:
3029         * gst-libs/gst/gconf/Makefile.am:
3030         * pkgconfig/Makefile.am:
3031           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
3032           they get rebuilt properly
3033         * configure.ac:
3034           when checking for vorbis, try pkgconfig first.
3035         * gst/modplug/gstmodplug.cc:
3036           add fixate function
3037
3038 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3039
3040         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3041           Fix for obvious mistake, where we first shift the offset and then
3042           read a samplesize element assuming the old offset. Note that this
3043           part still has something weird, i.e. my movies containing those
3044           don't actually play well, but at least there's something that looks
3045           like sound now.
3046
3047 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
3048         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
3049         (plugin_init):
3050         Add a typefind function for speex format
3051
3052 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3053
3054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
3055         (gst_asf_demux_setup_pad):
3056           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
3057           instead of 0. Reason is simple: some elements have a fps range
3058           of 1-max instead of 0-max. So now ASF video actually works.
3059
3060 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3061
3062         * po/LINGUAS:
3063         * po/sr.po:
3064           adding serbian as a language
3065
3066 2004-03-13  Benjamin Otte  <otte@gnome.org>
3067
3068         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3069           return taglist correctly from _get function, don't gst_pad_push it.
3070           (fixes #137042)
3071
3072 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
3073         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3074
3075 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3076
3077         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
3078         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
3079         (gst_alsa_mixer_track_new):
3080         * ext/alsa/gstalsamixertrack.h:
3081           Fix ancient leftovers... MixerTrack is a GObject.
3082
3083 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3084
3085         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3086         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3087           Don't block during probing...
3088
3089 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3090
3091         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
3092         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
3093         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
3094         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
3095         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
3096         (gst_alsa_open_audio), (gst_alsa_close_audio):
3097         * ext/alsa/gstalsa.h:
3098           Add propertyprobe interface implementation, add some device-name
3099           property, all this so that it looks good in gnome-volume-control.
3100
3101 2004-03-12  David Schleef  <ds@schleef.org>
3102
3103         * configure.ac: the Hermes library controls hermescolorspace, not
3104         colorspace.
3105         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
3106         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
3107         not /* */
3108         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
3109         * ext/sdl/sdlvideosink.h: ditto.
3110         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
3111
3112 2004-03-12  Benjamin Otte  <otte@gnome.org>
3113
3114         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
3115         (gst_x_overlay_got_xwindow_id):
3116         * gst-libs/gst/xoverlay/xoverlay.h:
3117           replace XID with unsigned long to get rid of the xlibs dependency in
3118           XOverlay (fixes #137004)
3119
3120 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
3121         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
3122         (gst_agingtv_setup):
3123         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
3124         (gst_dicetv_base_init), (gst_dicetv_class_init),
3125         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
3126         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
3127         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
3128         (gst_edgetv_setup), (gst_edgetv_rgb32):
3129         * gst/effectv/gsteffectv.c:
3130         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
3131         (gst_quarktv_set_property):
3132         * gst/effectv/gstrev.c: (gst_revtv_get_type),
3133         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
3134         (gst_revtv_setup), (gst_revtv_rgb32):
3135         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
3136         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
3137         (gst_shagadelictv_init), (gst_shagadelictv_setup),
3138         (gst_shagadelictv_rgb32):
3139         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
3140         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
3141         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
3142         * gst/effectv/gstwarp.c:
3143         Port everything that can be ported to videofilter and fix up the caps.
3144         Can someone with a big-endian machine please check these?
3145
3146 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3147
3148         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
3149         (gst_osssink_chain), (gst_osssink_change_state):
3150           Latest fixes for A/V sync, audio playback and such. This is about
3151           all... MPEG playback issues are mostly related to the async build-
3152           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
3153
3154 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3155
3156         patch from: Stephane Loeuillet
3157
3158         * configure.ac:
3159           use pkg-config for some libraries, falling back to the old .m4 way
3160           (fixes #131270)
3161         * m4/libdv.m4:
3162           removed
3163
3164 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3165
3166         * configure.ac:
3167         * tools/Makefile.am:
3168         * tools/Makefile.in:
3169         * tools/gst-launch-ext-m.m:
3170         * tools/gst-launch-ext.1.in:
3171         * tools/gst-visualise-m.m:
3172         * tools/gst-visualise.1:
3173         * tools/gst-visualise.1.in:
3174           reorganizing generation of script tools
3175
3176 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3177
3178         * ext/divx/gstdivxdec.c:
3179           Downgrade priority. We prefer ffdec_mpeg4.
3180         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
3181         (gst_faad_chain), (gst_faad_change_state):
3182           Fix capsnego. Doesn't work for some sounds because we don't have
3183           a 5:1 to stereo element.
3184         * ext/xvid/gstxvid.c: (plugin_init):
3185           Add priority.
3186         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
3187         (gst_osssink_change_state):
3188           Add discont handling.
3189
3190 2004-03-09  Colin Walters  <walters@verbum.org>
3191
3192         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
3193         conversion.
3194
3195 2004-03-09  Benjamin Otte  <otte@gnome.org>
3196
3197         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
3198           the signals take 2 arguments
3199
3200 2004-03-09  David Schleef  <ds@schleef.org>
3201
3202         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
3203         (gst_alsa_fixate): Add fixate function.  (bug #136686)
3204         * ext/alsa/gstalsa.h:
3205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
3206
3207 2004-03-09  Benjamin Otte  <otte@gnome.org>
3208
3209         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
3210         (gst_mikmod_change_state):
3211         * ext/mikmod/gstmikmod.h:
3212           make mikmod's loop function not loop infinitely and call
3213           gst_element_yield anymore
3214         * gst/modplug/gstmodplug.cc:
3215           fix pad negotiation (fixes #136590)
3216
3217 2004-03-09  David Schleef  <ds@schleef.org>
3218
3219         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
3220         doesn't conflict with the internal colorspace plugin.
3221         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
3222         satisfy the crappy-ass shell shipped by a certain vendor.
3223         * gst/videofilter/make_filter: same (bug #135299)
3224
3225 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3226
3227         * configure.ac: bump nano to 1
3228
3229 === release 0.7.6 ===
3230
3231 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3232
3233         * configure.in: releasing 0.7.6, "There"
3234
3235 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3236
3237         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3238         * pkgconfig/gstreamer-play.pc.in:
3239           synchronize the two
3240
3241 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3242
3243         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
3244         (cdparanoia_open), (cdparanoia_event):
3245           fix/add error handling
3246         * po/POTFILES.in:
3247           add cdparanoia source
3248         * tools/Makefile.am:
3249           make scripts executable
3250
3251 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3252
3253         * configure.ac:
3254         * ext/vorbis/Makefile.am:
3255         * sys/Makefile.am:
3256           remove id3types, vorbisfile and xvideosink from the build (#133783)
3257
3258 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3259
3260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3261           Fix metadata read crash (#136537).
3262
3263 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3264
3265         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
3266         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
3267           adding mime types, fixing the one-stop function
3268
3269 2004-03-08  Christian Schaller <Uraeus@gnome.org>
3270
3271         * ext/nas/nassink.c and /ext/nas/nassink.h:
3272         More NAS love from Arwed von Merkatz
3273         So lets all sing 'Can you feel the NAS tonight' 
3274
3275 2004-03-08  Christian Schaller <Uraeus@gnome.org>
3276
3277         * tools/gst-launch-ext.in: 
3278         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
3279
3280 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3281
3282         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
3283         (gst_mpeg2dec_init):
3284         remove the user_data pad for now, because it is being used in
3285         fixating causing MPEG playback to fixate on 1000 Hz for playback.
3286         If someone knows how to fix this properly, please do.
3287
3288 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3289
3290         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
3291         (gst_osssink_get_time):
3292         add a warning, IMO this won't get triggered anymore, remove later
3293
3294 2004-03-07  David Schleef  <ds@schleef.org>
3295
3296         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
3297         format (bug #136470)
3298
3299 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3300
3301         * gst-libs/Makefile.am:
3302         * gst-libs/gst/media-info/Makefile.am:
3303         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
3304         (error_callback), (gst_media_info_error_create),
3305         (gst_media_info_error_element), (gmip_init), (gmip_reset),
3306         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
3307         * gst-libs/gst/media-info/media-info-priv.h:
3308         * gst-libs/gst/media-info/media-info-test.c: (main):
3309         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
3310         (gst_media_info_class_init), (gst_media_info_instance_init),
3311         (gst_media_info_set_source), (gst_media_info_read_with_idler),
3312         (gst_media_info_read_idler), (gst_media_info_read):
3313         * gst-libs/gst/media-info/media-info.h:
3314         fixed, should work now
3315
3316 2004-03-07  Christian Schaller <Uraeus@gnome.org>
3317
3318         * ext/nas/nassink.c:
3319         A bunch of NAS fixes from Arwed von Merkatz
3320
3321 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3322
3323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3324         (qtdemux_parse_trak):
3325           Fix crash (j might be greater than n_samples, in which case we're
3326           writing outside the allocated space for the array) and memleak.
3327
3328 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3329
3330         * sys/oss/gstosssink.c: (gst_osssink_chain):
3331           And another caller that couldn't handle delay < 0 (unsigned
3332           integer overflow). Video now continues playing on an audio
3333           buffer underrun, and the clock continues working. Audio still
3334           stalls.
3335
3336 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3337
3338         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
3339         (gst_osssink_get_time):
3340           get_delay() may return values lower than 0. In those cases, we
3341           should not actually cast to *unsigned* int64, that will break
3342           stuff horribly. In my case, it screwed up A/V sync in movies
3343           in totem rather badly.
3344
3345 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
3346
3347         * ext/faac/gstfaac.c: (gst_faac_chain):
3348         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3349         * ext/libpng/gstpngenc.c: (user_write_data):
3350         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3351         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
3352         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
3353         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
3354         Fix several misuse of gst_buffer_merge (it doesn't take ownership
3355         of any buffer), should fix some leaks. I hope I didn't unref buffers
3356         that shouldn't be...
3357         
3358 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3359
3360         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
3361         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
3362         (error_callback), (gmi_reset), (gmi_seek_to_track),
3363         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
3364         (gmip_find_type_post), (gmip_find_stream_post),
3365         (gmip_find_track_streaminfo_post):
3366         * gst-libs/gst/media-info/media-info-priv.h:
3367         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
3368         (info_print), (main):
3369         * gst-libs/gst/media-info/media-info.c:
3370         (gst_media_info_error_create), (gst_media_info_error_element),
3371         (gst_media_info_instance_init), (gst_media_info_get_property),
3372         (gst_media_info_new), (gst_media_info_set_source),
3373         (gst_media_info_read_idler), (gst_media_info_read):
3374         * gst-libs/gst/media-info/media-info.h:
3375           first pass at making this work again.  This seems to work on
3376           tagged ogg/vorbis and mp3 files.
3377
3378 2004-03-06  Benjamin Otte  <otte@gnome.org>
3379
3380         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3381           fix huge leak: gst_buffer_merge doesn't unref the first argument
3382           itself.
3383
3384 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3385
3386         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
3387           report layer/mode/emphasis
3388
3389 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
3390
3391         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
3392
3393 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3394
3395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
3396           signal serial
3397
3398 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3399
3400         * ext/vorbis/vorbis.c: (plugin_init):
3401         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3402         (gst_vorbis_dec_init), (vorbis_dec_event):
3403         add debug category
3404         make vorbisdec handle _BYTE and _TIME queries
3405
3406 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
3407
3408         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
3409           from the xing header
3410
3411 2004-03-06  Benjamin Otte  <otte@gnome.org>
3412
3413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
3414         (gst_audio_convert_link), (gst_audio_convert_change_state),
3415         (gst_audio_convert_buffer_from_default_format):
3416           do conversions from/to float correctly, fix some caps nego errors,
3417           export correct supported caps in template and getcaps, use correct
3418           caps in try_set_caps functions
3419
3420 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
3421
3422         For some reason, I only committed a ChangeLog entry yesterday and 
3423         not the corresponding code...
3424         * ext/mad/gstmad.c: Fix detection of Xing headers
3425         * gst/tags/gstid3tag.c: Changes to support TLEN tags
3426
3427 2004-03-06  Benjamin Otte  <otte@gnome.org>
3428
3429         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
3430         (gst_ogg_demux_src_query):
3431           make sure to handle the case where there's no current chain
3432           gracefully.
3433
3434 2004-03-05  David Schleef  <ds@schleef.org>
3435
3436         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
3437         Add fixate function. (bug #131128)
3438         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
3439         (gst_sdlvideosink_fixate):  Add fixate function.
3440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3441         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
3442         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
3443         Fix missing break that was causing ulaw to be interpreted as
3444         raw int.
3445
3446 2004-03-05  David Schleef  <ds@schleef.org>
3447
3448         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
3449         Fix code that ignores return value of gst_buffer_merge().
3450         (bug #114560)
3451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
3452         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
3453         * testsuite/gst-lint:  Check for above.
3454
3455 2004-03-05  David Schleef  <ds@schleef.org>
3456
3457         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
3458         caps and throw an element error.  (bug #136334)
3459
3460 2004-03-05  David Schleef  <ds@schleef.org>
3461
3462         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
3463         (gst_faad_chain): Fix negotiation.
3464         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
3465         key and button events.
3466         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
3467         dung heap of code.
3468         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
3469         depends on gconf
3470         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
3471         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3472         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
3473         function to encourage better negotiation, particularly between
3474         audioconvert and osssink.
3475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3476         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
3477         more important.
3478         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
3479         typefinding.
3480         * gst/vbidec/vbiscreen.c:  Add glib header
3481         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
3482
3483 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
3484
3485         * ext/mad/gstmad.c: Fix detection of Xing headers
3486         * gst/tags/gstid3tag.c: Changes to support TLEN tags
3487
3488 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3489
3490         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3491         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
3492           debug updates
3493
3494 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
3495
3496         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3497         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
3498         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
3499         files, and report the parsed length as a GST_TAG_DURATION tag.
3500         * gst/tags/gstid3tag.c: support TLEN (duration) tag
3501
3502 2004-03-05  Benjamin Otte  <otte@gnome.org>
3503
3504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
3505           convert channels correctly. convert correctly to unsigned.
3506
3507 2004-03-05  Julien MOUTTE <julien@moutte.net>
3508
3509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
3510         we have a window before clearing it.
3511
3512 2004-03-05  Julien MOUTTE <julien@moutte.net>
3513
3514         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
3515         have a window before clearing it.
3516
3517 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3518
3519         * gconf/gstreamer.schemas.in:
3520         * gst-libs/gst/gconf/Makefile.am:
3521           version installation path the same way as for 0.6
3522         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3523         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3524         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3525           remove comment that was fixed
3526
3527 2004-03-05  David Schleef  <ds@schleef.org>
3528
3529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
3530         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
3531         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
3532         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
3533         Add prototype code for handling seeking and querying.
3534
3535 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3536
3537         * examples/gstplay/player.c: (main):
3538           Initialize variables to NULL. Prevents a segfault because the
3539           (uninitialized) variable is not NULL, resulting in a crash on
3540           trying to reach error->message.
3541
3542 2004-03-05  Benjamin Otte  <otte@gnome.org>
3543
3544         * gst/audioconvert/gstaudioconvert.c:
3545         (gst_audio_convert_buffer_to_default_format):
3546         make float=>int conversion work correctly even in cornercases.
3547
3548 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
3549
3550         * debian/README.Debian:
3551         * debian/build-deps:
3552         * debian/changelog:
3553         * debian/control:
3554         * debian/control.in:
3555         * debian/copyright:
3556         * debian/gstreamer-a52dec.files:
3557         * debian/gstreamer-aa.files:
3558         * debian/gstreamer-alsa.files:
3559         * debian/gstreamer-alsa.manpages:
3560         * debian/gstreamer-arts.files:
3561         * debian/gstreamer-artsd.files:
3562         * debian/gstreamer-audiofile.files:
3563         * debian/gstreamer-avifile.files:
3564         * debian/gstreamer-cdparanoia.files:
3565         * debian/gstreamer-colorspace.files:
3566         * debian/gstreamer-doc.files:
3567         * debian/gstreamer-dv.files:
3568         * debian/gstreamer-dvd.files:
3569         * debian/gstreamer-esd.files:
3570         * debian/gstreamer-festival.files:
3571         * debian/gstreamer-flac.files:
3572         * debian/gstreamer-gconf.conffiles:
3573         * debian/gstreamer-gconf.files:
3574         * debian/gstreamer-gconf.postinst:
3575         * debian/gstreamer-gnomevfs.files:
3576         * debian/gstreamer-gsm.files:
3577         * debian/gstreamer-http.files:
3578         * debian/gstreamer-jack.files:
3579         * debian/gstreamer-jpeg.files:
3580         * debian/gstreamer-mad.files:
3581         * debian/gstreamer-mikmod.files:
3582         * debian/gstreamer-misc.files:
3583         * debian/gstreamer-mpeg2dec.files:
3584         * debian/gstreamer-oss.files:
3585         * debian/gstreamer-plugin-apps.files:
3586         * debian/gstreamer-plugin-apps.manpages:
3587         * debian/gstreamer-plugin-libs-dev.files:
3588         * debian/gstreamer-plugin-libs.files:
3589         * debian/gstreamer-plugin-template.postinst:
3590         * debian/gstreamer-plugin-template.postrm:
3591         * debian/gstreamer-sdl.files:
3592         * debian/gstreamer-sid.files:
3593         * debian/gstreamer-vorbis.files:
3594         * debian/gstreamer-x.files:
3595         * debian/mk.control:
3596         * debian/rules:
3597         Debian package info not maintained here.
3598
3599 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3600
3601         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
3602         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
3603         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
3604         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
3605         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
3606         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
3607         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
3608         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
3609         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
3610         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
3611         * gst-libs/gst/colorbalance/colorbalance.c:
3612         (gst_color_balance_class_init):
3613         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3614         (gst_color_balance_channel_class_init):
3615         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
3616         * gst-libs/gst/play/play.c: (gst_play_class_init):
3617         * gst-libs/gst/propertyprobe/propertyprobe.c:
3618         (gst_property_probe_iface_init):
3619         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
3620         * gst-libs/gst/tuner/tunerchannel.c:
3621         (gst_tuner_channel_class_init):
3622         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
3623         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
3624         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
3625         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
3626         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
3627         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3628         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
3631           fix signals to use - instead of _
3632         * ext/libcaca/gstcacasink.h:
3633         * ext/sdl/sdlvideosink.h:
3634           fix header rename
3635
3636 2004-03-04  David Schleef  <ds@schleef.org>
3637
3638         * testsuite/gst-lint:  Add a check for bad signal names.
3639
3640 2004-03-04  <kost@imn.htwk-leipzig.de>
3641
3642         reviewed by David Schleef
3643
3644         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
3645         modified the alpha channel and caused a warning. (bug #136192)
3646
3647 2004-04-03  Christian Schaller <Uraeus@gnome.org>
3648
3649         * gst-plugins.spec.in:
3650         Change names of plugins to actually be correct. Try to keep things
3651         alphabetical to avoid getting beat up by Thomas
3652
3653 2004-03-03  Julien MOUTTE <julien@moutte.net>
3654
3655         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
3656         Using ximagesink as a default if no gconf key found. We should
3657         probably consider using alsasink instead of osssink for the audio
3658         part.
3659
3660 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3661
3662         * configure.ac:
3663           fix --with-plugins, don't think it ever worked before
3664         * gst-plugins.spec.in:
3665           even more updates
3666
3667 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3668
3669         * ext/sdl/sdlvideosink.h:
3670         * sys/ximage/ximagesink.h:
3671         * sys/xvideo/xvideosink.h:
3672         * sys/xvimage/xvimagesink.h:
3673           Fix for move of gstvideosink.h -> videosink.h.
3674
3675 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3676
3677         * gst-libs/gst/xwindowlistener/Makefile.am:
3678           this is a plugin library, not a library
3679
3680 2004-03-01  David Schleef  <ds@schleef.org>
3681
3682         * AUTHORS:  Added some names.  Add yourself if you're still
3683         missing.
3684
3685 2004-03-01  David Schleef  <ds@schleef.org>
3686
3687         * MAINTAINERS: Add
3688
3689 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3690
3691         * gst-plugins.spec.in: clean up spec file
3692
3693 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3694
3695         * gst-libs/gst/video/Makefile.am:
3696         * gst-libs/gst/video/gstvideosink.c:
3697         * gst-libs/gst/video/gstvideosink.h:
3698           rename gstvideosink.h to videosink.h to match other headers
3699         * gst/mixmatrix/Makefile.am:
3700           fix plugin filename
3701         * gst/tags/Makefile.am: fix plugin filename
3702
3703 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3704
3705         * gst/tags/Makefile.am: fix plugin filename
3706
3707 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3708
3709         * examples/gstplay/player.c: (got_time_tick), (main):
3710           add error handler
3711           display time_tick more readably
3712         * gst/mixmatrix/Makefile.am:
3713           fix plugin file name
3714
3715 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
3716
3717         * sys/oss/gstosselement.c: (gst_osselement_probe),
3718         (device_combination_append), (gst_osselement_class_probe_devices):
3719         * sys/oss/gstosselement.h: 
3720           Reworked enumeration of oss dsps and mixers so that gst-mixer works
3721           on my system using alsa oss emulation, fixes bug #135597
3722
3723 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3724
3725         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
3726         (gst_videodrop_chain), (gst_videodrop_change_state):
3727         * gst/videodrop/gstvideodrop.h:
3728           Work based on timestamp of input data, not based on the expected
3729           framerate from the input. The consequence is that this element now
3730           not only scales framerates, but also functions as a framerate
3731           corrector or framerate stabilizer/constantizer.
3732
3733 2004-02-27  David Schleef  <ds@schleef.org>
3734
3735         patches from jmmv@menta.net (Julio M. Merino Vidal)
3736
3737         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
3738         GST_ELEMENT_ERROR call (bug #135634)
3739         * gst/interleave/interleave.c: (interleave_buffered_loop),
3740         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
3741         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
3742         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
3743         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
3744         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
3745         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
3746         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
3747         Fix GST_ELEMENT_ERROR call.
3748         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
3749         GST_ELEMENT_ERROR call.
3750
3751 2004-02-27  Benjamin Otte  <otte@gnome.org>
3752
3753         * gst-libs/gst/audio/audio.h:
3754           add macro to make sure header isn't included twice
3755         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3756           don't use gst_buffer_free
3757         * gst/playondemand/filter.func:
3758           don't use gst_data_free. Free data only once.
3759
3760 2004-02-26  David Schleef  <ds@schleef.org>
3761
3762         * gst-libs/gst/colorbalance/Makefile.am:
3763         * gst-libs/gst/mixer/Makefile.am:
3764         * gst-libs/gst/tuner/Makefile.am:
3765         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
3766         should not be disted, -marshal.h files should not be installed,
3767         and -enum.h files _should_ be installed.  Fix to make this the
3768         case.
3769
3770 === release 0.7.5 ===
3771
3772 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3773
3774         * configure.ac: release 0.7.5, "Under The Sea"
3775
3776 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3777
3778         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
3779         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
3780         * gst/videoscale/gstvideoscale.c:
3781         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3782           assorted debug/warning fixes
3783
3784 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3785
3786         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
3787         (gst_videoscale_init), (gst_videoscale_chain),
3788         (gst_videoscale_set_property), (plugin_init):
3789         * gst/videoscale/gstvideoscale.h:
3790         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3791         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
3792         (gst_videoscale_planar400), (gst_videoscale_packed422),
3793         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
3794         (gst_videoscale_24bit), (gst_videoscale_16bit),
3795         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
3796         (gst_videoscale_scale_plane_slow),
3797         (gst_videoscale_scale_point_sample),
3798         (gst_videoscale_scale_nearest),
3799         (gst_videoscale_scale_nearest_str2),
3800         (gst_videoscale_scale_nearest_str4),
3801         (gst_videoscale_scale_nearest_32bit),
3802         (gst_videoscale_scale_nearest_24bit),
3803         (gst_videoscale_scale_nearest_16bit):
3804         add debugging category and use it properly
3805         fix use of GST_PTR_FORMAT
3806
3807 2004-02-25  Andy Wingo  <wingo@pobox.com>
3808
3809         * gst/interleave/interleave.c (interleave_buffered_loop): Always
3810         push only when channel->buffer is NULL. Prevents segfaults doing
3811         the state change after a nonlocal exit, like a scheme exception.
3812
3813         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
3814         Handle the case where the intersected caps is empty.
3815
3816 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3817
3818         * gst/law/mulaw-decode.c: (mulawdec_link):
3819         * gst/law/mulaw.c: (plugin_init):
3820           fix mulawdec so it actually works again
3821
3822 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
3823
3824         reviewed by: David Schleef  <ds@schleef.org>
3825
3826         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
3827         (gst_gamma_init), (gst_gamma_set_property),
3828         (gst_gamma_get_property), (gst_gamma_calculate_tables),
3829         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
3830         for RGB, with separate r g and b correction factors. (#131167)
3831
3832 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3833
3834         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3835           only signal tags for bitrate if they're > 0 (#134894)
3836
3837 2004-02-24  David Schleef  <ds@schleef.org>
3838
3839         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
3840         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
3841         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
3842         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
3843         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
3844         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
3845         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
3846         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
3847         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
3848         category.  Attempt to fix timestamp calculation.
3849
3850 2004-02-24  Johan Dahlin  <johan@gnome.org>
3851
3852         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
3853
3854 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3855
3856         * configure.ac:
3857         * gconf/Makefile.am:
3858         * gconf/gstreamer.schemas:
3859         * gst-libs/gst/gconf/Makefile.am:
3860         * gst-libs/gst/gconf/gconf.c:
3861           version gconf schemas and install locations
3862
3863 2004-02-23  Benjamin Otte  <otte@gnome.org>
3864
3865         * ext/xine/xineinput.c: (gst_xine_input_dispose):
3866         (gst_xine_input_subclass_init):
3867           call parent dispose.
3868           change pad template for CD reader correctly
3869         * ext/xine/Makefile.am:
3870         * ext/xine/gstxine.h:
3871         * ext/xine/xine.c: (plugin_init):
3872         * ext/xine/xineaudiosink.c:
3873           wrap audio sinks, too
3874         * gst-libs/gst/resample/private.h:
3875         * gst-libs/gst/resample/resample.c: (gst_resample_init),
3876         (gst_resample_reinit), (gst_resample_scale),
3877         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
3878         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
3879         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
3880         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
3881         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
3882         * gst-libs/gst/resample/resample.h:
3883         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
3884         (gst_audioscale_class_init), (gst_audioscale_link),
3885         (gst_audioscale_get_buffer), (gst_audioscale_init),
3886         (gst_audioscale_chain), (gst_audioscale_set_property),
3887         (gst_audioscale_get_property):
3888         * gst/audioscale/gstaudioscale.h:
3889           s/resample_*/gst_resample_*/i to not clobber namespaces
3890
3891 2004-02-23  Julien MOUTTE  <julien@moutte.net>
3892
3893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3894         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3895         (gst_riff_create_video_template_caps),
3896         (gst_riff_create_audio_template_caps),
3897         (gst_riff_create_iavs_template_caps):
3898         * gst-libs/gst/riff/riff-media.h:
3899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
3900         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
3901         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
3902         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
3903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3904         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3905         (gst_matroska_demux_plugin_init): First batch implementing audio and 
3906         video codec tags in demuxers.
3907
3908 2004-02-22  Benjamin Otte  <otte@gnome.org>
3909
3910         * ext/xine/Makefile.am:
3911         * ext/xine/gstxine.h:
3912         * ext/xine/xine.c: (plugin_init):
3913         * ext/xine/xineinput.c:
3914           add input plugin wrapper. Playback from files, http, mms and cdda
3915           works.
3916         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
3917           remove leftover G_GNUC_UNUSED
3918         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
3919         (gst_asf_demux_identify_guid):
3920           improve debugging output
3921
3922 2004-02-22  Benjamin Otte  <otte@gnome.org>
3923
3924         reported by: Padraig O'Briain <padraig.obriain@sun.com>
3925
3926         * autogen.sh:
3927           replace test -e with test -x for mkinstalldirs to be more portable.
3928           (fixes #134816)
3929
3930 2004-02-22  Benjamin Otte  <otte@gnome.org>
3931
3932         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
3933
3934         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
3935           set rank to PRIMARY
3936         * gst/volume/gstvolume.c: (plugin_init):
3937           set rank to NONE
3938         fixes #134960
3939
3940 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
3941
3942         reviewed by Benjamin Otte  <otte@gnome.org>
3943
3944         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
3945           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
3946
3947 2004-02-22  Benjamin Otte  <otte@gnome.org>
3948
3949         * configure.ac:
3950           export [_]*{gst,Gst,GST}.* symbols from plugins
3951
3952 2004-02-22  Christophe Fergeau <teuf@gnome.org>
3953
3954         reviewed by: Benjamin Otte  <otte@gnome.org>
3955
3956         * ext/lame/gstlame.c: (add_one_tag):
3957         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
3959         (gst_vorbisenc_metadata_set1):
3960         * gst/tags/gstid3tag.c:
3961         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
3962           apply fixes from bugs #135042 (lame can't write tags) and #133817
3963           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
3964
3965 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
3966
3967         * configure.ac: Export only gst_plugin_desc from plugins.
3968          Note that this change only makes any effect with Linux using libtool 
3969          1.5.2 or higher. Otherwise it is silently ignored, but it would build
3970          fine. And don't try to have several versions of libtool in different
3971          directories.
3972
3973 2004-02-20  Andy Wingo  <wingo@pobox.com>
3974
3975         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
3976         interleave respectively.
3977
3978         * gst/interleave/deinterleave.c: New plugin: deinterleave
3979         (replaces on oneton).
3980         * gst/interleave/interleave.c: New plugin: interleave.
3981         * gst/interleave/plugin.h: Support file.
3982         * gst/interleave/plugin.c: Support file.
3983
3984         * configure.ac: Remove intfloat and oneton, add interleave.
3985
3986         * ext/sndfile/gstsf.c: Handle events better.
3987
3988         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
3989         and float2int operation. int2float has scheduling problems as
3990         noted in in2float_chain. 
3991
3992 2004-02-20  Benjamin Otte  <otte@gnome.org>
3993
3994         * ext/xine/Makefile.am:
3995         * ext/xine/gstxine.h:
3996         * ext/xine/xine.c: 
3997         * ext/xine/xineaudiodec.c: 
3998         * ext/xine/xinecaps.c: 
3999           add first version of xine plugin wrapper. Currently only wraps the
4000           QDM2 win32 DLL, and even that only in proof-of-concept quality.
4001         * configure.ac:
4002         * ext/Makefile.am:
4003           add xine plugin wrapper, disabled by default. Use --enable-xine to
4004           build. Note that it'll segfault on gst-register if you don't remove
4005           the goom and tvtime post plugins from xine.
4006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4007         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
4008           add extradata parsing for QDM2.
4009           change around debugging prints.
4010
4011 2004-02-19  Benjamin Otte  <otte@gnome.org>
4012
4013         * ext/lame/gstlame.c: (gst_lame_chain):
4014         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4015           use gst_tag_list_insert when you want to insert tags
4016
4017 2004-02-18  David Schleef  <ds@schleef.org>
4018
4019         * configure.ac:  Move massink to gst-rotten
4020         * ext/Makefile.am:
4021         * ext/mas/Makefile.am:
4022         * ext/mas/massink.c:
4023         * ext/mas/massink.h:
4024
4025 2004-02-18  David Schleef  <ds@schleef.org>
4026
4027         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
4028         typefinding, since it seems to be worse than nothing.
4029         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
4030         atom to recognize .mp4 and .m4a files as video/quicktime.
4031
4032 2004-02-18  David Schleef  <ds@schleef.org>
4033
4034         * gst/sine/demo-dparams.c: (quit_live),
4035         (dynparm_log_value_changed), (dynparm_value_changed), (main):
4036         Use double dparams, not float.
4037         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4038         (gst_sinesrc_init): Change sync default to FALSE, since multiple
4039         sync'd elements don't really work correctly.
4040         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
4041         (volume_update_volume), (volume_get_property):  Change dparam
4042         to double.
4043
4044 2004-02-18  Julien MOUTTE  <julien@moutte.net>
4045
4046         * sys/ximage/ximagesink.c:
4047         (gst_ximagesink_xwindow_update_geometry),
4048         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
4049         (gst_ximagesink_change_state), (gst_ximagesink_expose),
4050         (gst_ximagesink_init): Rework the way software video scaling works. So
4051         now we check on each chain call if the video frames are feeling the 
4052         window. If not we try to renegotiate caps. On failure we memorize that
4053         and we won't try again for that PLAYING sessions.
4054         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
4055         failure.
4056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
4057         synchronous flag.
4058
4059 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4060
4061         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
4062           break up _link so we can give a better debug message for errors
4063
4064 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4065
4066         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4067           set up debug category
4068
4069 2004-02-18  Julien MOUTTE <julien@moutte.net>
4070
4071         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4072         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
4073         the way renegotiation work. The event handling function is not taking
4074         care of external windows and renegotiate method check for pad flags
4075         NEGOTIATING. Should fix : #133209
4076
4077 2004-02-17  Julien MOUTTE  <julien@moutte.net>
4078
4079         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
4080         pad is negotiating before trying renegotiation.
4081
4082 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4083
4084         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
4085           pass on all possible mime types as typefind hints
4086
4087 2004-02-17  Julien MOUTTE <julien@moutte.net>
4088
4089         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
4091         possible SHM leak if we crash. All other apps using XShm are doing
4092         that.
4093
4094 2004-02-17  Julien MOUTTE  <julien@moutte.net>
4095
4096         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4097         (gst_ximagesink_expose): Renegotiate size on expose.
4098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
4099         size on expose.
4100
4101 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4102
4103         * testsuite/alsa/sinesrc.c:
4104           cosmetic fix to fix compile issue with gcc 2.95.4
4105
4106 2004-02-16  Julien MOUTTE <julien@moutte.net>
4107
4108         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4109         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
4110         failed opening the audio device.
4111         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4112         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4113         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
4114         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
4115         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
4116         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4117         (gst_ximagesink_change_state), (gst_ximagesink_chain),
4118         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
4119         Removing some useless g_return_if_fail like wingo suggested.
4120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4121         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
4122         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
4123         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
4124         (gst_xvimagesink_update_colorbalance),
4125         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
4126         (gst_xvimagesink_xcontext_clear),
4127         (gst_xvimagesink_get_fourcc_from_caps),
4128         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
4129         (gst_xvimagesink_set_xwindow_id),
4130         (gst_xvimagesink_colorbalance_list_channels),
4131         (gst_xvimagesink_colorbalance_set_value),
4132         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
4133         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
4134
4135 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4136
4137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
4138           throw error when not negotiated instead of asserting
4139
4140 2004-02-15  Julien MOUTTE  <julien@moutte.net>
4141
4142         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
4143         correct data refcounting.
4144
4145 2004-02-15  Julien MOUTTE  <julien@moutte.net>
4146
4147         * gst/switch/gstswitch.c: (gst_switch_change_state),
4148         (gst_switch_class_init): Cleaning the sinkpads correctly on state
4149         change, mostly the EOS flag.
4150
4151 2004-02-15  Julien MOUTTE  <julien@moutte.net>
4152
4153         * examples/gstplay/player.c: (got_eos), (main): Adding some 
4154         output for debugging.
4155         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
4156         timeouts if we go to any state different from PLAYING.
4157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
4158         more EOS bugs in riff lib.
4159
4160 2004-02-14  Julien MOUTTE  <julien@moutte.net>
4161
4162         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
4163         visualization until i find a way to fix switch correctly.
4164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
4165         EOS arrives.
4166         * gst/switch/gstswitch.c: (gst_switch_release_pad),
4167         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
4168         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
4169         Reworked switch to get a more correct behaviour with events and refing
4170         of data stored in sinkpads.
4171         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
4172         we don't pull from a pad in EOS.
4173
4174 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4175
4176         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4177           remove v1 tag even if we can't read it (makes sure we don't detect
4178           it again)
4179
4180 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4181
4182         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
4183         (gst_alsa_xrun_recovery):
4184         * ext/alsa/gstalsa.h:
4185           try xrun recovery when wait failed. Make xrun recovery function
4186           return TRUE/FALSE to indicate success. (might fix #134354)
4187
4188 2004-02-13  David Schleef  <ds@schleef.org>
4189
4190         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
4191         (dynparm_value_changed), (main): Convert from float to double.
4192         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
4193
4194 2004-02-13  David Schleef  <ds@schleef.org>
4195
4196         * gst/silence/gstsilence.c: (gst_silence_class_init),
4197         (gst_silence_set_clock), (gst_silence_get),
4198         (gst_silence_set_property), (gst_silence_get_property):
4199         * gst/silence/gstsilence.h: Add sync property.
4200         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4201         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
4202         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
4203         * gst/sine/gstsinesrc.h: Add sync property.
4204
4205 2004-02-13  David Schleef  <ds@schleef.org>
4206
4207         * gst/intfloat/gstint2float.c: (conv_f32_s16),
4208         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
4209
4210 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4211
4212         * configure.ac:
4213         * ext/Makefile.am:
4214         * gst-libs/ext/Makefile.am:
4215           move ffmpeg plugin to gst-ffmpeg module
4216
4217 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4218
4219         * configure.ac: use GST_ARCH to detect architecture
4220
4221 2004-02-12  Julien MOUTTE  <julien@moutte.net>
4222
4223         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
4224
4225 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4226
4227         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
4228           classify LADSPA plugins based on number of src/sink pads
4229           (#133663, Stefan Kost)
4230         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
4231           fix dparams registration
4232           (#133528, Stefan Kost)
4233         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
4234           fix use of isprint and use g_ascii_isprint instead
4235           (#133316, Stefan Kost)
4236
4237 2004-02-11  David Schleef  <ds@schleef.org>
4238
4239         Convert a few inner loops to use liboil.  This is currently
4240         optional, and is only enabled if liboil is present (duh!).
4241         * configure.ac: Check for liboil-0.1
4242         * gst/intfloat/Makefile.am:
4243         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
4244         (gst_int2float_chain_gint16):
4245         * gst/videofilter/Makefile.am:
4246         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
4247         (tablelookup_u8), (gst_videobalance_planar411):
4248         * gst/videotestsrc/Makefile.am:
4249         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
4250         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
4251         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
4252         (paint_hline_RGB565), (paint_hline_xRGB1555):
4253
4254 2004-02-11  David Schleef  <ds@schleef.org>
4255
4256         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
4257         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
4258         (gst_colorspace_getcaps), (gst_colorspace_link),
4259         (gst_colorspace_base_init), (gst_colorspace_init),
4260         (gst_colorspace_chain), (gst_colorspace_change_state),
4261         (plugin_init): Merge Ronald's patch (bug #117897) and update
4262         for new caps and negotiation.  Seems to work, although it
4263         shows off bugs in lcs.
4264
4265 2004-02-11  David Schleef  <ds@schleef.org>
4266
4267         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
4268         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
4269
4270 2004-02-11  David Schleef  <ds@schleef.org>
4271
4272         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
4273         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
4274         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
4275         Add server and port properties
4276
4277 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4278
4279         * m4/a52.m4:
4280         * m4/aalib.m4:
4281         * m4/as-ffmpeg.m4:
4282         * m4/as-liblame.m4:
4283         * m4/as-slurp-ffmpeg.m4:
4284         * m4/check-libheader.m4:
4285         * m4/esd.m4:
4286         * m4/freetype2.m4:
4287         * m4/gconf-2.m4:
4288         * m4/glib.m4:
4289         * m4/gst-alsa.m4:
4290         * m4/gst-artsc.m4:
4291         * m4/gst-ivorbis.m4:
4292         * m4/gst-matroska.m4:
4293         * m4/gst-sdl.m4:
4294         * m4/gst-shout2.m4:
4295         * m4/gst-sid.m4:
4296         * m4/gtk.m4:
4297         * m4/libdv.m4:
4298         * m4/libfame.m4:
4299         * m4/libmikmod.m4:
4300         * m4/ogg.m4:
4301         * m4/vorbis.m4:
4302           fix underquotedness of macros (#133800)
4303         * m4/as-avifile.m4:
4304         * m4/xmms.m4:
4305           removed because no longer used
4306
4307 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4308
4309         * configure.ac:
4310           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
4311           by autopoint (fixes #132996)
4312
4313 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4314
4315         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
4316         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
4317         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
4318         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
4319           fix memleaks
4320
4321 2004-02-11  David Schleef  <ds@schleef.org>
4322
4323         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4324         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
4325         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
4326         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
4327         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
4328         (gst_jpegenc_class_init), (gst_jpegenc_init),
4329         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
4330         (gst_jpegenc_chain), (gst_jpegenc_set_property),
4331         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
4332         * ext/jpeg/gstjpegenc.h: Fix negotiation.
4333
4334 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4335
4336         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
4337         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
4338         * ext/mikmod/gstmikmod.h:
4339           fix caps negotiation in mikmod
4340         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
4341           output debug information
4342
4343 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4344
4345         * gst-libs/gst/colorbalance/Makefile.am:
4346         * gst-libs/gst/navigation/Makefile.am:
4347         * gst-libs/gst/xoverlay/Makefile.am:
4348           remove unused GST_OPT_CFLAGS from Makefiles
4349           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
4350
4351 2004-02-07  David Schleef  <ds@schleef.org>
4352
4353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
4354         push events to pads that haven't been created (#133508)
4355
4356 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
4357
4358         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
4359         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
4360         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4361         (gst_dvdec_loop), (gst_dvdec_change_state):
4362         Second attempt at committing a working dvdec element.
4363
4364 2004-02-06  David Schleef  <ds@schleef.org>
4365
4366         Build fixes for OS X: (see #129600)
4367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
4368         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
4369         (gst_riff_read_strf_iavs):
4370         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
4371         (gst_avi_demux_stream_odml):
4372         * gst/playondemand/Makefile.am:
4373         * gst/rtp/rtp-packet.c:
4374
4375 2004-02-05  David Schleef  <ds@schleef.org>
4376
4377         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
4378         last change, because it Just Doesn't Compile.
4379
4380 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4381
4382         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4383           skip undecodable id3v2 tag instead of keeping it
4384
4385 2004-02-05  David Schleef  <ds@schleef.org>
4386
4387         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4388         Unref leaked buffer.  (Noticed by Ronald)
4389
4390 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
4391
4392         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4393         Sync requires with other checks.  >= vs =.
4394
4395 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
4396
4397         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
4398         (gst_dvdec_video_link), (gst_dvdec_loop):
4399         * ext/dv/gstdvdec.h:
4400           rework the caps negotiation so that dvdec works again instead
4401           of just segfaulting.
4402
4403 === release 0.7.4 ===
4404
4405 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4406                                                                                 
4407         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
4408         * configure.ac: changed for release
4409
4410 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4411
4412         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
4413         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4414         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4415         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4416           reworked patch by David Lehn to fix libdir and includedir for
4417           uninstalled libraries
4418           removed play and gconf from gstreamer-libs since they have their
4419           own pkgconfig files
4420
4421 2004-02-04  David Schleef  <ds@schleef.org>
4422
4423         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
4424         memleak.
4425
4426 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4427
4428         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
4429           use correct GST_TAG_ENCODER tag
4430
4431 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4432
4433         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4434           be sure to stop the clock when going to paused
4435         * sys/oss/gstosssink.c: (gst_osssink_change_state):
4436           reset number of transmitted when going to ready.
4437         fixes #132935
4438
4439 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
4440
4441         reviewed by Benjamin Otte
4442
4443         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4444           extract track count (fixes #133410)
4445
4446 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4447
4448         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
4449           that should be !=, not == (fixes #132519)
4450
4451 2004-02-04  David Schleef  <ds@schleef.org>
4452
4453         Make sure set_explicit_caps() is called before adding pad.
4454         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
4455         * gst/id3/gstid3types.c: (gst_id3types_loop):
4456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
4457         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4458
4459 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4460
4461         * configure.ac:
4462           bump nano to 2, first prerelease
4463           put back AM_PROG_LIBTOOL
4464
4465 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4466
4467         * testsuite/alsa/Makefile.am:
4468           these are user test apps, not automatic testsuite tests
4469
4470 2004-02-04  David Schleef  <ds@schleef.org>
4471
4472         Convert GST_DEBUG_CAPS() to GST_DEBUG():
4473         * gst/mpeg1videoparse/gstmp1videoparse.c:
4474         (mp1videoparse_parse_seq):
4475         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4476         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4477         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
4478         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
4479         (gst_xvideosink_getcaps):
4480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4481         * testsuite/gst-lint: more tests
4482
4483 2004-02-04  David Schleef  <ds@schleef.org>
4484
4485         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
4486         with the code that they would expand to.
4487         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
4488         (gst_flacdec_get_src_query_types),
4489         (gst_flacdec_get_src_event_masks):
4490         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
4491         (gst_gnomevfssrc_get_query_types),
4492         (gst_gnomevfssrc_get_event_mask):
4493
4494 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4495
4496         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4497         (gst_sinesrc_dispose):
4498           fix memleak by properly disposing sinesrc
4499
4500 2004-02-04  Julien MOUTTE  <julien@moutte.net>
4501
4502         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
4503         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
4504         an overlay to redraw the image because it has been exposed.
4505         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
4506         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
4507         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
4508         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
4509         interface
4510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
4511         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
4512         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
4513         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
4514         interface 
4515
4516 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4517
4518         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
4519           more memleak fixage
4520
4521 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4522
4523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4524         * gst/typefind/gsttypefindfunctions.c:
4525           fix memleaks shown by gst-typefind
4526
4527 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * common/glib-gen.mak:
4530           add hack rule to touch .Plo files
4531         * gst-libs/gst/colorbalance/Makefile.am:
4532         * gst-libs/gst/mixer/Makefile.am:
4533         * gst-libs/gst/play/Makefile.am:
4534         * gst-libs/gst/tuner/Makefile.am:
4535           remove glib_root variable
4536
4537 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4538
4539         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
4540           set explicit caps before adding the element, so the autopluggers can
4541           plug correctly.
4542         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4543         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4544         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4545         (dv_type_find):
4546           fix memleaks in typefind functions. gst_type_find_suggest takes a const
4547           argument.
4548
4549 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4550
4551         * gst-libs/gst/colorbalance/Makefile.am:
4552         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4553         * gst-libs/gst/colorbalance/colorbalance.c:
4554         * gst-libs/gst/colorbalance/colorbalance.h:
4555         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
4556         * gst-libs/gst/mixer/Makefile.am:
4557         * gst-libs/gst/mixer/mixer-marshal.list:
4558         * gst-libs/gst/mixer/mixer.c:
4559         * gst-libs/gst/mixer/mixer.h:
4560         * gst-libs/gst/mixer/mixermarshal.list:
4561         * gst-libs/gst/play/Makefile.am:
4562         * gst-libs/gst/play/play.h:
4563         * gst-libs/gst/tuner/Makefile.am:
4564         * gst-libs/gst/tuner/tuner-marshal.list:
4565         * gst-libs/gst/tuner/tuner.c:
4566         * gst-libs/gst/tuner/tuner.h:
4567         * gst-libs/gst/tuner/tunermarshal.list:
4568           use new glib-gen.mak snippet to clean up Makefile.am
4569           fix various bugs in Makefile.am's
4570
4571 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4572
4573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
4574           handle chain parsing correctly in the multichain case
4575         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
4576         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
4577         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4578         (theora_dec_chain):
4579           handle events and queries correctly
4580
4581 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
4582
4583         * .cvsignore:
4584         Ignore generated file _stdint.h.
4585
4586 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
4587
4588         * gst-libs/gst/colorbalance/Makefile.am:
4589         * gst-libs/gst/colorbalance/colorbalance.h:
4590         * gst-libs/gst/mixer/Makefile.am:
4591         * gst-libs/gst/mixer/mixer.h:
4592         * gst-libs/gst/play/Makefile.am:
4593         * gst-libs/gst/play/play.h:
4594         * gst-libs/gst/tuner/Makefile.am:
4595         * gst-libs/gst/tuner/tuner.h:
4596         Generate enum type code with glib-mkenums.
4597         * gst-libs/gst/colorbalance/.cvsignore:
4598         * gst-libs/gst/mixer/.cvsignore:
4599         * gst-libs/gst/play/.cvsignore:
4600         * gst-libs/gst/tuner/.cvsignore:
4601         Ignore generated files.
4602
4603 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
4604
4605         * gst-libs/gst/audio/.cvsignore:
4606         Ignore generated file.
4607         * gst-libs/gst/audio/Makefile.am:
4608         Do not install example filter.
4609
4610 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
4611
4612         * examples/switch/.cvsignore:
4613         Ignore generated file.
4614
4615 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4616
4617         * common/m4/ax_create_stdint_h.m4:
4618         * configure.ac:
4619           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
4620           _stdint.h.
4621         * Makefile.am:
4622           remove generated _stdint.h in DISTCLEANFILES
4623         * ext/a52dec/gsta52dec.c:
4624           include _stdint.h for a52dec. (should fix #133064)
4625
4626 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
4627
4628         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
4629         (gst_tag_to_vorbis_comments):
4630         Add replaygain support to vorbistag
4631
4632 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
4633         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
4634         (gst_ffmpeg_caps_to_extradata):
4635           Fix SVQ3 caps flag properties
4636           Use glib macro for bytes swap
4637
4638 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4639
4640         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
4641         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
4642         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4643         * ext/sndfile/gstsf.c: (plugin_init):
4644         * gst/avi/gstavi.c: (plugin_init):
4645         * sys/dxr3/dxr3init.c: (plugin_init):
4646         * sys/oss/gstossaudio.c: (plugin_init):
4647         * sys/v4l/gstv4l.c: (plugin_init):
4648         * sys/v4l2/gstv4l2.c: (plugin_init):
4649           remove textdomain calls
4650         * po/nl.po:
4651           update Dutch translation
4652
4653 2004-02-02  Julien MOUTTE  <julien@moutte.net>
4654
4655         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4656         (gst_play_set_audio_sink): Moving volume in the audio thread for 
4657         instantaneous volume change. Maybe i will add another volume in front
4658         of visualization later, not sure yet though.
4659
4660 2004-02-02  Julien MOUTTE  <julien@moutte.net>
4661
4662         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4663         (gst_ximagesink_handle_xevents): Better X events handling, only take
4664         the latest events for configure and motion.
4665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
4666
4667 2004-02-02  Jon Trowbridge  <trow@gnu.org>
4668
4669         reviewed by: David Schleef  <ds@schleef.org>
4670
4671         Fix memory leaks:
4672         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
4673         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
4674
4675 2004-02-02  David Schleef  <ds@schleef.org>
4676
4677         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
4678         of lines.
4679         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
4680         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
4681         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
4682         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
4683         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
4684         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
4685         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
4686         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
4687         (gst_float2_2_int_link):
4688         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
4689         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
4690         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
4691         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
4692         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
4693         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
4694         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
4695         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4696         * testsuite/gst-lint: Add tests for bzero and ;;
4697
4698 2004-02-02  David Schleef  <ds@schleef.org>
4699
4700         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
4701
4702 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4703
4704         * ext/aalib/gstaasink.c: (gst_aasink_open):
4705         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
4706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4707         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4708         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
4709         (gst_afsink_close_file):
4710         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
4711         (gst_afsrc_close_file):
4712         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
4713         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
4714         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
4715         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
4716         * ext/esd/esdmon.c: (gst_esdmon_get):
4717         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
4718         * ext/faac/gstfaac.c: (gst_faac_chain):
4719         * ext/faad/gstfaad.c: (gst_faad_chain):
4720         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
4721         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
4722         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
4723         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
4724         (gst_flacdec_loop):
4725         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
4726         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
4727         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
4728         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
4729         (gst_gnomevfssink_close_file):
4730         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4731         (gst_gnomevfssrc_open_file):
4732         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
4733         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
4734         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
4735         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4736         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
4737         * ext/mad/gstmad.c: (gst_mad_chain):
4738         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
4739         * ext/mpeg2dec/gstmpeg2dec.c:
4740         * ext/mpeg2enc/gstmpeg2enc.cc:
4741         * ext/mplex/gstmplex.cc:
4742         * ext/mplex/gstmplexibitstream.cc:
4743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
4744         (gst_ogg_demux_push):
4745         * ext/raw1394/gstdv1394src.c:
4746         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
4747         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
4748         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
4749         (gst_sf_loop):
4750         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
4751         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
4752         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
4753         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
4754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4755         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
4756         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
4757         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
4758         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
4759         (gst_riff_read_element_data), (gst_riff_read_seek),
4760         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
4761         * gst/adder/gstadder.c: (gst_adder_loop):
4762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
4763         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
4764         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
4765         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
4766         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
4767         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
4768         * gst/goom/gstgoom.c: (gst_goom_chain):
4769         * gst/id3/gstid3types.c: (gst_id3types_loop):
4770         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
4771         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
4772         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
4773         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
4774         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
4775         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
4776         (gst_ebml_read_float), (gst_ebml_read_header):
4777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
4778         (gst_matroska_demux_parse_blockgroup):
4779         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
4780         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
4781         * gst/oneton/gstoneton.c: (gst_oneton_chain):
4782         * gst/silence/gstsilence.c: (gst_silence_get):
4783         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4784         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
4785         * gst/speed/gstspeed.c: (speed_loop):
4786         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
4787         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4788         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
4789         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
4790         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4791         (gst_wavparse_loop):
4792         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
4793         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
4794         (dxr3audiosink_close):
4795         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
4796         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
4797         (dxr3videosink_close), (dxr3videosink_write_data):
4798         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
4799         * sys/oss/gstosssink.c: (gst_osssink_chain):
4800         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4801         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4802         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
4803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
4804         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
4805         (gst_v4l_set_window), (gst_v4l_enable_overlay):
4806         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
4807         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
4808         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
4809         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
4810         (gst_v4l_set_audio):
4811         * sys/v4l/v4l_calls.h:
4812         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4813         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
4814         (gst_v4lmjpegsink_playback_init),
4815         (gst_v4lmjpegsink_playback_start):
4816         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
4817         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4818         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
4819         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
4820         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
4821         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
4822         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
4823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
4824         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
4825         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
4826         (gst_v4l2_get_output), (gst_v4l2_set_output),
4827         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
4828         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
4829         (gst_v4l2_set_attribute):
4830         * sys/v4l2/v4l2_calls.h:
4831         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4832         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
4833         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
4834         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
4835         (gst_v4l2src_capture_stop):
4836         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
4837         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4838         (gst_ximagesink_chain):
4839         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
4840         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
4841         (gst_xvideosink_xwindow_new):
4842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4843         (gst_xvimagesink_chain):
4844
4845 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4846
4847         * gst/volume/gstvolume.c: (gst_volume_set_volume),
4848         (gst_volume_get_volume), (volume_class_init), (volume_init),
4849         (volume_chain_int16), (volume_update_volume):
4850         * gst/volume/gstvolume.h:
4851           make code more readable by removing magic numbers
4852           make mixer interface export 0-100 range
4853           make it internally map to 0.0-1.0 range so users don't distort
4854           output by putting the sliders at full volume
4855
4856 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4857
4858         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
4859         (gst_play_state_change), (gst_play_seek_to_time):
4860         block the tick callback for 0.5 secs after doing a seek
4861
4862 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4863
4864         * gst-libs/gst/play/play.c: (gst_play_new):
4865           check for GError
4866
4867 2004-02-01  Julien MOUTTE  <julien@moutte.net>
4868
4869         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
4870         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
4871         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4872         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
4873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4874         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
4875
4876 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4877
4878         * configure.ac:
4879         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4880           check for a function added in vorbis 1.1
4881
4882 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4883
4884         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4885         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
4886           really start/stop clock only on PLAYING <=> PAUSED
4887         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4888           remove \n from debugging lines
4889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
4890           make it work when seeking does not
4891         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4892           reset on DISCONT
4893
4894 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4895
4896         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
4897           start clock on PAUSED=>PLAYING, not later
4898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4899           extract correct time for different discont formats
4900         (gst_alsa_sink_get_time):
4901           don't segfault when no format is negotiated yet, just return 0
4902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
4903         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
4904         (gst_ogg_pad_push):
4905           handle flush and discont events correctly
4906         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
4907           handle discont events correctly
4908
4909 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4910
4911         * gst-libs/gst/play/play.c: (gst_play_error_quark),
4912         (gst_play_error_create), (gst_play_error_plugin),
4913         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
4914         * gst-libs/gst/play/play.h:
4915           add error handling during creation
4916         * examples/gstplay/player.c: (main):
4917           use new gst_play_new
4918           
4919
4920 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4921
4922         * ext/theora/theoradec.c: (theora_dec_chain):
4923           make comments work
4924         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4925         (vorbis_dec_src_event), (vorbis_dec_chain):
4926           add encoder tag, fix tag reading to be more error tolerant, change
4927           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
4928           gst_pad_event_default.
4929         * gst/tags/gstvorbistag.c:
4930         (gst_tag_list_from_vorbiscomment_buffer):
4931           undefine function specific define at end of function
4932
4933 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
4934
4935         * ext/flac/gstflac.c: (plugin_init):
4936         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
4937         * ext/flac/gstflacdec.h:
4938         * ext/flac/gstflacenc.h:
4939           Fix typos
4940
4941 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
4942
4943         * examples/gstplay/player.c: s/gstplay.h/play.h/
4944
4945 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4946
4947         * gst-libs/gst/play/Makefile.am:
4948         * gst-libs/gst/play/gstplay.c:
4949         * gst-libs/gst/play/gstplay.h:
4950         * gst-libs/gst/play/play.c:
4951           more surgery, operation complete
4952
4953 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4954
4955         * gst-libs/gst/play/play.old.c:
4956         * gst-libs/gst/play/play.old.h:
4957           after CVS surgery by moving, remove
4958         * gst-libs/gst/play/playpipelines.c:
4959           remove
4960           
4961         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
4962           add negotiation error
4963
4964 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4965
4966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
4967         (gst_ogg_demux_push):
4968           add some seeking debug info
4969           send a flush when seeking
4970
4971 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4972
4973         * configure.ac:
4974           use AC_C_INLINE
4975         * configure.ac:
4976         * ext/Makefile.am:
4977         * ext/theora/Makefile.am:
4978         * ext/theora/theoradec.c: 
4979           add theora video decoder. Does just do simple decoding for now and
4980           has been tested against Theora cvs only. It only works when theora
4981           is compiled with --enable-static.
4982         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4983           always reset packetno on DISCONT
4984
4985 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4986
4987         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
4988           Fix audio.
4989
4990 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4991
4992         * gst/mpegaudioparse/gstmpegaudioparse.c:
4993         (mp3_type_frame_length_from_header):
4994           Fix header parsing - stolen from ffmpeg (thank you! :) ).
4995
4996 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4997
4998         * ext/esd/esdsink.c: (gst_esdsink_init):
4999           Since we have static pad template caps, we don't need to negotiate;
5000           either the core errors out or we know the format.
5001
5002 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5003
5004         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5005         (gst_riff_read_seek):
5006         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
5007         (gst_ebml_read_seek):
5008           Fix event handling.
5009
5010 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5011
5012         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
5013           removee video/x-theora from vp3 decoder, it doesn't handle raw
5014           theora streams
5015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5016           fix bug with finalizing element that never went to PAUSED
5017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
5018           length and position queries were swapped
5019         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5020         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
5021         (vorbis_dec_src_event):
5022           implement querying time and bytes
5023
5024 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5025
5026         * just about every source file:
5027           gst_element_error -> GST_ELEMENT_ERROR
5028
5029 2004-01-29  Julien MOUTTE  <julien@moutte.net>
5030
5031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
5032         emiting FLUSH and even before DISCONT.
5033         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
5034         get the best instant seeking as possible yay!
5035
5036 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5037
5038         * gst/mpeg1videoparse/gstmp1videoparse.c:
5039         (gst_mp1videoparse_real_chain):
5040           Committed wrong version last week... Grr... Didn't notice until now.
5041
5042 2004-01-29  Julien MOUTTE <julien@moutte.net>
5043
5044         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
5045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
5046         have_xwindow_id signal in xwindow_create.
5047
5048 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5049
5050         * ext/ogg/gstoggdemux.c: 
5051           lots of changes - mainly support for chained bitstreams, seeking,
5052           querying and bugfixes of course
5053         * ext/vorbis/Makefile.am:
5054         * ext/vorbis/vorbisdec.c: 
5055         * ext/vorbis/vorbisdec.h:
5056           add vorbisdec raw vorbis decoder
5057         * ext/vorbis/vorbis.c: (plugin_init):
5058           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
5059         * gst/intfloat/Makefile.am:
5060         * gst/intfloat/float22int.c:
5061         * gst/intfloat/float22int.h:
5062         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
5063           add float2intnew plugin. It converts multichannel interleaved float to
5064           multichannel interleaved int. The name should probably be changed.
5065         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
5066         (plugin_init):
5067           add typefinding for raw theora video so oggdemux can detect it.
5068
5069 2004-01-28  Julien MOUTTE  <julien@moutte.net>
5070
5071         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
5072         sink element first.
5073         * gst/videoscale/gstvideoscale.c:
5074         (gst_videoscale_handle_src_event): Fixing src event handler.
5075
5076 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5077
5078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5079         (gst_v4lsrc_open), (gst_v4lsrc_close),
5080         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
5081         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
5082         * sys/v4l/gstv4lsrc.h:
5083         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
5084         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
5085           Implement resizing... Hack. But that's why v4l is b0rked...
5086
5087 2004-01-28  Julien MOUTTE <julien@moutte.net>
5088
5089         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5090         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5091         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
5092         (gst_ximagesink_xwindow_destroy):
5093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5094         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
5095         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
5096         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
5097         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
5098         correctly cleaning the image created to check xshm calls on succes,
5099         added a lot of XSync calls in X11 functions, and fixed a segfault when
5100         no image format was defined before negotiation happened.
5101
5102 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5103
5104         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
5105           use gst_element_get_time to get correct time
5106
5107 2004-01-28  Julien MOUTTE  <julien@moutte.net>
5108
5109         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
5110         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
5111         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
5112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
5113         (gst_xvimagesink_check_xshm_calls),
5114         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
5115         X plugins are now able to detect that XShm calls will fail even if the
5116         server claims that it has XShm support (remote displays most of the
5117         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
5118         so that we use non XShm functions. This feature is almost useless for
5119         xvimagesink as Xv is not supported on remote displays anyway, but 
5120         it might happen than even on the local display XShm calls fail.
5121
5122 2004-01-27  David Schleef  <ds@schleef.org>
5123
5124         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
5125         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
5126         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
5127         changed esdsink to only use 44100,16,2, since esd sucks at rate
5128         conversion and esdsink has had difficulty negotiating.
5129
5130 2004-01-27  Julien MOUTTE <julien@moutte.net>
5131
5132         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
5133         (gst_play_seek_to_time): Fixing the way to get current position.
5134
5135 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5136
5137         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
5138           use gst_element_get_time to get correct time
5139
5140 2004-01-27  Julien MOUTTE <julien@moutte.net>
5141
5142         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
5143         fix ever... Inverting 2 lines of code make spider autoplug correctly
5144         tagged mp3 !
5145
5146 2004-01-27  David Schleef  <ds@schleef.org>
5147
5148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5149         Use gst_pad_try_set_caps_nonfixed().
5150
5151 2004-01-27  David Schleef  <ds@schleef.org>
5152
5153         * gst/ac3parse/gstac3parse.c: update to checklist 5
5154         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
5155         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
5156         * gst/audioscale/gstaudioscale.c: same
5157         * gst/auparse/gstauparse.c: same
5158         * gst/avi/gstavidemux.c: same
5159
5160 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5161
5162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
5163           stop processing after EOS
5164
5165 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5166
5167         * gst/asfdemux/asfheaders.h:
5168         * gst/asfdemux/gstasfdemux.c: 
5169         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
5170         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
5171         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
5172           lot's of fixes to make data extraction simpler and get the code
5173           architecture and compiler independant. Add debugging category
5174         * gst/goom/gstgoom.c: (gst_goom_change_state):
5175           reset channel count on PAUSED=>READY, not READY=>PAUSED
5176
5177 2004-01-26  Colin Walters  <walters@verbum.org>
5178
5179         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
5180         code to pull a bigger buffer in iradio mode.  This as a side effect
5181         makes typefinding work.
5182
5183 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
5184
5185         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
5186         Fix SVQ3 decoding on PPC
5187
5188 2004-01-26  Julien MOUTTE <julien@moutte.net>
5189
5190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
5191         that one managed to stay there... Fixed.
5192
5193 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
5194
5195         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
5196         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
5197         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
5198         (qtdemux_video_caps):
5199         * gst/qtdemux/qtdemux.h:
5200         Add SVQ3 specific flags to qtdemux and ffmpeg
5201
5202 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5203
5204         * gst-libs/gst/audio/audio.h:
5205           remove buffer-frames from audio caps
5206         * gst/audioconvert/gstaudioconvert.c:
5207           fix plugin to really work.
5208
5209 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5210
5211         * gst-libs/gst/mixer/mixer.c:
5212         * gst-libs/gst/propertyprobe/propertyprobe.c:
5213         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
5214         (gst_tuner_find_channel_by_name):
5215         * gst-libs/gst/tuner/tuner.h:
5216           Add gtk-doc style comments. Also fix a function name.
5217
5218 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5219
5220         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
5221         (gst_divxdec_negotiate):
5222           Fix for new capsnego - also fixes gst-player with divxdec.
5223
5224 2004-01-25  Julien MOUTTE  <julien@moutte.net>
5225
5226         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
5227         (gst_play_identity_handoff), (gst_play_set_location),
5228         (gst_play_set_visualization), (gst_play_connect_visualization): Another
5229         try in visualization implementation. Still have an issue with switch
5230         blocking when pulling from video_queue and only audio comes out of 
5231         spider.
5232         * gst/switch/gstswitch.c: (gst_switch_release_pad),
5233         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
5234         release method. And check if the pad is usable before pulling.
5235
5236 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5237
5238         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
5239         (gst_videobalance_init),
5240         (gst_videobalance_colorbalance_list_channels),
5241         (gst_videobalance_colorbalance_set_value),
5242         (gst_videobalance_colorbalance_get_value),
5243         (gst_videobalance_update_properties),
5244         (gst_videobalance_update_tables_planar411),
5245         (gst_videobalance_planar411):
5246         * gst/videofilter/gstvideobalance.h:
5247           Implement lookup-tables. +/- 10x faster.
5248
5249 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5250
5251         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
5252         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
5253           The index reading was broken. The rest worked fine, but the whole
5254           goal of my rewrite was to make avidemux readable, and this was
5255           not at all readable. Please use typed variables.
5256
5257 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5258
5259         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5260           Additional pad usability check.
5261         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5262         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
5263         (gst_mp1videoparse_real_chain):
5264           Fix MPEG video stream parsing. The original plugin had several
5265           issues, including not timestamping streams where the source was
5266           not timestamped (this happens with PTS values in mpeg system
5267           streams, but MPEG video is also a valid stream on its own so
5268           that needs timestamps too). We use the display time code for that
5269           for now. Also, if one incoming buffer contains multiple valid
5270           frames, we push them all on correctly now, including proper EOS
5271           handling. Lastly, several potential segfaults were fixed, and we
5272           properly sync on new sequence/gop headers to include them in next,
5273           not previous frames (since they're header for the next frame, not
5274           the previous). Also see #119206.
5275         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
5276         (bpf_from_header):
5277           Move caps setting so we only do it after finding several valid
5278           MPEG-1 fraes sequentially, not right after the first one (which
5279           might be coincidental).
5280         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
5281         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5282         (plugin_init):
5283           Add unsynced MPEG video stream typefinding, and change some
5284           probability values so we detect streams rightly. The idea is as
5285           follows: I can have an unsynced system stream which contains
5286           video. In the current code, I would randomly get a type for either
5287           system or video stream type found, because the probabilities are
5288           being calculated rather randomly. I now use fixed values, so we
5289           always prefer system stream if that was found (and that is how it
5290           should be). If no system stream was found, we can still identity                the stream as video-only.
5291
5292 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5293
5294         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
5295         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
5296           don't write to buffer. Extract data without the need of
5297           __attribute__ ((packed))
5298
5299 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5300
5301         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
5302         (mpeg1_sys_type_find):
5303           Fix MPEG-1 stream typefinding.
5304
5305 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5306
5307         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5308           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
5309
5310 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5311
5312         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
5313         * ext/esd/gstesd.c: (plugin_init):
5314           private debugging, better error reporting
5315
5316 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5317
5318         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
5319         (gst_riff_read_init), (gst_riff_read_change_state):
5320         * gst-libs/gst/riff/riff-read.h:
5321           Remove stuff fromold metadata system.
5322
5323 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5324
5325         * ext/ogg/gstoggdemux.c:
5326           Fix wrong file comment.
5327         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5328         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
5329           Add metadata reading properly.
5330
5331 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5332
5333         * ext/Makefile.am:
5334           Fix nas DIST_SUBDIRS
5335           Uraeus:
5336           Fix bug where make distcheck doesn't get run on adding stuff to
5337           the build.
5338
5339 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5340
5341         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
5342         * ext/divx/gstdivxdec.h:
5343           Fix divx3 ("msmpeg4") playback using divxdec.
5344
5345 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5346
5347         * gst/typefind/gsttypefindfunctions.c:
5348         (mp3_type_frame_length_from_header): fix bug in length computation 
5349         (mp3_type_find): improve debugging output
5350
5351 2004-01-23  Julien MOUTTE  <julien@moutte.net>
5352
5353         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
5354         (gst_play_set_location), (gst_play_seek_to_time),
5355         (gst_play_set_audio_sink), (gst_play_set_visualization),
5356         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
5357         the pipeline from scratch. Visualization is back and switch went out as
5358         i realized it was not possible to use the way i wanted.
5359         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
5360         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
5361         clearing in state change from READY to NULL. So that one can clean the
5362         X ressources keeping the element.
5363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5364         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
5365         (gst_xvimagesink_colorbalance_set_value),
5366         (gst_xvimagesink_colorbalance_get_value),
5367         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
5368         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
5369         change from READY to NULL and fixed some stupid bugs in colorbalance
5370         get/set values. Also added the following feature : when nobody tries to
5371         set some values to the colorbalance levels before the xcontext is 
5372         grabbed, then when creating channels list from Xv attributes we set the
5373         internal values to the Xv defaults. This way we handle buggy Xv drivers
5374         that set default hue values far from the middle of the range (Thanks
5375         to Jon Trowbridge for pointing that issue).
5376         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
5377         colorbalance levels have been set before xcontext is grabbed.
5378
5379 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5380
5381         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5382           Fix the ossmixer case where we shouldn't open /dev/dsp* because
5383           it might block operations (which is bad for a mixer).
5384
5385 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5386
5387         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5388         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
5389         (gmip_find_type_pre):
5390         * gst-libs/gst/media-info/media-info-priv.h:
5391         * gst-libs/gst/media-info/media-info.c:
5392         (gst_media_info_instance_init), (gst_media_info_read_idler):
5393         add fakesink to get caps on decoder src pad again
5394         fix callback prototype to match new have_type signal signature
5395
5396 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5397
5398         * gst/adder/gstadder.c: (gst_adder_link):
5399           fix non-compile and cut-n-paste code
5400
5401 2004-01-21  David Schleef  <ds@schleef.org>
5402
5403         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
5404         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
5405         (gst_swfdec_init), (gst_swfdec_change_state):
5406         * ext/swfdec/gstswfdec.h:
5407         Fix negotiation.
5408         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
5409         (gst_adder_request_new_pad): Fix negotiation.
5410         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
5411         Add a fixate function.
5412         * gst/intfloat/gstfloat2int.c:
5413         * gst/intfloat/gstfloat2int.h:
5414         * gst/intfloat/gstint2float.c:
5415         * gst/intfloat/gstint2float.h:
5416         Completely rewrite the negotiation.  Doesn't quite work yet,
5417         due to some buffer-frames problem.
5418
5419 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5420
5421         * ext/gnomevfs/gstgnomevfssrc.c:
5422         * sys/v4l2/v4l2_calls.h:
5423           fix includes for distcheck
5424
5425 2004-01-21  Christian Schaller <uraeus@gnome.org>
5426
5427         * ext/nas/
5428         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
5429         based on earlier patch from Laurent Vivier
5430
5431 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
5432
5433         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
5434         Fix wma caps property
5435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5436         Fix typo (flags1 and flags2)
5437
5438 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5439
5440         * gst-libs/gst/media-info/media-info-priv.c:
5441         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
5442         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
5443         (gmip_find_stream), (gmip_find_track_metadata),
5444         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
5445         (gmip_find_track_format):
5446         * gst-libs/gst/media-info/media-info-priv.h:
5447         * gst-libs/gst/media-info/media-info-test.c: (main):
5448         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5449         (gst_media_info_read_idler), (gst_media_info_read):
5450         * gst-libs/gst/media-info/media-info.h:
5451           register debugging category and use it for debugging
5452
5453 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5454
5455         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
5456         (gst_vorbisfile_new_link):
5457           signal streaminfo through tags
5458
5459 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5460
5461         * ext/mplex/gstmplex.cc:
5462         * ext/mplex/gstmplexibitstream.cc:
5463           g++ doesn't like NULL in our i18n/error macros, should be
5464           either (NULL) or ("").
5465
5466 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5467
5468         * sys/dxr3/dxr3audiosink.c:
5469         * sys/dxr3/dxr3init.c:
5470         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
5471         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
5472           Fix more error error error errors (missing includes here).
5473
5474 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5475
5476         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5477           fix thomas' error errors.
5478
5479 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * ext/mpeg2enc/gstmpeg2enc.cc:
5482           fix error errors.
5483
5484 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5485
5486         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
5487         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
5488           Fix for new error system.
5489
5490 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5491
5492         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
5493           fix for new error reporting
5494
5495 2004-01-20  David Schleef  <ds@schleef.org>
5496
5497         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5498         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
5499         (gst_ximagesink_set_xwindow_id): Change to using a framerate
5500         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
5501         and neither is 100+, most likely.
5502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5503         (gst_xvimagesink_getcaps): same
5504
5505 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5506
5507         * configure.ac:
5508           Up version requirement to 2.0.3 (not yet released) to avoid symbol
5509           clashes with ffmpeg.
5510
5511 2004-01-20  Julien MOUTTE  <julien@moutte.net>
5512
5513         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
5514         (gst_switch_init): Fixed switch element : proxying link and setting
5515         caps from src to sink on request.
5516
5517 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5518
5519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5520         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
5521         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
5522         fix element_error
5523
5524 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5525
5526         * sys/v4l/v4l_calls.h:
5527         * sys/v4l2/v4l2_calls.h:
5528           element_error fixes
5529
5530 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5531
5532         * gst-libs/gst/gst-i18n-plugin.h:
5533           add locale.h
5534           remove config.h inclusion
5535
5536 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5537
5538         * autogen.sh:
5539           adding autopoint invocation
5540         * Makefile.am:
5541         * configure.ac:
5542         * gst-libs/gst/gettext.h:
5543           adding gettext bits
5544         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
5545         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
5546         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5547         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
5548         (gst_gnomevfssink_close_file):
5549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
5550         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
5551         * gst-libs/gst/gst-i18n-plugin.h:
5552         * gst/avi/gstavi.c: (plugin_init):
5553         * sys/dxr3/dxr3init.c: (plugin_init):
5554         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
5555         * sys/oss/gstossaudio.c: (plugin_init):
5556         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
5557         * sys/v4l/gstv4l.c: (plugin_init):
5558         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5559         * sys/v4l2/gstv4l2.c: (plugin_init):
5560         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
5561         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
5562         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
5563         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
5564         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
5565         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
5566           make sure locale and translation domain are set
5567           fix translated strings 
5568         * po/.cvsignore:
5569         * po/LINGUAS:
5570         * po/Makevars:
5571         * po/POTFILES.in:
5572         * po/nl.po:
5573           put translation files into place
5574         * sys/xvideo/imagetest.c: (main):
5575         * ext/dv/demo-play.c: (main):
5576           fix unnecessary translations
5577
5578 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5579
5580         * ext/sndfile/gstsf.c:
5581         * gst/avi/gstavimux.c:
5582         * ext/audiofile/gstafsink.c:
5583         * ext/audiofile/gstafsrc.c:
5584         * ext/gnomevfs/gstgnomevfssink.c:
5585         * ext/gnomevfs/gstgnomevfssrc.c:
5586         * sys/oss/gstosselement.c:
5587         * sys/v4l/v4l_calls.h:
5588           fix i18n include
5589
5590 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5591
5592         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
5593         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
5594         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
5595         (gst_v4l2_get_output), (gst_v4l2_set_output),
5596         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
5597         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
5598         (gst_v4l2_set_attribute):
5599         update to new error handling
5600
5601 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5602
5603         * ext/sidplay/gstsiddec.cc:
5604         * gst/modplug/gstmodplug.cc:
5605           parenthese NULL because C++ seems angry about it
5606
5607 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5608
5609         * gst-libs/gst/gst-i18n-plugin.h:
5610           add skeleton i18n stuff, but needs to be further implemented
5611
5612 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5613
5614         * examples/gstplay/player.c: (main):
5615         * ext/aalib/gstaasink.c: (gst_aasink_open):
5616         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
5617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5618         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5619         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
5620         (gst_afsink_close_file):
5621         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
5622         (gst_afsrc_close_file):
5623         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
5624         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
5625         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
5626         * ext/esd/esdmon.c: (gst_esdmon_get):
5627         * ext/esd/esdsink.c: (gst_esdsink_chain):
5628         * ext/faac/gstfaac.c: (gst_faac_chain):
5629         * ext/faad/gstfaad.c: (gst_faad_chain):
5630         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
5631         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5632         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
5633         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
5634         (gst_flacdec_loop):
5635         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
5636         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5637         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
5638         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
5639         (gst_gnomevfssink_close_file):
5640         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5641         (gst_gnomevfssrc_open_file):
5642         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
5643         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
5644         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
5645         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
5646         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
5647         * ext/mad/gstmad.c: (gst_mad_chain):
5648         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5649         * ext/mpeg2dec/gstmpeg2dec.c:
5650         * ext/mpeg2enc/gstmpeg2enc.cc:
5651         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5652         * ext/mplex/gstmplex.cc:
5653         * ext/mplex/gstmplexibitstream.cc:
5654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
5655         (gst_ogg_demux_push), (gst_ogg_pad_push):
5656         * ext/raw1394/gstdv1394src.c:
5657         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
5658         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
5659         * ext/sidplay/gstsiddec.cc:
5660         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
5661         (gst_sf_loop):
5662         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
5663         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
5664         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
5665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5666         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
5667         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
5668         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
5669         * gst-libs/gst/Makefile.am:
5670         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5671         (gst_riff_read_element_data), (gst_riff_read_seek),
5672         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
5673         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
5674         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
5675         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
5676         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
5677         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
5678         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
5679         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
5680         * gst/goom/gstgoom.c: (gst_goom_chain):
5681         * gst/id3/gstid3types.c: (gst_id3types_loop):
5682         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
5683         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
5684         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
5685         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
5686         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
5687         (gst_ebml_read_float), (gst_ebml_read_header):
5688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
5689         (gst_matroska_demux_parse_blockgroup):
5690         * gst/modplug/gstmodplug.cc:
5691         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
5692         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
5693         * gst/oneton/gstoneton.c: (gst_oneton_chain):
5694         * gst/silence/gstsilence.c: (gst_silence_get):
5695         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5696         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
5697         * gst/speed/gstspeed.c: (speed_loop):
5698         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5700         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
5701         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
5702         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5703         (gst_wavparse_loop):
5704         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
5705         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
5706         (dxr3audiosink_close):
5707         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
5708         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
5709         (dxr3videosink_close), (dxr3videosink_write_data):
5710         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
5711         * sys/oss/gstosselement.h:
5712         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
5713         (gst_osssink_chain):
5714         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5715         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
5716         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
5717         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
5718         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
5719         (gst_v4l_enable_overlay):
5720         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
5721         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
5722         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
5723         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
5724         (gst_v4l_set_audio):
5725         * sys/v4l/v4l_calls.h:
5726         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
5727         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
5728         (gst_v4lmjpegsink_playback_init),
5729         (gst_v4lmjpegsink_playback_start):
5730         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
5731         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
5732         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
5733         (gst_v4lmjpegsrc_requeue_frame):
5734         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5735         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
5736         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
5737         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
5738         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5739         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5740         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5741         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5742         (gst_v4l2src_capture_stop):
5743         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
5744         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5745         (gst_ximagesink_chain):
5746         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
5747         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
5748         (gst_xvideosink_xwindow_new):
5749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5750         (gst_xvimagesink_chain):
5751         use new error signal, function and categories
5752
5753 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
5754
5755         * configure.ac:
5756         * ext/Makefile.am:
5757         * ext/musicbrainz/gsttrm.c:
5758         * ext/musicbrainz/gsttrm.h:
5759         * ext/musicbrainz/Makefile.am:
5760         Add a trm plugin 
5761
5762 2004-01-18  Julien MOUTTE  <julien@moutte.net>
5763
5764         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
5765         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
5766         synchronous property for debugging.
5767         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
5768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5769         (gst_xvimagesink_set_property): Moving a pointer declaration to a
5770         smaller block, fixing indent.
5771
5772 2004-01-16  David Schleef  <ds@schleef.org>
5773
5774         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
5775         property affects the video stream.
5776         * sys/xvimage/xvimagesink.c: 
5777         * sys/xvimage/xvimagesink.h:
5778         Add synchronous property for debugging.  Should probably be
5779         disabled in non-CVS builds.  Make sure that the Xv attribute
5780         exists before we set it (crash!).  Fix a silly float bug that
5781         caused colorbalance to just not work.
5782
5783 2004-01-17  Christian Schaller <Uraeus@gnome.org>
5784
5785         * tools/gst-launch-ext.in - update for new plugins
5786
5787 2004-01-16  David Schleef  <ds@schleef.org>
5788
5789         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
5790         already-freed caps.
5791
5792 2994-01-16  Christian Schaller <Uraeus@gnome.org>
5793
5794         * Update spec for new colorspace plugin and libcaca plugin
5795         * Fix compilation of libcaca plugin (clock -> id)
5796
5797 2004-01-16  Julien MOUTTE <julien@moutte.net>
5798
5799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
5800         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
5801         (gst_xvimagesink_set_xwindow_id),
5802         (gst_xvimagesink_colorbalance_set_value),
5803         (gst_xvimagesink_colorbalance_get_value),
5804         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5805         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
5806         correct colorbalance properties. They can now be set when the element
5807         is still in NULL state. The values will be committed to the Xv Port
5808         when xcontext is initialized.
5809         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
5810         brightness int values in the GstXvImagesink structure.
5811
5812 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5813
5814         * gst-libs/gst/Makefile.am:
5815           restructure so having local patches works easier.
5816
5817 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5818
5819         * ext/mpeg2enc/Makefile.am:
5820         * ext/mpeg2enc/gstmpeg2enc.cc:
5821         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5822           Bugfix with respect to EOS handling.
5823
5824 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5825
5826         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
5827           Link with right caps (else, it segfaults).
5828         * ext/mplex/gstmplexjob.cc:
5829           Fix for slight API change in 1.6.1.93 release of mjpegtools.
5830
5831 2004-01-15  David Schleef  <ds@schleef.org>
5832
5833         * gst-libs/gst/audio/Makefile.am:
5834         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
5835         from the template.
5836         * gst-libs/gst/audio/gstaudiofilter.c:
5837         * gst-libs/gst/audio/gstaudiofilter.h:
5838         Add bytes_per_sample and size and n_samples calculation.
5839         * gst-libs/gst/audio/gstaudiofilterexample.c:
5840         Remove, now autogenerated.
5841         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5842         Moved from gstaudiofilterexample, object name changed, code added
5843         so that it actually works.
5844         * gst-libs/gst/audio/make_filter:
5845         Script to build an audiofilter subclass from the template.
5846         * gst/colorspace/Makefile.am:
5847         * gst/colorspace/yuv2yuv.c:
5848         Remove file, since it's GPL, and we don't use it.
5849
5850 2004-01-15  Julien MOUTTE  <julien@moutte.net>
5851
5852         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
5853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
5854         them use the buffer free function to test how the buffer was allocated.
5855
5856 2004-01-15  David Schleef  <ds@schleef.org>
5857
5858         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
5859         that handles osssink fallback.
5860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5861         (gst_audio_convert_getcaps):
5862         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
5863         Add audio/x-qdm2 for QDM2 audio.
5864         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5865         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
5866         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
5867         Decrease minimum size to 16x16.
5868         * gst/wavparse/gstwavparse.c:
5869         Convert disabled pad template caps to new caps.
5870         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5872         (gst_xvimagesink_chain): Throw element error when display cannot
5873         be opened.  Increase minimum framerate to 1.0.  Check the data
5874         free function on a buffer to make sure it is the type we expect
5875         before manipulating it.
5876
5877 2004-01-15  Julien MOUTTE <julien@moutte.net>
5878
5879         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
5880         (gst_videobalance_colorbalance_set_value): Implement passthru if
5881         settings are in the middle.
5882         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
5883
5884 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5885
5886         * gst/videofilter/Makefile.am:
5887         * gst/volume/Makefile.am:
5888           Since we use videofilter symbols, link to it.
5889
5890 2004-01-15  Julien MOUTTE <julien@moutte.net>
5891
5892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
5893         mixer interface type to HARDWARE.
5894         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
5895         type to SOFTWARE.
5896         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
5897         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
5898         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
5899         (gst_volume_interface_init), (gst_volume_list_tracks),
5900         (gst_volume_set_volume), (gst_volume_get_volume),
5901         (gst_volume_set_mute), (gst_volume_mixer_init),
5902         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
5903         (volume_init): Implementing mixer interface.
5904         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
5905         * sys/oss/gstosselement.c: (gst_osselement_get_type),
5906         (gst_osselement_change_state): Removing some trailing commas in
5907         structures.
5908         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
5909         interface type to HARDWARE.
5910         * sys/v4l/gstv4lcolorbalance.c:
5911         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
5912         type to HARDWARE.
5913         * sys/v4l2/gstv4l2colorbalance.c:
5914         (gst_v4l2_color_balance_interface_init): Setting colorbalance
5915         interface type to HARDWARE.
5916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
5917         same code than ximagesink for event handling.
5918
5919 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5920
5921         * ext/snapshot/Makefile.am:
5922         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
5923         (gst_snapshot_chain):
5924         * ext/snapshot/gstsnapshot.h:
5925           This has to be a joke... Snapshot should be connected to a tee,
5926           colorspace element before it and EOS after that, where the other
5927           src of the tee receives normal data.
5928           The current way is *wrong*.
5929
5930 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5931
5932         * ext/hermes/gsthermescolorspace.c:
5933           Fix another compile error. Same as below.
5934
5935 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5936
5937         * gst/colorspace/gstcolorspace.c:
5938         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
5939         (gst_colorspace_i420_to_yv12):
5940           Fix compiling... Didn't test if it actually works.
5941
5942 2004-01-15  David Schleef  <ds@schleef.org>
5943
5944         * configure.ac:
5945         * gst/colorspace/Makefile.am:
5946         * gst/colorspace/gstcolorspace.c:
5947         * gst/colorspace/gstcolorspace.h:
5948         * gst/colorspace/yuv2rgb.c:
5949         * gst/colorspace/yuv2rgb.h:
5950         Duplicate the ext/hermes colorspace plugin, and remove Hermes
5951         code and GPL code.  Fix for new caps negotiation.  Rewrite
5952         much of the format handling code, and some of the conversion
5953         code.  Basically, rewrote almost everything.  This element
5954         handles I420, YV12 to RGB conversions.
5955         * ext/hermes/Makefile.am:
5956         * ext/hermes/gsthermescolorspace.c:
5957         Rename colorspace to hermescolorspace.  Fix negotiation issues.
5958         Remove non-Hermes related code.  This element handles lots of
5959         RGB to RGB conversions, but no YUV.
5960         * ext/hermes/gstcolorspace.c:
5961         * ext/hermes/gstcolorspace.h:
5962         * ext/hermes/rgb2yuv.c:
5963         * ext/hermes/yuv2rgb.c:
5964         * ext/hermes/yuv2rgb.h:
5965         * ext/hermes/yuv2rgb_mmx16.s:
5966         * ext/hermes/yuv2yuv.c:
5967         * ext/hermes/yuv2yuv.h:
5968         Remove old code.
5969
5970 2004-01-14  Colin Walters  <walters@verbum.org>
5971
5972         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
5973         they've already been.
5974
5975 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5976
5977         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
5978           assume tag mode when pad is not connected
5979
5980 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5981
5982         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5983           Don't update the time of the clock
5984         (gst_alsa_sink_loop):
5985           sync to the clock given to alsasink, not the own clock
5986         * sys/oss/gstosssink.c: (gst_osssink_chain):
5987           sync to the clock
5988         (gst_osssink_change_state):
5989           activate the clock
5990         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
5991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
5992           remove bogus code that made DISCONT events unhandled
5993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
5994           explicitly case to double in _set_simple. (fixes 2nd warning in bug
5995           #131502)
5996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
5997         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
5998         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
5999           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
6000           2nd warning in bug #131502)
6001
6002 2004-01-14  Julien MOUTTE  <julien@moutte.net>
6003
6004         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
6005         (gst_videobalance_colorbalance_set_value),
6006         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
6007         for colorbalance interface implementation.
6008         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6009         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6010         (gst_ximagesink_dispose), (gst_ximagesink_init),
6011         (gst_ximagesink_class_init): Adding DISPLAY property.
6012         * sys/ximage/ximagesink.h: Adding display_name to store display.
6013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6014         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6015         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
6016         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
6017         properties (they still need polishing though for gst-launch use : no
6018         xcontext yet, i ll do that tomorrow).
6019         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
6020
6021 2004-01-14  Julien MOUTTE  <julien@moutte.net>
6022
6023         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
6024         (gst_play_set_location), (gst_play_set_visualization): Preparing 
6025         switch integration, adding videobalance in the pipeline.
6026
6027 2004-01-14  Julien MOUTTE <julien@moutte.net>
6028
6029         * gst-libs/gst/colorbalance/colorbalance.c:
6030         (gst_color_balance_class_init): Adding a default type.
6031         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
6032         the type.
6033         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
6034         (gst_videobalance_dispose), (gst_videobalance_class_init),
6035         (gst_videobalance_init), (gst_videobalance_interface_supported),
6036         (gst_videobalance_interface_init),
6037         (gst_videobalance_colorbalance_list_channels),
6038         (gst_videobalance_colorbalance_set_value),
6039         (gst_videobalance_colorbalance_get_value),
6040         (gst_videobalance_colorbalance_init): Implementing colorbalance
6041         interface.
6042         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
6043         list.
6044         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
6045         bug which was triggering a BadAccess X error when setting an overlay
6046         before pad was really negotiated.
6047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
6048         Using the colorbalance type macro.
6049
6050 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6051
6052         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
6053         (gst_flacenc_chain):
6054           handle tags correctly
6055         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6056           extract ID3v1 tags correctly
6057
6058 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6059
6060         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
6061         (plugin_init):
6062           Improve matroska typefinding for odd-typed headers...
6063
6064 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6065
6066         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6067           Fix for using incremental number on padnames.
6068
6069 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6070
6071         * ext/divx/gstdivxdec.c:
6072         * ext/divx/gstdivxenc.c:
6073           Set category to divx4linux instead of divx (too generic).
6074         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6075         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6076         (gst_wavparse_loop), (gst_wavparse_change_state):
6077         * gst/wavparse/gstwavparse.h:
6078           fix parsing of WAV files with non-standard fmt-tag size and fix
6079           skipping of unrecognized chunks... Someone please fix this thing
6080           to use rifflib so all this is automated.
6081         * sys/v4l/Makefile.am:
6082         * sys/v4l2/Makefile.am:
6083           Add X_CFLAGS because we depend on X (for overlay).
6084
6085 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
6086
6087         * ext/mpeg2dec/gstmpeg2dec.c:
6088           Don't issue a timestamp unless we tagged the frame
6089           with a PTS.
6090
6091 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6092
6093         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
6094           Query the audio element to get the time, not the clock. We're
6095           interested in the element's time here.
6096
6097 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6098
6099         * ext/aalib/gstaasink.c: (gst_aasink_chain):
6100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6101         * ext/esd/esdsink.c: (gst_esdsink_chain):
6102         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
6103         * ext/mas/massink.c: (gst_massink_chain):
6104         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
6105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
6106         (gst_matroska_demux_parse_metadata):
6107         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
6108         (gst_mpeg_parse_release_locks):
6109         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
6110         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
6111         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6112         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
6113         (gst_osssink_change_state):
6114         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
6115         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
6116         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
6117         (gst_xvideosink_release_locks):
6118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
6119           use element time.
6120         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
6121         (gst_alsa_clock_stop):
6122         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
6123         (gst_audio_clock_get_internal_time):
6124           simplify for use with new clocking code.
6125         * testsuite/alsa/Makefile.am:
6126         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
6127           fix testsuite for new caps system
6128
6129 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6130
6131         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
6132         * ext/flac/gstflacenc.c: (add_one_tag):
6133           length is already host endian, no need to convert. Fixes playback of
6134           tagged files on PPC. (bug #128384)
6135
6136 2004-01-13  Julien MOUTTE <julien@moutte.net>
6137
6138         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
6139         colorbalance interface stating if it is hardware based or software
6140         based.
6141         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
6142         Removing a trailing comma.
6143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6144         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
6145         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
6146         the documentation seems to be wrong on the -1000 to 1000 interval.
6147
6148 2004-01-12  David Schleef  <ds@schleef.org>
6149
6150         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
6151         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
6152         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
6153         Fix negotiation.  Add a bufferalloc function for the sink pad,
6154         and generally clean up some of the code.
6155
6156 2004-01-12  Julien MOUTTE <julien@moutte.net>
6157
6158         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6159         (gst_color_balance_channel_dispose): Adding safety check in dispose
6160         method.
6161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6162         (gst_xvimagesink_xcontext_clear),
6163         (gst_xvimagesink_interface_supported),
6164         (gst_xvimagesink_colorbalance_list_channels),
6165         (gst_xvimagesink_colorbalance_set_value),
6166         (gst_xvimagesink_colorbalance_get_value),
6167         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
6168         Adding colorbalance interface support to set XV parameters such as
6169         HUE, BRIGHTNESS, CONTRAST, SATURATION.
6170         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
6171         interface.
6172
6173 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6174
6175         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
6176         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
6177         (gst_audio_convert_init), (gst_audio_convert_set_property),
6178         (gst_audio_convert_get_property), (gst_audio_convert_chain),
6179         (gst_audio_convert_link),
6180         (gst_audio_convert_buffer_to_default_format),
6181         (gst_audio_convert_buffer_from_default_format), (plugin_init):
6182           - implement _getcaps and use it
6183           - improve linking
6184           - remove float caps since no float conversion is actually done
6185           - remove properties and arguments that were to be used for rate
6186             conversion
6187
6188 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6189
6190         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
6191         (gst_audio_structure_set_int):
6192         * gst-libs/gst/audio/audio.h:
6193           add helper functions for _getcaps matching the standard audio
6194           templates
6195
6196 2004-01-12  David Schleef  <ds@schleef.org>
6197
6198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6199         Test that pad is negotiated before getting its caps.
6200
6201 2004-01-12  Julien MOUTTE <julien@moutte.net>
6202
6203         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
6204         analyzing the pads of an element the bin is mostly in READY state so
6205         no caps were negotiated. This helper function needs to work with
6206         _get_caps directly then. I was not freeing them though, added that to
6207         fix the mem leak.
6208
6209 2004-01-12  Julien MOUTTE <julien@moutte.net>
6210
6211         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
6212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
6213         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
6214         than the free_func.
6215
6216 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6217
6218         * sys/oss/gstossaudio.c: (plugin_init):
6219         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6220         * sys/oss/gstosselement.h:
6221           make an oss debugging category
6222           make failure more descriptive
6223
6224 2004-01-11  David Schleef  <ds@schleef.org>
6225
6226         * ext/ffmpeg/gstffmpeg.c:
6227         * ext/ffmpeg/gstffmpegcodecmap.c:
6228         * ext/ffmpeg/gstffmpegdec.c:
6229         * ext/ffmpeg/gstffmpegenc.c:
6230         * ext/ffmpeg/gstffmpegprotocol.c:
6231         * ext/gdk_pixbuf/gstgdkanimation.c:
6232         * ext/jpeg/gstjpeg.c:
6233         * ext/libpng/gstpng.c:
6234         * ext/mpeg2dec/perftest.c:
6235         * ext/speex/gstspeex.c:
6236         * gst-libs/gst/resample/dtos.c:
6237         * gst/intfloat/gstintfloatconvert.c:
6238         * gst/oneton/gstoneton.c:
6239         * gst/rtjpeg/RTjpeg.c:
6240         * gst/rtp/gstrtp.c:
6241         * sys/dxr3/dxr3init.c:
6242         * sys/glsink/gstgl_nvimage.c:
6243         * sys/glsink/gstgl_pdrimage.c:
6244         * sys/glsink/gstglsink.c:
6245         * testsuite/gst-lint:
6246         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
6247
6248 2004-01-11  David Schleef  <ds@schleef.org>
6249
6250         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
6251         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
6252         * ext/gdk_pixbuf/gstgdkanimation.c:
6253         (gst_gdk_animation_iter_create_pixbuf):
6254         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6255         (gst_gdk_pixbuf_chain):
6256         * ext/gdk_pixbuf/gstgdkpixbuf.h:
6257         * ext/jack/gstjack.c: (gst_jack_change_state):
6258         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
6259         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
6260         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
6261         * gst/videofilter/gstvideofilter.c:
6262         (gst_videofilter_set_output_size):
6263         Remove all usage of gst_pad_get_caps(), and replace it with
6264         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
6265
6266 2004-01-11  David Schleef  <ds@schleef.org>
6267
6268         * configure.ac:
6269         * ext/Makefile.am: Fixes to make ext/libcaca compile.
6270         * ext/divx/gstdivxdec.c:
6271         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6272         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
6273         handle images that span multiple buffers.  Now work with both
6274         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
6275         * ext/gdk_pixbuf/gstgdkpixbuf.h:
6276         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
6277         video/video.h changes
6278         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
6279         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
6280         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
6281         of GstData free function.
6282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
6283         same.
6284
6285 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6286
6287         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
6288         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
6289         (gst_v4l2element_get_property):
6290         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
6291           add norm, channel and frequency properties.
6292         * sys/v4l2/gstv4l2tuner.c:
6293           fixes for tuner interface changes
6294         * sys/v4l2/gstv4l2element.h:
6295         * sys/v4l2/gstv4l2src.c: 
6296         * sys/v4l2/gstv4l2src.h:
6297         * sys/v4l2/v4l2src_calls.c: 
6298         * sys/v4l2/v4l2src_calls.h:
6299           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
6300
6301 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6302
6303         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
6304         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
6305         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
6306         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
6307         * gst-libs/gst/tuner/tuner.h:
6308           GObjects aren't const.
6309           Add find_by_name functions.
6310           Add checks to _changed functions.
6311         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
6312         (gst_v4l_tuner_get_norm):
6313           Fixes for above.
6314
6315 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6316
6317         * gst-libs/gst/video/video.h:
6318           Fix caps template names to be understandable.
6319           Prefix everything with GST_VIDEO.
6320         * ext/aalib/gstaasink.c:
6321         * ext/divx/gstdivxdec.c:
6322         * ext/divx/gstdivxenc.c:
6323         * ext/gdk_pixbuf/gstgdkpixbuf.c:
6324         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
6325         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
6326         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
6327         * ext/libcaca/gstcacasink.c:
6328         * ext/libpng/gstpngenc.c: (raw_caps_factory):
6329         * ext/snapshot/gstsnapshot.c:
6330         * ext/swfdec/gstswfdec.c:
6331         * ext/xvid/gstxviddec.c:
6332         * ext/xvid/gstxvidenc.c:
6333         * gst/chart/gstchart.c:
6334         * gst/deinterlace/gstdeinterlace.c:
6335         * gst/effectv/gsteffectv.c:
6336         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6337         * gst/goom/gstgoom.c:
6338         * gst/median/gstmedian.c:
6339         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6340         (gst_monoscope_srcconnect), (gst_monoscope_chain):
6341         * gst/overlay/gstoverlay.c:
6342         * gst/smooth/gstsmooth.c:
6343         * gst/smpte/gstsmpte.c:
6344         * gst/synaesthesia/gstsynaesthesia.c:
6345         * gst/videocrop/gstvideocrop.c:
6346         * gst/videodrop/gstvideodrop.c:
6347         * gst/y4m/gsty4mencode.c:
6348         * sys/qcam/gstqcamsrc.c:
6349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6350           Make them work with new video.h file.
6351         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6352         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
6353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6354         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
6355           Make it work with new buffer allocation system.
6356
6357 2004-01-11  Julien MOUTTE  <julien@moutte.net>
6358
6359         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
6360         pad_alloc_buffer implementation to use ->srcpad
6361         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
6362         pad_alloc_buffer implementation to use ->srcpad
6363         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
6364         pad_alloc_buffer implementation to use ->srcpad
6365         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6366         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
6367         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
6368         a reference to everything we need.
6369         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
6370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6371         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6372         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
6373         a reference to everything we need.
6374         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
6375
6376 2004-01-11  David Schleef  <ds@schleef.org>
6377
6378         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
6379         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
6380         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
6381         structure members.
6382         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
6383         value during a resize/renegotiation.
6384         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
6385         gst_pad_alloc_buffer();
6386         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
6387         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
6388         structure members.
6389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
6390         Fix for rename of buffer private structure members.
6391         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6392         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
6393         Fix for rename of buffer private structure members.
6394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6395         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
6396         Fix for rename of buffer private structure members.
6397
6398 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
6399
6400         reviewed by: David Schleef <ds@schleef.org>
6401
6402         * gst/videofilter/Makefile.am:
6403         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
6404         from the patch by ds to fit in with recent make_filter changes.
6405
6406 2004-01-11  Julien MOUTTE  <julien@moutte.net>
6407
6408         * configure.ac: Adding examples/switch/Makefile
6409         * examples/Makefile.am: Adding examples/switch
6410         * examples/switch/Makefile.am: Adding switcher example.
6411         * examples/switch/switcher.c: (got_eos), (idle_iterate),
6412         (switch_timer), (main): Adding an example demonstrating switch usage
6413         with 2 videotestsrc showing different patterns.
6414         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
6415         (gst_switch_init): Fixing switch with the new caps system.
6416
6417 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6418
6419         * gst-libs/gst/video/video.h:
6420           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
6421           They should probably be like
6422           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
6423
6424 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6425
6426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6427         (qtdemux_parse_trak):
6428           fix audio chunk size/timestamp calculation
6429
6430 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6431
6432         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
6433           fix SVQ3 caps
6434
6435 2004-01-11  Steve Baker  <steve@stevebaker.org>
6436
6437         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
6438         (gst_agingtv_base_init), (gst_agingtv_class_init),
6439         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
6440         (gst_agingtv_set_property), (gst_agingtv_get_property):
6441         Port agingTV to videofilter
6442
6443 2004-01-09  Julien MOUTTE <julien@moutte.net>
6444
6445         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
6446         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6447
6448 2004-01-09  Julien MOUTTE <julien@moutte.net>
6449
6450         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
6451         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6452         * gst-libs/gst/xoverlay/xoverlay.c:
6453         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
6454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
6455         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6456         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6457         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6458         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6459         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6460         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
6461         the bufferalloc_function to replace bufferpools, fixing the XOverlay
6462         interface implementation to handle xid being 0 and fix some bugs
6463         triggered by Benjamin's testcase.
6464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6465         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6466         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
6467         the bufferalloc_function to replace bufferpools, fixing the XOverlay
6468         interface implementation to handle xid being 0 and fix some bugs
6469         triggered by Benjamin's testcase.
6470
6471 2004-01-09  David Schleef  <ds@schleef.org>
6472
6473         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
6474         mouse pointer events.  It works.
6475
6476 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6477
6478         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
6479           Use explicit caps - fix capsnego.
6480         * ext/xvid/gstxviddec.c:
6481         * ext/xvid/gstxvidenc.c:
6482           Remove macro-inside-macro which caused compile errors.
6483         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
6484           Error out if it's not a RIFF file. Else we error out without
6485           gst_element_error() which is not good...
6486
6487 2004-01-08  David Schleef  <ds@schleef.org>
6488
6489         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
6490         Fix pad_link function to handle formats that ffmpeg returns
6491         as multiple caps structures.
6492         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
6493         Only complain if source buffer is _smaller_ than expected.
6494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6495         (gst_videoscale_handle_src_event): Resize navigation events
6496         when passing them upstream.
6497         * gst/videotestsrc/gstvideotestsrc.c:
6498         * gst/videotestsrc/gstvideotestsrc.h:
6499         * gst/videotestsrc/videotestsrc.c:
6500         * gst/videotestsrc/videotestsrc.h:
6501         Rewrite many of the buffer painting functions to handle odd
6502         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
6503         been verified to work with my video card.
6504         * testsuite/gst-lint:  Add check for elements calling
6505         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
6506
6507 2004-01-08  David Schleef  <ds@schleef.org>
6508
6509         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6510         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
6511
6512 2004-01-08  Julien MOUTTE  <julien@moutte.net>
6513
6514         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
6515         configure event is not emiting the desired size signal. That fixes
6516         aspect ratio issues with gst-player.
6517
6518 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
6521           Fix capsnego.
6522
6523 2004-01-08  Julien MOUTTE  <julien@moutte.net>
6524
6525         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
6526         public method to fire size signal.
6527
6528 2004-01-07  Julien MOUTTE  <julien@moutte.net>
6529
6530         * examples/gstplay/Makefile.am: Adding the interface library.
6531         * gst-libs/gst/play/Makefile.am: Adding the interface library.
6532         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
6533         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
6534         GST_IS_X_OVERLAY before signal connect.
6535         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
6536         Removing the have_video_size signal.
6537         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
6538         and associated public method.
6539         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6540         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
6541         signal.
6542         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
6543         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
6544         signal.
6545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
6546         Using XOverlay public method to fire size signal.
6547
6548 2004-01-07  David Schleef  <ds@schleef.org>
6549
6550         * gst/videofilter/Makefile.am:
6551         * gst/videofilter/gstvideotemplate.c:
6552         * gst/videofilter/make_filter:
6553         Create gstvideoexample.c in a srcdir!=builddir friendly way.
6554         Convert make_filter to /bin/sh script.
6555
6556 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6557
6558         * gst/modplug/gstmodplug.cc: fix element description
6559
6560 2004-01-07  Julien MOUTTE  <julien@moutte.net>
6561
6562         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
6563         (got_video_size): Adding some new lines in g_print calls.
6564         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6565         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
6566         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
6567         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
6568         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
6569         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
6570         Complete code review, reverting some stuff i disagree with, adding
6571         some fixes : time synchronization on invalid timestamps, renegotiation
6572         of private window.
6573         * sys/ximage/ximagesink.h:
6574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
6575         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
6576         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
6577         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
6578         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6579         (gst_xvimagesink_buffer_new),
6580         (gst_xvimagesink_navigation_send_event),
6581         (gst_xvimagesink_set_xwindow_id),
6582         (gst_xvimagesink_get_desired_size),
6583         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
6584         stuff i disagree with, adding some fixes : Renegotiation of private
6585         window, implementing get_desired_size.
6586
6587 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6588
6589         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
6590         (gst_afsink_handle_event):
6591         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
6592         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
6593         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
6594         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
6595         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
6596           Fix for instantiate-test (see core). Also remove dead code from
6597           jpegenc (which still needs fixing, but that's lower on my TODO
6598           list...).
6599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
6600           Never return NULL as caps.
6601
6602 2004-01-07  David Schleef  <ds@schleef.org>
6603
6604         * configure.ac:
6605         * ext/Makefile.am:
6606         * ext/librfb/Makefile.am:
6607         * ext/librfb/gstrfbsrc.c:
6608         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
6609         is the protocol used by VNC.
6610
6611 2004-01-07  David Schleef  <ds@schleef.org>
6612
6613         * gst/videofilter/gstvideotemplate.c:
6614         * gst/videofilter/gstvideotemplate.h:
6615         * gst/videofilter/make_filter:
6616         Merge videotemplate header into source file.
6617         * gst/effectv/Makefile.am:
6618         * gst/effectv/gsteffectv.c: (plugin_init):
6619         * gst/effectv/gstwarp.c:
6620         Make warpTV a subclass of videofilter.
6621
6622 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6623
6624         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6625           Add guard against invalid utf-8 conversions in mad. Just in case.
6626
6627 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6628
6629         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
6630           Fix for bug shown by poisoning
6631
6632 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
6635         (gst_v4lmjpegsrc_buffer_free):
6636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
6637         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
6638         (gst_v4lsrc_buffer_free):
6639           Fix for removed bufferpools.
6640
6641 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
6642
6643         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
6644         Fix caps negotiation.
6645
6646         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
6647         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
6648         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
6649         (dvdnavsrc_event):
6650         * ext/mpeg2dec/gstmpeg2dec.c:
6651         * gst-libs/gst/navigation/navigation.c:
6652         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
6653         * gst-libs/gst/navigation/navigation.h:
6654         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
6655         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6657         Super-simple first version of mouse and keyboard events. Clicking
6658         on a DVD menu now works, although it may not take you where you
6659         expected.
6660
6661         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
6662         * gst/videotestsrc/gstvideotestsrc.c:
6663         (gst_videotestsrc_src_fixate):
6664         These fixate functions were broken - they never actually
6665         fixated :)
6666         
6667 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6668
6669         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
6670         (gst_icecastsend_init):
6671           fix for new caps system.
6672         * gst-libs/gst/mixer/mixertrack.h:
6673         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
6674           Add 'master track' flag (for tools like ACME that only want to
6675           change the main volume).
6676
6677 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
6678
6679         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
6680         (gst_xvid_csp_to_caps):
6681         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
6682         * ext/xvid/gstxvidenc.c:
6683         ifdef out ARGB type when it isn't available 
6684         in xvidcore 1.0.0beta2
6685
6686 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6687
6688         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
6689           When we have received a new SCR right in the first buffer after
6690           a seek (so in the same cycle that handles the discont), we should
6691           handle the buffer instead of unreffing it, else we lose data.
6692
6693 2004-01-06  Iain <iain@prettypeople.org>
6694
6695         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
6696           buffer-frames caps too.
6697
6698         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
6699           caps that we need, don't destroy them all and rebuild them. And when
6700           creating src pads, use the src pad template rather than the sink...
6701
6702 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6703
6704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
6705           Add pad to element *after* setting functions such as event handler.
6706           Without this, the scheduler (opt) will link pads, set the event
6707           handler from the default event function (dispatcher in gstpad.c)
6708           and *after* that, we will set our own event function, which will
6709           thus never be used (and thus mpegdemux doesn't handle events).
6710
6711 2004-01-04  David Schleef  <ds@schleef.org>
6712
6713         Fix the fixate functions to handle new prototype:
6714         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
6715         * gst/videotestsrc/gstvideotestsrc.c:
6716         (gst_videotestsrc_src_fixate):
6717         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
6718         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
6719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
6720
6721 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6722
6723         * sys/ximage/ximagesink.h:
6724         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6725         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
6726         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
6727         (gst_ximagesink_xoverlay_init):
6728           assorted fixes to make (re)embedding work
6729         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
6730         (gst_ximagesink_get_desired_size):
6731           implement desired size additions to XOverlay
6732
6733 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6734
6735         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
6736         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
6737         (gst_x_overlay_got_desired_size):
6738         * gst-libs/gst/xoverlay/xoverlay.h:
6739           Add optional "desired size" signal and querying.
6740
6741 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6742
6743         * gst/matroska/matroska-demux.c:
6744         (gst_matroska_demux_parse_blockgroup):
6745           Fix EBML-laced block parsing. Diffs are relative to previous
6746           lace, not the first lace. Thanks to Mosu from the Matroska
6747           team for detecting this.
6748         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6749         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
6750         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
6751         (gst_wavparse_change_state):
6752         * gst/wavparse/gstwavparse.h:
6753           Quickfix for capsnego.
6754
6755 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6756
6757         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
6758           Fix indenting, fix pad creation.
6759
6760 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6761
6762         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
6763         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
6764         (gst_xviddec_sink_link):
6765           Implement src_getcaps() so proper size caps is negotiated.
6766
6767 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6768
6769         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
6770           Finish flac decoder on EOS. See #116178.
6771
6772 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6773
6774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
6775         (gst_matroska_demux_add_stream):
6776         * gst/matroska/matroska-ids.h:
6777           Add getcaps() function to fix capsnego...
6778
6779 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6780
6781         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6782         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
6783         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6784           Fix more integer overflows. Again, see #126967.
6785
6786 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6787
6788         * ext/mpeg2dec/gstmpeg2dec.c:
6789           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
6790           #130416.
6791
6792 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6793
6794         * configure.ac:
6795         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
6796         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
6797         * ext/xvid/gstxvid.h:
6798         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
6799         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
6800         (gst_xviddec_src_link), (gst_xviddec_sink_link),
6801         (gst_xviddec_change_state):
6802         * ext/xvid/gstxviddec.h:
6803         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
6804         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
6805         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
6806         (gst_xvidenc_link), (gst_xvidenc_set_property),
6807         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
6808         * ext/xvid/gstxvidenc.h:
6809           Update xvid plugin to latest xvid (1.0.0-beta3) API.
6810
6811 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6812
6813         * gst/rtp/rtp-packet.c:
6814           Add sys/types.h include, since OS X doesn't define in_addr_t
6815           in netinet/in.h, like it does on Linux (see #129600).
6816
6817 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
6818
6819         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
6820
6821         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
6822           Correct logic of dispose function (see #129306).
6823
6824 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6825
6826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
6827         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
6828         (gst_mpeg_parse_init):
6829         * gst/mpegstream/gstmpegparse.h:
6830           Remove clock (which was never provided, i.e. dead code), and
6831           also fix integer overflows at high PTS values (see #126967).
6832
6833 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6834
6835         * ext/flac/gstflacdec.c:
6836         * ext/libpng/gstpngenc.h:
6837         * ext/mikmod/gstmikmod.h:
6838           OS X fixes (see #126628).
6839
6840 2004-01-02  David Schleef  <ds@schleef.org>
6841
6842         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
6843         (gst_alsa_src_base_init): Remove bogus "src" request pad.
6844         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
6845         (gst_mpeg_parse_class_init): Move pad template registration
6846         to class_init, since the derived class (mpegdemux) doesn't
6847         want them.
6848
6849 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6850
6851         * sys/ximage/Makefile.am:
6852         * sys/xvideo/Makefile.am:
6853         * sys/xvimage/Makefile.am:
6854           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
6855           after installation (see #127664).
6856
6857 2004-01-02  David Schleef  <ds@schleef.org>
6858
6859         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
6860         (gst_ffmpegenc_connect):  Negotiation fixes.
6861         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
6862         Remove inappropriate gst_caps_free().
6863         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
6864         Reenable Ronald's internal resize code, since the core handles
6865         it correctly now.
6866
6867 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6870         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
6872           Fix pad template stuff.
6873
6874 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6875
6876         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
6877         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
6878           fix signed integer reading/writing.
6879
6880 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6881
6882         * ext/alsa/README:
6883           Remove outdated document
6884
6885 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
6886
6887         * gst/cutter/gstcutter.c: (gst_cutter_init):
6888           src pad was being created twice - oops.
6889
6890 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6891
6892         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
6893           Comment out internal resize. It doesn't handle the resulting
6894           XEvent internally, does another try_set_caps() which leads to
6895           a really nice loop.
6896           Real fix will come when Julien and Dave are awake. ;).
6897
6898 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6899
6900         * ext/mpeg2enc/gstmpeg2enc.cc:
6901           fix const/nonconst compile issue.
6902
6903 2004-01-02  David Schleef  <ds@schleef.org>
6904
6905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
6906         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
6907         Add fixate function and a check for bad formats.
6908
6909 2004-01-01  David Schleef  <ds@schleef.org>
6910
6911         Negotiation fixes:
6912         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6913         (gst_audiofilter_init):
6914         * gst/debug/efence.c: (gst_efence_init):
6915         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
6916         (gst_deinterlace_init):
6917         * gst/volume/gstvolume.c: (volume_connect):
6918
6919 2004-01-01  David Schleef  <ds@schleef.org>
6920
6921         Convert elements to use gst_pad_use_explicit_caps() where
6922         appropriate:
6923         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
6924         * ext/audiofile/gstafparse.c: (gst_afparse_init),
6925         (gst_afparse_open_file):
6926         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
6927         (gst_afsrc_open_file):
6928         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
6929         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
6930         (gst_ffmpegdec_chain):
6931         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6932         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
6933         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
6934         (gst_gdk_pixbuf_chain):
6935         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
6936         (gst_jpegdec_chain):
6937         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
6938         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6939         (gst_mikmod_negotiate):
6940         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6941         (gst_mpeg2dec_negotiate_format):
6942         * ext/mpeg2enc/gstmpeg2enc.cc:
6943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6944         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
6945         (gst_speexdec_sinkconnect):
6946         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
6947         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
6948         (gst_vorbisfile_new_link):
6949         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
6950         (gst_ac3parse_chain):
6951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
6952         (gst_asf_demux_setup_pad):
6953         * gst/auparse/gstauparse.c: (gst_auparse_init),
6954         (gst_auparse_chain):
6955         * gst/id3/gstid3types.c: (gst_id3types_loop):
6956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6957         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
6958         (mp1videoparse_parse_seq):
6959         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
6960         (bpf_from_header):
6961         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6962         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
6963         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6964         (gst_mpeg_parse_send_data):
6965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6966         (gst_qtdemux_add_stream):
6967         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6968         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6969         (gst_wavparse_parse_fmt):
6970
6971 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6972
6973         * configure.ac:
6974           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
6975           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
6976           it therefore uses the wrong include paths. Too bad... Note
6977           that 1.6.1.93 is not release yet. ;).
6978           Also add a check for mplex, which is now using the lib'ified
6979           mplex from mjpegtools, too.
6980         * ext/ffmpeg/gstffmpegcodecmap.c:
6981           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
6982           issues. I don't think ffmpeg handles 3ivx correctly, so this
6983           probably won't work. But it won't hurt either.
6984         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
6985         (gst_ffmpegdec_chain):
6986         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
6987         (gst_ffmpegenc_chain_audio):
6988           Fix memleak in audio encoding. Close codec if open fails, this
6989           calls the cleanup routines so we can re-use the context.
6990         * ext/mpeg2enc/gstmpeg2enc.cc:
6991           Fix pad template names/types, fix memory issue with getcaps().
6992         * ext/mpeg2enc/gstmpeg2encoder.cc:
6993         * ext/mpeg2enc/gstmpeg2encoder.hh:
6994           Fix compile issue with new caps system (const thingy).
6995         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6996         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6997           We read a first frame right on initing, so that we have a caps
6998           when we init the output. This caps is cached in padprivate and
6999           read as first frame.
7000         * ext/mplex/Makefile.am:
7001         * ext/mplex/gstmplex.cc:
7002         * ext/mplex/gstmplex.h:
7003         * ext/mplex/gstmplex.hh:
7004         * ext/mplex/gstmplexibitstream.cc:
7005         * ext/mplex/gstmplexibitstream.hh:
7006         * ext/mplex/gstmplexjob.cc:
7007         * ext/mplex/gstmplexjob.hh:
7008         * ext/mplex/gstmplexoutputstream.cc:
7009         * ext/mplex/gstmplexoutputstream.hh:
7010           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
7011           had issues, didn't do capsnego, supported only a subset of the
7012           mplex features and required a mplex fork in our local CVS. Plus
7013           that it worked agaist a very old mplex version. Rewriting was
7014           faster than updating it.
7015         * gst-libs/ext/Makefile.am:
7016         * gst-libs/ext/mplex/INSTRUCT:
7017         * gst-libs/ext/mplex/Makefile.am:
7018         * gst-libs/ext/mplex/README:
7019         * gst-libs/ext/mplex/TODO:
7020         * gst-libs/ext/mplex/ac3strm_in.cc:
7021         * gst-libs/ext/mplex/audiostrm.hh:
7022         * gst-libs/ext/mplex/audiostrm_out.cc:
7023         * gst-libs/ext/mplex/aunit.hh:
7024         * gst-libs/ext/mplex/bits.cc:
7025         * gst-libs/ext/mplex/bits.hh:
7026         * gst-libs/ext/mplex/buffer.cc:
7027         * gst-libs/ext/mplex/buffer.hh:
7028         * gst-libs/ext/mplex/fastintfns.h:
7029         * gst-libs/ext/mplex/format_codes.h:
7030         * gst-libs/ext/mplex/inputstrm.cc:
7031         * gst-libs/ext/mplex/inputstrm.hh:
7032         * gst-libs/ext/mplex/lpcmstrm_in.cc:
7033         * gst-libs/ext/mplex/mjpeg_logging.cc:
7034         * gst-libs/ext/mplex/mjpeg_logging.h:
7035         * gst-libs/ext/mplex/mjpeg_types.h:
7036         * gst-libs/ext/mplex/mpastrm_in.cc:
7037         * gst-libs/ext/mplex/mpegconsts.cc:
7038         * gst-libs/ext/mplex/mpegconsts.h:
7039         * gst-libs/ext/mplex/mplexconsts.hh:
7040         * gst-libs/ext/mplex/multplex.cc:
7041         * gst-libs/ext/mplex/outputstream.hh:
7042         * gst-libs/ext/mplex/padstrm.cc:
7043         * gst-libs/ext/mplex/padstrm.hh:
7044         * gst-libs/ext/mplex/stillsstream.cc:
7045         * gst-libs/ext/mplex/stillsstream.hh:
7046         * gst-libs/ext/mplex/systems.cc:
7047         * gst-libs/ext/mplex/systems.hh:
7048         * gst-libs/ext/mplex/vector.cc:
7049         * gst-libs/ext/mplex/vector.hh:
7050         * gst-libs/ext/mplex/videostrm.hh:
7051         * gst-libs/ext/mplex/videostrm_in.cc:
7052         * gst-libs/ext/mplex/videostrm_out.cc:
7053         * gst-libs/ext/mplex/yuv4mpeg.cc:
7054         * gst-libs/ext/mplex/yuv4mpeg.h:
7055         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
7056         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
7057           We don't fork mjpegtools' mplex in our CVS anymore.
7058         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
7059         (gst_avi_demux_add_stream):
7060         * gst/avi/gstavidemux.h:
7061           Add getcaps() function for proper caps nego. This makes some
7062           parts of AVI playback/reading work.
7063         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
7064           Resize window on new capsnego. This is probably wrong, but
7065           I'm still committing it because with current capsnego, the
7066           first successfull capsnego is auto-fixated, therefore rounded
7067           down to the lowest values in the caps. this results in a 16x16
7068           XWindow that is not reized when real capsnego finishes.
7069           Dave, I see more cases of this, do you know a proper solution?
7070         * tools/gst-launch-ext.in:
7071           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
7072
7073 2003-12-31  David Schleef  <ds@schleef.org>
7074
7075         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
7076         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
7077           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
7078
7079 2003-12-30  David Schleef  <ds@schleef.org>
7080
7081         * ext/ffmpeg/gstffmpegcolorspace.c:
7082         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7083         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
7084         (gst_ffmpegcsp_chain): Negotiation fixes
7085         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
7086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7087         (gst_audio_convert_link), (gst_audio_convert_channels):
7088         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
7089         (gst_audioscale_link), (gst_audioscale_get_buffer),
7090         (gst_audioscale_chain): Negotiation fixes
7091         * gst/audioscale/gstaudioscale.h:
7092         * gst/videofilter/gstvideofilter.c:
7093         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
7094         (gst_videofilter_link), (gst_videofilter_init),
7095         (gst_videofilter_set_output_size), (gst_videofilter_setup),
7096         (gst_videofilter_find_format_by_structure):
7097         * gst/videofilter/gstvideofilter.h: Negotiation fixes
7098         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
7099         (gst_videoscale_link):
7100         * gst/videoscale/videoscale.c: (videoscale_get_structure),
7101         (videoscale_find_by_structure), (gst_videoscale_setup):
7102         * gst/videoscale/videoscale.h: Negotiation fixes
7103         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7104         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
7105         function, restrict resizing to a multiple of 4 (hack until
7106         everyone supports odd sizes correctly).
7107
7108 2003-12-29  Colin Walters  <walters@verbum.org>
7109
7110         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
7111         signed.
7112
7113 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
7114
7115         * ext/sndfile/gstsf.c: (gst_sf_loop):
7116           Fix warning about discarding const qualifier
7117
7118 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
7119
7120         * gst/cutter/gstcutter.c:
7121         * gst/videoscale/gstvideoscale.c:
7122         * gst/volenv/gstvolenv.c:
7123         * gst-libs/gst/audio/audio.c:
7124         * gst-libs/gst/video/video.c:
7125           Fix warnings
7126
7127 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7128
7129         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
7130           Don't send ALSA debugging to stderr.
7131         * ext/alsa/gstalsa.h:
7132           Use GST_WARNING instead of g_warning when ALSA functions fail.
7133
7134 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7135
7136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7137           Free XVAdapterInfo correctly.
7138
7139 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7140
7141         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
7142         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
7143           Make id3tag use correct caps nego.
7144
7145 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
7146
7147         * ext/ivorbis/vorbis.c: 
7148         * ext/ivorbis/vorbisenc.h:
7149         * ext/ivorbis/vorbisfile.c:
7150           Modify so that it uses the new caps things
7151
7152 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7153
7154         * testsuite/spider/spider1.c: (main):
7155         * testsuite/spider/spider2.c: (main):
7156         * testsuite/spider/spider3.c: (main):
7157           Make tests compile again. They probably don't work.
7158
7159 2003-12-24  Colin Walters  <walters@verbum.org>
7160
7161         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
7162         we can't fixate the caps anymore.
7163
7164 2003-12-23  David Schleef  <ds@schleef.org>
7165
7166         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
7167         * sys/oss/gstosssink.c: (gst_osssink_init),
7168         (gst_osssink_sink_fixate): Add fixate function.
7169
7170 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7171
7172         * ext/ffmpeg/gstffmpegcodecmap.c:
7173         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
7174         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
7175         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
7176         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
7177         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
7178         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7179         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
7180           fix typo in RGB masks, and move back to "old" colorspace
7181           capsnego code until whoever wrote this new crap has actually
7182           tested it so that it works.
7183           And yes, this works, keep it that way please.
7184
7185 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7186
7187         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
7188         (gst_divxdec_init), (gst_divxdec_negotiate):
7189         * ext/divx/gstdivxdec.h:
7190         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
7191         (gst_divxenc_init):
7192         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
7193         (gst_faac_sinkconnect), (gst_faac_srcconnect):
7194         * ext/mpeg2enc/gstmpeg2enc.cc:
7195         * ext/mpeg2enc/gstmpeg2encoder.cc:
7196         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7197         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
7198         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
7199         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
7200         (dxr3spusink_init):
7201         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
7202         (dxr3videosink_init):
7203           Fix caps breakage after Dave's caps branch merge.
7204
7205 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7206
7207         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7208           Fix for 24bpp display.
7209
7210 2003-12-23  Colin Walters  <walters@verbum.org>
7211
7212         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
7213         a GnomeVFSHandle directly.
7214
7215 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7216
7217         * gst/volume/Makefile.am:
7218         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
7219         (volume_base_init), (volume_init):
7220           Reenable volume element and fix to work with new caps stuff.
7221           Rhythmbox needs this.
7222
7223 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7224
7225         * gst/qtdemux/qtdemux.c: (plugin_init):
7226           qtdemux requires bytestream
7227
7228 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7229
7230         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
7231           Fix remaining caps handling errors due to CAPS merge.
7232
7233 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7234
7235         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
7236         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
7237         (gst_faad_srcconnect): 
7238           Port to new caps system.
7239
7240 2003-12-21  Julien MOUTTE  <julien@moutte.net>
7241
7242         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
7243         (got_video_size), (main): using g_print instead of g_message.
7244         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
7245         signal which was not emitted because of "switch" element added to the
7246         bin but not connected. (Removing from the bin temporarily)
7247
7248 2003-12-21  Julien MOUTTE  <julien@moutte.net>
7249
7250         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
7251         find X development files. I don't understand the previous tests and
7252         they fail on my debian/ppc unstable. This one works.
7253         * examples/gstplay/player.c: (main): Set the pipeline to READY before
7254         exiting.
7255         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
7256         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7257         (gst_play_set_visualization): Add some safety checks in set_ methods
7258         and state_change. This was throwing some ugly CRITICAL messages when
7259         pipeline was getting disposed and casts were failing.
7260
7261 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7262
7263         * configure.ac:
7264           Improve mpeg2enc detection. This is for distributions that do
7265           ship mjpegtools, but without mpeg2enc. Also does object check
7266           for might there ever be ABI incompatibility.
7267         * ext/mpeg2enc/gstmpeg2enc.cc:
7268           Add Andrew as second maintainer (he's helping me), and also add
7269           an error if no caps was set. This happens if I pull before capsnego
7270           and that's something I should solve sometime else.
7271         * gst/matroska/matroska-demux.c:
7272         (gst_matroska_demux_parse_blockgroup):
7273           Fix time parsing.
7274         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
7275         (gst_matroska_mux_track_header):
7276           Add caps to templates.
7277         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
7278           Add mpegversion=1 to prevent confusion with MPEG/AAC.
7279         * gst/mpegstream/gstmpegdemux.c:
7280           Remove layer since it causes warnings about unfixed caps.
7281         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7282           Fix obvious typo (we error out if caps were set, we should of
7283           course error out if *no* caps were set).
7284         * sys/oss/gstosselement.c: (gst_osselement_convert):
7285           Fix format conversion, we confused bits/bytes.
7286         * sys/oss/gstosselement.h:
7287           Improve documentation for 'bps'.
7288         * sys/v4l/TODO:
7289           Remove stuff about plugins that need removing - this was done
7290           ages ago.
7291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
7292         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
7293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
7294         (gst_v4lsrc_src_query):
7295         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
7296         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
7297           Add get_query_types(), get_formats() and query() functions.
7298
7299 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7300
7301         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
7302         * moved CVS to freedesktop.org
7303