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