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