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