090a64874d03fc766070adfc34143206c5b319f7
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-10-01  Wim Taymans  <wim@fluendo.com>
2
3         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
4         (speex_dec_get_formats), (speex_dec_convert),
5         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
6         (speex_dec_chain), (gst_speexdec_get_property),
7         (gst_speexdec_set_property):
8         Small cleanups.
9
10 2004-10-01  Wim Taymans  <wim@fluendo.com>
11
12         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14         (gst_wavparse_other), (gst_wavparse_loop),
15         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
16         (gst_wavparse_srcpad_event):
17         * gst/wavparse/gstwavparse.h:
18         Added some more debugging info.
19         Fix the case where the length of the file is 0.
20         Make sure we seek to sample borders.
21
22 2004-10-01  Wim Taymans  <wim@fluendo.com>
23
24         * gst/playback/README:
25         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
26         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
27         (try_to_link_1), (no_more_pads), (close_link), (type_found):
28         Add some debug info to decodebin, update README
29
30 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31
32         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
33           Don't use g_print(); use GST_DEBUG().
34
35 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
36
37         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
38         (gst_ogg_mux_queue_pads):
39           Handle EOS properly.
40
41 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
42
43         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
44
45         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
46         (gst_faad_chain), (gst_faad_change_state):
47         * ext/faad/gstfaad.h:
48           Allow playback of raw (unframed) MPEG AAC files (#148993).
49
50 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
51
52         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
53
54         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
55           Throw error if we didn't recognize the stream. Fixes #152289.
56
57 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
58
59         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
60           Fix negotiation.
61
62 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
63
64         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
65
66         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
67           Fix memleak.
68
69 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
70
71         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
72
73         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
74           Solve #152805.
75         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
76           Solve 152806.
77
78 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
79
80         * gst-libs/gst/riff/riff-media.c:
81         (gst_riff_create_video_caps_with_data),
82         (gst_riff_create_audio_caps_with_data):
83           Add codec_data handling (like asfdemux used to do).
84         * gst/asfdemux/gstasf.c: (plugin_init):
85         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
86         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
87           Use riff-media for caps creation instead of our own (mostly
88           broken) copy of its functions.
89
90 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
91
92         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
93           Don't actually error out if we get another return value than
94           -EINVAL. Opposite to what I first thought, drivers have random
95           return values for this, although -EINVAL is the expected return
96           value. Since this is not fatal, we shouldn't use
97           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
98
99 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
100
101         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
102         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
103         (dvdreadsrc_get_property), (_open), (_seek), (_read),
104         (dvdreadsrc_get), (dvdreadsrc_open_file),
105         (dvdreadsrc_change_state):
106           Fix. Don't do one big huge loop around the whole DVD, that will
107           cache all data and thus eat sizeof(dvd) (several GB) before we
108           see something.
109         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
110           Actually NULL'ify event after using it.
111         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
112         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
113         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
114         (gst_ebml_read_seek), (gst_ebml_read_skip):
115           Handle events.
116         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
117         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
118         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
119           Fix timing (this will probably break if I seek using menus, but
120           I didn't get there yet). VOBs and normal DVDs should now work.
121           Add a mpeg2-only pad with high rank so this get autoplugged for
122           MPEG-2 movies.
123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
124         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
125         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
126         (gst_mpeg_demux_get_audio_stream),
127         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
128         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
129           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
130           MPEG-1 but use dvddemux for MPEG-2.
131         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
132         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
133         (gst_mpeg_parse_parse_packhead):
134           Timing. Only add pad template if it exists. Add sink template from
135           class and not from ourselves. This means we will always use the
136           correct sink template even if it is not the one defined in this
137           file.
138
139 2004-09-29  Wim Taymans  <wim@fluendo.com>
140
141         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
142         (gst_mpeg_demux_parse_pes):
143         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
144         Fix playback of mpeg again, timestamps where screwed up by
145         patch 1.61.
146
147 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
148
149         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
150           Only return true if we actually filled something in. Prevents
151           player applications from showing a random length for flac files.
152         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
153         (gst_riff_read_use_event), (gst_riff_read_handle_event),
154         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
155         (gst_riff_read_strf_vids_with_data),
156         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
157           OK, ok, so I implemented event handling. Apparently it's normal
158           that we receive random events at random points without asking
159           for it.
160         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
161         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
162         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
163         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
164         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
165         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
166         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
167         * gst/avi/gstavidemux.h:
168           Implement non-lineair chunk handling and subchunk processing.
169           The first solves playback of AVI files where the audio and video
170           data of individual buffers that we read are not synchronized.
171           This should not happen according to the wonderful AVI specs, but
172           of course it does happen in reality. It is also a prerequisite for
173           the second. Subchunk processing allows us to cut chunks in small
174           pieces and process each of these pieces separately. This is
175           required because I've seen several AVI files with incredibly large
176           audio chunks, even some files with only one audio chunk for the
177           whole file. This allows for proper playback including seeking.
178           This patch is supposed to fix all AVI A/V sync issues.
179         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
180         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
181           Work.
182         * gst/modplug/gstmodplug.cc:
183           Proper return value setting for the query() function.
184         * gst/playback/gstplaybasebin.c: (setup_source):
185           Being in non-playing state (after, e.g., EOS) is not necessarily
186           a bad thing. Allow for that. This fixes playback of short files.
187           They don't actually playback fully now, because the clock already
188           runs. This means that small files (<500kB) with a small length
189           (<2sec) will still not or barely play. Other files, such as mod
190           or flx, will work correctly, however.
191
192 2004-09-28  Wim Taymans  <wim@fluendo.com>
193
194         * ext/speex/gstspeex.c: (plugin_init):
195         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
196         (gst_speex_dec_class_init), (speex_dec_get_formats),
197         (speex_get_event_masks), (speex_get_query_types),
198         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
199         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
200         (gst_speexdec_get_property), (gst_speexdec_set_property),
201         (speex_dec_change_state):
202         * ext/speex/gstspeexdec.h:
203         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
204         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
205         (gst_speexenc_base_init), (gst_speexenc_class_init),
206         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
207         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
208         (gst_speexenc_src_query), (gst_speexenc_init),
209         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
210         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
211         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
212         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
213         (gst_speexenc_chain), (gst_speexenc_get_property),
214         (gst_speexenc_set_property), (gst_speexenc_change_state):
215         * ext/speex/gstspeexenc.h:
216         Rewrote speex encoder, make sure it can be embedded in ogg.
217         Implemented speex decoder.
218
219 2004-09-28  Christian Schaller <christian@fluendo.com>
220
221         * configure.ac:
222         Remove kioslave plugin. Markey is brewing a new working one
223         * ext/Makefile.am: Remove kioslave plugin
224         * ext/kio: remove
225         * gst-plugins.spec.in: remove kio plugin from spec
226
227 2004-09-27  Wim Taymans  <wim@fluendo.com>
228
229         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
230         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
231         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
232         (gst_multifdsink_new_client),
233         (gst_multifdsink_handle_client_write),
234         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
235         (gst_multifdsink_handle_clients):
236         * gst/tcp/gstmultifdsink.h:
237         Make syncing to keyframes actually work for new clients and lagging
238         clients.
239
240 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
241
242         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
243         (gst_navigationtest_handle_src_event), (draw_box_planar411),
244         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
245         * gst/debug/gstnavigationtest.h:
246           make navigationtest display button-press and button-release events
247
248 2004-09-26 Iain <iaingnome@gmail.com>
249
250         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
251         the channels have received a new media event.
252         (interleave_buffered_loop): Compresses a new media event on all 
253         channels into one.
254
255 2004-09-26 Iain <iaingnome@gmail.com>
256
257         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
258         call the sinkpad's default event handler and not the srcpads. He also
259         says this is confusing :)
260         (gst_wavenc_stop_file): Company says that seek events only go upstream
261         we should send a discontinuous downstream instead.
262
263 2004-09-25  Christian Schaller <christian@fluendo.com>
264
265         * Update SPEC file to be usable in conjunction with Fedora Core,
266           Fedora.us and freshrpms packages
267         * Fix typo in multifilesrc test Makefile
268         
269 2004-09-24  Wim Taymans  <wim@fluendo.com>
270
271         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
272         Only signal the no_more_pads signal when we have
273         added the stream to our list.
274
275 2004-09-24  Wim Taymans  <wim@fluendo.com>
276
277         * gst/playback/gstplaybasebin.c: (remove_prerolls),
278         (new_decoded_pad):
279         * gst/playback/gstplaybasebin.h:
280         * gst/playback/gstplaybin.c: (setup_sinks):
281         Don't try to preroll or decode more than one audio/video
282         track.
283
284 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
285
286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
287           Throw error if we failed to find a suitable output. This should
288           throw an error if we successfully set up a pipeline (e.g. because
289           we recognized a media file) but found no decodable streams in it
290           (e.g. because it contains only media stream types for which we
291           have no decoders, or because it's not a media type).
292
293 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
294
295         * ext/dirac/Makefile.am:
296         * ext/dirac/gstdirac.cc:
297         * ext/dirac/gstdiracdec.cc:
298         * ext/dirac/gstdiracdec.h:
299           Do something. Don't actually know if this works because I don't
300           have a demuxer yet.
301         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
302           Add channels=1 to caps returned from _getcaps().
303         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
304         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
305         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
306         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
307         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
308         (gst_ogm_parse_change_state):
309           Separate between audio/video so ogmaudioparse actually uses the
310           audio pad templates. Both audio and video work now, including
311           autoplugging. Also use sometimes-srcpad hack.
312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
313           Handle events better. Don't hang on infinite loops.
314         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
315         (gst_avi_demux_init), (gst_avi_demux_reset),
316         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
317         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
318         (gst_avi_demux_change_state):
319         * gst/avi/gstavidemux.h:
320           Improve A/V sync. Still not perfect.
321         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
322         (gst_ebml_read_skip):
323           Handle events better.
324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
325         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
326         (qtdemux_audio_caps):
327           Add IMA4. Improve event handling. Save offset after a seek when
328           the headers are at the end of the file so that we don't end up in
329           an infinite loop.
330         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
331           Add low-priority typefind support for files with no length.
332
333 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
334
335         * testsuite/multifilesink/Makefile.am:
336         fix typo
337
338 2004-09-22  Julien MOUTTE  <julien@moutte.net>
339
340         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
342         mistakes from thaytan's patches.
343
344 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
345
346         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
347           For completeness, XSync in the destroy function as xvimage does.
348
349 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
350
351         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
352            Correct caps negotiation
353         * gst/volume/gstvolume.c: (volume_chain_float),
354         (volume_chain_int16):
355            Modify debug output to be little more informative
356         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
358         (gst_xvimagesink_xvimage_destroy):
359           Add XSync calls after detaching from the shared memory segment to
360           avoid a crash.
361
362 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
363
364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
365         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
366         * ext/vorbis/vorbis.c: (plugin_init):
367         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
368         (gst_vorbisenc_chain):
369         * ext/vorbis/vorbisenc.h:
370         remove explicit newmedia support from oggmux and vorbisenc
371         add debug category to vorbisenc
372         * gst/multifilesink/gstmultifilesink.c:
373         (gst_multifilesink_class_init), (gst_multifilesink_init),
374         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
375         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
376         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
377         (plugin_init):
378         * gst/multifilesink/gstmultifilesink.h:
379         add support for streamheader in multifilesink
380
381 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
382
383         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
384         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
385         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
386           Prevent infinite loops. More correct error reporting.
387         * gst/auparse/gstauparse.c: (gst_auparse_chain):
388           Error out if negotiation fails.
389         * gst/playback/gstplaybasebin.c: (setup_source),
390         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
391         (gst_play_base_bin_found_tag):
392           Error/tag forwarding. Pre-roll fixes for source errors on state
393           changes (e.g. "file does not exist") to prevent hangs.
394
395 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
396
397         * testsuite/multifilesink/Makefile.am:
398         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
399         (gst_newmedia_class_init), (gst_newmedia_init),
400         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
401         (newfile_signal), (test_signal), (main):
402         * testsuite/multifilesink/multifilesrc_test.c: (main):
403         * testsuite/multifilesink/oggtheora_test.c:
404         (gst_newmedia_base_init), (gst_newmedia_class_init),
405         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
406         (test_format), (newfile_signal), (test_signal), (main):
407         * testsuite/multifilesink/oggvorbis_test.c:
408         (gst_newmedia_base_init), (gst_newmedia_class_init),
409         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
410         (test_format), (newfile_signal), (test_signal), (main):
411         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
412         (gst_newmedia_class_init), (gst_newmedia_init),
413         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
414         (newfile_signal), (test_signal), (main):
415         New media tests
416
417 2004-09-20  Christian Schaller <christian@fluendo.com>
418
419         * Fix mixmod license to LGPL as they have relicensed
420         * Move Dirac and Effectv into LGPL section of README_license
421
422 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
423
424         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
425         (gst_mad_change_state):
426           Allow for mp3 rate/channels changes. However, only very
427           conservatively. Reason that we *have* to enable this is smiply
428           because the mad find_sync() function is not good enough, it will
429           regularly sync on random data as valid frames and therefore make
430           us provide random caps as *final* caps of the stream. The best fix
431           I could think of is to simply require several of the same stream
432           changes in a row before we change caps.
433           The actual testcase that works now is #
434         * ext/ogg/Makefile.am:
435         * ext/ogg/gstogg.c: (plugin_init):
436         * ext/ogg/gstogmparse.c:
437           OGM support (video only for now; I need an audio sample file).
438         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
439         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
440         (gst_asf_demux_add_video_stream):
441           WMV extradata.
442         * gst/playback/gstplaybasebin.c: (unknown_type):
443           Don't error out on single unknown-types after all. It's wrong.
444           If we found type of video and audio but not of a subtitle stream,
445           it will still error out (which is unwanted). Will find a better fix
446           later on.
447         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
448         (ogmaudio_type_find), (plugin_init):
449           OGM support.
450
451 2004-09-20  Johan Dahlin  <johan@gnome.org>
452
453         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
454         after setting caps.
455
456 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
457
458         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
459         * gst/wavenc/gstwavenc.h:
460         Added newmedia support to wavenc
461
462 2004-09-17  Wim Taymans  <wim@fluendo.com>
463
464         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
465         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
466         (gst_fdset_fd_can_write), (gst_fdset_wait):
467         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
468         (gst_multifdsink_init), (gst_multifdsink_add),
469         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
470         (gst_multifdsink_remove_client_link),
471         (gst_multifdsink_client_queue_buffer),
472         (gst_multifdsink_handle_client_write),
473         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
474         (gst_multifdsink_close), (gst_multifdsink_change_state):
475         * gst/tcp/gstmultifdsink.h:
476         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
477         (gst_tcpserversink_removed):
478         Small cleanups in fdset.c
479         Use a hastable to map fd to the client structure for faster
480         lookup in _remove and get_stats.
481         Added virtual function to close the fds.
482         Handle clients even when the select/poll call was unblocked because
483         of a command.
484         Implement syncing to keyframe in the recovery procedure.
485
486 2004-09-16 Iain <iaingnome@gmail.com>
487
488         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
489         try caps.
490
491 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
492
493         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
494           Caps are only set if the type of the stream is unknown, but this
495           is initialized in ->init_stream(), so set to UNKNOWN after calling
496           ->init_stream() so that capsnego starts.
497
498 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
499
500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
501         (gst_avi_demux_stream_data):
502           Just hardcode for raw audio then. AVI audio sucks.
503
504 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
505
506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
507         * gst/matroska/matroska-mux.c: (audiosink_templ),
508         (gst_matroska_mux_audio_pad_link):
509         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
510         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
511
512 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
513
514         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
515         (gst_avi_demux_stream_data):
516           Try to fix a/v sync issues.
517
518 2004-09-15  David Schleef  <ds@schleef.org>
519
520         * configure.ac: remove NASM check, since we don't use it.  Update
521         dirac check to 0.4
522         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
524         Initialized variables.
525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
526         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
527         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
528         SVQ3 format
529
530 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
531
532         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
533         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
534         * gst/avi/gstavidemux.h:
535           Fix for compressed audio (mp3) timestamp generation. How did this
536           ever work?
537
538 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
539
540         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
541           Volume is a double not a float.
542
543 2004-09-15  Wim Taymans  <wim@fluendo.com>
544
545         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
546         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
547         Don't close the fd in multifdsink as we didn't open it in the
548         first place. Some cleanups.
549
550 2004-09-15  Wim Taymans  <wim@fluendo.com>
551
552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
554         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
555         Fix the case where the muxer would mark pages as delta
556         frames when they are not (vorbis only ogg).
557
558 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
559
560         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
561         (gst_play_base_bin_change_state):
562           Handle the case where we failed to setup a clear pipeline. This
563           will throw an error (or EOS, another nice case) and if you don't
564           catch that, the app will wait for the signal forever (and thus
565           hang).
566
567 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
568
569         * ext/gnomevfs/gstgnomevfssink.c:
570         (gst_gnomevfssink_uri_get_protocols):
571         * ext/gnomevfs/gstgnomevfssrc.c:
572         (gst_gnomevfssrc_uri_get_protocols):
573         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
574         * ext/gnomevfs/gstgnomevfsuri.h:
575           Use _uri_new() instead of _open(), so it doesn't take as long and
576           Christophe's computer won't hang.
577         * gst/playback/gstplaybasebin.c: (unknown_type):
578           Throw error on unknown media type, so apps actually display it.
579
580 2004-09-14  Brian Cameron  <brian.cameron@sun.com
581
582         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
583           this script to work on Solaris since bash shell handles echo
584           differenly than bash.
585
586 2004-09-17  Wim Taymans  <wim@fluendo.com>
587
588         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
589         (setup_source), (gst_play_base_bin_set_property),
590         (gst_play_base_bin_add_element):
591         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
592         Some more work on making sure seeking pauses the pipeline and
593         that changing the uri actually does something.
594
595 2004-09-17  Wim Taymans  <wim@fluendo.com>
596
597         * gst/tcp/gstfdset.c: (gst_fdset_wait):
598         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
599         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
600         (gst_tcpserversink_close):
601         Be a bit more paranoid when freeing memory.
602
603 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
604
605         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
606         (qtdemux_parse_trak):
607           Don't crash by dividing by zero (see sample movie in #126922).
608
609 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
610
611         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
612           Don't touch non-existing data (fixes crash on file in #140147).
613
614 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
615
616         * gst/playback/gstplaybasebin.c:
617         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
618           Handle double disposals, and proper change of URIs.
619
620 2004-09-13  Martin Eikermann <meiker@upb.de>
621
622         * gst/mpegstream/gstmpegparse.c:
623           fix synchronistation for streams recorded from digital PCR
624           fixes bug #119376
625
626 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
627
628         * ext/gnomevfs/Makefile.am:
629         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
630         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
631         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
632         (gst_gnomevfssink_uri_get_type),
633         (gst_gnomevfssink_uri_get_protocols),
634         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
635         (gst_gnomevfssink_uri_handler_init),
636         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
637         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
638         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
639         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
640         (gst_gnomevfssrc_uri_get_type),
641         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
642         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
643         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
644         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
645         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
646         * ext/gnomevfs/gstgnomevfsuri.h:
647           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
648           of fake URIs to see which this version of Gnome-VFS likes, and
649           uses that for the Gst-URI interface. Makes playbin support http://
650           streams. Also fix up some stupid behaviour in gnomevfssrc.
651
652 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
653
654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
655         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
656         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
657         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
658           Update mixer (to sync with other sessions) if we try to obtain
659           a new value. This makes alsamixer work accross applications.
660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
661           Only call sync functions if we're running, else alsalib asserts.
662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
663           Sometimes fails to compile. Possibly a gcc bug.
664         * gst/playback/gstplaybin.c: (gen_video_element),
665         (gen_audio_element):
666           Add a reference to an application-provided object, because we lose
667           this same reference if we add it to the bin. If we don't do this,
668           we can only use this object once and thus crash if we go from
669           ready to playing, back to ready and back to playing again.
670           Also add an audioscale element because several cheap soundcards -
671           like mine - don't support all samplerates.
672         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
673         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
674           Fix wrong order or PAR calls. Makes automatically obtained PAR
675           from the X server atually being used.
676
677 2004-09-12  David Schleef  <ds@schleef.org>
678
679         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
680         #151887, #152102, #152247.
681         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
682         * examples/seeking/cdparanoia.c: same
683         * examples/seeking/cdplayer.c: same
684         * examples/seeking/seek.c: same
685         * examples/seeking/spider_seek.c: same
686         * examples/seeking/vorbisfile.c: same
687         * examples/stats/mp2ogg.c: same
688         * ext/esd/esdsink.c: (gst_esdsink_class_init),
689         (gst_esdsink_dispose): Dispose of element properly.
690         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
691         fixes.
692         * ext/nas/nassink.c: (gst_nassink_class_init),
693         (gst_nassink_dispose): Dispose of element correctly.
694         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
695         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
696         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
697         Fix 64-bit warning.
698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
699         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
700         Fix 64-bit warning.
701
702 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
703
704         * configure.ac : change speex detection as 1.1.6 now uses
705           .pc/pkg-config and they changed their headers location.
706
707 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
708
709         * gst/matroska/matroska-mux.h:
710         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
711         (gst_matroska_mux_start), (gst_matroska_mux_finish),
712         (gst_matroska_mux_write_data):
713           Write multiple blocks/frames per cluster.
714                 Write meta-seek information (seek heads).
715
716 2004-09-09  Scott Wheeler <wheeler@kde.org>
717
718         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
719         (gst_play_bin_set_property), (gst_play_bin_get_property),
720         (gen_audio_element), (gen_audio_element):
721           Add a volume element / property to the pipeline.
722
723 2004-09-07  Wim Taymans  <wim@fluendo.com>
724
725         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
726         Copy timestamps from the master pad to the output buffers.
727
728 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
729
730         * ext/raw1394/gstdv1394src.c:
731           throw errors when applicable
732
733 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
734
735         * gst/matroska/ebml-ids.h:
736         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
737         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
739           automatically convert unix time <-> ebml time when reading/writing a date,
740                 use gst_ebml_write_uint to write CUETIME, not gst_ebml_write_date.
741         * gst/matroska/matroska-ids.h:
742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
743         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
744         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
745         (gst_matroska_mux_write_data):
746           Write track and segment UIDs, write muxing date, write
747                 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
748                 Create cues for audio only files.
749
750 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
751 >>>>>>> 1.1090
752
753         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
754         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
755           Re-commit ALSA switches.
756         * gst/adder/gstadder.c: (gst_adder_loop):
757           64-bit fix (#151416).
758         * gst/debug/progressreport.c: (gst_progressreport_report):
759           64-bit fix (#151419).
760         * gst/matroska/matroska-demux.c:
761         (gst_matroska_demux_parse_contents):
762           64-bit fix (#151420).
763         * gst/playback/test3.c: (update_scale):
764           64-bit fix (#151421).
765
766 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
767
768         * configure.ac:
769           bump nano to cvs
770
771 === release 0.8.4 ===
772
773 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
774
775         * configure.ac: releasing 0.8.4, "Alias"
776
777 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
778
779         * ext/theora/Makefile.am:
780           fix makefile.  Fixes #151462.
781
782 2004-08-30  Wim Taymans  <wim@fluendo.com>
783
784         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
785         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
786         (gst_multifdsink_remove_client_link),
787         (gst_multifdsink_client_queue_buffer),
788         (gst_multifdsink_handle_client_write):
789         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
790         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
791         Fix some memory leaks.
792
793 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
794
795         Patch by: David Schleef
796
797         * configure.ac:
798         * sys/Makefile.am:
799           rename our detection macro for V4L2.  Fixes #151236.
800
801 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
802
803         Patch by: David Schleef
804
805         * configure.ac:
806           check to define LAMEPRESET.  Fixes #151232.
807
808 2004-08-27  David Schleef  <ds@schleef.org>
809
810         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
811         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
812         (gst_glimagesink_fixate):  Move local variable declarations to
813         make gcc-2.95 happy.
814
815 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
816
817         * configure.ac:
818           bump nano for prerelease
819
820 2004-08-27  David Schleef  <ds@schleef.org>
821
822         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
823         * sys/sunaudio/gstsunaudiosrc.c: 
824         * sys/sunaudio/gstsunaudiosrc.h:
825
826 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
827
828         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
829         handle EOS correctly
830         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
831         * gst/matroska/matroska-mux.h:
832         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
833         VFW compatibility mode
834
835 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
836
837         patch by: Zaheer Abbas Merali
838
839         * ext/ogg/gstoggmux.c:
840         * ext/vorbis/vorbisenc.c:
841         * ext/vorbis/vorbisenc.h:
842           handle NEWMEDIA
843
844 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
845
846         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
847         fix byte order reversion on little endian machines.
848         * gst/matroska/matroska-mux.c: (audiosink_templ),
849         (gst_matroska_mux_audio_pad_link):
850         add TTA codec to the list of supported codecs.
851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
852         (gst_matroska_mux_start), (gst_matroska_mux_finish),
853         (gst_matroska_mux_write_data):
854         * gst/matroska/matroska-mux.h:
855         write segment duration correctly, write muxing app string, fixes bugs
856         #140897 and #140898.
857         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
858         wait for all pads to be negotiated before starting to mux.
859
860 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
861
862         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
863         * ext/lame/gstlame.h:
864         Added new media support to lame
865
866 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
867
868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
869         send vorbis headers at the beginning of a stream, fixes bug #141554.
870         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
871         bug #148950.
872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
873         (gst_matroska_demux_plugin_init):
874         * gst/matroska/matroska-ids.h:
875         enable demuxing of TTA audio streams, fixes bug #148951.
876         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
877         enable typefinding for TTA audio files, fixes bug #148711.
878         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
879         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
880         fixes playback of packed bitstream and xvid with bframes, bug #135407.
881
882 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
883  
884         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
885         (gst_riff_read_element_data), (gst_riff_read_seek),
886         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
887         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
888         <teuf@gnome.org>
889
890 2004-08-23 Iain <iaingnome@gmail.com>
891
892         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
893         tags. They appear to be handled differently to normal.
894         (tag_list_to_id3_tag_foreach): Ditto.
895
896 2004-08-22  Wim Taymans  <wim@fluendo.com>
897
898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
899         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
900         Make sure we never send -1 granulepos.
901
902 2004-08-20  Wim Taymans  <wim@fluendo.com>
903
904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
905         (gst_ogg_mux_loop):
906         I will accept bitchslappings with non sharp objects.
907
908 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
909
910         * configure.ac:
911         Clean up the test for lame presets
912
913 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
914
915         * configure.ac:
916         * ext/lame/Makefile.am:
917         * ext/lame/gstlame.c: (gst_lame_class_init),
918         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
919         Only enable lame presets if version of lame has presets in API
920
921 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
922         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
923         * gst/udp/gstudpsrc.h:
924           Don't call gst_pad_push in a get function. Fixes #150449
925
926 2004-08-18  Wim Taymans  <wim@fluendo.com>
927
928         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
929         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
930         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
931         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
932         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
933         (gst_fdset_wait):
934         * gst/tcp/gstfdset.h:
935         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
936         (gst_multifdsink_client_queue_buffer),
937         (gst_multifdsink_handle_client_write):
938         * gst/tcp/gstmultifdsink.h:
939         Some extra checks in gstfdset.
940         Only use send() when the fd is a socket. Don't try to
941         read from write only fds.
942
943 2004-08-18  Wim Taymans  <wim@fluendo.com>
944
945         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
946         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
947         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
948         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
949         (gst_fdset_wait):
950         Add more locking and bounds checking.
951
952 2004-08-18  Wim Taymans  <wim@fluendo.com>
953
954         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
955         Realloc test fdset in the lock and right before starting
956         the poll call. Bump the limit to 4096.
957
958 2004-08-17  David Schleef  <ds@schleef.org>
959
960         * sys/sunaudio/Makefile.am:
961         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
962         of rates and channels.  Make debugging less obnoxious.
963
964         Patch from Balamurali Viswanathan implementing a mixer for
965         Sun audio.  (bug #144091):
966         * sys/sunaudio/gstsunelement.c:
967         * sys/sunaudio/gstsunelement.h:
968         * sys/sunaudio/gstsunmixer.c:
969         * sys/sunaudio/gstsunmixer.h:
970
971 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
972
973         * gst/audioscale/gstaudioscale.c:
974         * gst/audioscale/gstaudioscale.h:
975         made audioscale resample from any sample rate to any sample rate
976
977 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
978
979         * ext/libpng/gstpngdec.c:
980           error out on unsupported types
981
982 2004-08-17  Iain <iaingnome@gmail.com>
983
984         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
985         mid_side and loose_mid_side properties if its a stereo stream.
986
987 2004-08-17  Wim Taymans  <wim@fluendo.com>
988
989         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
990         (theora_get_formats), (theora_dec_src_convert),
991         (theora_dec_sink_convert), (theora_dec_src_query),
992         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
993         Add a debug line.
994
995 2004-08-17  Wim Taymans  <wim@fluendo.com>
996
997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
998         (gst_ogg_pad_push):
999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1000         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
1001         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
1002         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1003         Mark delta units in the muxer.
1004         Try to decode the packet after an out-of-sync error from
1005         libogg.
1006
1007 2004-08-17  Wim Taymans  <wim@fluendo.com>
1008
1009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1010         (gst_multifdsink_init), (gst_multifdsink_add),
1011         (gst_multifdsink_client_queue_buffer),
1012         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
1013         * gst/tcp/gstmultifdsink.h:
1014         Added option to send a keyframe to clients as the first buffer.
1015         Make timeout property writable.
1016
1017 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1018
1019         patch by: Wim Taymans
1020
1021         * gst/tcp/gstfdset.c:
1022         * gst/tcp/gstmultifdsink.c:
1023           fix index comparison, should include 0
1024
1025 2004-08-16  Wim Taymans  <wim@fluendo.com>
1026
1027         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
1028         (gst_fdset_add_fd), (gst_fdset_remove_fd),
1029         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1030         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1031         (gst_fdset_wait):
1032           copy when reallocing for poll so the select arguments don't get
1033           changed during the call
1034
1035 2004-08-16  Wim Taymans  <wim@fluendo.com>
1036
1037         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
1038         (gst_theora_enc_class_init), (theora_enc_sink_link),
1039         (theora_buffer_from_packet), (theora_enc_chain):
1040         Fix bug where buffers were not marked as keyframes
1041         correctly.
1042
1043 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1044
1045         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
1046         (gst_lame_preset_get_type), (gst_lame_class_init):
1047         describe the enum values for vbr mode and presets more verbosely
1048
1049 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1050
1051         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
1052         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
1053         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
1054         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
1055         * ext/lame/gstlame.h:
1056         add preset property to lame so it can use lame presets
1057
1058 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1059
1060         * ext/lame/gstlame.c: (gst_lame_get_property):
1061         whoops forgot break, thanks teuf
1062
1063 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1064
1065         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
1066         (gst_lame_class_init), (gst_lame_src_getcaps),
1067         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
1068         (gst_lame_get_property), (gst_lame_setup):
1069         * ext/lame/gstlame.h:
1070         fix lame's broken vbr stuff, allow it to resample if need be, and also 
1071         make xing header optional
1072
1073 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1074
1075         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
1076         added getcaps function so samplerate doesnt get fixated to silly values
1077
1078 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1079
1080         * ext/lame/gstlame.c: (gst_lame_src_link):
1081         revert previous fix
1082
1083 2004-08-12  Johan Dahlin  <johan@gnome.org>
1084
1085         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
1086         checks. Doesn't matter what state we are in. Interfaces are a
1087         compile time thing, not runtime. It also broke the python bindings.
1088
1089 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1090
1091         * ext/lame/gstlame.c: (gst_lame_src_link):
1092         made source pad link function check if sinkpad is ok..fixes the problem
1093         where core fixates the output rate of lame stupidly
1094
1095 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1096
1097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
1098         * sys/v4l/v4l_calls.c:
1099         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
1100           fix fixate function to handle nonsimple caps.
1101           remove bogus check in _link
1102           cleanups
1103
1104 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1105
1106         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
1107         set default compression ratio parameter to 0.0 so bitrate parameter
1108         works :)
1109
1110 2004-08-11  David Schleef  <ds@schleef.org>
1111
1112         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
1113
1114 2004-08-11  David Schleef  <ds@schleef.org>
1115
1116         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
1117         before.
1118
1119 2004-08-11  David Schleef  <ds@schleef.org>
1120
1121         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
1122
1123 2004-08-11  David Schleef  <ds@schleef.org>
1124
1125         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
1126           license field
1127         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
1128         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
1129           LGPL.
1130         * gst/auparse/gstauparse.c: Fix plugin license field.
1131         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
1132         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
1133         * gst/rtp/gstrtp.c: Fix plugin license field.
1134
1135 2004-08-11  Wim Taymans  <wim@fluendo.com>
1136
1137         * gst/tcp/Makefile.am:
1138         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
1139         (ensure_size), (gst_fdset_new), (gst_fdset_free),
1140         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
1141         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
1142         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
1143         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1144         (gst_fdset_fd_can_write), (gst_fdset_wait):
1145         * gst/tcp/gstfdset.h:
1146         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
1147         (gst_multifdsink_class_init), (gst_multifdsink_init),
1148         (gst_multifdsink_add), (gst_multifdsink_remove),
1149         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1150         (gst_multifdsink_remove_client_link),
1151         (gst_multifdsink_handle_client_read),
1152         (gst_multifdsink_client_queue_data),
1153         (gst_multifdsink_client_queue_caps),
1154         (gst_multifdsink_client_queue_buffer),
1155         (gst_multifdsink_handle_client_write),
1156         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1157         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1158         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
1159         (gst_multifdsink_close):
1160         * gst/tcp/gstmultifdsink.h:
1161         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1162         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1163         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
1164         (gst_tcpserversink_close):
1165         * gst/tcp/gsttcpserversink.h:
1166         Abstracted away the select call, implemented poll (yes we ran into
1167         the 1024 limit in production).
1168
1169 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1170
1171         * gst/tcp/gsttcp.c:
1172         * gst/tcp/gsttcpplugin.c:
1173           improve debuggging, remove assert
1174
1175 2004-08-10  Wim Taymans  <wim@fluendo.com>
1176
1177         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
1178         (gst_client_status_get_type), (gst_multifdsink_class_init),
1179         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1180         (gst_multifdsink_handle_client_read),
1181         (gst_multifdsink_handle_client_write),
1182         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1183         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1184         (gst_multifdsink_get_property):
1185         * gst/tcp/gstmultifdsink.h:
1186         * gst/tcp/gsttcp-marshal.list:
1187         Starting to prepare for specifying buffer time in other units
1188         than buffers. Expose remove reason in signal.
1189
1190 2004-08-10  Wim Taymans  <wim@fluendo.com>
1191
1192         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1193         (gst_multifdsink_remove), (gst_multifdsink_clear),
1194         (gst_multifdsink_remove_client_link),
1195         (gst_multifdsink_handle_client_read),
1196         (gst_multifdsink_client_queue_data),
1197         (gst_multifdsink_client_queue_buffer),
1198         (gst_multifdsink_handle_client_write),
1199         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1200         (gst_multifdsink_chain), (gst_multifdsink_close):
1201         * gst/tcp/gstmultifdsink.h:
1202         Added more debugging info. Changed the way clients are 
1203         removed from the lists. Fixed a bug where a bad file descriptor
1204         could cause many clients to be removed.
1205
1206 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1207
1208         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
1209           allow all pixel-aspect-ratios, not just 1:1
1210
1211 2004-08-09  David Schleef  <ds@schleef.org>
1212
1213         * sys/glsink/ARB_multitexture.h:  Remove old files.
1214         * sys/glsink/EXT_paletted_texture.h:
1215         * sys/glsink/NV_register_combiners.h:
1216         * sys/glsink/gstgl_nvimage.c:
1217         * sys/glsink/gstgl_pdrimage.c:
1218         * sys/glsink/gstgl_rgbimage.c:
1219         * sys/glsink/gstglsink.c:
1220         * sys/glsink/gstglsink.h:
1221         * sys/glsink/gstglxwindow.c:
1222         * sys/glsink/regcomb_yuvrgb.c:
1223
1224 2004-08-09  David Schleef  <ds@schleef.org>
1225
1226         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
1227         GL sink plugin.  (Bug #147302)
1228
1229         * configure.ac: Test for OpenGL
1230         * sys/Makefile.am: Use test for OpenGL
1231         * sys/glsink/Makefile.am:
1232         * sys/glsink/glimagesink.c: rewrite
1233         * sys/glsink/glimagesink.h: rewrite
1234
1235 2004-08-09  David Schleef  <ds@schleef.org>
1236
1237         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
1238         sane framerates.
1239         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
1240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
1241         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
1242
1243 2004-08-09  Wim Taymans  <wim@fluendo.com>
1244
1245         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1246         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1247         (gst_multifdsink_client_remove),
1248         (gst_multifdsink_handle_client_read),
1249         (gst_multifdsink_handle_client_write),
1250         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
1251         Do a bit more logging, make the client_read code more robust.
1252
1253 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1254
1255         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
1256         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
1257         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
1258         (gst_jpegdec_init), (gst_jpegdec_chain):
1259         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
1260         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
1261           cleanups, debugging fixes and memleak plugging
1262
1263 2004-08-09  Wim Taymans  <wim@fluendo.com>
1264
1265         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1266         (theora_get_formats), (theora_dec_src_convert),
1267         (theora_dec_sink_convert), (theora_dec_src_query),
1268         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
1269         (theora_dec_change_state):
1270         Don't crash on missing header packets.
1271
1272 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1273
1274         * po/LINGUAS:
1275         * po/sq.po:
1276           Added Albanian translation (Laurent Dhima)
1277         * po/cs.po:
1278           updated
1279
1280 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1281
1282         * ext/lame/gstlame.c:
1283           fix/add debugging
1284
1285 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1286
1287         * sys/ximage/ximagesink.c:
1288         * sys/xvimage/xvimagesink.c:
1289           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
1290
1291 2004-08-06  Wim Taymans  <wim@fluendo.com>
1292
1293         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1294         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1295         (gst_multifdsink_client_remove),
1296         (gst_multifdsink_handle_client_read),
1297         (gst_multifdsink_handle_client_write),
1298         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
1299         Make sure we don't try to read more from a client that what 
1300         ioctl says us or we deadlock.
1301
1302 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1303
1304         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
1305         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
1306         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
1307           decouple running_time and n_frames so it can handle changing
1308           framerate while running
1309
1310 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1311
1312         * po/nl.po:
1313         * po/sv.po:
1314           updated translations
1315
1316 2004-08-04  Benjamin Otte  <otte@gnome.org>
1317
1318         * gst/videotestsrc/gstvideotestsrc.c:
1319         (gst_videotestsrc_get_capslist), (generate_capslist),
1320         (plugin_init):
1321           generate the list of supported caps at startup and reuse it instead
1322           of always generating it
1323
1324 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1325
1326         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
1327           whoops, last checkin broke normal build
1328
1329 2004-08-03  Benjamin Otte  <otte@gnome.org>
1330
1331         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
1332         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
1333         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
1334         (gst_alsa_mixer_get_option):
1335         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
1336         (dvdnavsrc_print_event):
1337         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
1338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
1339         (gst_ogg_mux_pad_unlink):
1340         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
1341         (gst_multipart_mux_pad_unlink):
1342         * gst/videofilter/gstvideobalance.c:
1343         (gst_videobalance_colorbalance_set_value):
1344         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
1345         (gst_videomixer_pad_unlink):
1346         * po/uk.po:
1347         * sys/oss/gstossmixer.c:
1348         * sys/v4l/gstv4lcolorbalance.c:
1349         * sys/v4l/gstv4ltuner.c:
1350         * sys/v4l/v4lsrc_calls.c:
1351         * sys/v4l2/gstv4l2colorbalance.c:
1352         * sys/v4l2/gstv4l2tuner.c:
1353           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
1354
1355 2004-08-03  Benjamin Otte  <otte@gnome.org>
1356
1357         * examples/dynparams/filter.c: (ui_control_create):
1358         * examples/gstplay/player.c: (print_tag):
1359         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
1360         * ext/gdk_pixbuf/gstgdkanimation.c:
1361         (gst_gdk_animation_iter_may_advance):
1362         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
1363         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
1364         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
1365         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
1366         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
1367         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
1368         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
1369         * gst/sine/demo-dparams.c: (main):
1370         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
1371         * testsuite/alsa/formats.c: (create_pipeline):
1372         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
1373           fixes for G_DISABLE_ASSERT and friends
1374         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1375         (mp3_type_frame_length_from_header), (mp3_type_find),
1376         (plugin_init):
1377           require mp3 typefinding to have at least MIN_HEADERS valid headers
1378           add typefinding for AAC adts files
1379
1380 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
1381
1382         * sys/ximage/ximagesink.c:
1383         (gst_ximagesink_calculate_pixel_aspect_ratio):
1384         * sys/xvimage/xvimagesink.c:
1385         (gst_xvimagesink_calculate_pixel_aspect_ratio):
1386         Make sure we calculate pixel-aspect-ratio using floating point maths
1387
1388 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1389
1390         * po/uk.po:
1391           updated translation
1392
1393 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1394
1395         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
1397           add debugging for display PAR calculation
1398
1399 2004-08-02  David Schleef  <ds@schleef.org>
1400
1401         * configure.ac: Fix mikmod CFLAGS.
1402
1403 2004-07-27  Benjamin Otte  <otte@gnome.org>
1404
1405         * gst/audioscale/gstaudioscale.c:
1406         - fix templates to only support S16, it's the only format that works
1407         - make caps nego code use try_set_caps_nonfixed and fixation instead
1408         of try_set_caps twice, which is not nice for autopluggers
1409         - change rank to secondary, so autopluggers can pick it up after
1410         audioconvert
1411
1412 2004-08-02  Iain <iain@prettypeople.org>
1413
1414         * gst/interleave/interleave.c (interleave_init),
1415         (interleave_request_new_pad),
1416         (interleave_pad_removed),
1417         (interleave_buffered_loop): Use the real pad count, not the artificial
1418         one.
1419
1420 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1421
1422         * configure.ac: bump nano back to development
1423
1424 === release 0.8.3 ===
1425
1426 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1427
1428         * configure.ac: releasing 0.8.3, "Water"
1429
1430 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1431
1432         * sys/xvimage/xvimagesink.c:
1433         (gst_xvimagesink_calculate_pixel_aspect_ratio),
1434         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
1435         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
1436         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1437         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1438         * sys/xvimage/xvimagesink.h:
1439           apply similar PAR fixes as to ximagesink
1440
1441 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1442
1443         patch from: Benjamin Otte
1444
1445         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
1446           add link function to lame.  Fixes #148986.
1447
1448 2004-08-02  Johan Dahlin  <johan@gnome.org>
1449
1450         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
1451         fix debugging log
1452
1453 2004-07-30  David Schleef  <ds@schleef.org>
1454
1455         * gst/videomixer/Makefile.am: Fix things that should have been
1456         fixed in the last checkin.
1457
1458 2004-07-30  David Schleef  <ds@schleef.org>
1459
1460         * gst/multipart/Makefile.am: Fix things that should have been
1461         fixed in the last checkin.
1462
1463 2004-07-30  David Schleef  <ds@schleef.org>
1464
1465         * testsuite/multifilesink/Makefile.am: Fix unused variable.
1466
1467 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1468
1469         * configure.ac:
1470           bump nano for prerelease
1471         * po/af.po:
1472         * po/az.po:
1473         * po/cs.po:
1474         * po/en_GB.po:
1475         * po/hu.po:
1476         * po/nl.po:
1477         * po/sr.po:
1478         * po/sv.po:
1479         * po/uk.po:
1480           updates
1481
1482 2004-07-30  Wim Taymans  <wim@fluendo.com>
1483
1484         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1485         (gst_multifdsink_add), (gst_multifdsink_remove),
1486         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1487         (gst_multifdsink_client_remove),
1488         (gst_multifdsink_handle_client_write),
1489         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
1490         * gst/tcp/gstmultifdsink.h:
1491         Recover from a select with a bad file descriptor by removing
1492         the client.
1493
1494 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1495
1496         * configure.ac:
1497           fix requirement of core
1498         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
1499         (gst_play_pipeline_setup):
1500           don't use colorspace element.  do use hermescolorspace element.
1501           make macro to get a colorspace element.
1502           mark strings for translation.
1503         * po/POTFILES.in:
1504           add play.c
1505         * po/af.po:
1506         * po/az.po:
1507         * po/cs.po:
1508         * po/en_GB.po:
1509         * po/hu.po:
1510         * po/nl.po:
1511         * po/sr.po:
1512         * po/sv.po:
1513         * po/uk.po:
1514           update translations
1515
1516 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1517
1518         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
1519         fix default for newmedia flag
1520
1521 2004-07-30  Wim Taymans  <wim@fluendo.com>
1522
1523         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1524         (gst_theora_dec_init), (theora_get_formats),
1525         (theora_dec_src_convert), (theora_dec_sink_convert),
1526         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1527         (theora_dec_chain), (theora_dec_set_property),
1528         (theora_dec_get_property):
1529         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
1530         (gst_theora_enc_class_init), (gst_theora_enc_init),
1531         (theora_enc_sink_link), (theora_enc_chain),
1532         (theora_enc_set_property), (theora_enc_get_property):
1533         Added cropping option to theora decoder.
1534         Added border option to theora encoder.
1535
1536 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1537
1538         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
1539         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
1540         (gst_pngenc_set_property):
1541         * ext/libpng/gstpngenc.h:
1542         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
1543
1544 2004-07-30  Wim Taymans  <wim@fluendo.com>
1545
1546         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1547         (theora_enc_sink_link), (theora_enc_chain),
1548         (theora_enc_set_property), (theora_enc_get_property):
1549         Fix encoding of non-multiple-of-16 video.
1550
1551 2004-07-29  David Schleef  <ds@schleef.org>
1552
1553         * configure.ac: make test for audiofile more strict
1554
1555 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1556
1557         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1558           give different names to typefind functions
1559
1560 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1561
1562         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1563         (gst_ximagesink_calculate_pixel_aspect_ratio),
1564         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
1565         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
1566         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
1567         (gst_ximagesink_get_property), (gst_ximagesink_init):
1568         * sys/ximage/ximagesink.h:
1569           allocate PAR's dynamically.
1570           use autodetected PAR if no object-set PAR is given.
1571           add workaround for directfb's X not setting physical size.
1572           fix to xvimagesink will follow tomorrow.
1573
1574 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1575
1576         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
1577         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
1578         (gst_shout2send_get_type), (gst_shout2send_set_clock),
1579         (gst_shout2send_class_init), (gst_shout2send_init),
1580         (set_shout_metadata), (gst_shout2send_set_metadata),
1581         (gst_shout2send_chain), (gst_shout2send_set_property),
1582         (gst_shout2send_get_property), (gst_shout2send_connect),
1583         (gst_shout2send_change_state):
1584         * ext/shout2/gstshout2.h:
1585         - fix for sending mp3 audio to icecast2 server, if pad link function not
1586         called before PAUSED state
1587         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
1588         - added tagging support for mp3 audio broadcasted
1589         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
1590         debug info
1591
1592 2004-07-28  Wim Taymans  <wim@fluendo.com>
1593
1594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1595         (gst_ogg_demux_push):
1596         Return query failure when we don't know the length of
1597         an ogg stream insteda of returning TRUE with a bogus value.
1598
1599 2004-07-28  Wim Taymans  <wim@fluendo.com>
1600
1601         * ext/theora/theoradec.c: (theora_get_formats),
1602         (theora_dec_src_convert), (theora_dec_sink_convert),
1603         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1604         (theora_dec_chain):
1605         Don't screw up the 1 Chroma for 1 luma sample situation when we
1606         have an odd offset/width by adding a black border in those cases.
1607
1608 2004-07-28  Wim Taymans  <wim@fluendo.com>
1609
1610         * ext/theora/theoradec.c: (theora_get_formats),
1611         (theora_dec_src_convert), (theora_dec_sink_convert),
1612         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1613         (theora_dec_chain):
1614         * ext/theora/theoraenc.c: (theora_enc_sink_link):
1615         Added first attempt at cropping of the image as required by the 
1616         theora spec. We need more properties in the caps (offset_x,
1617         offset_y,stride) to implement this correctly.
1618
1619 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
1620
1621         * ext/dvdnav/README:
1622           Update the README to use dvddemux
1623         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1624           Ensure getcaps returns a subset of the template caps
1625         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
1626         (gst_mpeg2subt_init):
1627           Ensure getcaps returns a subset of the template caps
1628         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
1629         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
1630         (gst_dvd_demux_get_subpicture_stream),
1631         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
1632         * gst/mpegstream/gstdvddemux.h:
1633           Set the explicit caps on the current_video pad before pushing
1634           anything
1635         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
1636         (gst_mpeg_demux_get_audio_stream):
1637           Free caps used to gst_pad_set_explicit_caps, which takes a const
1638           GstCaps *
1639
1640 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1641
1642         * configure.ac: update GStreamer requirement to 0.8.4 because of
1643           GstFraction.
1644
1645 2004-07-28  Wim Taymans  <wim@fluendo.com>
1646
1647         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
1648         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
1649         Add the pad to the element after setting up the caps. This
1650         makes it a lot easier to autoplug.
1651
1652 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1653
1654         * gst/median/gstmedian.c:
1655         * gst/mpeg2subt/gstmpeg2subt.c:
1656         * gst/mpegaudioparse/gstmpegaudioparse.c:
1657         * gst/mpegstream/gstdvddemux.c:
1658         * gst/mpegstream/gstmpegdemux.c:
1659         * gst/mpegstream/gstmpegpacketize.c:
1660         * gst/rtjpeg/gstrtjpeg.c:
1661         * gst/rtjpeg/gstrtjpegdec.c:
1662         * gst/rtjpeg/gstrtjpegenc.c:
1663         * gst/sine/gstsinesrc.c:
1664         * gst/smooth/gstsmooth.c:
1665         * gst/smpte/gstsmpte.c:
1666         * gst/smpte/gstsmpte.h:
1667         * gst/stereo/gststereo.c:
1668         * gst/videofilter/gstgamma.c:
1669         * gst/videofilter/gstvideobalance.c:
1670         * gst/videofilter/gstvideofilter.c:
1671         * gst/videofilter/gstvideoflip.c:
1672         * gst/videoscale/gstvideoscale.c:
1673         * gst/videoscale/videoscale.c:
1674         * gst/videotestsrc/gstvideotestsrc.c:
1675         * gst/videotestsrc/videotestsrc.c:
1676         * gst/wavenc/gstwavenc.c:
1677         * gst/wavparse/gstwavparse.c:
1678           fix local includes and 64 bits constants
1679
1680 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1681
1682         * win32/gst.sln:
1683         * gst-libs/gst/*/*.vcproj:
1684         * gst/*/*.vcproj:
1685           more working plugins
1686
1687 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1688
1689         * testsuite/alsa/Makefile.am:
1690         * testsuite/alsa/srcstate.c:
1691         add test for alsasrc changing state
1692
1693 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1694
1695         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
1696         (gst_silence_get):
1697         * gst/silence/gstsilence.h:
1698         fix silence generation for 16bit raw audio
1699
1700 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1701
1702         * gst/matroska/matroska-demux.c:
1703         (gst_matroska_demux_parse_metadata),
1704         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
1705         * gst/mpegaudio/common.c:
1706         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1707         (gst_videoscale_getcaps), (gst_videoscale_link),
1708         (gst_videoscale_src_fixate), (gst_videoscale_init),
1709         (gst_videoscale_finalize):
1710         * gst/videoscale/gstvideoscale.h:
1711         * gst/videotestsrc/gstvideotestsrc.c:
1712         (gst_videotestsrc_get_capslist):
1713         * gst/wavenc/gstwavenc.c:
1714         * sys/oss/gstossmixer.c: (fill_labels):
1715         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1716         (gst_ximagesink_handle_xevents),
1717         (gst_ximagesink_calculate_pixel_aspect_ratio),
1718         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
1719         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
1720         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
1721         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1722         (gst_ximagesink_init), (gst_ximagesink_class_init):
1723         * sys/ximage/ximagesink.h:
1724         * sys/xvimage/xvimagesink.c:
1725         (gst_xvimagesink_calculate_pixel_aspect_ratio),
1726         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
1727         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
1728         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1729         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1730         * sys/xvimage/xvimagesink.h:
1731           first batch of pixel aspect ratio commits.
1732
1733 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1734
1735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1736         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
1737         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
1738           handle stride, needs work if we want to move stride handling
1739           upstream, but works correctly for our purposes.
1740
1741 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1742
1743         * gst/videoscale/README:
1744           add testing examples
1745         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
1746         (gst_videoscale_chain):
1747         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
1748         (gst_videoscale_get_size):
1749           add get_size function that handles stride like videotestsrc.
1750           fixes conversion for YUV formats for as much as I can test them.
1751
1752 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1753
1754         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1755         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1757         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1758         (gst_xvimagesink_xvimage_put):
1759           further cleanups, logging, error handling and synchronizing
1760
1761 2004-07-27  Wim Taymans  <wim@fluendo.com>
1762
1763         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1764         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
1765         (gst_videomixer_pad_set_property),
1766         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
1767         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1768         (gst_videomixer_class_init), (gst_videomixer_init),
1769         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
1770         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
1771         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
1772         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
1773         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
1774         (gst_videomixer_loop), (plugin_init):
1775         Be a nicer negotiation citizen and provide a getcaps function on
1776         the srcpad. This also fixes a crash when resizing.
1777
1778 2004-07-27  Julien MOUTTE  <julien@moutte.net>
1779
1780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1781         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
1782
1783 2004-07-27  Wim Taymans  <wim@fluendo.com>
1784
1785         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
1786         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
1787         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
1788         (gst_pngenc_set_property):
1789         * ext/libpng/gstpngenc.h:
1790         Added snapshot property to pngenc.
1791         removed g_print from pngdec
1792
1793 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1794
1795         * gst/ac3parse/ac3parse.vcproj
1796         * gst/adder/adder.vcproj
1797         * gst/alpha/alpha.vcproj
1798         * gst/alpha/alphacolor.vcproj
1799         * gst/asfdemux/asf.vcproj
1800         * gst/audioconvert/audioconvert.vcproj
1801         * gst/audiorate/audiorate.vcproj
1802         * gst/audioscale/audioscale.vcproj
1803         * gst/auparse/auparse.vcproj
1804         * gst/avi/avi.vcproj
1805         * gst/cdxaparse/cdxaparse.vcproj
1806         * gst/chart/chart.vcproj
1807         * gst/colorspace/colorspace.vcproj
1808         * gst/cutter/cutter.vcproj
1809         * gst/debug/debug.vcproj
1810         * gst/debug/efence.vcproj
1811         * gst/debug/navigationtest.vcproj
1812         * gst/deinterlace/deinterlace.vcproj
1813         * gst/effectv/effectv.vcproj
1814         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
1815         * gst/filter/filter.vcproj
1816         * gst/flx/flxdec.vcproj
1817         * gst/goom/goom.vcproj
1818         * gst/interleave/interleave.vcproj
1819         * gst/law/alaw.vcproj
1820         * gst/law/mulaw.vcproj
1821         * gst/matroska/matroska.vcproj
1822         * gst/median/median.vcproj
1823         * gst/mixmatrix/mixmatrix.vcproj
1824         * gst/mpeg1sys/mpeg1systemencode.vcproj
1825         * gst/mpeg1videoparse/mp1videoparse.vcproj
1826         * gst/mpeg2sub/mpeg2subt.vcproj
1827         * gst/mpegaudio/mpegaudio.vcproj
1828         * gst/mpegaudioparse/mpegaudioparse.vcproj
1829         * gst/mpegstream/mpegstream.vcproj
1830         * gst/multifilesink/multifilesink.vcproj
1831         * gst/multipart/multipart.vcproj
1832         * gst/oneton/oneton.vcproj
1833         * gst/overlay/overlay.vcproj
1834         * gst/passthrough/passthrough.vcproj
1835         * gst/qtdemux/qtdemux.vcproj
1836         * gst/realmedia/rmdemux.vcproj
1837         * gst/rtjpeg/rtjpeg.vcproj
1838         * gst/rtp/rtp.vcproj
1839         * gst/silence/silence.vcproj
1840         * gst/sine/sinesrc.vcproj
1841         * gst/smooth/smooth.vcproj
1842         * gst/smpte/smpte.vcproj
1843         * gst/spectrum/spectrum.vcproj
1844         * gst/speed/speed.vcproj
1845         * gst/stereo/stereo.vcproj
1846         * gst/switch/switch.vcproj
1847         * gst/tags/tagedit.vcproj
1848         * gst/tcp/tcp.vcproj
1849         * gst/typefind/typefindfunctions.vcproj
1850         * gst/udp/udp.vcproj
1851         * gst/videobox/videobox.vcproj
1852         * gst/videocrop/videocrop.vcproj
1853         * gst/videodrop/videodrop.vcproj
1854         * gst/videofilter/gamma.vcproj
1855         * gst/videofilter/videobalance.vcproj
1856         * gst/videofilter/videofilter.vcproj
1857         * gst/videofilter/videoflip.vcproj
1858         * gst/videoflip/videoflip.vcproj
1859         * gst/videomixer/videomixer.vcproj
1860         * gst/videorate/videorate.vcproj
1861         * gst/videoscale/videoscale.vcproj
1862         * gst/videotestsrc/videotestsrc.vcproj
1863         * gst/virtualdub/virtualdub.vcproj
1864         * gst/volenv/volenv.vcproj
1865         * gst/volume/volume.vcproj
1866         * gst/wavenc/wavenc.vcproj
1867         * gst/wavparse/wavparse.vcproj
1868         * gst/y4m/y4menc.vcproj
1869         * gst-libs/gst/audio/audio.vcproj
1870         * gst-libs/gst/audio/audiofilter.vcproj
1871         * gst-libs/gst/colorbalance/colorbalance.vcproj
1872         * gst-libs/gst/idct/idtc.vcproj
1873         * gst-libs/gst/media-info/media-info.vcproj
1874         * gst-libs/gst/mixer/mixer.vcproj
1875         * gst-libs/gst/navigation/navigation.vcproj
1876         * gst-libs/gst/play/play.vcproj
1877         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
1878         * gst-libs/gst/resample/resample.vcproj
1879         * gst-libs/gst/riff/riff.vcproj
1880         * gst-libs/gst/tuner/tuner.vcproj
1881         * gst-libs/gst/video/video.vcproj
1882         * gst-libs/gst/xoverlay/xoverlay.vcproj
1883           avoid problems with math.h, fix release dependancy
1884           rename GStreamer-0.8.lib to libgstreamer.lib
1885
1886 2004-07-27  Julien MOUTTE  <julien@moutte.net>
1887
1888         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
1889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
1890         the atom is not available we have to unlock the mutex. Fixes #148023
1891
1892 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1893
1894         * gst-libs/gst/media-info/media-info.h:
1895           issue for a vararg macro with MSVC
1896
1897 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1898
1899         * gst/effectv/effectv.vcproj
1900         * gst-libs/gst/idct/idct.vcproj:
1901         * gst-libs/gst/media-info/media-info.vcproj:
1902         * gst-libs/gst/navigation/navigation.vcproj:
1903         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
1904         * gst-libs/gst/video/video.vcproj:
1905         * gst-libs/gst/xoverlay/xoverlay.vcproj:
1906           fixes for build problems
1907
1908 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1909
1910         * gst-libs/gst/audio/audio.def:
1911         * gst-libs/gst/audio/riff.def:
1912           add some definitions needed by plugins
1913
1914 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1915
1916         * gst/asfdemux/gstasfmux.c
1917           Fix some 64 bits constants to be glib friendly
1918
1919 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1920
1921         * gst/ac3parse/gstac3parse.c
1922         * gst/audioscale/gstaudioscale.c
1923         * gst/auparse/gstauparse.c
1924         * gst/colorspace/gstcolorspace.c
1925         * gst/colorspace/yuv2rgb.h
1926           local include fixes
1927
1928 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1929
1930         * win32/gst.sln
1931           add more plugins to the build
1932
1933 2004-07-26  Julien MOUTTE  <julien@moutte.net>
1934
1935         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1936         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
1937
1938 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1939
1940         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
1941         (gst_level_set_property), (gst_level_get_property),
1942         (gst_level_base_init), (gst_level_class_init):
1943           add debugging categories.  cleanups.
1944
1945 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1946
1947         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
1948         (gst_videoscale_planar411), (gst_videoscale_planar400),
1949         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
1950         (gst_videoscale_scale_nearest_str1),
1951         (gst_videoscale_scale_nearest_str2),
1952         (gst_videoscale_scale_nearest_str4),
1953         (gst_videoscale_scale_nearest_16bit),
1954         (gst_videoscale_scale_nearest_24bit):
1955           fixed stride issues
1956           tested with 320x240 -> 321, 322, 324 x240
1957           tested with YV12, I420, YUY2, UYVY
1958           fixed packed422rev (don't think it could have worked before)
1959           by testing with UYVY
1960
1961 2004-07-26  Benjamin Otte  <otte@gnome.org>
1962
1963         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
1964         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
1965         (plugin_init):
1966           add debugging category, add error checks like checking return values
1967           of setup calls, make sure it still works after
1968           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
1969
1970 2004-07-26  Wim Taymans  <wim@fluendo.com>
1971
1972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
1973         (gst_mpeg_demux_get_audio_stream),
1974         (gst_mpeg_demux_process_private):
1975         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
1976         Check for error codes from the negotiation functions. Make sure
1977         we really set the pad caps when a new pad is created.
1978
1979 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1980
1981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1982         (gst_ffmpeg_caps_to_pix_fmt):
1983         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1985         (gst_ffmpegcolorspace_pad_link):
1986           don't make function do two things at the same time without reason.
1987
1988 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1989
1990         * gst/ac3parse/ac3parse.vcproj
1991         * gst/adder/adder.vcproj
1992         * gst/alpha/alpha.vcproj
1993         * gst/alpha/alphacolor.vcproj
1994         * gst/asfdemux/asf.vcproj
1995         * gst/audioconvert/audioconvert.vcproj
1996         * gst/audiorate/audiorate.vcproj
1997         * gst/audioscale/audioscale.vcproj
1998         * gst/auparse/auparse.vcproj
1999         * gst/avi/avi.vcproj
2000         * gst/cdxaparse/cdxaparse.vcproj
2001         * gst/chart/chart.vcproj
2002         * gst/colorspace/colorspace.vcproj
2003         * gst/cutter/cutter.vcproj
2004         * gst/debug/debug.vcproj
2005         * gst/debug/efence.vcproj
2006         * gst/debug/navigationtest.vcproj
2007         * gst/deinterlace/deinterlace.vcproj
2008         * gst/effectv/effectv.vcproj
2009         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2010         * gst/filter/filter.vcproj
2011         * gst/flx/flxdec.vcproj
2012         * gst/goom/goom.vcproj
2013         * gst/interleave/interleave.vcproj
2014         * gst/law/alaw.vcproj
2015         * gst/law/mulaw.vcproj
2016         * gst/matroska/matroska.vcproj
2017         * gst/median/median.vcproj
2018         * gst/mixmatrix/mixmatrix.vcproj
2019         * gst/mpeg1sys/mpeg1systemencode.vcproj
2020         * gst/mpeg1videoparse/mp1videoparse.vcproj
2021         * gst/mpeg2sub/mpeg2subt.vcproj
2022         * gst/mpegaudio/mpegaudio.vcproj
2023         * gst/mpegaudioparse/mpegaudioparse.vcproj
2024         * gst/mpegstream/mpegstream.vcproj
2025         * gst/multifilesink/multifilesink.vcproj
2026         * gst/multipart/multipart.vcproj
2027         * gst/oneton/oneton.vcproj
2028         * gst/overlay/overlay.vcproj
2029         * gst/passthrough/passthrough.vcproj
2030         * gst/qtdemux/qtdemux.vcproj
2031         * gst/realmedia/rmdemux.vcproj
2032         * gst/rtjpeg/rtjpeg.vcproj
2033         * gst/rtp/rtp.vcproj
2034         * gst/silence/silence.vcproj
2035         * gst/sine/sinesrc.vcproj
2036         * gst/smooth/smooth.vcproj
2037         * gst/smpte/smpte.vcproj
2038         * gst/spectrum/spectrum.vcproj
2039         * gst/speed/speed.vcproj
2040         * gst/stereo/stereo.vcproj
2041         * gst/switch/switch.vcproj
2042         * gst/tags/tagedit.vcproj
2043         * gst/tcp/tcp.vcproj
2044         * gst/typefind/typefindfunctions.vcproj
2045         * gst/udp/udp.vcproj
2046         * gst/videobox/videobox.vcproj
2047         * gst/videocrop/videocrop.vcproj
2048         * gst/videodrop/videodrop.vcproj
2049         * gst/videofilter/gamma.vcproj
2050         * gst/videofilter/videobalance.vcproj
2051         * gst/videofilter/videofilter.vcproj
2052         * gst/videofilter/videoflip.vcproj
2053         * gst/videoflip/videoflip.vcproj
2054         * gst/videomixer/videomixer.vcproj
2055         * gst/videorate/videorate.vcproj
2056         * gst/videoscale/videoscale.vcproj
2057         * gst/videotestsrc/videotestsrc.vcproj
2058         * gst/virtualdub/virtualdub.vcproj
2059         * gst/volenv/volenv.vcproj
2060         * gst/volume/volume.vcproj
2061         * gst/wavenc/wavenc.vcproj
2062         * gst/wavparse/wavparse.vcproj
2063         * gst/y4m/y4menc.vcproj
2064           more plugins supported under windows
2065
2066 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2067
2068         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2069         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
2070         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
2071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2072         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
2073           Add debugging statements.  Use the sizes as returned by the
2074           *CreateImage calls.
2075
2076 2004-07-26  Johan Dahlin  <johan@gnome.org>
2077
2078         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
2079         the pad is negotiated.
2080
2081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
2082
2083 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2084
2085         * gst-libs/gst/colorbalance/colorbalance.vcproj:
2086         * gst-libs/gst/idct/idct.vcproj:
2087         * gst-libs/gst/media-info/media-info.vcproj:
2088         * gst-libs/gst/mixer/mixer.vcproj:
2089         * gst-libs/gst/navigation/navigation.vcproj:
2090         * gst-libs/gst/play/play.vcproj:
2091         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
2092         * gst-libs/gst/resample/resample.vcproj:
2093         * gst-libs/gst/tuner/tuner.vcproj:
2094         * gst-libs/gst/video/video.vcproj:
2095         * gst-libs/gst/xoverlay/xoverlay.vcproj:
2096           more plugins supported under windows
2097
2098 2004-07-25 Iain <iain@prettypeople.org>
2099
2100         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
2101         pad now rather than when the pad is created because state changes wipe
2102         explicit caps (fixes #148043).
2103
2104 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
2105
2106         reviewed by Benjamin Otte  <otte@gnome.org>
2107
2108         * ext/mad/gstmad.c:
2109           fix mad plugin crashing on Sun (fixes #148289)
2110
2111 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2112
2113         * gst/avi/avi.def:
2114         * gst/avi/avi.vcproj:
2115         * gst/matroska/matroska.def:
2116         * gst/matroska/matroska.vcproj:
2117           remove unused .def files
2118
2119 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2120
2121         * gst-libs/gst/audio/gstaudiofilter.c:
2122           Clean the local include
2123
2124 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2125
2126         * win32/gst.sln:
2127         * gst-libs/gst/audio/audio.def:
2128         * gst-libs/gst/audio/audio.vcproj:
2129         * gst-libs/gst/audio/audiofilter.vcproj:
2130         * gst-libs/gst/audio/riff.def:
2131         * gst-libs/gst/audio/riff.vcproj:
2132         * gst-libs/gst/gst-libs.def:
2133         * gst-libs/gst/gst-libs.vcproj:
2134         * gst/avi/avi.vcproj:
2135         * gst/avi/avi.vcproj:
2136           Copy the files where needed after building, cleaner projects
2137
2138 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
2139
2140         * gst/matroska/ebml-write.c:
2141           Fix some 64 bits constants to be glib friendly
2142
2143 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
2144
2145         * win32/gst.sln:
2146         * gst-libs/gst/gst-libs.def:
2147         * gst-libs/gst/gst-libs.vcproj:
2148         * gst/matroska/matroska.def:
2149         * gst/matroska/matroska.vcproj:
2150           Add the preliminary canvas to build plugins on Win32
2151
2152 2004-07-23  Benjamin Otte  <otte@gnome.org>
2153
2154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2155           don't enfore negotiation from source side, it breaks 
2156           sinesrc ! audioconvert ! osssink
2157
2158 2004-07-22  David Schleef  <ds@schleef.org>
2159
2160         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
2161         for ELF files, since they can easily be recognized as audio/mpeg.
2162         (bug #147441)
2163
2164 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2165
2166         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2167         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
2168         (gst_videoscale_scale_nearest_24bit),
2169         (gst_videoscale_scale_nearest_16bit):
2170           fix 16bit and 24bit for stride (24bit might need testing)
2171           don't pretend we do more than one algorithm
2172
2173 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2174
2175         * configure.ac:
2176         * gst/Makefile.am:
2177         * gst/multifilesink/Makefile.am:
2178         * gst/multifilesink/gstmultifilesink.c:
2179         (gst_multifilesink_get_formats),
2180         (gst_multifilesink_get_query_types), (_do_init),
2181         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
2182         (gst_multifilesink_init), (gst_multifilesink_dispose),
2183         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
2184         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
2185         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
2186         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
2187         (gst_multifilesink_chain), (gst_multifilesink_change_state),
2188         (gst_multifilesink_uri_get_type),
2189         (gst_multifilesink_uri_get_protocols),
2190         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
2191         (gst_multifilesink_uri_handler_init), (plugin_init):
2192         * gst/multifilesink/gstmultifilesink.h:
2193         * testsuite/Makefile.am:
2194         * testsuite/multifilesink/Makefile.am:
2195         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
2196         (gst_newmedia_class_init), (gst_newmedia_init),
2197         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2198         (newfile_signal), (test_signal), (main):
2199         multifilesink plugin for creating new files every time a new media
2200         discontinuity event occurs
2201
2202 2004-07-22  Wim Taymans  <wim@fluendo.com>
2203
2204         * gst/alpha/Makefile.am:
2205         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
2206         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
2207         (gst_alpha_color_init), (gst_alpha_color_set_property),
2208         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
2209         (transform), (gst_alpha_color_chain),
2210         (gst_alpha_color_change_state), (plugin_init):
2211         Stupid plugin to to RGBA to AYUV conversion because none of
2212         the colorspace plugins can handle that yet.
2213
2214 2004-07-22  Wim Taymans  <wim@fluendo.com>
2215
2216         * examples/seeking/seek.c: (update_scale), (main):
2217         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2218         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
2219         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2220         (gst_decode_bin_init), (gst_decode_bin_dispose),
2221         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2222         (no_more_pads), (close_link), (type_found),
2223         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2224         (plugin_init):
2225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2226         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2227         (gst_play_base_bin_dispose), (queue_overrun),
2228         (gen_preroll_element), (remove_prerolls), (unknown_type),
2229         (no_more_pads), (new_stream), (setup_source),
2230         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2231         (play_base_eos), (gst_play_base_bin_change_state),
2232         (gst_play_base_bin_add_element),
2233         (gst_play_base_bin_remove_element),
2234         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2235         (gst_play_base_bin_unlink_stream),
2236         (gst_play_base_bin_get_streaminfo):
2237         * gst/playback/gstplaybin.c: (gen_video_element),
2238         (gen_audio_element):
2239         * gst/playback/gststreaminfo.h:
2240         More playback updates, attempt to fix things after the state change
2241         breakage.
2242
2243 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2244
2245         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
2246         (gst_videoscale_scale_nearest_16bit):
2247           comment algorithm
2248
2249 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2250
2251         * gst/videotestsrc/gstvideotestsrc.c:
2252         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
2253         (gst_videotestsrc_init), (gst_videotestsrc_get),
2254         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
2255         (gst_videotestsrc_get_property):
2256         * gst/videotestsrc/gstvideotestsrc.h:
2257         * gst/videotestsrc/videotestsrc.c:
2258         * gst/videotestsrc/videotestsrc.h:
2259           cleanup and commenting
2260
2261 2004-07-21  Wim Taymans  <wim@fluendo.com>
2262
2263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2264         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
2265         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
2266         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
2267         (_find_chain_get_unknown_part), (_find_streams_check),
2268         (gst_ogg_demux_push), (gst_ogg_pad_push):
2269         * ext/theora/theoradec.c: (theora_get_formats),
2270         (theora_dec_src_convert), (theora_dec_sink_convert),
2271         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2272         (theora_dec_chain):
2273         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
2274         (vorbis_dec_convert), (vorbis_dec_src_query),
2275         (vorbis_dec_src_event), (vorbis_dec_event):
2276         More seeking fixes, oggdemux now supports seeking to time and
2277         uses the downstream element to convert granulepos to time.
2278         Seeking in theora-only ogg files now works.
2279
2280 2004-07-21  Wim Taymans  <wim@fluendo.com>
2281
2282         * ext/theora/theoradec.c: (gst_theora_dec_init),
2283         (theora_get_formats), (theora_get_event_masks),
2284         (theora_get_query_types), (theora_dec_src_convert),
2285         (theora_dec_sink_convert), (theora_dec_src_query),
2286         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2287         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
2288         (vorbis_get_event_masks), (vorbis_get_query_types),
2289         (gst_vorbis_dec_init), (vorbis_dec_convert),
2290         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
2291         Added query/convert/formats functions to vorbis and theora decoders
2292         so that the outside world can use them too. Fixed seeking on an
2293         ogg/theora/vorbis file by disabling the seeking seeking on the 
2294         theora srcpad.
2295
2296 2004-07-21  Julien MOUTTE  <julien@moutte.net>
2297
2298         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2299         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
2300         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
2301         images creation for both elements. We don't create the image on caps
2302         nego or renego, we just destroy the internal one if present if it does
2303         not match the needs. The chain function takes care of creating a new
2304         image when needed.
2305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2306         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
2307         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
2308         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
2309         the image format information. The buffer pool checks for the context
2310         image format and discard images with different formats.
2311         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
2312
2313 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2314
2315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2316         (gst_ffmpegcolorspace_chain):
2317           no point in doing any chaining if the pad we want to push from
2318           isn't usable.
2319
2320 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2321
2322         * gst-libs/gst/riff/riff-media.c:
2323         (gst_riff_create_audio_caps_with_data):
2324           Fix double end-to-native symbol conversion (#148021).
2325
2326 2004-07-20  David Schleef  <ds@schleef.org>
2327
2328         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
2329         Don't use an Atom that doesn't exist.
2330
2331 2004-07-20  Wim Taymans  <wim@fluendo.com>
2332
2333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2334         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2335         (gst_multifdsink_client_remove),
2336         (gst_multifdsink_handle_client_write),
2337         (gst_multifdsink_queue_buffer):
2338         * gst/tcp/gstmultifdsink.h:
2339         More multifdsink stats. Avoid deadlock by releasing locks
2340         before sending out a signal.
2341
2342 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2343
2344         * po/LINGUAS:
2345         * po/hu.po:
2346           added Hungarian translation (Laszlo Dvornik)
2347
2348 2004-07-20  Wim Taymans  <wim@fluendo.com>
2349
2350         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2351         (gst_multifdsink_add), (gst_multifdsink_client_remove),
2352         (gst_multifdsink_handle_client_write),
2353         (gst_multifdsink_queue_buffer):
2354         * gst/tcp/gsttcp-marshal.list:
2355         Fixed the stupid marshal definition.
2356
2357 2004-07-20  Wim Taymans  <wim@fluendo.com>
2358
2359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2360         (gst_multifdsink_init), (gst_multifdsink_add),
2361         (gst_multifdsink_client_remove),
2362         (gst_multifdsink_handle_client_write),
2363         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
2364         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
2365         (gst_multifdsink_init_send):
2366         * gst/tcp/gstmultifdsink.h:
2367         Added more stats, added timeout for a client, fixed some typos
2368         and added some comments.
2369
2370 2004-07-20  Wim Taymans  <wim@fluendo.com>
2371
2372         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2373         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2374         (gst_multifdsink_client_remove),
2375         (gst_multifdsink_handle_client_write):
2376         * gst/tcp/gstmultifdsink.h:
2377         * gst/tcp/gsttcp-marshal.list:
2378         Added get_stats method that returns a GValueArray of
2379         stats values.
2380
2381 2004-07-19  Benjamin Otte  <otte@gnome.org>
2382
2383         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
2384           make sure longname, description and author are valid UTF-8
2385
2386 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2387
2388         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
2389         (gst_ximagesink_set_property):
2390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2391         (gst_xvimagesink_set_property):
2392           make sure SYNCHRONOUS is respected after getting the X context
2393
2394 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2395
2396         * gst/matroska/matroska-demux.c:
2397         (gst_matroska_demux_handle_src_event),
2398         (gst_matroska_demux_parse_blockgroup):
2399         * gst/matroska/matroska-ids.h:
2400           add BlockReference tag and ignore it to clear out log.
2401           ignore NAVIGATION events to clear out log.
2402
2403 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2404
2405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2406         (gst_matroska_demux_add_stream):
2407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
2408           add debug categories
2409
2410 2004-07-16  Wim Taymans  <wim@fluendo.com>
2411
2412         * ext/libpng/Makefile.am:
2413         * ext/libpng/gstpng.c: (plugin_init):
2414         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
2415         (gst_pngdec_get_type), (gst_pngdec_base_init),
2416         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
2417         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
2418         * ext/libpng/gstpngdec.h:
2419         Added png decoder.
2420
2421 2004-07-16  Julien MOUTTE  <julien@moutte.net>
2422
2423         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
2424         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2425         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
2426         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
2427         (gst_ximagesink_buffer_alloc):
2428         * sys/ximage/ximagesink.h:
2429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2430         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2431         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2432         (gst_xvimagesink_buffer_alloc):
2433         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
2434         again. Using internal data pointer of the x(v)image to store image's
2435         data to be coherent with the buffer alloc mechanism. Investigated the
2436         image destruction code to be sure that everything gets freed correctly.
2437
2438 2004-07-16  Wim Taymans  <wim@fluendo.com>
2439
2440         * gst-libs/gst/riff/riff-read.c:
2441         (gst_riff_read_strf_vids_with_data),
2442         (gst_riff_read_strf_auds_with_data):
2443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2444         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
2445         Make sure we don't create 0 sized subbuffers in riff-read.
2446         Signal the no more pads signal after reading the avi header.
2447
2448 2004-07-16  Wim Taymans  <wim@fluendo.com>
2449
2450         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2451         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
2452         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2453         (gst_decode_bin_init), (gst_decode_bin_dispose),
2454         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2455         (no_more_pads), (close_link), (type_found),
2456         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2457         (gst_decode_bin_change_state), (plugin_init):
2458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2459         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2460         (gst_play_base_bin_dispose), (queue_overrun),
2461         (gen_preroll_element), (remove_prerolls), (unknown_type),
2462         (no_more_pads), (new_stream), (setup_source),
2463         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2464         (play_base_eos), (gst_play_base_bin_change_state),
2465         (gst_play_base_bin_add_element),
2466         (gst_play_base_bin_remove_element),
2467         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2468         (gst_play_base_bin_unlink_stream),
2469         (gst_play_base_bin_get_streaminfo):
2470         * gst/playback/gstplaybasebin.h:
2471         Better error recovery. Added configurable preroll queue size. Faster
2472         detection of no-more-pads.
2473
2474 2004-07-16  Wim Taymans  <wim@fluendo.com>
2475
2476         * gst-libs/gst/video/video.h:
2477         Added 32 bits RGBA. Not sure if we should use another mime-type
2478         for alpha rgb. Currently the presence of the alpha_mask property
2479         signals an alpha channel.
2480
2481 2004-07-16  Wim Taymans  <wim@fluendo.com>
2482
2483         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2485         FPS seems to be 0.0 to MAX everywhere else.
2486
2487 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2488
2489         * gst-libs/gst/riff/riff-media.c:
2490         (gst_riff_create_video_caps_with_data):
2491           mp42/mp43 (no caps) exist too.
2492         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
2493           Set pixel_width/height; we've got them in-caps.
2494         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2495         * gst/wavparse/gstwavparse.c: (plugin_init):
2496           Both are valid primary.
2497         * sys/oss/gstossmixer.c:
2498           Remove i18n hack and enable translations.
2499
2500 2004-07-15  Benjamin Otte  <otte@gnome.org>
2501
2502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2503         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
2504           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
2505
2506 2004-07-15  Benjamin Otte  <otte@gnome.org>
2507
2508         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2509         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
2510         (gst_alsa_close_audio):
2511           disable some of the debugging code for now. Writing debugging to a
2512           buffer is broken in current alsalib releases.
2513
2514 2004-07-12  Benjamin Otte  <otte@gnome.org>
2515
2516         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
2517           use bufferpools
2518
2519 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2520
2521         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2522         (theora_dec_src_query), (theora_dec_event):
2523         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
2524           add debugging categories.  Remove \n's.
2525
2526 2004-07-13  Johan Dahlin  <johan@gnome.org>
2527
2528         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
2529         (gst_play_bin_get_property): Impl.
2530
2531 2004-07-13  Wim Taymans  <wim@fluendo.com>
2532
2533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
2534         When trying to find the stream length, seek back N pages
2535         instead of just one, where N is the number of streams in 
2536         the current chain.
2537
2538 2004-07-13  Wim Taymans  <wim@fluendo.com>
2539
2540         * gst-libs/gst/riff/riff-media.c:
2541         (gst_riff_create_audio_caps_with_data),
2542         (gst_riff_create_audio_caps),
2543         (gst_riff_create_audio_template_caps):
2544         * gst-libs/gst/riff/riff-media.h:
2545         * gst-libs/gst/riff/riff-read.c:
2546         (gst_riff_read_strf_vids_with_data),
2547         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
2548         * gst-libs/gst/riff/riff-read.h:
2549         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2550         (gst_avi_demux_add_stream):
2551         Set codec_data on caps for avidemuxer.
2552
2553 2004-07-12  David Schleef  <ds@schleef.org>
2554
2555         * configure.ac: Fix test for Objective C
2556
2557 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
2558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
2559         (gst_gdk_pixbuf_chain):
2560           Add svg and pcx to template caps, and ensure that getcaps returns a
2561           subset of the template caps.
2562           Copy each row manually for output, as gdkpixbuf may pad the
2563           rowstride to a 32-bit word boundary.
2564
2565 2004-07-12  Wim Taymans  <wim@fluendo.com>
2566
2567         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2568         (gst_riff_create_video_template_caps):
2569         Fix the template caps to include some more media types.
2570
2571 2004-07-12  Wim Taymans  <wim@fluendo.com>
2572
2573         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2574         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
2575         (compare_ranks), (print_feature), (gst_decode_bin_init),
2576         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
2577         (try_to_link_1), (new_pad), (close_link), (type_found),
2578         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2579         (gst_decode_bin_change_state), (plugin_init):
2580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2581         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2582         (gst_play_base_bin_dispose), (queue_overrun),
2583         (gen_preroll_element), (remove_prerolls), (no_more_pads),
2584         (new_stream), (setup_source), (gst_play_base_bin_set_property),
2585         (gst_play_base_bin_get_property), (play_base_eos),
2586         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
2587         (gst_play_base_bin_remove_element),
2588         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2589         (gst_play_base_bin_unlink_stream),
2590         (gst_play_base_bin_get_streaminfo):
2591         * gst/playback/gstplaybasebin.h:
2592         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
2593         (gst_play_bin_class_init), (gst_play_bin_init),
2594         (gst_play_bin_dispose), (gst_play_bin_set_property),
2595         (gst_play_bin_get_property), (gen_video_element),
2596         (gen_audio_element), (remove_sinks), (setup_sinks),
2597         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
2598         (gst_play_bin_send_event), (gst_play_bin_get_formats),
2599         (gst_play_bin_convert), (gst_play_bin_get_query_types),
2600         (gst_play_bin_query), (plugin_init):
2601         * gst/playback/test4.c: (main):
2602         More fixes on reusing of the element.
2603
2604 2004-07-11  Benjamin Otte  <otte@gnome.org>
2605
2606         * ext/mad/gstmad.c: (normal_seek):
2607           allow seeking for other methods than just SET
2608
2609 2004-07-11  Andy Wingo  <wingo@pobox.com>
2610
2611         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
2612         float, "any" caps -> buffer_frames=[0,MAX].
2613
2614         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
2615         doesn't intersect our caps with the template any more. Do it
2616         ourselves.
2617         (interleave_buffered_loop): Use g_newa instead of malloc/free.
2618
2619 2004-07-09  Wim Taymans  <wim@fluendo.com>
2620
2621         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2622         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
2623         (compare_ranks), (print_feature), (gst_decode_bin_init),
2624         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
2625         (try_to_link_1), (new_pad), (close_link), (type_found),
2626         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2627         (gst_decode_bin_change_state), (plugin_init):
2628         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2629         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2630         (gst_play_base_bin_dispose), (queue_overrun),
2631         (gen_preroll_element), (remove_prerolls), (no_more_pads),
2632         (new_stream), (setup_source), (gst_play_base_bin_set_property),
2633         (gst_play_base_bin_get_property), (play_base_eos),
2634         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
2635         (gst_play_base_bin_remove_element),
2636         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2637         (gst_play_base_bin_unlink_stream),
2638         (gst_play_base_bin_get_streaminfo):
2639         * gst/playback/gstplaybasebin.h:
2640         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
2641         (gst_play_bin_class_init), (gst_play_bin_init),
2642         (gst_play_bin_dispose), (gst_play_bin_set_property),
2643         (gst_play_bin_get_property), (gen_video_element),
2644         (gen_audio_element), (remove_sinks), (setup_sinks),
2645         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
2646         (gst_play_bin_send_event), (gst_play_bin_get_formats),
2647         (gst_play_bin_convert), (gst_play_bin_get_query_types),
2648         (gst_play_bin_query), (plugin_init):
2649         * gst/playback/test4.c: (main):
2650         Work on object reuse and seeking.
2651
2652 2004-07-09  Wim Taymans  <wim@fluendo.com>
2653
2654         * examples/seeking/seek.c: (iterate):
2655         Don't consume all CPU in the idle loop.
2656
2657 2004-07-09  Wim Taymans  <wim@fluendo.com>
2658
2659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
2660         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
2661         Add pad to element *after* setting the pad functions so that
2662         the scheduler can use the correct ones.
2663
2664 2004-07-09  Wim Taymans  <wim@fluendo.com>
2665
2666         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
2667         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
2668         Sync to keyframe after seek
2669
2670 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2671
2672         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
2673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2674         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
2675         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
2676         * ext/libvisual/visual.c: (gst_visual_change_state):
2677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
2678         * ext/theora/theoradec.c: (theora_dec_change_state):
2679         * ext/theora/theoraenc.c: (theora_enc_change_state):
2680         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
2681         * gst-libs/gst/navigation/navigation.c:
2682         * gst/adder/gstadder.c: (gst_adder_change_state):
2683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2684         (gst_audio_convert_get_buffer):
2685         * gst/multipart/multipartdemux.c:
2686         (gst_multipart_demux_change_state):
2687         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2689         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
2690         * gst/videoscale/gstvideoscale.c:
2691         (gst_videoscale_handle_src_event):
2692         * gst/volume/gstvolume.c: (volume_chain_int16):
2693           don't assert in state change, this should be done by the base
2694           GstElement class.
2695           various debugging fixes.
2696
2697 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2698
2699         * configure.ac:
2700         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
2701         (gst_play_dispose), (gst_play_set_location),
2702         (gst_play_set_data_src), (gst_play_set_video_sink),
2703         (gst_play_set_audio_sink), (gst_play_set_visualization),
2704         (gst_play_connect_visualization), (gst_play_get_sink_element),
2705         (gst_play_get_all_by_interface):
2706         * gst-libs/gst/play/play.h:
2707           add new method to get elements implementing an interface.
2708           add various error logging
2709
2710 2004-07-08  Wim Taymans  <wim@fluendo.com>
2711
2712         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
2713         (make_mpeg_pipeline), (make_mpegnt_pipeline),
2714         (make_playerbin_pipeline), (query_durations_elems),
2715         (query_durations_pads), (query_positions_elems),
2716         (query_positions_pads), (update_scale), (iterate), (stop_seek),
2717         (main):
2718         Added playbin seeking example.
2719
2720 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2721
2722         * gst-libs/gst/play/play.c: (gst_play_set_location),
2723         (gst_play_set_data_src), (gst_play_set_video_sink),
2724         (gst_play_set_audio_sink), (gst_play_set_visualization),
2725         (gst_play_connect_visualization), (gst_play_get_framerate):
2726           use a macro to look up elements from hash table
2727
2728 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2729
2730         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
2731         (gst_play_get_length_callback), (gst_play_set_location),
2732         (gst_play_seek_to_time), (gst_play_set_data_src),
2733         (gst_play_set_video_sink), (gst_play_set_audio_sink),
2734         (gst_play_set_visualization), (gst_play_connect_visualization),
2735         (gst_play_get_sink_element):
2736         - add debugging info
2737         - fix looking up sink elements by iterating over complete caps
2738         - put everything except for source and autoplugger in a complete bin
2739
2740 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2741
2742         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
2743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
2744         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
2745         (gst_alsa_sink_write), (gst_alsa_sink_loop):
2746         * ext/alsa/gstalsasink.h:
2747         - add debugging info
2748         - clean up schizophrenia of data/buffer/event
2749         - fix double event unref error
2750
2751 2004-07-08  Wim Taymans  <wim@fluendo.com>
2752
2753         * gst/playback/Makefile.am:
2754         Add headers to noinst
2755
2756 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2757
2758         * tools/gst-launch-ext-m.m:
2759         * tools/gst-launch-ext.1.in:
2760           convert to the third millenium
2761
2762 2004-07-07  David Schleef  <ds@schleef.org>
2763
2764         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
2765
2766 2004-07-07  Wim Taymans  <wim@fluendo.com>
2767
2768         * gst/playback/Makefile.am:
2769         * gst/playback/README:
2770         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2771         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
2772         (compare_ranks), (print_feature), (gst_decode_bin_init),
2773         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
2774         (try_to_link_1), (new_pad), (close_link), (type_found),
2775         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2776         (plugin_init):
2777         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2778         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
2779         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
2780         (gen_preroll_element), (no_more_pads), (new_stream),
2781         (setup_source), (gst_play_base_bin_set_property),
2782         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
2783         (gst_play_base_bin_add_element),
2784         (gst_play_base_bin_remove_element),
2785         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
2786         (gst_play_base_bin_unlink_stream),
2787         (gst_play_base_bin_get_streaminfo):
2788         * gst/playback/gstplaybasebin.h:
2789         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
2790         (gst_play_bin_class_init), (gst_play_bin_init),
2791         (gst_play_bin_dispose), (gst_play_bin_set_property),
2792         (gst_play_bin_get_property), (gen_video_element),
2793         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
2794         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
2795         (gst_play_bin_get_formats), (gst_play_bin_convert),
2796         (gst_play_bin_get_query_types), (gst_play_bin_query),
2797         (plugin_init):
2798         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2799         (gst_stream_info_get_type), (gst_stream_info_class_init),
2800         (gst_stream_info_init), (gst_stream_info_new),
2801         (gst_stream_info_dispose), (gst_stream_info_set_property),
2802         (gst_stream_info_get_property):
2803         * gst/playback/gststreaminfo.h:
2804         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2805         (main):
2806         * gst/playback/test2.c: (main):
2807         * gst/playback/test3.c: (update_scale), (main):
2808         More playbin fixes. Added README. Do better element filtering.
2809         Added base class to preroll media. Added test apps.
2810
2811 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2812
2813         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
2814         * ext/mpeg2dec/gstmpeg2dec.h:
2815           various debugging improvements.  Reset stream to next picture
2816           instead of sequence header, otherwise seeks cannot work.
2817
2818 2004-07-07  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
2821         (gst_video_box_class_init), (gst_video_box_set_property),
2822         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
2823         Use pad_alloc where possible.
2824
2825 2004-07-07  Wim Taymans  <wim@fluendo.com>
2826
2827         * sys/oss/gstosselement.c: (gst_osselement_reset),
2828         (gst_osselement_parse_caps):
2829         * sys/oss/gstosselement.h:
2830         * sys/oss/gstosssrc.c: (gst_osssrc_get):
2831         Fix offset on osssrc.
2832
2833 2004-07-07  Wim Taymans  <wim@fluendo.com>
2834
2835         * ext/theora/theora.c: (plugin_init):
2836         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
2837         (theora_dec_src_query), (theora_dec_chain):
2838         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2839         (theora_enc_sink_link), (theora_buffer_from_packet),
2840         (theora_push_packet), (theora_enc_chain):
2841         Fix theora granulepos calculation.
2842         Fix overflow in duration/position calculation.
2843         Bump rank to PRIMARY for theoradec.
2844         Use granulepos of last packet to calculate position.
2845         Set keyframe flag on buffers when needed.
2846
2847 2004-07-06  David Schleef  <ds@schleef.org>
2848
2849         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
2850         serious?  (Fixed, obviously.)
2851
2852 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2853
2854         * po/LINGUAS:
2855         * po/cs.po:
2856           added Czech translation (Miloslav Trmac)
2857
2858 2004-07-05  Wim Taymans  <wim@fluendo.com>
2859
2860         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2861         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
2862         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
2863         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2864         (close_link), (type_found), (gst_decode_bin_set_property),
2865         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
2866         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
2867         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
2868         (gst_decode_bin_query), (plugin_init):
2869         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
2870         (gst_play_bin_class_init), (gst_play_bin_init),
2871         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
2872         (get_video_element), (new_pad), (setup_source),
2873         (gst_play_bin_set_property), (gst_play_bin_get_property),
2874         (gst_play_bin_change_state), (gst_play_bin_add_element),
2875         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
2876         (gst_play_bin_send_event), (gst_play_bin_get_formats),
2877         (gst_play_bin_convert), (gst_play_bin_get_query_types),
2878         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
2879         * gst/playback/test.c: (main):
2880         More fixes, cleaned up playbin, make it use decodebin. Added
2881         threaded property to playbin.
2882
2883 2004-07-05  Wim Taymans  <wim@fluendo.com>
2884
2885         * configure.ac:
2886         * gst/playback/Makefile.am:
2887         * gst/playback/decodetest.c: (main):
2888         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
2889         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
2890         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
2891         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2892         (close_link), (type_found), (gst_decode_bin_set_property),
2893         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
2894         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
2895         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
2896         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
2897         (plugin_init):
2898         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
2899         (gst_play_bin_class_init), (gst_play_bin_init),
2900         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
2901         (collect_sink_pads), (find_compatibles), (close_pad_link),
2902         (try_to_link_1), (new_pad), (close_link), (type_found),
2903         (setup_source), (gst_play_bin_set_property),
2904         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
2905         (compare_ranks), (gst_play_bin_collect_factories),
2906         (gst_play_bin_change_state), (gst_play_bin_add_element),
2907         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
2908         (gst_play_bin_send_event), (gst_play_bin_get_formats),
2909         (gst_play_bin_convert), (gst_play_bin_get_query_types),
2910         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
2911         * gst/playback/test.c: (main):
2912         Added some playback helper elements and some test apps, very alpha
2913         still.
2914
2915 2004-07-04  Benjamin Otte  <otte@gnome.org>
2916
2917         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
2918           only restart audio when we indeed have an xrun to fix repeated
2919           xruns. Fix suggested by Giuliano Pochini.
2920
2921 2004-07-03  David Schleef  <ds@schleef.org>
2922
2923         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
2924         call to gst_debug_log() if debugging is disabled (bug #145118)
2925
2926 2004-07-03  Benjamin Otte  <otte@gnome.org>
2927
2928         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
2929           use our own functions for restarting the alsa device.
2930         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2931           I should apply patches myself - use MIN for the third argument, not
2932           the second, this fixes seeking
2933
2934 2004-07-02  David Schleef  <ds@schleef.org>
2935
2936         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
2937         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
2938         do with the logic.
2939
2940 2004-07-02  David Schleef  <ds@schleef.org>
2941
2942         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
2943         output buffers.  Fix logic mistake.  (bug #144866)
2944
2945 2004-07-02  David Schleef  <ds@schleef.org>
2946
2947         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
2948         on X.  (bug #144753)
2949
2950 2004-07-02  David Schleef  <ds@schleef.org>
2951
2952         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
2953         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
2954         (bug #144624)
2955         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
2956         (gst_osselement_rate_probe_check): Add another workaround for
2957         buggy drivers (bug #145336)
2958
2959 2004-07-02  David Schleef  <ds@schleef.org>
2960
2961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
2962         Most systems don't have MSG_NOSIGNAL.
2963
2964 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2965
2966         * Makefile.am:
2967         * gst-libs/gst/colorbalance/Makefile.am:
2968         * gst-libs/gst/mixer/Makefile.am:
2969         * gst-libs/gst/play/Makefile.am:
2970         * gst-libs/gst/tuner/Makefile.am:
2971           (hopefully) fix both install and dist and make error message useful.
2972           needs testing across automakes.
2973
2974 2004-07-02  Benjamin Otte  <otte@gnome.org>
2975
2976         * ext/ogg/gstogg.c: (plugin_init):
2977           we require bytestream now
2978         * ext/ogg/gstoggdemux.c: 
2979           huge diff to implement chain setup in a fast and generic way. This
2980           improves tag reading and startup of huge files (read: Theora videos)
2981           quite a bit. It probably contains bugs, too, so please test.
2982           Seeking is not improved to the fast method.
2983
2984 2004-06-29  Wim Taymans  <wim@fluendo.com>
2985
2986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2987         * ext/ogg/gstoggmux.c:
2988         Fix memleak in oggdemux when running unconnected pads.
2989         doc update in mux, start working on keyframe mode.
2990
2991 2004-06-29  Benjamin Otte  <otte@gnome.org>
2992
2993         * sys/oss/gstosssink.c:
2994         * sys/oss/gstosssrc.c:
2995           advertise correct template caps - we indeed do non-native endianness
2996           and 8bit audio has no endianness
2997         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
2998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
2999           avoid (wrong) duplications in getcaps function and return
3000           template caps
3001
3002 2004-06-29  Wim Taymans  <wim@fluendo.com>
3003
3004         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3005         (gst_multifdsink_class_init), (gst_multifdsink_add),
3006         (gst_multifdsink_remove), (gst_multifdsink_clear),
3007         (gst_multifdsink_client_remove),
3008         (gst_multifdsink_handle_client_read),
3009         (gst_multifdsink_client_queue_data),
3010         (gst_multifdsink_client_queue_caps),
3011         (gst_multifdsink_client_queue_buffer),
3012         (gst_multifdsink_handle_client_write),
3013         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3014         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3015         (gst_multifdsink_init_send), (gst_multifdsink_close):
3016         Fix wrong GList iteration that could crash the server when
3017         more then 2 clients disconnect at the same time. Read all the
3018         pending commands in one batch to recover from command storms under
3019         very heavy load.
3020
3021 2004-06-28  Wim Taymans  <wim@fluendo.com>
3022
3023         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3024         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3025         (gst_videomixer_pad_set_property),
3026         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3027         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3028         (gst_videomixer_class_init), (gst_videomixer_init),
3029         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
3030         (pad_zorder_compare), (gst_videomixer_sort_pads),
3031         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3032         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
3033         (gst_videomixer_update_queues), (gst_videomixer_loop),
3034         (plugin_init):
3035         Avoid divide by zero, choose masterpad as the pad with the highest
3036         framerate.
3037
3038 2004-06-27  Julien Moutte  <julien@moutte.net>
3039
3040         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
3041         (gst_ximagesink_xwindow_new):
3042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3043         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
3044         function directly. We might want to call it from somewhere else one day.
3045
3046 2004-06-27  Julien Moutte  <julien@moutte.net>
3047
3048         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
3049         (gst_ximagesink_xwindow_new):
3050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3051         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
3052         window decorations.
3053
3054 2004-06-27  Wim Taymans  <wim@fluendo.com>
3055
3056         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
3057         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
3058         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
3059         (gst_dvdec_set_property), (gst_dvdec_get_property):
3060         * ext/dv/gstdvdec.h:
3061         Implement drop_factor property to lower the framerate with
3062         a factor.
3063
3064 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3065
3066         * gst-libs/gst/colorbalance/Makefile.am:
3067         * gst-libs/gst/mixer/Makefile.am:
3068         * gst-libs/gst/play/Makefile.am:
3069         * gst-libs/gst/tuner/Makefile.am:
3070           unbreak Company's fix that didn't install the -enum.h files
3071
3072 2004-06-27  Wim Taymans  <wim@fluendo.com>
3073
3074         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
3075         (gst_dvdec_change_state):
3076         * ext/dv/gstdvdec.h:
3077         Fix timestamp, duration and offset of the buffers.
3078
3079 2004-06-27  Wim Taymans  <wim@fluendo.com>
3080
3081         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3082         (gst_multifdsink_class_init), (gst_multifdsink_add),
3083         (gst_multifdsink_remove), (gst_multifdsink_clear),
3084         (gst_multifdsink_client_remove),
3085         (gst_multifdsink_handle_client_read),
3086         (gst_multifdsink_client_queue_data),
3087         (gst_multifdsink_client_queue_caps),
3088         (gst_multifdsink_client_queue_buffer),
3089         (gst_multifdsink_handle_client_write),
3090         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3091         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3092         (gst_multifdsink_init_send), (gst_multifdsink_close):
3093         * gst/tcp/gstmultifdsink.h:
3094         * gst/tcp/gsttcpserversink.c:
3095         (gst_tcpserversink_handle_server_read),
3096         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
3097         More multifdsink fixes, more recovery policy fixes.
3098         Removed stupid g_print
3099
3100 2004-06-26  Wim Taymans  <wim@fluendo.com>
3101
3102         * gst/tcp/Makefile.am:
3103         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3104         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
3105         (gst_multifdsink_class_init), (gst_multifdsink_init),
3106         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
3107         (gst_multifdsink_handle_client_read),
3108         (gst_multifdsink_client_queue_data),
3109         (gst_multifdsink_client_queue_caps),
3110         (gst_multifdsink_client_queue_buffer),
3111         (gst_multifdsink_handle_client_write),
3112         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3113         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
3114         (gst_multifdsink_chain), (gst_multifdsink_set_property),
3115         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
3116         (gst_multifdsink_close), (gst_multifdsink_change_state):
3117         * gst/tcp/gstmultifdsink.h:
3118         * gst/tcp/gsttcpplugin.c: (plugin_init):
3119         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
3120         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
3121         (gst_tcpserversink_handle_server_read),
3122         (gst_tcpserversink_handle_select),
3123         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
3124         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
3125         * gst/tcp/gsttcpserversink.h:
3126         Added multifdsink, made tcpserversink a subclass of fdsink, removed
3127         one of the locks, added recovery policy to multifdsink.
3128
3129 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3130
3131         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3132           fix decision for when getting frames with same timestamp
3133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3134         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3135         (gst_v4lsrc_get_property):
3136         * sys/v4l/gstv4lsrc.h:
3137           add latency offset property 
3138
3139 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3140
3141         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
3142         (plugin_init):
3143           fix debugging. add category.
3144
3145 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3146
3147         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3148           fix wrong offsets
3149
3150 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3151
3152         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3153         (gst_alsa_src_get_time), (gst_alsa_src_loop),
3154         (gst_alsa_src_change_state):
3155           return a time that is in sync with the element's processing
3156
3157 2004-06-25  Wim Taymans  <wim@fluendo.com>
3158
3159         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3160         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3161         (gst_tcpserversink_client_remove),
3162         (gst_tcpserversink_handle_client_read),
3163         (gst_tcpserversink_client_queue_data),
3164         (gst_tcpserversink_client_queue_caps),
3165         (gst_tcpserversink_client_queue_buffer),
3166         (gst_tcpserversink_handle_client_write),
3167         (gst_tcpserversink_queue_buffer),
3168         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
3169         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
3170         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
3171         (gst_tcpserversink_close):
3172         * gst/tcp/gsttcpserversink.h:
3173         Serversink rewrite. Really do non blocking writes to clients and
3174         maintain an internal queue to handle slower clients while not
3175         disturbing fast clients.
3176
3177 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3178
3179         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
3180           better debug, don't override OFFSET and OFFSET_END
3181
3182 2004-06-25  Iain <iain@prettypeople.org>
3183
3184         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
3185         name=source for the wavparse pipeline.
3186
3187 2004-06-24  Johan Dahlin  <johan@gnome.org>
3188
3189         * ext/theora/theoraenc.c (theora_enc_chain): Call
3190         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
3191         streamheader caps are set correctly.
3192
3193 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3194
3195         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
3196         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
3197           respect minimum bitrate; same could be done for max bitrate
3198
3199 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3200
3201         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
3202         (gst_vorbisenc_setup):
3203           fix sample rate range
3204
3205 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3206
3207         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
3208         (gst_oggvorbisenc_setup):
3209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3210         (gst_vorbisenc_setup):
3211           resolve ambiguities in code and description
3212
3213 2004-06-24  Wim Taymans  <wim@fluendo.com>
3214
3215         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
3216         * ext/alsa/gstalsa.h:
3217         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3218         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
3219         Use alsa trigger_tstamp to get the timestamp of the first
3220         sample in the buffer for more precise sync. Some cleanups.
3221
3222 2004-06-24  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
3225         (gst_audiorate_init), (gst_audiorate_chain),
3226         (gst_audiorate_set_property), (gst_audiorate_get_property):
3227         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3228         (gst_videorate_chain):
3229         Added some logging, fixed an overflow bug in videorate.
3230
3231 2004-06-24  Benjamin Otte  <otte@gnome.org>
3232
3233         * ext/kio/Makefile.am:
3234           fix for builddir != srcdir and distcheck
3235
3236 2004-06-24  Benjamin Otte  <otte@gnome.org>
3237
3238         * gst-libs/gst/colorbalance/Makefile.am:
3239         * gst-libs/gst/mixer/Makefile.am:
3240         * gst-libs/gst/play/Makefile.am:
3241         * gst-libs/gst/tuner/Makefile.am:
3242         * gst/tcp/Makefile.am:
3243         * sys/dxr3/Makefile.am:
3244           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
3245           tarball.
3246           Also add all *.list files that were missing.
3247         * Makefile.am:
3248           add a distcheck hook to ensure the above doesn't happen again.
3249
3250 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
3251
3252         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
3253
3254 2004-06-23  Colin Walters  <walters@redhat.com>
3255
3256         * m4/Makefile.am: Distribute gst-fionread.m4.
3257
3258 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3259
3260         * configure.ac: back to dev
3261
3262 2004-06-23  Wim Taymans  <wim@fluendo.com>
3263
3264         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
3265         (gst_alsa_xrun_recovery):
3266         * ext/alsa/gstalsa.h:
3267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3268         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
3269         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
3270         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
3271         (gst_alsa_src_loop):
3272         Add clock to alsasrc. Take new capture timestamp when
3273         restarting after an overrun. Split up some functions between
3274         alsasrc and alsasink.
3275
3276 === release 0.8.2 ===
3277
3278 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3279
3280         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
3281         (gst_alsa_change_state), (gst_alsa_update_avail),
3282         (gst_alsa_xrun_recovery):
3283         * ext/alsa/gstalsa.h:
3284         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3285           merge back changes from release
3286
3287 2004-06-23  Wim Taymans  <wim@fluendo.com>
3288
3289         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
3290         (gst_audiorate_init), (gst_audiorate_chain),
3291         (gst_audiorate_set_property), (gst_audiorate_get_property):
3292         Implement sample dropping and notify
3293
3294 2004-06-22  Wim Taymans  <wim@fluendo.com>
3295
3296         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3297         (theora_enc_sink_link), (theora_buffer_from_packet),
3298         (theora_push_packet), (theora_enc_chain):
3299         Some cleanups, make sure the timestamps are correct.
3300
3301 2004-06-22  Wim Taymans  <wim@fluendo.com>
3302
3303         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
3304         (gst_alsa_change_state), (gst_alsa_update_avail),
3305         (gst_alsa_xrun_recovery):
3306         * ext/alsa/gstalsa.h:
3307         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3308         Cleanups, take queued samples into account when reporting
3309         the time.
3310
3311 2004-06-22  Wim Taymans  <wim@fluendo.com>
3312
3313         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3314         (gst_videorate_init):
3315         Initialize the property as well.
3316
3317 2004-06-22  Wim Taymans  <wim@fluendo.com>
3318
3319         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3320         (gst_videorate_init), (gst_videorate_chain),
3321         (gst_videorate_set_property), (gst_videorate_get_property):
3322         Add property to make videorate silent.
3323         Add property to prefer new frames over old ones.
3324
3325 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3326
3327         * sys/osxvideo/Makefile.am:
3328         Workaround so that the osxvideo .so file gets linked with the
3329         Cocoa, OpenGL and QuickTime frameworks
3330
3331 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3332
3333         * sys/osxaudio/Makefile.am:
3334         Workaround so that the osxaudio .so file gets linked with the
3335         CoreAudio framework
3336  
3337 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3338
3339         * configure.ac:
3340         Whoops, my fault...fixed build issues
3341
3342 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3343
3344         * configure.ac:
3345         Add objective-c support if running in Darwin/Mac OS X
3346         * sys/Makefile.am:
3347         * sys/osxvideo:
3348         * sys/osxvideo/Makefile.am:
3349         * sys/osxvideo/osxvideosink.h:
3350         * sys/osxvideo/osxvideosink.m:
3351         * sys/osxvideo/cocoawindow.h:
3352         * sys/osxvideo/cocoawindow.m:
3353         Add osxvideosink, a cocoa-based osx video sink
3354         
3355
3356 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3357         * ext/dvdnav/gst-dvd:
3358         Grab the gconf key from the right spot
3359         * gst/debug/gstnavseek.c: (gst_navseek_init),
3360         (gst_navseek_segseek), (gst_navseek_handle_src_event),
3361         (gst_navseek_chain):
3362         * gst/debug/gstnavseek.h:
3363           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
3364           and loop parameters of a segment seek.
3365         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
3366         (gst_videotestsrc_get_event_masks),
3367         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
3368         * gst/videotestsrc/gstvideotestsrc.h:
3369           Add seeking support to videotestsrc
3370           Initialise the timestamp_offset variable.
3371
3372 2004-06-18  Wim Taymans  <wim@fluendo.com>
3373
3374         * ext/sidplay/gstsiddec.cc:
3375         Fix negotiation and set correct end offset.
3376
3377 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3378
3379         * configure.ac: branch and prerelease
3380
3381 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3382
3383         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3384         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
3385         (gst_tcpclientsrc_init_receive):
3386         * gst/tcp/gsttcpclientsrc.h:
3387           read caps when connecting to server for GDP so we set them correctly
3388
3389 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3390
3391         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3392           notify drops and duplicates
3393         * gst/videoscale/videoscale.c: (videoscale_get_structure):
3394           no good reason to limit ourselves to 100x100
3395
3396 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3397
3398         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3399         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
3400         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3401         (gst_v4lsrc_get_property):
3402         * sys/v4l/gstv4lsrc.h:
3403         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
3404         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
3405         (gst_v4l_set_audio):
3406         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
3407         (gst_v4lsrc_try_capture):
3408         * sys/v4l/v4lsrc_calls.h:
3409           change try_palette to more general try_capture
3410           add autoprobe option so we can turn off autoprobing
3411           various fixes
3412
3413 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3414
3415         * configure.ac:
3416           add videorate
3417         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
3418         (gst_ximagesink_class_init):
3419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
3420         (gst_xvimagesink_class_init):
3421           run them as finalize, not dispose, since dispose can be invoked
3422           multiple times
3423
3424 2004-06-17  Wim Taymans  <wim@fluendo.com>
3425
3426         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
3427         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
3428         * ext/alsa/gstalsa.h:
3429         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
3430         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
3431         (gst_alsa_src_change_state):
3432         * ext/alsa/gstalsasrc.h:
3433         Make the xrun code timestamp and offset the buffers correctly.
3434         moved the clock to the base class, use alsa methods to get time.
3435         Do correct timestamping on outgoing buffers.
3436
3437 2004-06-17  Wim Taymans  <wim@fluendo.com>
3438
3439         * gst/audiorate/Makefile.am:
3440         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
3441         (gst_audiorate_base_init), (gst_audiorate_class_init),
3442         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
3443         (gst_audiorate_set_property), (gst_audiorate_get_property),
3444         (gst_audiorate_change_state), (plugin_init):
3445         Added an audiorate converter that fills in gaps.
3446
3447 2004-06-17  Johan Dahlin  <johan@gnome.org>
3448
3449         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
3450
3451 2004-06-16  Wim Taymans  <wim@fluendo.com>
3452
3453         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
3454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
3455         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
3456         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3457         (gst_v4lsrc_get_property):
3458         * sys/v4l/gstv4lsrc.h:
3459         Added a copy mode to v4lsrc where it will output a copied version
3460         of its internal hardware buffer.
3461         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
3462         can't | them.
3463
3464 2004-06-16  Wim Taymans  <wim@fluendo.com>
3465
3466         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3467         Timestamp fixes.
3468
3469 2004-06-16  Wim Taymans  <wim@fluendo.com>
3470
3471         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
3472         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
3473         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
3474         (gst_v4lsrc_get_property):
3475         * sys/v4l/gstv4lsrc.h:
3476         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
3477         Added a sync mode enum property to control v4lsrc timestamp method
3478         Removed the use-fixed-fps property and moved functionality in
3479         the enum. 
3480         Don't error on an error value from v4l-conf, it might not always
3481         be a real error.
3482
3483 2004-06-16  Wim Taymans  <wim@fluendo.com>
3484
3485         * gst/videorate/Makefile.am:
3486         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
3487         (gst_videorate_base_init), (gst_videorate_class_init),
3488         (gst_videorate_getcaps), (gst_videorate_link),
3489         (gst_videorate_init), (gst_videorate_chain),
3490         (gst_videorate_set_property), (gst_videorate_get_property),
3491         (gst_videorate_change_state), (plugin_init):
3492         Added a video timestamp corrector.
3493
3494 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3495
3496         fixed a potential leak with previous commit
3497         
3498         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3499
3500 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
3501
3502         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3503         Added missing refcount, fixes bug #144425
3504         Cheers Tim for finding the bug
3505
3506 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3507
3508         * sys/v4l/gstv4l.c: (plugin_init):
3509         * sys/v4l/gstv4lcolorbalance.c:
3510         * sys/v4l/gstv4lcolorbalance.h:
3511         * sys/v4l/gstv4lelement.c:
3512         * sys/v4l/gstv4lelement.h:
3513         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3514         * sys/v4l/gstv4lmjpegsink.h:
3515         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3516         * sys/v4l/gstv4lmjpegsrc.h:
3517         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
3518         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
3519         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
3520         * sys/v4l/gstv4lsrc.h:
3521         * sys/v4l/gstv4ltuner.c:
3522         * sys/v4l/gstv4ltuner.h:
3523         * sys/v4l/gstv4lxoverlay.c:
3524         * sys/v4l/gstv4lxoverlay.h:
3525         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
3526         (gst_v4l_set_window), (gst_v4l_enable_overlay):
3527         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
3528         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
3529         (gst_v4l_set_audio):
3530         * sys/v4l/v4l_calls.h:
3531         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3532         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
3533         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
3534         (gst_v4lmjpegsink_playback_init),
3535         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
3536         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
3537         (gst_v4lmjpegsink_playback_stop),
3538         (gst_v4lmjpegsink_playback_deinit):
3539         * sys/v4l/v4lmjpegsink_calls.h:
3540         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
3541         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
3542         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
3543         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
3544         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
3545         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
3546         * sys/v4l/v4lmjpegsrc_calls.h:
3547         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3548         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
3549         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
3550         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
3551         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
3552         (gst_v4lsrc_try_palette):
3553         * sys/v4l/v4lsrc_calls.h:
3554           bunch of paranoia cleanups
3555
3556 2004-06-14  David Schleef  <ds@schleef.org>
3557
3558         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
3559         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
3560         Send discont events and change timestamps appropriately when
3561         we get a seek event.  (bug #144240)
3562         * ext/cdparanoia/gstcdparanoia.h:
3563
3564 2004-06-14  Benjamin Otte  <otte@gnome.org>
3565
3566         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
3567           snd_pcm_hw_params_set_rate  since the latter fails for no good 
3568           reason on some setups.
3569
3570 2004-06-14  David Schleef  <ds@schleef.org>
3571
3572         * gst/volume/demo.c: (value_changed_callback): exp10() is not
3573         standard.  Thank you for playing.
3574
3575 2004-06-14  Wim Taymans  <wim@fluendo.com>
3576
3577         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
3578         Patch 1.3 broke the ordering of the colorspace info and
3579         made the plugin basically work by coincidence, reordered
3580         the info.
3581
3582 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3583
3584         * ext/lame/gstlame.c:
3585         * ext/mad/gstmad.c:
3586           sync caps.  Make sure mad can only output a list of rates, not
3587           a full range.  In the future, have three caps lists for each of the
3588           mpeg versions.  Change mpegversion to a double as well.
3589
3590 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3591
3592         * gst/volume/.cvsignore:
3593         * gst/volume/Makefile.am:
3594         * gst/volume/demo.c: (value_changed_callback), (idler),
3595         (setup_gui), (main):
3596           added small demo app
3597
3598 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
3599         * ext/esd/esdsink.c: (gst_esdsink_change_state):
3600         * ext/esd/esdsink.h:
3601         Close the esd connection on pause, because esd will just wait -  
3602         blocking all other esd clients indefinitely.
3603
3604 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
3605
3606         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
3607           previous commit with GST_DEBUG
3608
3609 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3610
3611         * configure.ac:
3612           add a header check for a dvdread header in dvdnav.  Fixes #133002
3613
3614 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
3615
3616         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
3617         * gst/tcp/gsttcpclientsink.h:
3618         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
3619         * gst/tcp/gsttcpclientsrc.h:
3620         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
3621         (gst_tcpserversink_handle_server_read),
3622         (gst_tcpserversink_init_send):
3623         * gst/tcp/gsttcpserversink.h:
3624         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
3625         * gst/tcp/gsttcpserversrc.h:
3626         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
3627         version of IP)
3628
3629 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
3630
3631         * configure.ac:
3632         Added ogg library so that OSX detects libtheora properly
3633         
3634 2004-06-11  Wim Taymans  <wim@fluendo.com>
3635
3636         * ext/theora/theoradec.c: (theora_dec_chain),
3637         (theora_dec_change_state):
3638         Don't try to decode frames before we received a keyframe.
3639
3640 2004-06-11  Wim Taymans  <wim@fluendo.com>
3641
3642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3643         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
3644         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
3645         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
3646         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
3647         Added property to set the maximum delay of a page.
3648
3649 2004-06-10  Wim Taymans  <wim@fluendo.com>
3650
3651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3652         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
3653         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
3654         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
3655         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
3656         Added max-delay property to control the maximum amount
3657         of data to put in one page.
3658
3659 2004-06-10  Wim Taymans  <wim@fluendo.com>
3660
3661         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3662         (gst_theora_enc_init), (theora_enc_sink_link),
3663         (theora_buffer_from_packet), (theora_enc_set_property),
3664         (theora_enc_get_property):
3665         Set duration on encoded buffer, added some more properties
3666
3667 2004-06-10  Wim Taymans  <wim@fluendo.com>
3668
3669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3670         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
3671         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3672         * ext/theora/theoraenc.c: (theora_enc_chain):
3673         Fix refcounting bugs
3674
3675 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3676
3677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
3678         (gst_asf_demux_loop), (gst_asf_demux_process_file),
3679         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
3680         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
3681         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
3682         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
3683         (gst_asf_demux_change_state):
3684         * gst/asfdemux/gstasfdemux.h:
3685           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
3686           feels like. I think we should set a new requirement for demuxers
3687           from now on to implement sane loop functions, data loops, query
3688           and seek functions before first commit into CVS. And this commit
3689           fixes all of the above.
3690
3691 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
3692
3693         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
3694           vorbis comments are properly encoded in UTF-8 before adding them
3695           to a GstTagList
3696
3697 2004-06-09  Benjamin Otte  <otte@gnome.org>
3698
3699         * ext/alsa/gstalsa.c: (add_channels):
3700           handle min <= max correctly
3701         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
3702         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
3703           add fixation functions so we fixate correctly. No preferring of alaw
3704           anymore because it's the first structure.
3705         * ext/alsa/gstalsa.h:
3706         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
3707         (gst_alsa_hw_params_dump):
3708           add functions to ease debugging in alsalib
3709         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
3710         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
3711         (gst_alsa_start_audio):
3712           only specify hw params if we really setup a format (fixes #134007 -
3713           or at least works around it)
3714
3715 2004-06-09  Wim Taymans  <wim@fluendo.com>
3716
3717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3718         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
3719         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
3720         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
3721         (gst_ogg_mux_loop):
3722         Use stream caps to setup the initial pages in the ogg stream.
3723         Correctly set the streamheader caps on the srcpad.
3724
3725 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3726
3727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
3728         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
3729         (gst_v4lsrc_getcaps):
3730         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
3731         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
3732           add querying of fps lists for webcams.  Negotiating to a framerate
3733           now works.
3734
3735 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3736
3737         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3738         (theora_push_buffer), (theora_push_packet),
3739         (theora_set_header_on_caps), (theora_enc_chain):
3740           mark buffers and put on streamheader, raw theora streaming
3741           now works too, whee
3742
3743 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3744
3745         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
3746         (gst_tcp_gdp_read_caps):
3747           do a looping read for caps and GDP headers too
3748
3749 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3750
3751         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
3752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
3753           return EOS instead of NULL in _get
3754
3755 2004-06-08  Wim Taymans  <wim@fluendo.com>
3756
3757         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
3758         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
3759         (gst_tcp_gdp_write_caps):
3760         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
3761         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
3762         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
3763         Memory leak fixes
3764
3765 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3766
3767         * ext/vorbis/Makefile.am:
3768         * ext/vorbis/vorbis.c: (plugin_init):
3769         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
3770         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
3771         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
3772         (vorbis_parse_change_state):
3773         * ext/vorbis/vorbisparse.h:
3774           adding a vorbisparse element that marks the buffers, streaming
3775           raw vorbis using GDP now works, whee
3776
3777 2004-06-08  Wim Taymans  <wim@fluendo.com>
3778
3779         * ext/jpeg/Makefile.am:
3780         * ext/jpeg/README:
3781         * ext/jpeg/gstjpeg.c: (plugin_init):
3782         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
3783         (gst_smokedec_base_init), (gst_smokedec_class_init),
3784         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
3785         * ext/jpeg/gstsmokedec.h:
3786         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
3787         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
3788         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
3789         (gst_smokeenc_resync), (gst_smokeenc_chain),
3790         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
3791         * ext/jpeg/gstsmokeenc.h:
3792         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
3793         (smokecodec_flush_destination), (smokecodec_term_destination),
3794         (smokecodec_init_source), (smokecodec_fill_input_buffer),
3795         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
3796         (smokecodec_term_source), (smokecodec_encode_new),
3797         (smokecodec_decode_new), (smokecodec_info_free),
3798         (smokecodec_set_quality), (smokecodec_get_quality),
3799         (smokecodec_set_threshold), (smokecodec_get_threshold),
3800         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
3801         (find_best_size), (abs_diff), (put), (smokecodec_encode),
3802         (smokecodec_parse_header), (smokecodec_decode):
3803         * ext/jpeg/smokecodec.h:
3804         Added a new simple jpeg based codec
3805
3806 2004-06-08  Wim Taymans  <wim@fluendo.com>
3807
3808         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3809         (gst_multipart_mux_loop):
3810         Fix memory leak
3811
3812 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3813
3814         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
3815         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
3816         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
3817         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
3818         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
3819         * gst/tcp/gsttcpserversink.h:
3820           take streamheader into account
3821
3822 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3823
3824         * gst/level/Makefile.am:
3825         * gst/level/gstlevel.c: (gst_level_class_init):
3826           clean up marshal generation
3827
3828 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3829
3830         * gst/tcp/Makefile.am:
3831         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
3832         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
3833         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
3834         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3835         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
3836         (gst_tcpclientsrc_get_property):
3837         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3838         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3839         (gst_tcpserversink_handle_client_read),
3840         (gst_tcpserversink_handle_client_write),
3841         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
3842         * gst/tcp/gsttcpserversink.h:
3843           add signals client-added and client-removed
3844         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3845         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
3846         (gst_tcpserversrc_get_property):
3847         uniformized, change default protocol to NONE
3848         * gst/tcp/gsttcp-marshal.list: added
3849 2004-06-07  Benjamin Otte  <otte@gnome.org>
3850
3851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3852           handle discont events if they happen before caps nego
3853
3854 2004-06-07  Wim Taymans  <wim@fluendo.com>
3855
3856         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
3857         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
3858         (gst_multipart_demux_plugin_init):
3859         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3860         (gst_multipart_mux_init), (gst_multipart_mux_loop),
3861         (gst_multipart_mux_change_state):
3862         Small updates, fix a memleak
3863
3864 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3865
3866         * configure.ac: OSS portability
3867         * ext/arts/gst_arts.c: idem
3868         * sys/oss/gstosselement.c: idem
3869         * sys/oss/gstossmixer.c: idem
3870         * sys/oss/gstosssink.c: idem
3871         * sys/oss/gstosssrc.c: idem
3872         * sys/oss/oss_probe.c: idem
3873           - check for soundcard.h in different places for some BSD
3874
3875 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
3876
3877         * AUTHORS:
3878         Add me to the authors file
3879         * configure.ac:
3880         Increase the libdv requirement to >= version 0.100
3881         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
3882         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
3883         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
3884         * ext/dv/gstdvdec.h:
3885         Add support for the new_media flag when sending DISCONT events
3886         Make the querying work when video pad is not linked
3887
3888 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3889
3890         reviewed by Benjamin Otte  <otte@gnome.org>
3891
3892         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
3893           create a NULL-initialized array of pads, so we don't think they
3894           exist already. (fixes #143130)
3895
3896 2004-06-07  Benjamin Otte  <otte@gnome.org>
3897
3898         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
3899         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
3900         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
3901           don't use // coments
3902
3903 2004-06-07  Benjamin Otte  <otte@gnome.org>
3904
3905         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
3906           cast to GstClockTime to get higher granularity
3907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3908           use gst_element_set_time_delay to get the exact time
3909         * ext/mad/gstmad.c: (gst_mad_chain):
3910           use the negotiated rate instead of the current frame's rate which
3911           might be wrong because of bit errors. This avoids emitting totally
3912           bogus timestamps and screwing sync.
3913         (fixes #143454)
3914
3915 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3916
3917         reviewed by Benjamin Otte  <otte@gnome.org>
3918
3919         * gst/adder/gstadder.c: (gst_adder_loop):
3920           properly error out when no negotiation has happened yet. (fixes
3921           #143032)
3922
3923 2004-06-06  Benjamin Otte  <otte@gnome.org>
3924
3925         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
3926           forward correctly transformed offset in discont events. Based on
3927           patch by Arwed v. Merkatz. (fixes #142851)
3928
3929 2004-06-06  David Schleef  <ds@schleef.org>
3930
3931         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
3932         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
3933         problems on several systems.
3934
3935 2004-06-06  Benjamin Otte  <otte@gnome.org>
3936
3937         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3938           use explicit caps on the srcpad
3939         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3940           properly error out if caps couldn't be set (fixes #142764)
3941
3942 2004-06-06  Benjamin Otte  <otte@gnome.org>
3943
3944         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
3945         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
3946         (gst_alsa_start_audio):
3947           - don't call set_periods_integer anymore, it breaks the
3948           configuration randomly
3949           - call snd_pcm_hw_params_set_access directly instead of using masks
3950           - don't fail if the sw_params can't be set, just use the default
3951           params and hope it works. Alsalib has weird issues when you touch
3952           sw_params and does no proper error reporting about what failed.
3953         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3954         (gst_alsa_close_audio):
3955           make our alsa debugging go via gst debugging and not conditionally
3956           defined
3957         * ext/alsa/gstalsa.h:
3958           add ALSA_DEBUG_FLUSH macro
3959         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
3960         (plugin_init):
3961           wrap alsa errors to be printed via the gst debugging system and not
3962           spammed to stderr
3963
3964 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3965
3966         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
3967         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
3968         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
3969         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
3970         (qtdemux_parse_trak):
3971         * gst/qtdemux/qtdemux.h:
3972           Bitch. Also known as seeking, querying & co.
3973         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
3974         (gst_osssink_change_state):
3975         * sys/oss/gstosssink.h:
3976           Resyncing is for weenies, this hack is no longer needed and was
3977           broken anyway (since it - unintendedly - always leaves resync to
3978           TRUE).
3979
3980 2004-06-05  Andrew Turner <zxombie@hotpop.com>
3981
3982         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
3983         * gst/tcp/gsttcpclientsrc.h: idem
3984           - define MSG_NOSIGNAL if not done
3985           - include unistd.h for off_t
3986           (fixes #143749)
3987
3988 2004-06-05  Benjamin Otte  <otte@gnome.org>
3989
3990         * configure.ac:
3991         * ext/kio/Makefile.am:
3992           check for qt's moc preprocessor explicitly and use it
3993
3994 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3995
3996         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3997           don't get a signal for EPIPE on socket writes
3998           (somebody check if this works on other platforms)
3999
4000 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4001
4002         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4003         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4004           check error condition on available samples correctly
4005
4006 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4007
4008         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
4009           avoid a segfault
4010         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4011         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
4012         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4013         (gst_tcpserversrc_gdp_read_header):
4014          use ssize_t over size_t since the former is signed and thus the
4015          check for error codes can work
4016
4017 2004-06-02  Wim Taymans  <wim@fluendo.com>
4018
4019         reviewed by: Johan
4020
4021         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4022         (gst_multipart_mux_loop):
4023         Oops
4024
4025 2004-06-02  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4028         (gst_multipart_mux_init), (gst_multipart_mux_loop),
4029         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
4030         (gst_multipart_mux_change_state):
4031         Added configurable boundary specifier, added the value as a
4032         caps field as well.
4033
4034 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
4035
4036         * gst/tcp/gsttcp.c:
4037         * gst/tcp/gsttcpclientsrc.c:
4038         * gst/tcp/gsttcpclientsrc.h:
4039         * gst/tcp/gsttcpserversrc.c:
4040           - portability fix, to compile on OSX
4041             (fixes #143146)
4042
4043         * sys/osxaudio/gstosxaudioelement.c:
4044         * sys/osxaudio/gstosxaudiosink.c:
4045         * sys/osxaudio/gstosxaudiosrc.c:
4046           - compilation warnings on OSX
4047             (fixes #143153)
4048
4049 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4050
4051         * ext/vorbis/vorbisdec.c : sign warning fixes
4052
4053         * gst-libs/gst/mixer/mixertrack.c :
4054           do no use defines which are glib 2.4 specific
4055
4056 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
4057
4058         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
4059           buffer since libflac doesn't expect it (reports a sync error when 
4060           it encounters that)
4061
4062         
4063 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
4064
4065         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
4066         * gst-libs/gst/mixer/mixertrack.c:
4067         (gst_mixer_track_get_property), (get_mixer_track_init),
4068         (get_mixer_track_get_property): Added property accessors
4069         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
4070         * gst-libs/gst/mixer/mixeroptions.c:
4071         (gst_mixer_options_get_values): Added   
4072         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
4073         * gst-libs/gst/mixer/mixer.c: Fixed comment
4074
4075
4076 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4077
4078         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
4079           improve error messages on open
4080
4081
4082 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4083
4084         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4085           check if v4l-conf is in path
4086
4087 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4088
4089         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
4090           change assert to a more readable error message
4091
4092 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4093
4094         * gst-libs/gst/tuner/tunerchannel.h:
4095           - add a freq_multiplicator field to make the conversion
4096             between internal frequency unit and Hz
4097         * sys/v4l/gstv4lelement.c:
4098         * sys/v4l2/gstv4l2element.c:
4099           - change default video device to /dev/video0
4100         * sys/v4l/v4l_calls.c:
4101         * sys/v4l2/v4l2_calls.c:
4102           - we only expose frequency to the user in Hz instead of
4103             bastard v4lX unit (either 62.5kHz or 62.5Hz)
4104
4105 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
4106         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4107           Initialise b_o_s and e_o_s variables
4108         * gst-libs/gst/riff/riff-media.c:
4109         (gst_riff_create_video_caps_with_data):
4110           Add some unusual fourcc's from mplayer avi's
4111         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
4112           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
4113           autoplugging.
4114
4115 2004-05-28  Wim Taymans  <wim@fluendo.com>
4116
4117         * configure.ac:
4118         * gst/alpha/Makefile.am:
4119         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4120         (gst_alpha_get_type), (gst_alpha_base_init),
4121         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
4122         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
4123         (gst_alpha_chroma_key), (gst_alpha_chain),
4124         (gst_alpha_change_state), (plugin_init):
4125         A plugin to add an alpha channel to I420 video. Can optionally do
4126         chroma keying.
4127         * gst/multipart/Makefile.am:
4128         * gst/multipart/multipart.c: (plugin_init):
4129         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4130         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
4131         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
4132         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
4133         (gst_multipart_demux_change_state),
4134         (gst_multipart_demux_plugin_init):
4135         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
4136         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
4137         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
4138         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
4139         (gst_multipart_mux_pad_unlink),
4140         (gst_multipart_mux_request_new_pad),
4141         (gst_multipart_mux_handle_src_event),
4142         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
4143         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
4144         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
4145         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
4146         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
4147         send multipart jpeg images to a browser.
4148         * gst/videobox/Makefile.am:
4149         * gst/videobox/README:
4150         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4151         (gst_video_box_get_type), (gst_video_box_base_init),
4152         (gst_video_box_class_init), (gst_video_box_init),
4153         (gst_video_box_set_property), (gst_video_box_get_property),
4154         (gst_video_box_sink_link), (gst_video_box_i420),
4155         (gst_video_box_ayuv), (gst_video_box_chain),
4156         (gst_video_box_change_state), (plugin_init):
4157         Crops or adds borders around an image. can do alpha channel
4158         borders as well.
4159         * gst/videomixer/Makefile.am:
4160         * gst/videomixer/README:
4161         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4162         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
4163         (gst_videomixer_pad_get_sink_event_masks),
4164         (gst_videomixer_pad_get_property),
4165         (gst_videomixer_pad_set_property),
4166         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
4167         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
4168         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4169         (gst_videomixer_base_init), (gst_videomixer_class_init),
4170         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4171         (gst_videomixer_handle_src_event),
4172         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
4173         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
4174         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
4175         (gst_videomixer_loop), (gst_videomixer_get_property),
4176         (gst_videomixer_set_property), (gst_videomixer_change_state),
4177         (plugin_init):
4178         Generic video mixer plugin, can handle multiple inputs all with
4179         different framerates and video sizes. Is fully alpha channel
4180         aware.
4181
4182 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4183
4184         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4185           Select first track as master track. Not sure how else to handle
4186           that...
4187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
4188           Discard discont events. Should fix #142962.
4189
4190 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4191
4192         * ext/alsa/Makefile.am:
4193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
4194         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
4195         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
4196         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
4197         (gst_alsa_mixer_get_option):
4198         * ext/alsa/gstalsamixer.h:
4199         * ext/alsa/gstalsamixeroptions.c:
4200         (gst_alsa_mixer_options_get_type),
4201         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
4202         (gst_alsa_mixer_options_new):
4203         * ext/alsa/gstalsamixeroptions.h:
4204         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4205         * ext/alsa/gstalsamixertrack.h:
4206           Add enumerations (as GstMixerOptions). Make correct distinction
4207           between input/output tracks. Add capture/playback private flag.
4208           Use flag to decide on whether to set capture or playback volumes
4209           or switches. Use playback and record switches.
4210         * gst-libs/gst/mixer/Makefile.am:
4211         * gst-libs/gst/mixer/mixer-marshal.list:
4212         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
4213         (gst_mixer_set_option), (gst_mixer_get_option),
4214         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
4215         (gst_mixer_volume_changed), (gst_mixer_option_changed):
4216         * gst-libs/gst/mixer/mixer.h:
4217         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
4218         (gst_mixer_options_class_init), (gst_mixer_options_init),
4219         (gst_mixer_options_dispose):
4220         * gst-libs/gst/mixer/mixeroptions.h:
4221           Add GstMixerOptions.
4222         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4223           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
4224           broken device detection on computers with multiple OSS sound
4225           cards.
4226
4227 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4228
4229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4230           fixate nicely even when the peer is not negotiating
4231
4232 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4233
4234         * gst/audioconvert/gstaudioconvert.c:
4235         (gst_audio_convert_parse_caps):
4236           make sure we don't allow depth > width
4237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4238           fixate endianness to G_BYTE_ORDER as default
4239         * gst/audioscale/gstaudioscale.c:
4240           we don't handle another endianness as host-endianness
4241
4242 2004-05-25  David Schleef  <ds@schleef.org>
4243
4244         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
4245
4246 2004-05-24  Benjamin Otte  <otte@gnome.org>
4247
4248         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
4249         (gst_oggvorbisenc_setup):
4250           properly fail when we can't setup the vorbis encoder due to
4251           unsupported settings
4252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
4253         (gst_vorbisenc_setup):
4254           same
4255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4256           fix case where warnings occured when one pad was unlinked while the
4257           other's link function was called
4258
4259 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4260
4261         * gst/tcp/Makefile.am:
4262           use GST_ENABLE_NEW
4263
4264 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4265
4266         * gst-libs/gst/resample/private.h:
4267           don't use optimizations that are #if 0'ed
4268
4269 2004-05-24  Wim Taymans  <wim@fluendo.com>
4270
4271         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
4272         Fix potential division by zero error and hopefully get
4273         the position query right to get correct timestamps on avi
4274         audio.
4275
4276 2004-05-24  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
4279         (gst_videoscale_scale_nearest_str2),
4280         (gst_videoscale_scale_nearest_str4),
4281         (gst_videoscale_scale_nearest_32bit),
4282         (gst_videoscale_scale_nearest_24bit),
4283         (gst_videoscale_scale_nearest_16bit):
4284         Fix the scaling algorithm and avoid a buffer overflow.
4285         removed the while loop in the scaling function as it
4286         was used for point sampling only.
4287
4288 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4289
4290         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4291         (gst_id3_tag_class_init), (gst_id3_tag_init),
4292         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
4293         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
4294         (gst_id3_tag_send_tag_event):
4295           lots of fixes to make id3mux work and id3demux work correctly
4296
4297 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4298
4299         * ext/Makefile.am:
4300           add rules to build shout2send (was removed by accident
4301           when this module was no more marked experimental/broken)
4302
4303 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
4304
4305         * ext/shout2/gstshout2.c:
4306         * ext/shout2/gstshout2.h:
4307           adding a "connection problem" signal to shout2send
4308           (fixes #142954)
4309
4310 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4311
4312         * ext/kio/kioreceiver.cpp:
4313         * ext/kio/kioreceiver.h:
4314           fix sign comparison issues
4315
4316 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4317
4318         * gst/cdxaparse/gstcdxaparse.c:
4319         * gst/cdxaparse/gstcdxaparse.h:
4320           some renaming
4321           add some checks/sanity
4322           prepare for seek addition
4323
4324         * sys/sunaudio/gstsunaudio.c:
4325           remove exported dupe init function
4326
4327 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
4328
4329         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
4330         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
4331           Fix format conversion and position querying.
4332         * gst/debug/progressreport.c: (gst_progressreport_report):
4333           Don't output a bogus total value that we didn't query.
4334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4335           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
4336           only a blank window after xine has been used.
4337
4338 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4339
4340         * m4/as-arts.m4:
4341           sync with upstream version to fix test on FC2
4342           readd with -ko to preserve Id header
4343
4344 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4345
4346         * configure.ac:
4347           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
4348         * gst/tcp/gsttcpclientsrc.c: idem
4349         * gst/tcp/gsttcpserversink.c: idem
4350         * gst/tcp/gsttcpserversrc.c: idem
4351         * m4/gst-fionread.m4: idem
4352
4353         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
4354
4355         * configure.ac: enable speex plugin for speex 1.1.5+
4356         * ext/speex/gstspeexenc.c: fix cast warning
4357
4358         * ext/esd/README: fix typo
4359
4360 2004-05-20  David Schleef  <ds@schleef.org>
4361
4362         * configure.ac: Minor cosmetic change to convince the buildbot to
4363         reautogen.
4364         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
4365         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
4366         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
4367         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
4368         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
4369         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
4370         More hacking.  Plays audio now.
4371
4372 2004-05-20  David Schleef  <ds@schleef.org>
4373
4374         * configure.ac:
4375         * sys/Makefile.am:
4376
4377 2004-05-20  David Schleef  <ds@schleef.org>
4378
4379         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
4380         * sys/osxaudio/gstosxaudio.c:
4381         * sys/osxaudio/gstosxaudioelement.c:
4382         * sys/osxaudio/gstosxaudioelement.h:
4383         * sys/osxaudio/gstosxaudiosink.c:
4384         * sys/osxaudio/gstosxaudiosink.h:
4385         * sys/osxaudio/gstosxaudiosrc.c:
4386         * sys/osxaudio/gstosxaudiosrc.h:
4387
4388 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4389
4390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
4391         (gst_vorbisenc_chain):
4392           put the codec headers on the caps as streamheader as well as
4393           pushing them out
4394
4395 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4396
4397         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
4398         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4399         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
4400         split up push_packet into two functions
4401
4402 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4403
4404         * gst/tcp/.cvsignore:
4405           ignore enums
4406         * gst/tcp/Makefile.am:
4407         * gst/tcp/README:
4408         * gst/tcp/gsttcp.c:
4409         * gst/tcp/gsttcp.h:
4410         * gst/tcp/gsttcpclientsink.c:
4411         * gst/tcp/gsttcpclientsink.h:
4412         * gst/tcp/gsttcpclientsrc.c:
4413         * gst/tcp/gsttcpclientsrc.h:
4414         * gst/tcp/gsttcpplugin.c:
4415         * gst/tcp/gsttcpserversink.c:
4416         * gst/tcp/gsttcpserversink.h:
4417         * gst/tcp/gsttcpserversrc.c:
4418         * gst/tcp/gsttcpserversrc.h:
4419           add new tcp elements
4420
4421 2004-05-19  Wim Taymans  <wim@fluendo.com>
4422
4423         * gst/law/mulaw-conversion.c: (mulaw_encode):
4424         Fix overflow bug in ulaw encoding.
4425
4426 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4427
4428         * ext/mad/gstmad.c: (gst_mad_handle_event):
4429           don't unref the event twice
4430
4431 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4432
4433         * configure.ac:
4434           remove -Wno-sign-compare
4435
4436 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4437
4438         * configure.ac:
4439           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
4440           if you want to work against glib 2.2 and 2.4
4441
4442 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4443
4444         * gst/tcp/Makefile.am:
4445         * gst/tcp/gsttcp.c:
4446         * gst/tcp/gsttcp.h:
4447         * gst/tcp/gsttcpsink.h:
4448         * gst/tcp/gsttcpsrc.h:
4449           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
4450
4451 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4452
4453         * gst/debug/tests.c: (md5_get_value):
4454           fix segfault on gst-inspect
4455
4456 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4457
4458         * gst/debug/testplugin.c: 
4459         * gst/debug/tests.c: 
4460         * gst/debug/tests.h:
4461           add new extensible and configurable testing element. Current tests
4462           include buffer count, stream length, timestamp/duration matching and
4463           md5.
4464         * gst/debug/Makefile.am:
4465         * gst/debug/gstdebug.c: (plugin_init):
4466           add infrastructure for new element
4467
4468 2004-05-19  Johan Dahlin  <johan@gnome.org>
4469
4470         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
4471         ending of the array. Fixes gst-inspect segfault on ppc.
4472
4473 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4474
4475         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
4476
4477         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
4478
4479 2004-05-18  David Schleef  <ds@schleef.org>
4480
4481         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
4482         warnings (bugs, actually) noticed by gcc but not forte.
4483
4484 2004-05-18  David Schleef  <ds@schleef.org>
4485
4486         * sys/sunaudio/Makefile.am:
4487         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
4488
4489 2004-05-18  David Schleef  <ds@schleef.org>
4490
4491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4492         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
4493         to allow qtdemux to use non-seekable streams. (bug #142272)
4494
4495 2004-05-18  David Schleef  <ds@schleef.org>
4496
4497         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
4498         (gst_resample_sinc_ft_float): Remove use of static temporary
4499         buffer.  This code was obviously not supposed to last long, but
4500         it's stuck in our ABI, so it required a little hack to make it
4501         ABI-compatible.  Fixes #142585.
4502         * gst-libs/gst/resample/resample.h: same.
4503
4504 2004-05-18  David Schleef  <ds@schleef.org>
4505
4506         * configure.ac: Add sunaudio
4507         * examples/Makefile.am: make gstplay depend on gconf
4508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
4509         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
4510         (convert_table_lookup), (img_convert): remove c99-isms
4511         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
4512           unsigned, to fix a warning on Solaris
4513         * gst/mpeg1sys/systems.c: bcopy->memcpy
4514         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
4515         * sys/Makefile.am: Add sunaudio
4516
4517 2004-05-18  Wim Taymans  <wim@fluendo.com>
4518
4519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
4520         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4521         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
4522         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
4523         (gst_ogg_mux_loop):
4524         Fix an ugly memleak where the muxer didn't flush enough ogg
4525         pages. This also resulted in badly muxed ogg files.
4526
4527 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4528
4529         * gst/asfdemux/asfheaders.c :
4530         * gst/asfdemux/asfheaders.h :
4531         * gst/asfdemux/gstasfdemux.c :
4532           - fix ASF_OBJ_PADDING guid
4533           - add 3 new object guids (language list, metadata, 
4534             extended stream properties)
4535           - add a function to parse extended header objects
4536
4537 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4538
4539         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4540           remove leftover debugging g_print
4541
4542 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4543
4544         * ext/mad/gstmad.c: (gst_mad_handle_event):
4545           Fix for when the first format in a discont event is not a
4546           byte-based one. Should fix #137710.
4547
4548 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4549
4550         * m4/a52.m4 : fix compilation with -Wall -Werror
4551         * m4/libfame.m4 : idem
4552         * m4/libmikmod.m4 : idem
4553
4554 2004-05-17  Benjamin Otte  <otte@gnome.org>
4555
4556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
4557           signal the new tags before giving up the reference
4558
4559 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4560
4561         * ext/shout2/gstshout2.c:
4562           use application/ogg instead of application/x-ogg (patch by Patrick
4563           Guimond, fixes #142432)
4564         * sys/oss/gstosselement.c: (gst_osselement_reset),
4565         (gst_osselement_sync_parms):
4566           don't set fragment size unless specified (fixes #142493)
4567
4568 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4569
4570         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
4571           fixes #142664
4572
4573 2004-05-17  Benjamin Otte  <otte@gnome.org>
4574
4575         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4576           compute offsets correctly for internal buffers so timestamps are set
4577           correctly when we can't seek. Also handle cases where there are no
4578           offsets. (based on a patch by David Moore, fixes #142507)
4579
4580 2004-05-17  Benjamin Otte  <otte@gnome.org>
4581
4582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4583           use correct variable when determining amount of data to skip so we
4584           don't skip into the void and segfault
4585
4586 2004-05-16  Benjamin Otte  <otte@gnome.org>
4587
4588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
4589           Hi, I'm a memleak
4590
4591 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4592
4593         * gst/asfdemux/gstasfdemux.c:
4594           - fix a mem leak and always propagate tags
4595           - add WMV3 to known video codecs (but no decoder yet)
4596           - replace "surplus data" at end of audio header for what
4597             it is : codec specific data
4598           - fix a typo
4599
4600 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
4601
4602         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
4603
4604         * gst-libs/gst/audio/audioclock.c:
4605           Fix wrong return type (#142205).
4606
4607 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4608
4609         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
4610           Ignore CRCs by default (fixes #142566).
4611
4612 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4613
4614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4615         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
4616         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
4617         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
4618         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
4619         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
4620           Fix for cases where we fail to attach to a mixer.
4621
4622 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4623
4624         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
4625           Don't touch events after not owning them anymore.
4626         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4627         (gst_wavparse_fmt), (gst_wavparse_other),
4628         (gst_wavparse_handle_seek), (gst_wavparse_loop),
4629         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4630         (gst_wavparse_srcpad_event):
4631         * gst/wavparse/gstwavparse.h:
4632           Add seeking, fix querying.
4633
4634 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4635
4636         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
4637           - process comments even if they don't end with \0\0
4638             g_convert would ignore them if present and works well without them
4639
4640 2004-05-16  Benjamin Otte  <otte@gnome.org>
4641
4642         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
4643           simplify caps
4644
4645 2004-05-16  Benjamin Otte  <otte@gnome.org>
4646
4647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
4648           don't write to memory we might not write to - g_convert does that
4649           for us anyway (fixes #142613)
4650         (gst_asf_demux_audio_caps):
4651           comment out gst_util_dump_mem
4652
4653 2004-05-16  Benjamin Otte  <otte@gnome.org>
4654
4655         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4656           compute correct expected timestamps after seek (broken since
4657           last commit)
4658         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
4659           rename element and debugging category to gdkpixbufscale
4660
4661 2004-05-16  Benjamin Otte  <otte@gnome.org>
4662
4663         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4664           add error checking to snd_pcm_delay and remove duplicate call to
4665           snd_pcm_delay that caused issues (see inline code comments)
4666         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
4667           make more readable and fix return value when snd_pcm_delay fails
4668         (fixes #142586)
4669
4670 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
4671         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
4672         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
4673         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
4674         (gst_pixbufscale_link), (gst_pixbufscale_init),
4675         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
4676         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
4677         (gst_pixbufscale_get_property), (pixbufscale_init):
4678         * ext/gdk_pixbuf/pixbufscale.h:
4679         Add these files I forgot earlier
4680
4681 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
4682         * ext/gdk_pixbuf/Makefile.am:
4683         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4684         * ext/gdk_pixbuf/gstgdkpixbuf.h:
4685         Add new pixbufscale element to scale RGB video
4686         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
4687         and HYPER interpolation correctly.
4688         * ext/theora/theoraenc.c: (theora_enc_chain),
4689         Discard buffer and return if explicit caps could not be set
4690         (theora_enc_get_property):
4691         Make _get return kbps for the bitrate consistent with
4692         the _set function.
4693
4694
4695 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4696
4697         * ext/libvisual/visual.c: (gst_visual_chain):
4698           add missing visual_audio_analyze
4699
4700 2004-05-14  David Schleef  <ds@schleef.org>
4701
4702         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
4703         is killed while we're playing.
4704         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
4705         gst_element_no_more_pads().
4706
4707 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4708
4709         * gst-libs/gst/riff/riff-read.c :
4710           - fix INFO tag extraction in RIFF/AVI files
4711             because gst_event_unref (event) also freed taglist
4712           - avoid a mem leak
4713
4714 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4715
4716         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
4717         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
4718
4719         * gst/auparse/gstauparse.c :
4720           - add code (commented for now) to support audio/x-adpcm on src pad
4721             (we have no decoder for those layout yet)
4722
4723         * gst/cdxaparse/gstcdxaparse.c :
4724         * gst/cdxaparse/gstcdxaparse.h :
4725           - partial rewrite using RiffRead (ripped iain's wavparse code)
4726
4727         * gst/rtp/gstrtpL16enc.c : typo
4728         * gst/rtp/gstrtpgsmenc.c : typo
4729
4730 2004-05-13  Benjamin Otte  <otte@gnome.org>
4731
4732         * configure.ac:
4733           check for exact version of libvisual, it's not supposed to be
4734           API/ABI stable yet
4735
4736 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4737
4738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
4739           signal no-more-pads
4740
4741 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
4742
4743         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
4744         Report which format was used for GST_FORMAT_DEFAULT
4745         * gst/debug/Makefile.am:
4746         * gst/debug/gstdebug.c: (plugin_init):
4747         * gst/debug/progressreport.c: (gst_progressreport_base_init),
4748         (gst_progressreport_class_init), (gst_progressreport_init),
4749         (gst_progressreport_report), (gst_progressreport_set_property),
4750         (gst_progressreport_get_property), (gst_progressreport_chain),
4751         (gst_progressreport_plugin_init):
4752         Add progressreport element for testing.
4753
4754 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4755
4756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
4757         * sys/v4l/gstv4lsrc.h:
4758         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
4759         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
4760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4761         (gst_v4lsrc_grab_frame):
4762           add more debugging
4763           send a discont at start
4764
4765 2004-05-12  Colin Walters  <walters@redhat.com>
4766
4767         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
4768         inflooping if we can't find a chunk.  Or in other words, don't blow
4769         chunks if we don't have a chunk to blow.
4770
4771 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
4772         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
4773         Remove old debug output
4774         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
4775         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
4776         (gst_dvdec_set_property), (gst_dvdec_get_property):
4777         Change the quality setting to an enum, so it works from gst-launch
4778         Don't renegotiate a non-linked pad. Allows audio only decoding.
4779         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
4780         (gst_deinterlace_link), (gst_deinterlace_init):
4781         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
4782         (gst_videodrop_link):
4783         Some caps negotiation fixes
4784
4785 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4786
4787         * ext/tarkin/gsttarkin.c :
4788           - Change RANK from NONE to PRIMARY
4789         * ext/gdk_pixbuf/gstgdkpixbuf.c :
4790           - Change RANK from NONE to MARGINAL
4791         * ext/divx/gstdivxenc.c :
4792           - Change RANK from PRIMARY to NONE (encoder/spider issue)
4793
4794 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4795
4796         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
4797         (gst_vorbisenc_push_packet):
4798           copy a function that was added between 1.0 and 1.0.1 until we
4799           depend on worthwhile features of post-1.0
4800
4801 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4802
4803         * configure.ac:
4804           enable shout2 by default
4805         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
4806         (gst_shout2send_base_init), (gst_shout2send_init),
4807         (gst_shout2send_connect), (gst_shout2send_change_state):
4808         * ext/shout2/gstshout2.h:
4809           make this work again. Based on a patch by Zaheer Merali (fixes
4810           #142262)
4811         * ext/theora/theora.c: (plugin_init):
4812           don't set rank on encoders
4813
4814 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
4815
4816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
4817           Use codec_data property instead of flag1 and flag2 for wma
4818
4819 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4820
4821         * gst/cdxaparse/gstcdxaparse.c :
4822           - Add mpegversion to CAPS to make it link
4823           - Rank is as GST_RANK_SECONDARY instead of NONE
4824         * gst/auparse/gstauparse.c :
4825           - Document all audio encoding we can encounter from Solaris 9
4826             headers and libsndfile information.
4827           - Increase max. rate from 48000 to 192000 (to match other elements)
4828           - Don't try to play junk data between header and samples
4829
4830 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4831
4832         * ext/libvisual/visual.c: (gst_visual_getcaps):
4833           use the right caps depending on endianness (I hope)
4834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
4835           use GST_RANK_NONE for all non-decoding elements or spider gets
4836           mighty confused
4837
4838 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4839
4840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
4841           Fix some odd cases and fix BE metadata parsing of unicode16 text.
4842
4843 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4844
4845         * gst/switch/gstswitch.c: (gst_switch_release_pad),
4846         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
4847         (gst_switch_loop), (gst_switch_get_type):
4848           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
4849           HEADERS. Had to be said.
4850
4851 2004-05-10  David Schleef  <ds@schleef.org>
4852
4853         * configure.ac: Add prototype Dirac support.
4854         * ext/Makefile.am:
4855         * ext/dirac/Makefile.am:
4856         * ext/dirac/gstdirac.cc:
4857         * ext/dirac/gstdiracdec.cc:
4858
4859 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4860
4861         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
4862         (gst_auparse_init), (gst_auparse_chain),
4863         (gst_auparse_change_state):
4864           Hack around spider. Remove me some day please.
4865
4866 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4867
4868         * gst/auparse/gstauparse.c: (gst_auparse_chain):
4869           Fix for some uninitialized variables in previous patch, also
4870           makes it work. Fixes #142286 while we're at it.
4871
4872 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4873
4874         * gst/auparse/gstauparse.c:
4875                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
4876                 only unsupported formats are ADPCM/CCITT G.72x
4877                 reviewed by Ronald
4878         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
4879
4880 2004-05-10  Wim Taymans  <wim@fluendo.com>
4881
4882         * ext/vorbis/Makefile.am:
4883         * ext/vorbis/README:
4884         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
4885         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
4886         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
4887         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
4888         (gst_oggvorbisenc_convert_sink),
4889         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
4890         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
4891         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
4892         (get_constraints_string), (update_start_message),
4893         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
4894         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
4895         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
4896         * ext/vorbis/oggvorbisenc.h:
4897         * ext/vorbis/vorbis.c: (plugin_init):
4898         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
4899         (raw_caps_factory), (gst_vorbisenc_class_init),
4900         (gst_vorbisenc_init), (gst_vorbisenc_setup),
4901         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
4902         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
4903         * ext/vorbis/vorbisenc.h:
4904         Added a raw vorbis encoder to be used with the oggmuxer.
4905         We still need the old encoder for some gnome applications, 
4906         read the README to find out how that works.
4907         The raw encoder is called "rawvorbisenc" until 0.9.
4908
4909 2004-05-10  Wim Taymans  <wim@fluendo.com>
4910
4911         * ext/ogg/gstogg.c: (plugin_init):
4912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
4913         (gst_ogg_print):
4914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
4915         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
4916         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
4917         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
4918         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
4919         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
4920         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
4921         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
4922         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
4923         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
4924         Added an ogg muxer.
4925         Small typo fixes in the demuxer.
4926
4927 2004-05-10  Wim Taymans  <wim@fluendo.com>
4928
4929         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4930         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
4931         (theora_enc_change_state), (theora_enc_set_property),
4932         (theora_enc_get_property):
4933         Mark the last packet with an EOS flag which is not really needed
4934         in gstreamer.
4935         Do some better video framerate initialisation.
4936         Update the buffer timestamp.
4937
4938 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
4939
4940         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
4941         Return the result of the parent state change call
4942
4943 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4944
4945         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
4946         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
4947         * gst/law/alaw-encode.c : (idem)
4948         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
4949         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
4950         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
4951
4952 2004-05-09  Benjamin Otte  <otte@gnome.org>
4953
4954         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4955           don't use a fixed buffer size when writing variable length data to
4956           it. Fixes memory corruption and makes alsasrc work
4957
4958 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4959
4960         * ext/gnomevfs/gstgnomevfssink.c:
4961         (_gst_boolean_allow_overwrite_accumulator),
4962         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
4963           Run glib's default signal handler (??) in RUN_CLEANUP rather than
4964           RUN_LAST, and don't use that to set the accumulator value because
4965           then it's always FALSE.
4966
4967 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4968
4969         * gst-libs/gst/riff/riff-media.c:
4970         (gst_riff_create_video_caps_with_data),
4971         (gst_riff_create_audio_caps),
4972         (gst_riff_create_audio_template_caps):
4973         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4974           Fix for unaligned RIFF files (i.e. where all the chunks together
4975           in a LIST chunk are not of the same size as the size given in
4976           the LIST chunk header). Fixes several odd WAVE files. Also fix
4977           ADPCM (block_align property) in audio, so that wavparse based
4978           on this works now as it used to stand-alone.
4979
4980 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
4981
4982         reviewed by Benjamin Otte  <otte@gnome.org>
4983
4984         * ext/a52dec/gsta52dec.c:
4985         * ext/divx/gstdivxdec.c:
4986         * ext/divx/gstdivxenc.c:
4987         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
4988         * ext/faac/gstfaac.c: (gst_faac_base_init):
4989         * ext/faad/gstfaad.c: (gst_faad_base_init):
4990         * ext/ivorbis/vorbisfile.c:
4991         * ext/lame/gstlame.c:
4992         * ext/libfame/gstlibfame.c:
4993         * ext/mpeg2enc/gstmpeg2enc.cc:
4994         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
4995         * ext/sidplay/gstsiddec.cc:
4996         * ext/speex/gstspeexdec.c:
4997         * ext/speex/gstspeexenc.c:
4998         * ext/xvid/gstxviddec.c:
4999         * ext/xvid/gstxvidenc.c:
5000           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
5001           (fixes #142193)
5002
5003 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5004
5005         * ext/alsa/gstalsa.c: (device_list),
5006         (gst_alsa_class_probe_devices):
5007         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
5008           Fix alsa oddness in mixer after the combination of using mixer
5009           in source/sink elements and using hw:x,y instead of just hw:x.
5010
5011 2004-05-09  Benjamin Otte  <otte@gnome.org>
5012
5013         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
5014         (gst_wavparse_create_sourcepad):
5015           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
5016           sourcepads
5017
5018 2004-05-09  Benjamin Otte  <otte@gnome.org>
5019
5020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5021           allow discont events before caps nego
5022
5023 2004-05-08  Benjamin Otte  <otte@gnome.org>
5024
5025         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5026           don't leak events
5027
5028 2004-05-08  Benjamin Otte  <otte@gnome.org>
5029
5030         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
5031         (gst_level_change_state), (gst_level_init):
5032         * gst/level/gstlevel.h:
5033           figure out if we're initialized directly instead of keeping a
5034           variable that's wrong in 90% of cases
5035           don't initialize pads and then leak them and use a new unitialized
5036           pad. (fixes #142084)
5037           these were bugs so n00bish I didn't find them for an hour :/
5038
5039 2004-05-08 Iain <iain@prettypeople.org>
5040
5041         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
5042         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
5043         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
5044         return the length that was read.
5045         (gst_riff_read_strf_auds): Allow fmt tags as well.
5046
5047 2004-05-07  David Schleef  <ds@schleef.org>
5048
5049         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
5050         signed char assumption in faad.h.
5051
5052 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5053
5054         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
5055           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
5056
5057 2004-05-07  Colin Walters  <walters@redhat.com>
5058
5059         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
5060         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
5061         function.
5062         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
5063         Add dispose function.
5064
5065 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
5066         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
5067           Fix caps nego and pad templates. RGB mode caps should
5068           work now.
5069         * ext/dvdnav/gst-dvd:
5070           Move mpeg2dec inside the thread because otherwise the
5071           queue rejects cap changes mid-stream
5072         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
5073         (gst_mpeg2dec_flush_decoder):
5074           For mpeg2dec > 0.4.0, call the flush function instead of
5075           manually extracting all in-flight frames.
5076         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
5077         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
5078           Change mime type video/dv go video/x-dv to match the
5079           rest of gst-plugins
5080
5081 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5082
5083         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5084         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
5085         (gst_alsa_sink_class_init):
5086         * ext/alsa/gstalsasink.h:
5087         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
5088         (gst_alsa_src_class_init):
5089         * ext/alsa/gstalsasrc.h:
5090           Make alsasink/src a subclass of alsamixer so that mixer stuff
5091           shows up in gst-rec. Needs some finetuning.
5092
5093 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5094
5095         * ext/lame/gstlame.c: (gst_lame_chain):
5096           simplify
5097         * ext/mad/gstmad.c: (gst_mad_handle_event):
5098           fix event leak
5099         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
5100           be able to detect mp3 files < 4096 bytes
5101
5102 2004-05-06  Wim Taymans  <wim@fluendo.com>
5103
5104         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5105         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
5106         (theora_enc_set_property), (theora_enc_get_property):
5107         Also encode the first frame, cleanup some code.
5108
5109 2004-05-06  Wim Taymans  <wim@fluendo.com>
5110
5111         * ext/mpeg2enc/gstmpeg2enc.cc:
5112         Forward events first before deciding that negotiation was
5113         not performed.
5114
5115 2004-05-06  Wim Taymans  <wim@fluendo.com>
5116
5117         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
5118         First process the events before deciding that negotiation
5119         was not performed.
5120
5121 2004-05-06  Wim Taymans  <wim@fluendo.com>
5122
5123         * ext/theora/Makefile.am:
5124         * ext/theora/theora.c: (plugin_init):
5125         * ext/theora/theoradec.c: (theora_dec_change_state):
5126         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
5127         (gst_theora_enc_class_init), (gst_theora_enc_init),
5128         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
5129         (theora_enc_chain), (theora_enc_change_state),
5130         (theora_enc_set_property), (theora_enc_get_property):
5131         Added a theora encoder, grouped the encoder and decoder into the
5132         same plugin.
5133
5134 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5135
5136         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5137         (gst_jpegenc_chain):
5138         fix DURATION on outgoing buffers
5139         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
5140         debug using time formats
5141         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5143         (gst_xvimagesink_sink_link):
5144         windows with width/height 0 generate X errors, so don't allow them
5145
5146 2004-05-05  Wim Taymans  <wim@fluendo.com>
5147
5148         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
5149         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
5150         (gst_mpeg2dec_negotiate_format):
5151         * ext/mpeg2dec/gstmpeg2dec.h:
5152           removed the static pad template so that we can add the
5153           more accurate framerate value to the caps.
5154           
5155
5156 2004-05-04  Benjamin Otte  <otte@gnome.org>
5157
5158         * configure.ac:
5159           check for kdemacros.h, too (should fix #141821)
5160         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
5161           don't crash if no header was sent, but nicely error out (fixes part
5162           of #141554)
5163
5164 2004-05-04  Wim Taymans  <wim@fluendo.com>
5165
5166         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
5167         parent dispose function to avoid segfault on destroy.
5168
5169 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5170
5171         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
5172         (plugin_init):
5173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5174         (gst_xvimagesink_sink_link):
5175         clean up debugging caps
5176         also recreate xvimage when format has changed
5177
5178 2004-05-04  Benjamin Otte  <otte@gnome.org>
5179
5180         * ext/libvisual/Makefile.am:
5181         * ext/libvisual/visual.c: (gst_visual_class_init),
5182         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
5183         (gst_visual_srclink), (gst_visual_chain),
5184         (gst_visual_change_state), (plugin_init):
5185           use a GstAdapter to correctly adapt buffer sizes - allows using a
5186           framerate
5187
5188 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5189
5190         * sys/v4l/gstv4lelement.h:
5191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
5193         (gst_v4lsrc_buffer_free):
5194         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
5195         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5196         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
5197         (gst_v4lsrc_requeue_frame):
5198         move some debugging categories around
5199         query for fps index and set accordingly if found
5200
5201 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5202
5203         * ext/lame/gstlame.c:
5204         correct defaults that lame_init puts out of range
5205
5206 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5207
5208         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
5209         (gst_divxenc_class_init):
5210         fix range since -1 is the default
5211         * gst/mpeg1sys/gstmpeg1systemencode.c:
5212         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
5213         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
5214         (gst_rtjpegdec_chain):
5215         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
5216         (gst_rtjpegenc_chain):
5217         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
5218         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
5219         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
5220         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
5221         * sys/v4l/gstv4lsrc.c:
5222         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5223         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5224         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5225         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
5226         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
5227           remove gst_info calls
5228
5229 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5230
5231         * Makefile.am:
5232         * po/af.po:
5233         * po/az.po:
5234         * po/en_GB.po:
5235         * po/nl.po:
5236         * po/sr.po:
5237         * po/sv.po:
5238           Updated translations
5239
5240 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5241
5242         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
5243           refactor/comment code
5244
5245 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5246
5247         * gst/asfdemux/Makefile.am:
5248         * gst/asfdemux/asfheaders.c:
5249         * gst/asfdemux/asfheaders.h:
5250         * gst/asfdemux/gstasf.c: (plugin_init):
5251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
5252         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
5253         (gst_asf_demux_setup_pad):
5254         * gst/asfdemux/gstasfdemux.h:
5255         * gst/asfdemux/gstasfmux.c:
5256         * gst/asfdemux/gstasfmux.h:
5257           Add tagging support to demuxer, split out registration in its own
5258           file instead of in demux (hacky), and prevent having some tables
5259           in our memory multiple times (in asfheaders.h).
5260
5261 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5262
5263         * gst/matroska/matroska-demux.c:
5264         (gst_matroska_demux_parse_metadata):
5265         * gst/matroska/matroska-ids.h:  
5266           Basic tag reading support.
5267
5268 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5269
5270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
5271           Really detect ac-3 audio.
5272         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
5273           really detect matroska files (off-by-1).
5274
5275 2004-04-30  David Schleef  <ds@schleef.org>
5276
5277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5278         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
5279         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
5280         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
5281         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
5282         hackage -- parse a lot more atoms, extract a few tags.  One might even
5283         mistake this for tag support.  Maybe it is.
5284         * gst/qtdemux/qtdemux.h:
5285
5286 2004-04-30  Colin Walters  <walters@verbum.org>
5287
5288         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
5289
5290 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5291
5292         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5293         (gst_ffmpegcolorspace_getcaps):
5294           remove broken nego fix
5295
5296 2004-04-30  Benjamin Otte  <otte@gnome.org>
5297
5298         * configure.ac:
5299         * ext/Makefile.am:
5300         * ext/libvisual/Makefile.am:
5301         * ext/libvisual/visual.c: 
5302           add initial support for libvisual (http://libvisual.sourceforge.net)
5303           libvisual is still quite alpha, so expect crashes in there :)
5304
5305 2004-04-29  David Schleef  <ds@schleef.org>
5306
5307         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
5308         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
5309         up qtdemux to make it spit out codec_data.  Do _not_ look at this
5310         code; you will no longer respect me.
5311
5312 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5313
5314         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
5315         * ext/alsa/gstalsa.h :
5316         change alsa pcm device discovery to find more than 1 device
5317         per card. code review by Ronald.
5318
5319 2004-04-29  David Schleef  <ds@schleef.org>
5320
5321         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
5322         Add a check for a driver bug on FreeBSD.  (bug #140565)
5323
5324 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5325
5326         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
5327         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5328         (gst_jpegenc_getcaps):
5329           move format setting to inner loop
5330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5331         (gst_ffmpegcolorspace_getcaps):
5332           use GST_PAD_CAPS if available so that we use already negotiated
5333           caps
5334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5335         (qtdemux_parse_moov), (qtdemux_parse):
5336           extra debugging
5337         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
5338         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
5339           move hardcoded path to DEFINE
5340
5341 2004-04-28  David Schleef  <ds@schleef.org>
5342
5343         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
5344         (bug #140064)
5345
5346 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5347
5348         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5349           Don't probe for playback device if we're a source element. Fixes
5350           #139658.
5351
5352 2004-04-29  Benjamin Otte  <otte@gnome.org>
5353
5354         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
5355         (gst_id3_tag_chain):
5356           rewrite buffer offset
5357
5358 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5359
5360         * configure.ac:
5361         * ext/Makefile.am:
5362         * ext/dts/Makefile.am:
5363         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
5364         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
5365         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
5366         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
5367         (gst_dtsdec_loop), (gst_dtsdec_change_state),
5368         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
5369         (plugin_init):
5370         * ext/dts/gstdtsdec.h:
5371           New DTS decoder.
5372         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
5373         (gst_faad_srcconnect):
5374           Add ESDS atom handling (.m4a).
5375
5376 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5377
5378         * ext/divx/gstdivxdec.c: (plugin_init):
5379           Remove comment that makes no sense.
5380         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
5381           Fix for obvious typo that resulted in warnings during gst-register.
5382         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
5383         (gst_xviddec_sink_link):
5384           Fix caps negotiation a bit better.
5385         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5386           We call this 'codec_data', not 'esds'.
5387
5388 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5389
5390         * gst/monoscope/gstmonoscope.c:
5391           make sure we only provide 256x128
5392         * gst/monoscope/monoscope.c: (monoscope_init):
5393           assert size of 256x128
5394
5395 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5396
5397         * Makefile.am:
5398         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
5399         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
5400           fixate to max width and height of device
5401
5402 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5403
5404         * Makefile.am:
5405         * sys/v4l/gstv4l.c:
5406         * sys/v4l/gstv4lsrc.c:
5407         * sys/v4l/v4l_calls.c:
5408         * sys/v4l/v4lsrc_calls.c:
5409           fix for qc-usb driver which fakes having more than one buffer
5410           by handing the same buffer twice, which confused GStreamer's/v4lsrc
5411           buffer_free override
5412           add debugging
5413
5414 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5415
5416         * Makefile.am:
5417         * gst/videotestsrc/gstvideotestsrc.c:
5418         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
5419         (gst_videotestsrc_init), (gst_videotestsrc_get),
5420         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
5421         * gst/videotestsrc/gstvideotestsrc.h:
5422           add num-buffers property
5423
5424         2004-04-26  Benjamin Otte  <otte@gnome.org>
5425
5426         * ext/mad/gstid3tag.c: (plugin_init):
5427           set id3mux rank to NONE so it doesn't confuse spider
5428           require audio/mpeg,mpegversion=1 in id3mux
5429
5430 2004-04-26  Benjamin Otte  <otte@gnome.org>
5431
5432         * configure.ac:
5433           detect faad correctly as non-working if it's indeed non-working
5434
5435 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5436
5437         * Makefile.am:
5438         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
5439         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
5440         fix _getcaps so it only negotiates to its supported format
5441
5442 2004-04-25  Benjamin Otte  <otte@gnome.org>
5443
5444         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
5445           fix memleak
5446
5447 2004-04-23  Benjamin Otte  <otte@gnome.org>
5448
5449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5450           audio/x-raw-int with height rules! not. Now it's depth.
5451
5452 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5453
5454         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
5455         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
5456         (gst_wavparse_loop):
5457           Missing variable initialization. Add handling of DVI ADPCM. Fix
5458           mis-parsing of LIST chunks. This works around a bug where we mis-
5459           parse non-aligning LIST chunks (so LIST chunks where the contents
5460           don't align with the actual LIST size). The correct fix is to use
5461           rifflib, I'm not going to fix wavparse - too much work. All this
5462           fixes #104878.
5463
5464 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
5465
5466         reviewed by Benjamin Otte  <otte@gnome.org>
5467
5468         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
5469           fix shoutcast not working (fixes #140844)
5470
5471 2004-04-22  Benjamin Otte  <otte@gnome.org>
5472
5473         * ext/hermes/gsthermescolorspace.c:
5474         (gst_hermes_colorspace_caps_remove_format_info):
5475         * gst/colorspace/gstcolorspace.c:
5476         (gst_colorspace_caps_remove_format_info):
5477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5478         (gst_ffmpegcolorspace_caps_remove_format_info):
5479           s/gst_caps_simplify/gst_caps_do_simplify/
5480
5481 2004-04-22  Benjamin Otte  <otte@gnome.org>
5482
5483         * gst-libs/gst/riff/riff-media.c:
5484         (gst_riff_create_video_caps_with_data):
5485           mpegversion is an int
5486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
5487           don't try to create pad templates with NULL caps, use any caps
5488           instead.
5489
5490 2004-04-20  David Schleef  <ds@schleef.org>
5491
5492         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
5493         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
5494         (bug #140384)
5495
5496 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
5497
5498         reviewed by David Schleef
5499
5500         * ext/mad/gstid3tag.c: Add stdlib.h
5501         * gst/rtp/gstrtpgsmenc.c: same
5502         * gst/tags/gstid3tag.c: same
5503         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
5504         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
5505         GST_DISABLE_LOADSAVE use.
5506         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
5507         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
5508         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
5509         atol(3)).
5510         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
5511         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
5512         strtoul(3)).
5513         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
5514         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
5515         $(ID3_CFLAGS).
5516         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
5517         $(LIBFAME_CFLAGS).
5518
5519 2004-04-20  David Schleef  <ds@schleef.org>
5520
5521         * gst/realmedia/rmdemux.c:  This was supposed to part of the
5522         last checkin.  Same idea.
5523
5524 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
5525
5526         reviewed by David Schleef
5527
5528         * configure.ac: bump required gstreamer version to 0.8.1.1
5529         because of following changes [--ds]
5530
5531         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
5532         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
5533         (gst_riff_read_header):  Use GST_READ_UINT*
5534         macros to access possibly unaligned memory.
5535
5536         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
5537         (mp3_type_find):  Use GST_READ_UINT*
5538         macros to access possibly unaligned memory.
5539         (mp3_type_find, mpeg1_parse_header, qt_type_find)
5540         (speex_type_find): Likewise
5541
5542         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
5543
5544         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
5545         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
5546         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
5547         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
5548         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
5549         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
5550         macros to access possibly unaligned memory.
5551
5552         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
5553         Likewise.
5554
5555         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
5556         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
5557
5558         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5559         Likewise.
5560
5561         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
5562         (gst_mpeg2subt_chain_subtitle): Likewise.
5563
5564         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
5565         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
5566         Likewise.
5567
5568         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
5569         Likewise.
5570
5571         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
5572         Likewise.
5573
5574         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
5575         Likewise.
5576
5577 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5578
5579         * configure.ac:
5580           update required version of GStreamer because of GST_TIME_FORMAT
5581
5582 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5583
5584         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
5585           remove leftover g_print
5586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5587           don't try setting only a subset of the caps. We don't want to kill
5588           autoplugging on purpose
5589
5590 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5591
5592         * sys/ximage/ximagesink.c: (plugin_init):
5593         * sys/xvimage/xvimagesink.c: (plugin_init):
5594           add debugging categories
5595
5596 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5597
5598         * po/en_GB.po:
5599         * po/LINGUAS:
5600           Adding en_GB translation (Gareth Owen)
5601
5602 2004-04-20  David Schleef  <ds@schleef.org>
5603
5604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5605         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
5606         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
5607         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
5608         A number of new features and hacks to extract the esds atom and
5609         put it into the caps.  (bug #137724)
5610
5611 2004-04-19  David Schleef  <ds@schleef.org>
5612
5613         * gconf/Makefile.am: Fix for non-GNU make
5614         * gst-libs/gst/Makefile.am: Change directory order to handle
5615         GstPlay linking with gstinterfaces
5616         * gst-libs/gst/audio/make_filter: make use of tr portable
5617         * gst-libs/gst/play/Makefile.am: Add intended \
5618         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5619         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
5620         function prototype instead of void *.
5621         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
5622         macro.
5623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5624         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
5625         * gst/videofilter/make_filter: make use of tr portable
5626         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
5627
5628 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5629                                                                                 
5630         * po/LINGUAS:
5631         * po/uk.po:
5632           Added Ukrainian translation (Maxim V. Dziumanenko)
5633                                                                                 
5634 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5635
5636         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
5637         (gst_gsmdec_link), (gst_gsmdec_chain):
5638           Fix capsnego, simplify chain function slightly.
5639         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
5640           Add GSM.
5641
5642 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5643
5644         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5645         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
5646         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
5647           Hack to make wavparse work with spider (always -> sometimes pad).
5648           Fixes #135862 && #140411.
5649
5650 2004-04-18  Benjamin Otte  <otte@gnome.org>
5651
5652         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
5653         (gst_osselement_rate_probe_check),
5654         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
5655           get rid of \n in debug output
5656
5657 2004-04-17  Iain <iain@prettypeople.org>
5658
5659         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
5660         not just EOS.
5661
5662 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5663
5664         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5665         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
5666         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
5667         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
5668         (gst_id3_tag_src_link), (gst_id3_tag_chain),
5669         (gst_id3_tag_change_state), (plugin_init):
5670           deprecate id3tag element and replace with id3demux/id3mux.
5671           great side effect: this ugly file is now even uglier, yay!
5672         * ext/mad/gstmad.h:
5673           remove non-available function
5674           update for new get_type
5675
5676 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5677
5678         * configure.ac:
5679           require mpeg2dec >= 0.4.0
5680
5681 2004-04-17  Benjamin Otte  <otte@gnome.org>
5682
5683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5684         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
5685         (gst_xvimagesink_set_xwindow_id):
5686           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
5687           assorted cleanup fixes.
5688
5689 2004-04-16  David Schleef  <ds@schleef.org>
5690
5691         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
5692         * sys/xvimage/xvimagesink.h: same
5693
5694 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5695
5696         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
5697           Fix GST_ELEMENT_ERROR with (NULL)
5698
5699 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5700
5701         * gst-libs/gst/riff/riff-media.c:
5702         (gst_riff_create_video_caps_with_data):
5703           Add div[3456] as fourccs for DivX 3 (fixes #140137).
5704
5705 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5706
5707         * gst-libs/gst/riff/riff-media.c:
5708         (gst_riff_create_video_caps_with_data),
5709         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
5710         (gst_riff_create_video_template_caps),
5711         (gst_riff_create_audio_template_caps):
5712         * gst-libs/gst/riff/riff-media.h:
5713         * gst-libs/gst/riff/riff-read.c:
5714         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
5715         * gst-libs/gst/riff/riff-read.h:
5716         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
5717           Add MS RLE support. I added some functions to read out strf chunks
5718           into strf chunks and the data behind it. This is usually color
5719           palettes (as in RLE, but also in 8-bit RGB). Also use those during
5720           caps creation. Lastly, add ADPCM (similar to wavparse - which
5721           should eventually be rifflib based).
5722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
5723         (gst_matroska_demux_init), (gst_matroska_demux_reset):
5724         * gst/matroska/matroska-demux.h:
5725           Remove placeholders for some prehistoric tagging system. Didn't add
5726           support for any tag system really anyway.
5727         * gst/qtdemux/qtdemux.c:
5728           Add support for audio/x-m4a (MPEG-4) through spider.
5729         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5730         (gst_wavparse_loop):
5731           ADPCM support (#135862). Increase max. buffer size because we
5732           cannot split buffers for ADPCM (screws references) and I've seen
5733           files with 2048 byte chunks. 4096 seems safe for now.
5734
5735 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5736
5737         * configure.ac: bump nano to 1
5738
5739 === release 0.8.1 ===
5740
5741 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5742
5743         * configure.ac: releasing 0.8.1, "Comforting Sounds"
5744
5745 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5746
5747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5748           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
5749           Fixes #140058
5750
5751 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5752
5753         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
5754           lower rank of dvddemux so that it's not used for mpeg playback.
5755
5756 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5757
5758         * configure.ac:
5759           save libs correctly when checking mad
5760
5761 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5762
5763         * ext/mad/gstid3tag.c: (plugin_init):
5764           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
5765
5766 2004-04-13  David Schleef  <ds@schleef.org>
5767
5768         * common/m4/gst-feature.m4: Call -config scripts with
5769         --plugin-libs if it is supported.
5770         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
5771         JPEG images are image/jpeg.
5772         * gst/debug/Makefile.am:
5773         * gst/debug/negotiation.c: (gst_negotiation_class_init),
5774         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
5775         (gst_negotiation_update_caps), (gst_negotiation_get_property),
5776         (gst_negotiation_plugin_init): Add a property that acts like
5777         filter caps.
5778         * testsuite/gst-lint:  Move license checking to be a standard
5779         test.
5780
5781 2004-04-13  David Schleef  <ds@schleef.org>
5782
5783         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
5784         patch from Sebastien Cote (bug #139958)
5785
5786 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5787
5788         * examples/gstplay/Makefile.am:
5789         * examples/gstplay/player.c: (main):
5790           make the commandline player example use gconf settings
5791
5792 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5793
5794         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
5795         (gst_cacasink_sinkconnect), (gst_cacasink_init),
5796         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
5797           init/end library during state transition, not object
5798           creation/disposal.  get rid of custom dispose handler.
5799          
5800
5801 2004-04-12  Christian Schaller <Uraeus@gnome.org>
5802
5803         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
5804         be a symlink
5805
5806 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5807
5808         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
5809           Handle JUNK chunks inside data section. Prevents warnings.
5810
5811 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5812
5813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5814         (gst_riff_create_video_template_caps):
5815           Add MS video v1.
5816         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5817         (gst_avi_demux_stream_data):
5818           Add support for "rec-list" chunks.
5819
5820 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5821
5822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5823           Fix another codecname mismatch.
5824
5825 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5826
5827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5828           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
5829           so that MJPEG plays back.
5830
5831 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5832
5833         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5834         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
5835         * gst/mpeg1videoparse/gstmp1videoparse.h:
5836           Fix for some slight mis-cuts in buffer parsing, and for some
5837           potential overflows or faults-causers. Adds disconts. Also fixes
5838           #139105 while we're at it.
5839
5840 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5841
5842         * configure.ac:
5843         * sys/v4l2/gstv4l2element.h:
5844           Workaround for missing struct v4l2_buffer declaration in Suse 9
5845           and Mandrake 10 linux/videodev2.h header file (#135919).
5846
5847 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5848
5849         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
5850           Bail out if no filename was given.
5851
5852 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5853
5854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5855         (gst_v4l2_fourcc_from_structure):
5856           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
5857           Y41B somewhere).
5858
5859 2004-04-09  Benjamin Otte  <otte@gnome.org>
5860
5861         * ext/gnomevfs/gstgnomevfssink.c:
5862         (_gst_boolean_allow_overwrite_accumulator),
5863         (gst_gnomevfssink_class_init):
5864           fix erase signal - if any handler returns false the file will not be
5865           overwritten. If no handler is connected, the file will not be
5866           overwritten either.
5867           renamed signal to "allow-overwrite"
5868         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
5869           free string when adding it to ID3 failed
5870         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5871           unref event when done
5872         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
5873           free caps
5874         * gst/typefind/gsttypefindfunctions.c:
5875         (mpeg_video_stream_type_find):
5876           fix invalid read 
5877
5878 2004-04-08  David Schleef  <ds@schleef.org>
5879
5880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5881         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
5882
5883 2004-04-08  David Schleef  <ds@schleef.org>
5884
5885         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
5886         we don't support (bug #139532)
5887
5888 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5889
5890         * ext/mad/gstmad.c: (gst_mad_handle_event),
5891         (gst_mad_check_caps_reset), (gst_mad_chain),
5892         (gst_mad_change_state):
5893           only set explicit caps if they haven't been set before for
5894           this stream.  MPEG-audio sample rate/channels aren't allowed
5895           to change in-stream.
5896           Fixes #139382
5897
5898 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5899
5900         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
5901         (_gst_boolean_did_something_accumulator),
5902         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
5903         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
5904         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
5905         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
5906         (gst_gnomevfssink_change_state):
5907           Fix erase signal. Don't erase by default. Remove handoff signal.
5908           Remove erase property. Don't segfault. General cleanup.
5909
5910 2004-04-07  Benjamin Otte  <otte@gnome.org>
5911
5912         * gst-libs/gst/gconf/test-gconf.c: (main):
5913           add missing gst_init
5914
5915 2004-04-07  Benjamin Otte  <otte@gnome.org>
5916
5917         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
5918           free the mutexes, too
5919
5920 2004-04-07  Benjamin Otte  <otte@gnome.org>
5921
5922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
5923           actually free the URI string
5924         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
5925           compute offset correctly when passing discont events
5926         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5927           don't leak discont events
5928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
5929           add some missing breaks so caps aren't copied randomly
5930         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
5931           if we realloc memory, we better use it
5932
5933 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5934
5935         * ext/mad/gstmad.c: (normal_seek):
5936           fix GST_FORMAT_TIME usage
5937
5938 2004-04-05  David Schleef  <ds@schleef.org>
5939
5940         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
5941         a deprecated function (hack!)
5942
5943 2004-04-05  Benjamin Otte  <otte@gnome.org>
5944
5945         * ext/esd/esdmon.c: (gst_esdmon_get):
5946           fix nonterminated vararg and memleak
5947
5948 2004-04-05  Benjamin Otte  <otte@gnome.org>
5949
5950         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
5951         (gst_ladspa_init), (gst_ladspa_force_src_caps),
5952         (gst_ladspa_set_property), (gst_ladspa_get_property),
5953         (gst_ladspa_instantiate), (gst_ladspa_activate),
5954         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
5955           clean up debugging
5956
5957 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
5958
5959         reviewed by Benjamin Otte  <otte@gnome.org>
5960
5961         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
5962           check for broken LADSPA parameters (fixes #138635)
5963         
5964 2004-04-05  Benjamin Otte  <otte@gnome.org>
5965
5966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
5967           advertise buffer-frames correctly on sinkpads
5968
5969 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5970
5971         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
5972         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
5973         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
5974         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
5975         (gst_mad_check_caps_reset), (gst_mad_chain):
5976         add more debugging, only reset caps when we're not in error state
5977
5978 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5979
5980         * ext/mad/gstmad.c: add debugging category, comment + cleanups
5981
5982 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
5983
5984         reviewed by Benjamin Otte  <otte@gnome.org>
5985
5986         * configure.ac:
5987           fix == in test(1) operator
5988
5989 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
5990
5991         reviewed by Benjamin Otte  <otte@gnome.org>
5992
5993         * configure.ac:
5994           fix --export-symblos-regex to a working regex.
5995
5996 2004-04-04  Benjamin Otte  <otte@gnome.org>
5997
5998         * sys/oss/.cvsignore:
5999           add for oss_probe
6000
6001 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
6002
6003         reviewed by Benjamin Otte  <otte@gnome.org>
6004
6005         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6006           add missing 'new_media' argument (fixes #138168)
6007         * gst/matroska/matroska-demux.c:
6008         (gst_matroska_demux_handle_seek_event):
6009           add vararg terminator (fixes #138169)
6010
6011 2004-04-02  David Schleef  <ds@schleef.org>
6012
6013         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
6014         disted (bug #138914)
6015
6016 2004-04-01  Benjamin Otte  <otte@gnome.org>
6017
6018         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
6019         (gst_alsa_close_audio):
6020           handle case better where a soundcard can't pause
6021         * ext/ogg/gstoggdemux.c:
6022           don't crash when we get events but don't have pads yet
6023
6024 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6025
6026         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
6027           throw an error if we couldn't probe any caps.
6028
6029 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
6030
6031         * ext/dvdnav/gst-dvd:
6032         Add a really simple sample DVD player
6033
6034 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
6035
6036         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
6037         (gst_a52dec_push), (gst_a52dec_handle_event),
6038         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
6039         (gst_a52dec_change_state):
6040         * ext/a52dec/gsta52dec.h:
6041           Use a debug category, Output timestamps correctly
6042           Emit tag info, Handle events, tell liba52dec about cpu
6043           capabilities so it can use MMX etc.
6044         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
6045           Fix a crasher accessing invalid memory
6046         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
6047         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
6048         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
6049         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
6050         (dvdnavsrc_query):
6051           Some support for byte-format seeking.
6052           Small fixes for still frames and menu button overlays
6053         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6054         (gst_mpeg2dec_alloc_buffer):
6055           Use a debug category. Adjust the report level of several items to
6056           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
6057           so it doesn't lose the GstBuffer pointer
6058         * gst/debug/Makefile.am:
6059         * gst/debug/gstdebug.c: (plugin_init):
6060         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
6061         (gst_navseek_base_init), (gst_navseek_class_init),
6062         (gst_navseek_init), (gst_navseek_seek),
6063         (gst_navseek_handle_src_event), (gst_navseek_set_property),
6064         (gst_navseek_get_property), (gst_navseek_chain),
6065         (gst_navseek_plugin_init):
6066         * gst/debug/gstnavseek.h:
6067           Add the navseek debug element for seeking back and forth in a 
6068           video stream using arrow keys.
6069         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
6070         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
6071         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
6072         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
6073         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
6074         (gst_mpeg2subt_parse_header), (gst_get_nibble),
6075         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
6076         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
6077         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
6078         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
6079         * gst/mpeg2sub/gstmpeg2subt.h:
6080           Pretty much a complete rewrite. Now a loopbased element. May still
6081           require work to properly synchronise subtitle buffers.
6082         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
6083         (gst_dvd_demux_send_subbuffer):
6084         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
6085           Don't attempt to create subbuffers of size 0
6086           Reduce a couple of error outputs to warnings.
6087         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
6088         (gst_y4mencode_chain):
6089         Output the y4m frame header correctly.
6090
6091 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6092
6093         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
6094           throw errors instead of allowing SIGFPE
6095
6096 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6097
6098         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
6099         (gst_gconf_render_bin_from_key):
6100           leak plugging and style fixing
6101
6102 2004-03-31  David Schleef  <ds@schleef.org>
6103
6104         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
6105         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
6106         (bug #138225)
6107         * gst/debug/Makefile.am:
6108         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
6109         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
6110         plugin.
6111         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
6112         (gst_negotiation_base_init), (gst_negotiation_class_init),
6113         (gst_negotiation_init), (gst_negotiation_getcaps),
6114         (gst_negotiation_pad_link), (gst_negotiation_chain),
6115         (gst_negotiation_set_property), (gst_negotiation_get_property),
6116         (gst_negotiation_plugin_init):  New element to talk about random
6117         negotiation things happening in a pipeline.
6118
6119 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6120
6121         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
6122           fix integer addition with help of Stefan Kost
6123
6124 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6125
6126         * po/nl.po: updated Dutch translation (Elros Cyriatan)
6127
6128 2004-03-30  David Schleef  <ds@schleef.org>
6129
6130         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
6131         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
6132         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
6133         (bug #137504)
6134         * ext/mpeg2dec/gstmpeg2dec.h:
6135
6136 2004-03-30  David Schleef  <ds@schleef.org>
6137
6138         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
6139
6140 2004-03-30  David Schleef  <ds@schleef.org>
6141
6142         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
6143         Michael Petullo) to handle .mov
6144
6145 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6146
6147         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
6148         (gst_osselement_rate_check_rate):
6149           probe caps correctly for sound cards that only support one format
6150
6151 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6152
6153         * ext/kio/kiosrc.cpp: (process_events):
6154           update handling event processing if inside KDE - untested
6155
6156 2004-03-29  David Schleef  <ds@schleef.org>
6157
6158         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
6159         by 2 to not interfere with other colorspaces.
6160         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
6161         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
6162         one to not interfere with ffmpeg_colorspace.
6163
6164 2004-03-29  David Schleef  <ds@schleef.org>
6165
6166         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
6167         aren't in the caps.
6168         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
6169         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
6170
6171 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6172
6173         * gst-libs/gst/riff/riff-media.c:
6174           fail on error, don't try to set stuff on NULL caps
6175
6176 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6177
6178         * configure.ac:
6179         * ext/Makefile.am:
6180         * ext/kio/Makefile.am:
6181         * ext/kio/kioreceiver.cpp:
6182         * ext/kio/kioreceiver.h:
6183         * ext/kio/kiosrc.cpp:
6184         * ext/kio/kiosrc.h:
6185           add experimental kiosrc plugin
6186         * ext/alsa/gstalsaplugin.c: (plugin_init):
6187           initialize debugging category only when we're sure registering the
6188           plugins worked.
6189
6190 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6191
6192         * examples/gstplay/player.c: (main):
6193         * gst-libs/gst/play/play.c: (gst_play_class_init),
6194         (gst_play_set_location), (gst_play_set_data_src),
6195         (gst_play_set_video_sink), (gst_play_set_audio_sink),
6196         (gst_play_set_visualization), (gst_play_connect_visualization):
6197           check return values of element_set_state and return FALSE where
6198           failed
6199
6200 2004-03-29  Benjamin Otte  <otte@gnome.org>
6201
6202         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6203           try harder to check if an event is really a discont
6204
6205 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6206
6207         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
6208         * po/az.po:
6209
6210 2004-03-28  Benjamin Otte  <otte@gnome.org>
6211
6212         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
6213         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6214         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
6215           get rid of non-standard "..." ranges in case statements.
6216
6217 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
6218
6219         * gst/mpegstream/gstmpegdemux.c: 
6220         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
6221         specific functionality split to the new dvddemux element.
6222         * gst/mpegstream/gstdvddemux.c:
6223         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
6224         streams, derived from mpegdemux.
6225         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
6226         up. SCR based timestamp rewriting can be turned off (will probably
6227         completely disappear soon).
6228         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
6229         hacking. General cleanup. All printf statements replaced by
6230         debugging messages. Almost complete libdvdnav support.
6231         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
6232         by events. New properties for audio and subpicture languages.
6233         (dvdnavsrc_update_highlight): Now uses events.
6234         (dvdnavsrc_user_op): Cleaned up.
6235         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
6236         based). Lots of cleanup, and propper support for most libdvdnav
6237         events.
6238         (dvdnavsrc_make_dvd_event): New function.
6239         (dvdnavsrc_make_dvd_nav_packet_event): New function.
6240         (dvdnavsrc_make_clut_change_event): New function.
6241
6242 2004-03-26  Benjamin Otte  <otte@gnome.org>
6243
6244         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
6245           fix bug where typefinding would claim it's theora whenever less then
6246           7 bytes of data were available
6247
6248 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6249
6250         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
6251         (gst_alawdec_base_init), (gst_alawdec_class_init),
6252         (gst_alawdec_init), (gst_alawdec_chain):
6253         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
6254         (gst_alawenc_base_init), (gst_alawenc_class_init),
6255         (gst_alawenc_init), (gst_alawenc_chain):
6256         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
6257         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
6258         (gst_mulawdec_init), (gst_mulawdec_chain):
6259         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
6260         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
6261         (gst_mulawenc_init), (gst_mulawenc_chain):
6262           Fix capsnego in all four, remove the unused property functions and
6263           simplify the chain functions slightly. I guess we could use macros
6264           or something similar for those, since the code is so similar, but
6265           I'm currently too lazy...
6266
6267 2004-03-24  David Schleef  <ds@schleef.org>
6268
6269         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
6270         (gst_osselement_close_audio), (gst_osselement_probe_caps),
6271         (gst_osselement_get_format_structure),
6272         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
6273         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
6274         (gst_osselement_rate_int_compare): Add code to handle rate probing
6275         (bug #120883)
6276         * sys/oss/gstosselement.h: same
6277         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
6278         Use rate probing provided by osselement.
6279         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
6280
6281 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6282
6283         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
6284         (gst_xvidenc_get_property):
6285           ulong/int mess-up.
6286
6287 2004-03-24  David Schleef  <ds@schleef.org>
6288
6289         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
6290         (gst_speexdec_init):
6291         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
6292         (gst_speexenc_init):  Create the pad template correctly (from
6293         the static pad template, not a NULL pointer.)
6294
6295 2004-03-25  Benjamin Otte  <otte@gnome.org>
6296
6297         * gst/debug/Makefile.am:
6298         * gst/debug/breakmydata.c: 
6299           add element that quasi-randomly changes bytes in the stream.
6300           Intended use is robustness checking of demuxers and decoders in
6301           media tests.
6302
6303 2004-03-24  Benjamin Otte  <otte@gnome.org>
6304
6305         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6306         (gst_alsa_probe_hw_params):
6307         * ext/alsa/gstalsa.h:
6308           debugging output fixes
6309
6310 2004-03-24  Benjamin Otte  <otte@gnome.org>
6311
6312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
6313           don't g_return_if_fail if element is PLAYING, fail silently as every
6314           other element.
6315         * gst/effectv/gstquark.c: (gst_quarktv_chain):
6316           only fix needed for cast lvalue issues in gst-plugins
6317         * gst/volenv/gstvolenv.c: (gst_volenv_init):
6318           add proxy_getcaps
6319
6320 2004-03-24  Benjamin Otte  <otte@gnome.org>
6321
6322         * gst/level/gstlevel.c: (gst_level_init):
6323           add proxying getcaps function, so level doesn't advertise impossible
6324           caps
6325
6326 2004-03-24  David Schleef  <ds@schleef.org>
6327
6328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6329         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
6330         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
6331         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
6332         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
6333         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
6334         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
6335         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
6336         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
6337         messages.  Divide the chunk size by the compression ratio
6338         (needed for MACE audio)
6339
6340 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6341
6342         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6343           Fix buffer overflow read error.
6344
6345 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6346
6347         * ext/alsa/gstalsa.h:
6348           Remove unused entry.
6349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6350           Add cinepak.
6351         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6352         (gst_videodrop_link), (gst_videodrop_chain):
6353           Fix, sort of. Was horribly broken with new capsnego. Bah...
6354
6355 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
6356
6357         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
6358         (plugin_init):
6359         Add a monkeysaudio typefind function
6360
6361 2004-03-23  Johan Dahlin  <johan@gnome.org>
6362
6363         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
6364         (gst_play_video_fixate): Check so the structure has the field
6365         before trying to fixate them, this makes it possible to have
6366         fakesinks for video and audio output without printing errors on
6367         the output console.
6368
6369 2004-03-22  David Schleef  <ds@schleef.org>
6370
6371         * sys/oss/Makefile.am:
6372         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
6373         (check_rate), (add_rate):  Rate probing test app.
6374
6375 2004-03-21  Benjamin Otte  <otte@gnome.org>
6376
6377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6378         (_fixate_caps_to_int), (gst_audio_convert_fixate):
6379           add a fixation function that pretty much does the right thing (fixes
6380           #137556)
6381
6382 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
6383
6384         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
6385
6386 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
6387
6388         reviewed by: Benjamin Otte  <otte@gnome.org>
6389
6390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6391           terminate gst_event_new_discontinuous correctly (fixes parts of
6392           #137711)
6393
6394 2004-03-19  David Schleef  <ds@schleef.org>
6395
6396         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
6397         since it doesn't depend on X, and it's part of our ABI.
6398
6399 2004-03-19  Iain <iain@prettypeople.org>
6400
6401         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
6402         is_int in the structure, not the local variable.
6403
6404 2004-03-19  David Schleef  <ds@schleef.org>
6405
6406         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
6407         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
6408         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
6409         Improvements in caps negotiation.
6410
6411 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6412
6413         * po/LINGUAS:
6414         * po/af.po:
6415           adding Afrikaans (Petri Jooste)
6416
6417 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6420         (gst_ffmpegcolorspace_chain):
6421         throw error instead of g_critical (#137588)
6422
6423 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6424
6425         * Makefile.am:
6426         * configure.ac:
6427           dist common and m4 correctly
6428         * po/sv.po:
6429
6430 2004-03-17  David Schleef  <ds@schleef.org>
6431
6432         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
6433         (bug #137348)
6434
6435 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6436
6437         * po/LINGUAS:
6438         * po/sv.po:
6439           adding Swedish translation (Christian Rose)
6440
6441 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6442
6443         * Makefile.am: use release.mak
6444
6445 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6446
6447         * common/ChangeLog:
6448         * common/gst-autogen.sh:
6449           add some explanation about the version detection
6450         * configure.ac:
6451           fix X check
6452
6453 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6454
6455         * configure.ac: bump nano to 1
6456
6457 === release 0.8.0 ===
6458
6459 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6460
6461         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
6462
6463 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6464
6465         * configure.ac:
6466           update libtool version
6467         * gst-libs/gst/media-info/Makefile.am:
6468           actually use libtool version
6469
6470 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6471
6472         * configure.ac: fix speex detection to work with 1.0 but not 1.1
6473
6474 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6475
6476         * configure.ac:
6477         * gst-plugins.spec.in:
6478         * pkgconfig/Makefile.am:
6479         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6480         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6481         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6482         * pkgconfig/gstreamer-libs.pc.in:
6483         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6484         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6485         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
6486         * pkgconfig/gstreamer-plugins.pc.in:
6487           remove @VERSION@ from some of the pc files since core and plugins
6488           are decoupled.
6489           created gstreamer-plugins.pc as it's a better name, but keeping
6490           -libs around for now to get fixes upstream done first.
6491
6492 2004-03-15  Julien MOUTTE <julien@moutte.net>
6493
6494         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
6495         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
6496         * gst-libs/gst/play/play.h:
6497
6498 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6499
6500         * *.c, *.cc: don't mix tabs and spaces
6501
6502 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6503
6504         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6505           use the new ffmpegcolorspace
6506         * gst-plugins.spec.in:
6507           package new colorspace and media-info
6508         * configure.ac:
6509         * pkgconfig/Makefile.am:
6510           fix some more disting issues
6511         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6512         * pkgconfig/gstreamer-media-info.pc.in:
6513           generate media-info pc files
6514
6515 2004-03-15  Johan Dahlin  <johan@gnome.org>
6516         
6517         * *.h: Revert indenting
6518
6519 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6520
6521         * configure.ac:
6522           adding ffmpegcolorspace element
6523         * gst/ffmpegcolorspace/Makefile.am:
6524         * gst/ffmpegcolorspace/avcodec.h:
6525         * gst/ffmpegcolorspace/common.h:
6526         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
6527         * gst/ffmpegcolorspace/dsputil.h:
6528         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
6529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6530         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
6531         (gst_ffmpeg_caps_to_pix_fmt):
6532         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6534         (gst_ffmpegcolorspace_caps_remove_format_info),
6535         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
6536         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
6537         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
6538         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
6539         (gst_ffmpegcolorspace_set_property),
6540         (gst_ffmpegcolorspace_get_property),
6541         (gst_ffmpegcolorspace_register):
6542         * gst/ffmpegcolorspace/imgconvert.c:
6543         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
6544         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
6545         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
6546         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
6547         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
6548         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
6549         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
6550         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
6551         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
6552         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
6553         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
6554         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
6555         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
6556         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
6557         (img_get_alpha_info), (deinterlace_line),
6558         (deinterlace_line_inplace), (deinterlace_bottom_field),
6559         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
6560         * gst/ffmpegcolorspace/imgconvert_template.h:
6561         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
6562         * gst/ffmpegcolorspace/mmx.h:
6563         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
6564           adding ffmpegcolorspace element supplied by Ronald after cleaning
6565           up and pulling in the right bits of upstream source. 
6566           I'm sure a better C/compiler wizard could do some cleaning up (for
6567           example use GLIB's malloc stuff), but as a first pass this
6568           works very well
6569
6570 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6571
6572         * ext/alsa/gstalsa.h:
6573           I assume Ronald forgot to commit the change to have cardname
6574           as a struct member.  Expect some public spanking at the next
6575           opportunity.
6576
6577 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6578
6579         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
6580         (gst_alsa_open_audio), (gst_alsa_close_audio):
6581         * ext/alsa/gstalsa.c:
6582           Don't open the device if we're a mixer (= padless).
6583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
6584         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
6585         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
6586           Open mixer during state change rather than during object
6587           initialization. Also, get a device name. Currently in a somewhat
6588           hackish fashion, but I didn't really find something better.
6589
6590 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6591
6592         * *.c, *.h: run gst-indent
6593
6594 2004-03-14  Benjamin Otte  <otte@gnome.org>
6595
6596         * gst/modplug/gstmodplug.cc:
6597         * gst/modplug/gstmodplug.h:
6598           set correct timestamps on outgoing buffers
6599
6600 2004-03-14  Benjamin Otte  <otte@gnome.org>
6601
6602         * gst/modplug/gstmodplug.cc:
6603           handle events - don't do crap when a discont arrives that's not
6604           necessary
6605           This allows correct loading and playback of mods in Rhythmbox
6606
6607 2004-03-14  Benjamin Otte  <otte@gnome.org>
6608
6609         * configure.ac:
6610         * gst-libs/gst/gconf/Makefile.am:
6611         * pkgconfig/Makefile.am:
6612           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
6613           they get rebuilt properly
6614         * configure.ac:
6615           when checking for vorbis, try pkgconfig first.
6616         * gst/modplug/gstmodplug.cc:
6617           add fixate function
6618
6619 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6620
6621         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6622           Fix for obvious mistake, where we first shift the offset and then
6623           read a samplesize element assuming the old offset. Note that this
6624           part still has something weird, i.e. my movies containing those
6625           don't actually play well, but at least there's something that looks
6626           like sound now.
6627
6628 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
6629         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
6630         (plugin_init):
6631         Add a typefind function for speex format
6632
6633 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6634
6635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
6636         (gst_asf_demux_setup_pad):
6637           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
6638           instead of 0. Reason is simple: some elements have a fps range
6639           of 1-max instead of 0-max. So now ASF video actually works.
6640
6641 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6642
6643         * po/LINGUAS:
6644         * po/sr.po:
6645           adding serbian as a language
6646
6647 2004-03-13  Benjamin Otte  <otte@gnome.org>
6648
6649         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6650           return taglist correctly from _get function, don't gst_pad_push it.
6651           (fixes #137042)
6652
6653 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
6654         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6655
6656 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6657
6658         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
6659         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
6660         (gst_alsa_mixer_track_new):
6661         * ext/alsa/gstalsamixertrack.h:
6662           Fix ancient leftovers... MixerTrack is a GObject.
6663
6664 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6665
6666         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6667         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6668           Don't block during probing...
6669
6670 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6671
6672         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
6673         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
6674         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
6675         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
6676         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
6677         (gst_alsa_open_audio), (gst_alsa_close_audio):
6678         * ext/alsa/gstalsa.h:
6679           Add propertyprobe interface implementation, add some device-name
6680           property, all this so that it looks good in gnome-volume-control.
6681
6682 2004-03-12  David Schleef  <ds@schleef.org>
6683
6684         * configure.ac: the Hermes library controls hermescolorspace, not
6685         colorspace.
6686         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
6687         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
6688         not /* */
6689         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
6690         * ext/sdl/sdlvideosink.h: ditto.
6691         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
6692
6693 2004-03-12  Benjamin Otte  <otte@gnome.org>
6694
6695         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
6696         (gst_x_overlay_got_xwindow_id):
6697         * gst-libs/gst/xoverlay/xoverlay.h:
6698           replace XID with unsigned long to get rid of the xlibs dependency in
6699           XOverlay (fixes #137004)
6700
6701 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
6702         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
6703         (gst_agingtv_setup):
6704         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
6705         (gst_dicetv_base_init), (gst_dicetv_class_init),
6706         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
6707         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
6708         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
6709         (gst_edgetv_setup), (gst_edgetv_rgb32):
6710         * gst/effectv/gsteffectv.c:
6711         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
6712         (gst_quarktv_set_property):
6713         * gst/effectv/gstrev.c: (gst_revtv_get_type),
6714         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
6715         (gst_revtv_setup), (gst_revtv_rgb32):
6716         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
6717         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
6718         (gst_shagadelictv_init), (gst_shagadelictv_setup),
6719         (gst_shagadelictv_rgb32):
6720         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
6721         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
6722         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
6723         * gst/effectv/gstwarp.c:
6724         Port everything that can be ported to videofilter and fix up the caps.
6725         Can someone with a big-endian machine please check these?
6726
6727 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6728
6729         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
6730         (gst_osssink_chain), (gst_osssink_change_state):
6731           Latest fixes for A/V sync, audio playback and such. This is about
6732           all... MPEG playback issues are mostly related to the async build-
6733           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
6734
6735 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6736
6737         patch from: Stephane Loeuillet
6738
6739         * configure.ac:
6740           use pkg-config for some libraries, falling back to the old .m4 way
6741           (fixes #131270)
6742         * m4/libdv.m4:
6743           removed
6744
6745 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6746
6747         * configure.ac:
6748         * tools/Makefile.am:
6749         * tools/Makefile.in:
6750         * tools/gst-launch-ext-m.m:
6751         * tools/gst-launch-ext.1.in:
6752         * tools/gst-visualise-m.m:
6753         * tools/gst-visualise.1:
6754         * tools/gst-visualise.1.in:
6755           reorganizing generation of script tools
6756
6757 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6758
6759         * ext/divx/gstdivxdec.c:
6760           Downgrade priority. We prefer ffdec_mpeg4.
6761         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
6762         (gst_faad_chain), (gst_faad_change_state):
6763           Fix capsnego. Doesn't work for some sounds because we don't have
6764           a 5:1 to stereo element.
6765         * ext/xvid/gstxvid.c: (plugin_init):
6766           Add priority.
6767         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
6768         (gst_osssink_change_state):
6769           Add discont handling.
6770
6771 2004-03-09  Colin Walters  <walters@verbum.org>
6772
6773         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
6774         conversion.
6775
6776 2004-03-09  Benjamin Otte  <otte@gnome.org>
6777
6778         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
6779           the signals take 2 arguments
6780
6781 2004-03-09  David Schleef  <ds@schleef.org>
6782
6783         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
6784         (gst_alsa_fixate): Add fixate function.  (bug #136686)
6785         * ext/alsa/gstalsa.h:
6786         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
6787
6788 2004-03-09  Benjamin Otte  <otte@gnome.org>
6789
6790         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
6791         (gst_mikmod_change_state):
6792         * ext/mikmod/gstmikmod.h:
6793           make mikmod's loop function not loop infinitely and call
6794           gst_element_yield anymore
6795         * gst/modplug/gstmodplug.cc:
6796           fix pad negotiation (fixes #136590)
6797
6798 2004-03-09  David Schleef  <ds@schleef.org>
6799
6800         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
6801         doesn't conflict with the internal colorspace plugin.
6802         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
6803         satisfy the crappy-ass shell shipped by a certain vendor.
6804         * gst/videofilter/make_filter: same (bug #135299)
6805
6806 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6807
6808         * configure.ac: bump nano to 1
6809
6810 === release 0.7.6 ===
6811
6812 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6813
6814         * configure.in: releasing 0.7.6, "There"
6815
6816 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6817
6818         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6819         * pkgconfig/gstreamer-play.pc.in:
6820           synchronize the two
6821
6822 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6823
6824         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
6825         (cdparanoia_open), (cdparanoia_event):
6826           fix/add error handling
6827         * po/POTFILES.in:
6828           add cdparanoia source
6829         * tools/Makefile.am:
6830           make scripts executable
6831
6832 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6833
6834         * configure.ac:
6835         * ext/vorbis/Makefile.am:
6836         * sys/Makefile.am:
6837           remove id3types, vorbisfile and xvideosink from the build (#133783)
6838
6839 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6840
6841         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6842           Fix metadata read crash (#136537).
6843
6844 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6845
6846         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
6847         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
6848           adding mime types, fixing the one-stop function
6849
6850 2004-03-08  Christian Schaller <Uraeus@gnome.org>
6851
6852         * ext/nas/nassink.c and /ext/nas/nassink.h:
6853         More NAS love from Arwed von Merkatz
6854         So lets all sing 'Can you feel the NAS tonight' 
6855
6856 2004-03-08  Christian Schaller <Uraeus@gnome.org>
6857
6858         * tools/gst-launch-ext.in: 
6859         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
6860
6861 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6862
6863         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
6864         (gst_mpeg2dec_init):
6865         remove the user_data pad for now, because it is being used in
6866         fixating causing MPEG playback to fixate on 1000 Hz for playback.
6867         If someone knows how to fix this properly, please do.
6868
6869 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6870
6871         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
6872         (gst_osssink_get_time):
6873         add a warning, IMO this won't get triggered anymore, remove later
6874
6875 2004-03-07  David Schleef  <ds@schleef.org>
6876
6877         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
6878         format (bug #136470)
6879
6880 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6881
6882         * gst-libs/Makefile.am:
6883         * gst-libs/gst/media-info/Makefile.am:
6884         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
6885         (error_callback), (gst_media_info_error_create),
6886         (gst_media_info_error_element), (gmip_init), (gmip_reset),
6887         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
6888         * gst-libs/gst/media-info/media-info-priv.h:
6889         * gst-libs/gst/media-info/media-info-test.c: (main):
6890         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
6891         (gst_media_info_class_init), (gst_media_info_instance_init),
6892         (gst_media_info_set_source), (gst_media_info_read_with_idler),
6893         (gst_media_info_read_idler), (gst_media_info_read):
6894         * gst-libs/gst/media-info/media-info.h:
6895         fixed, should work now
6896
6897 2004-03-07  Christian Schaller <Uraeus@gnome.org>
6898
6899         * ext/nas/nassink.c:
6900         A bunch of NAS fixes from Arwed von Merkatz
6901
6902 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6903
6904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
6905         (qtdemux_parse_trak):
6906           Fix crash (j might be greater than n_samples, in which case we're
6907           writing outside the allocated space for the array) and memleak.
6908
6909 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6910
6911         * sys/oss/gstosssink.c: (gst_osssink_chain):
6912           And another caller that couldn't handle delay < 0 (unsigned
6913           integer overflow). Video now continues playing on an audio
6914           buffer underrun, and the clock continues working. Audio still
6915           stalls.
6916
6917 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6918
6919         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
6920         (gst_osssink_get_time):
6921           get_delay() may return values lower than 0. In those cases, we
6922           should not actually cast to *unsigned* int64, that will break
6923           stuff horribly. In my case, it screwed up A/V sync in movies
6924           in totem rather badly.
6925
6926 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
6927
6928         * ext/faac/gstfaac.c: (gst_faac_chain):
6929         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6930         * ext/libpng/gstpngenc.c: (user_write_data):
6931         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
6932         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
6933         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
6934         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
6935         Fix several misuse of gst_buffer_merge (it doesn't take ownership
6936         of any buffer), should fix some leaks. I hope I didn't unref buffers
6937         that shouldn't be...
6938         
6939 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6940
6941         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
6942         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
6943         (error_callback), (gmi_reset), (gmi_seek_to_track),
6944         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
6945         (gmip_find_type_post), (gmip_find_stream_post),
6946         (gmip_find_track_streaminfo_post):
6947         * gst-libs/gst/media-info/media-info-priv.h:
6948         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
6949         (info_print), (main):
6950         * gst-libs/gst/media-info/media-info.c:
6951         (gst_media_info_error_create), (gst_media_info_error_element),
6952         (gst_media_info_instance_init), (gst_media_info_get_property),
6953         (gst_media_info_new), (gst_media_info_set_source),
6954         (gst_media_info_read_idler), (gst_media_info_read):
6955         * gst-libs/gst/media-info/media-info.h:
6956           first pass at making this work again.  This seems to work on
6957           tagged ogg/vorbis and mp3 files.
6958
6959 2004-03-06  Benjamin Otte  <otte@gnome.org>
6960
6961         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6962           fix huge leak: gst_buffer_merge doesn't unref the first argument
6963           itself.
6964
6965 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6966
6967         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
6968           report layer/mode/emphasis
6969
6970 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
6971
6972         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
6973
6974 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6975
6976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6977           signal serial
6978
6979 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6980
6981         * ext/vorbis/vorbis.c: (plugin_init):
6982         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
6983         (gst_vorbis_dec_init), (vorbis_dec_event):
6984         add debug category
6985         make vorbisdec handle _BYTE and _TIME queries
6986
6987 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
6988
6989         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
6990           from the xing header
6991
6992 2004-03-06  Benjamin Otte  <otte@gnome.org>
6993
6994         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
6995         (gst_audio_convert_link), (gst_audio_convert_change_state),
6996         (gst_audio_convert_buffer_from_default_format):
6997           do conversions from/to float correctly, fix some caps nego errors,
6998           export correct supported caps in template and getcaps, use correct
6999           caps in try_set_caps functions
7000
7001 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7002
7003         For some reason, I only committed a ChangeLog entry yesterday and 
7004         not the corresponding code...
7005         * ext/mad/gstmad.c: Fix detection of Xing headers
7006         * gst/tags/gstid3tag.c: Changes to support TLEN tags
7007
7008 2004-03-06  Benjamin Otte  <otte@gnome.org>
7009
7010         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
7011         (gst_ogg_demux_src_query):
7012           make sure to handle the case where there's no current chain
7013           gracefully.
7014
7015 2004-03-05  David Schleef  <ds@schleef.org>
7016
7017         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
7018         Add fixate function. (bug #131128)
7019         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
7020         (gst_sdlvideosink_fixate):  Add fixate function.
7021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7022         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
7023         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
7024         Fix missing break that was causing ulaw to be interpreted as
7025         raw int.
7026
7027 2004-03-05  David Schleef  <ds@schleef.org>
7028
7029         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
7030         Fix code that ignores return value of gst_buffer_merge().
7031         (bug #114560)
7032         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
7033         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
7034         * testsuite/gst-lint:  Check for above.
7035
7036 2004-03-05  David Schleef  <ds@schleef.org>
7037
7038         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
7039         caps and throw an element error.  (bug #136334)
7040
7041 2004-03-05  David Schleef  <ds@schleef.org>
7042
7043         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
7044         (gst_faad_chain): Fix negotiation.
7045         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
7046         key and button events.
7047         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
7048         dung heap of code.
7049         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
7050         depends on gconf
7051         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
7052         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7053         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
7054         function to encourage better negotiation, particularly between
7055         audioconvert and osssink.
7056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7057         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
7058         more important.
7059         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
7060         typefinding.
7061         * gst/vbidec/vbiscreen.c:  Add glib header
7062         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
7063
7064 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
7065
7066         * ext/mad/gstmad.c: Fix detection of Xing headers
7067         * gst/tags/gstid3tag.c: Changes to support TLEN tags
7068
7069 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7070
7071         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7072         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
7073           debug updates
7074
7075 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7076
7077         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7078         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
7079         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
7080         files, and report the parsed length as a GST_TAG_DURATION tag.
7081         * gst/tags/gstid3tag.c: support TLEN (duration) tag
7082
7083 2004-03-05  Benjamin Otte  <otte@gnome.org>
7084
7085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
7086           convert channels correctly. convert correctly to unsigned.
7087
7088 2004-03-05  Julien MOUTTE <julien@moutte.net>
7089
7090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
7091         we have a window before clearing it.
7092
7093 2004-03-05  Julien MOUTTE <julien@moutte.net>
7094
7095         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
7096         have a window before clearing it.
7097
7098 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7099
7100         * gconf/gstreamer.schemas.in:
7101         * gst-libs/gst/gconf/Makefile.am:
7102           version installation path the same way as for 0.6
7103         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7104         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7105         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7106           remove comment that was fixed
7107
7108 2004-03-05  David Schleef  <ds@schleef.org>
7109
7110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
7111         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
7112         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
7113         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
7114         Add prototype code for handling seeking and querying.
7115
7116 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7117
7118         * examples/gstplay/player.c: (main):
7119           Initialize variables to NULL. Prevents a segfault because the
7120           (uninitialized) variable is not NULL, resulting in a crash on
7121           trying to reach error->message.
7122
7123 2004-03-05  Benjamin Otte  <otte@gnome.org>
7124
7125         * gst/audioconvert/gstaudioconvert.c:
7126         (gst_audio_convert_buffer_to_default_format):
7127         make float=>int conversion work correctly even in cornercases.
7128
7129 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
7130
7131         * debian/README.Debian:
7132         * debian/build-deps:
7133         * debian/changelog:
7134         * debian/control:
7135         * debian/control.in:
7136         * debian/copyright:
7137         * debian/gstreamer-a52dec.files:
7138         * debian/gstreamer-aa.files:
7139         * debian/gstreamer-alsa.files:
7140         * debian/gstreamer-alsa.manpages:
7141         * debian/gstreamer-arts.files:
7142         * debian/gstreamer-artsd.files:
7143         * debian/gstreamer-audiofile.files:
7144         * debian/gstreamer-avifile.files:
7145         * debian/gstreamer-cdparanoia.files:
7146         * debian/gstreamer-colorspace.files:
7147         * debian/gstreamer-doc.files:
7148         * debian/gstreamer-dv.files:
7149         * debian/gstreamer-dvd.files:
7150         * debian/gstreamer-esd.files:
7151         * debian/gstreamer-festival.files:
7152         * debian/gstreamer-flac.files:
7153         * debian/gstreamer-gconf.conffiles:
7154         * debian/gstreamer-gconf.files:
7155         * debian/gstreamer-gconf.postinst:
7156         * debian/gstreamer-gnomevfs.files:
7157         * debian/gstreamer-gsm.files:
7158         * debian/gstreamer-http.files:
7159         * debian/gstreamer-jack.files:
7160         * debian/gstreamer-jpeg.files:
7161         * debian/gstreamer-mad.files:
7162         * debian/gstreamer-mikmod.files:
7163         * debian/gstreamer-misc.files:
7164         * debian/gstreamer-mpeg2dec.files:
7165         * debian/gstreamer-oss.files:
7166         * debian/gstreamer-plugin-apps.files:
7167         * debian/gstreamer-plugin-apps.manpages:
7168         * debian/gstreamer-plugin-libs-dev.files:
7169         * debian/gstreamer-plugin-libs.files:
7170         * debian/gstreamer-plugin-template.postinst:
7171         * debian/gstreamer-plugin-template.postrm:
7172         * debian/gstreamer-sdl.files:
7173         * debian/gstreamer-sid.files:
7174         * debian/gstreamer-vorbis.files:
7175         * debian/gstreamer-x.files:
7176         * debian/mk.control:
7177         * debian/rules:
7178         Debian package info not maintained here.
7179
7180 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7181
7182         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
7183         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
7184         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
7185         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
7186         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
7187         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
7188         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
7189         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
7190         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
7191         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
7192         * gst-libs/gst/colorbalance/colorbalance.c:
7193         (gst_color_balance_class_init):
7194         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7195         (gst_color_balance_channel_class_init):
7196         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7197         * gst-libs/gst/play/play.c: (gst_play_class_init):
7198         * gst-libs/gst/propertyprobe/propertyprobe.c:
7199         (gst_property_probe_iface_init):
7200         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
7201         * gst-libs/gst/tuner/tunerchannel.c:
7202         (gst_tuner_channel_class_init):
7203         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
7204         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
7205         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
7206         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
7207         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
7208         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
7209         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
7210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
7211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
7212           fix signals to use - instead of _
7213         * ext/libcaca/gstcacasink.h:
7214         * ext/sdl/sdlvideosink.h:
7215           fix header rename
7216
7217 2004-03-04  David Schleef  <ds@schleef.org>
7218
7219         * testsuite/gst-lint:  Add a check for bad signal names.
7220
7221 2004-03-04  <kost@imn.htwk-leipzig.de>
7222
7223         reviewed by David Schleef
7224
7225         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
7226         modified the alpha channel and caused a warning. (bug #136192)
7227
7228 2004-04-03  Christian Schaller <Uraeus@gnome.org>
7229
7230         * gst-plugins.spec.in:
7231         Change names of plugins to actually be correct. Try to keep things
7232         alphabetical to avoid getting beat up by Thomas
7233
7234 2004-03-03  Julien MOUTTE <julien@moutte.net>
7235
7236         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
7237         Using ximagesink as a default if no gconf key found. We should
7238         probably consider using alsasink instead of osssink for the audio
7239         part.
7240
7241 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         * configure.ac:
7244           fix --with-plugins, don't think it ever worked before
7245         * gst-plugins.spec.in:
7246           even more updates
7247
7248 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7249
7250         * ext/sdl/sdlvideosink.h:
7251         * sys/ximage/ximagesink.h:
7252         * sys/xvideo/xvideosink.h:
7253         * sys/xvimage/xvimagesink.h:
7254           Fix for move of gstvideosink.h -> videosink.h.
7255
7256 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7257
7258         * gst-libs/gst/xwindowlistener/Makefile.am:
7259           this is a plugin library, not a library
7260
7261 2004-03-01  David Schleef  <ds@schleef.org>
7262
7263         * AUTHORS:  Added some names.  Add yourself if you're still
7264         missing.
7265
7266 2004-03-01  David Schleef  <ds@schleef.org>
7267
7268         * MAINTAINERS: Add
7269
7270 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7271
7272         * gst-plugins.spec.in: clean up spec file
7273
7274 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7275
7276         * gst-libs/gst/video/Makefile.am:
7277         * gst-libs/gst/video/gstvideosink.c:
7278         * gst-libs/gst/video/gstvideosink.h:
7279           rename gstvideosink.h to videosink.h to match other headers
7280         * gst/mixmatrix/Makefile.am:
7281           fix plugin filename
7282         * gst/tags/Makefile.am: fix plugin filename
7283
7284 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7285
7286         * gst/tags/Makefile.am: fix plugin filename
7287
7288 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         * examples/gstplay/player.c: (got_time_tick), (main):
7291           add error handler
7292           display time_tick more readably
7293         * gst/mixmatrix/Makefile.am:
7294           fix plugin file name
7295
7296 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
7297
7298         * sys/oss/gstosselement.c: (gst_osselement_probe),
7299         (device_combination_append), (gst_osselement_class_probe_devices):
7300         * sys/oss/gstosselement.h: 
7301           Reworked enumeration of oss dsps and mixers so that gst-mixer works
7302           on my system using alsa oss emulation, fixes bug #135597
7303
7304 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7305
7306         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
7307         (gst_videodrop_chain), (gst_videodrop_change_state):
7308         * gst/videodrop/gstvideodrop.h:
7309           Work based on timestamp of input data, not based on the expected
7310           framerate from the input. The consequence is that this element now
7311           not only scales framerates, but also functions as a framerate
7312           corrector or framerate stabilizer/constantizer.
7313
7314 2004-02-27  David Schleef  <ds@schleef.org>
7315
7316         patches from jmmv@menta.net (Julio M. Merino Vidal)
7317
7318         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
7319         GST_ELEMENT_ERROR call (bug #135634)
7320         * gst/interleave/interleave.c: (interleave_buffered_loop),
7321         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
7322         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
7323         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7324         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
7325         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
7326         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
7327         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
7328         Fix GST_ELEMENT_ERROR call.
7329         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
7330         GST_ELEMENT_ERROR call.
7331
7332 2004-02-27  Benjamin Otte  <otte@gnome.org>
7333
7334         * gst-libs/gst/audio/audio.h:
7335           add macro to make sure header isn't included twice
7336         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7337           don't use gst_buffer_free
7338         * gst/playondemand/filter.func:
7339           don't use gst_data_free. Free data only once.
7340
7341 2004-02-26  David Schleef  <ds@schleef.org>
7342
7343         * gst-libs/gst/colorbalance/Makefile.am:
7344         * gst-libs/gst/mixer/Makefile.am:
7345         * gst-libs/gst/tuner/Makefile.am:
7346         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
7347         should not be disted, -marshal.h files should not be installed,
7348         and -enum.h files _should_ be installed.  Fix to make this the
7349         case.
7350
7351 === release 0.7.5 ===
7352
7353 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7354
7355         * configure.ac: release 0.7.5, "Under The Sea"
7356
7357 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7358
7359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7360         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
7361         * gst/videoscale/gstvideoscale.c:
7362         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
7363           assorted debug/warning fixes
7364
7365 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7366
7367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
7368         (gst_videoscale_init), (gst_videoscale_chain),
7369         (gst_videoscale_set_property), (plugin_init):
7370         * gst/videoscale/gstvideoscale.h:
7371         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
7372         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
7373         (gst_videoscale_planar400), (gst_videoscale_packed422),
7374         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
7375         (gst_videoscale_24bit), (gst_videoscale_16bit),
7376         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
7377         (gst_videoscale_scale_plane_slow),
7378         (gst_videoscale_scale_point_sample),
7379         (gst_videoscale_scale_nearest),
7380         (gst_videoscale_scale_nearest_str2),
7381         (gst_videoscale_scale_nearest_str4),
7382         (gst_videoscale_scale_nearest_32bit),
7383         (gst_videoscale_scale_nearest_24bit),
7384         (gst_videoscale_scale_nearest_16bit):
7385         add debugging category and use it properly
7386         fix use of GST_PTR_FORMAT
7387
7388 2004-02-25  Andy Wingo  <wingo@pobox.com>
7389
7390         * gst/interleave/interleave.c (interleave_buffered_loop): Always
7391         push only when channel->buffer is NULL. Prevents segfaults doing
7392         the state change after a nonlocal exit, like a scheme exception.
7393
7394         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7395         Handle the case where the intersected caps is empty.
7396
7397 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7398
7399         * gst/law/mulaw-decode.c: (mulawdec_link):
7400         * gst/law/mulaw.c: (plugin_init):
7401           fix mulawdec so it actually works again
7402
7403 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
7404
7405         reviewed by: David Schleef  <ds@schleef.org>
7406
7407         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
7408         (gst_gamma_init), (gst_gamma_set_property),
7409         (gst_gamma_get_property), (gst_gamma_calculate_tables),
7410         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
7411         for RGB, with separate r g and b correction factors. (#131167)
7412
7413 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7414
7415         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7416           only signal tags for bitrate if they're > 0 (#134894)
7417
7418 2004-02-24  David Schleef  <ds@schleef.org>
7419
7420         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
7421         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
7422         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
7423         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
7424         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
7425         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
7426         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
7427         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
7428         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
7429         category.  Attempt to fix timestamp calculation.
7430
7431 2004-02-24  Johan Dahlin  <johan@gnome.org>
7432
7433         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
7434
7435 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7436
7437         * configure.ac:
7438         * gconf/Makefile.am:
7439         * gconf/gstreamer.schemas:
7440         * gst-libs/gst/gconf/Makefile.am:
7441         * gst-libs/gst/gconf/gconf.c:
7442           version gconf schemas and install locations
7443
7444 2004-02-23  Benjamin Otte  <otte@gnome.org>
7445
7446         * ext/xine/xineinput.c: (gst_xine_input_dispose):
7447         (gst_xine_input_subclass_init):
7448           call parent dispose.
7449           change pad template for CD reader correctly
7450         * ext/xine/Makefile.am:
7451         * ext/xine/gstxine.h:
7452         * ext/xine/xine.c: (plugin_init):
7453         * ext/xine/xineaudiosink.c:
7454           wrap audio sinks, too
7455         * gst-libs/gst/resample/private.h:
7456         * gst-libs/gst/resample/resample.c: (gst_resample_init),
7457         (gst_resample_reinit), (gst_resample_scale),
7458         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
7459         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
7460         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
7461         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
7462         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
7463         * gst-libs/gst/resample/resample.h:
7464         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7465         (gst_audioscale_class_init), (gst_audioscale_link),
7466         (gst_audioscale_get_buffer), (gst_audioscale_init),
7467         (gst_audioscale_chain), (gst_audioscale_set_property),
7468         (gst_audioscale_get_property):
7469         * gst/audioscale/gstaudioscale.h:
7470           s/resample_*/gst_resample_*/i to not clobber namespaces
7471
7472 2004-02-23  Julien MOUTTE  <julien@moutte.net>
7473
7474         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7475         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7476         (gst_riff_create_video_template_caps),
7477         (gst_riff_create_audio_template_caps),
7478         (gst_riff_create_iavs_template_caps):
7479         * gst-libs/gst/riff/riff-media.h:
7480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
7481         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
7482         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
7483         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7484         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7485         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
7486         (gst_matroska_demux_plugin_init): First batch implementing audio and 
7487         video codec tags in demuxers.
7488
7489 2004-02-22  Benjamin Otte  <otte@gnome.org>
7490
7491         * ext/xine/Makefile.am:
7492         * ext/xine/gstxine.h:
7493         * ext/xine/xine.c: (plugin_init):
7494         * ext/xine/xineinput.c:
7495           add input plugin wrapper. Playback from files, http, mms and cdda
7496           works.
7497         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
7498           remove leftover G_GNUC_UNUSED
7499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
7500         (gst_asf_demux_identify_guid):
7501           improve debugging output
7502
7503 2004-02-22  Benjamin Otte  <otte@gnome.org>
7504
7505         reported by: Padraig O'Briain <padraig.obriain@sun.com>
7506
7507         * autogen.sh:
7508           replace test -e with test -x for mkinstalldirs to be more portable.
7509           (fixes #134816)
7510
7511 2004-02-22  Benjamin Otte  <otte@gnome.org>
7512
7513         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
7514
7515         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
7516           set rank to PRIMARY
7517         * gst/volume/gstvolume.c: (plugin_init):
7518           set rank to NONE
7519         fixes #134960
7520
7521 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
7522
7523         reviewed by Benjamin Otte  <otte@gnome.org>
7524
7525         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7526           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
7527
7528 2004-02-22  Benjamin Otte  <otte@gnome.org>
7529
7530         * configure.ac:
7531           export [_]*{gst,Gst,GST}.* symbols from plugins
7532
7533 2004-02-22  Christophe Fergeau <teuf@gnome.org>
7534
7535         reviewed by: Benjamin Otte  <otte@gnome.org>
7536
7537         * ext/lame/gstlame.c: (add_one_tag):
7538         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7539         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
7540         (gst_vorbisenc_metadata_set1):
7541         * gst/tags/gstid3tag.c:
7542         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
7543           apply fixes from bugs #135042 (lame can't write tags) and #133817
7544           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
7545
7546 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
7547
7548         * configure.ac: Export only gst_plugin_desc from plugins.
7549          Note that this change only makes any effect with Linux using libtool 
7550          1.5.2 or higher. Otherwise it is silently ignored, but it would build
7551          fine. And don't try to have several versions of libtool in different
7552          directories.
7553
7554 2004-02-20  Andy Wingo  <wingo@pobox.com>
7555
7556         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
7557         interleave respectively.
7558
7559         * gst/interleave/deinterleave.c: New plugin: deinterleave
7560         (replaces on oneton).
7561         * gst/interleave/interleave.c: New plugin: interleave.
7562         * gst/interleave/plugin.h: Support file.
7563         * gst/interleave/plugin.c: Support file.
7564
7565         * configure.ac: Remove intfloat and oneton, add interleave.
7566
7567         * ext/sndfile/gstsf.c: Handle events better.
7568
7569         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
7570         and float2int operation. int2float has scheduling problems as
7571         noted in in2float_chain. 
7572
7573 2004-02-20  Benjamin Otte  <otte@gnome.org>
7574
7575         * ext/xine/Makefile.am:
7576         * ext/xine/gstxine.h:
7577         * ext/xine/xine.c: 
7578         * ext/xine/xineaudiodec.c: 
7579         * ext/xine/xinecaps.c: 
7580           add first version of xine plugin wrapper. Currently only wraps the
7581           QDM2 win32 DLL, and even that only in proof-of-concept quality.
7582         * configure.ac:
7583         * ext/Makefile.am:
7584           add xine plugin wrapper, disabled by default. Use --enable-xine to
7585           build. Note that it'll segfault on gst-register if you don't remove
7586           the goom and tvtime post plugins from xine.
7587         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7588         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
7589           add extradata parsing for QDM2.
7590           change around debugging prints.
7591
7592 2004-02-19  Benjamin Otte  <otte@gnome.org>
7593
7594         * ext/lame/gstlame.c: (gst_lame_chain):
7595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7596           use gst_tag_list_insert when you want to insert tags
7597
7598 2004-02-18  David Schleef  <ds@schleef.org>
7599
7600         * configure.ac:  Move massink to gst-rotten
7601         * ext/Makefile.am:
7602         * ext/mas/Makefile.am:
7603         * ext/mas/massink.c:
7604         * ext/mas/massink.h:
7605
7606 2004-02-18  David Schleef  <ds@schleef.org>
7607
7608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
7609         typefinding, since it seems to be worse than nothing.
7610         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
7611         atom to recognize .mp4 and .m4a files as video/quicktime.
7612
7613 2004-02-18  David Schleef  <ds@schleef.org>
7614
7615         * gst/sine/demo-dparams.c: (quit_live),
7616         (dynparm_log_value_changed), (dynparm_value_changed), (main):
7617         Use double dparams, not float.
7618         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7619         (gst_sinesrc_init): Change sync default to FALSE, since multiple
7620         sync'd elements don't really work correctly.
7621         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
7622         (volume_update_volume), (volume_get_property):  Change dparam
7623         to double.
7624
7625 2004-02-18  Julien MOUTTE  <julien@moutte.net>
7626
7627         * sys/ximage/ximagesink.c:
7628         (gst_ximagesink_xwindow_update_geometry),
7629         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
7630         (gst_ximagesink_change_state), (gst_ximagesink_expose),
7631         (gst_ximagesink_init): Rework the way software video scaling works. So
7632         now we check on each chain call if the video frames are feeling the 
7633         window. If not we try to renegotiate caps. On failure we memorize that
7634         and we won't try again for that PLAYING sessions.
7635         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
7636         failure.
7637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
7638         synchronous flag.
7639
7640 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7641
7642         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
7643           break up _link so we can give a better debug message for errors
7644
7645 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7646
7647         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
7648           set up debug category
7649
7650 2004-02-18  Julien MOUTTE <julien@moutte.net>
7651
7652         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7653         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
7654         the way renegotiation work. The event handling function is not taking
7655         care of external windows and renegotiate method check for pad flags
7656         NEGOTIATING. Should fix : #133209
7657
7658 2004-02-17  Julien MOUTTE  <julien@moutte.net>
7659
7660         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
7661         pad is negotiating before trying renegotiation.
7662
7663 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7664
7665         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
7666           pass on all possible mime types as typefind hints
7667
7668 2004-02-17  Julien MOUTTE <julien@moutte.net>
7669
7670         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
7672         possible SHM leak if we crash. All other apps using XShm are doing
7673         that.
7674
7675 2004-02-17  Julien MOUTTE  <julien@moutte.net>
7676
7677         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7678         (gst_ximagesink_expose): Renegotiate size on expose.
7679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
7680         size on expose.
7681
7682 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7683
7684         * testsuite/alsa/sinesrc.c:
7685           cosmetic fix to fix compile issue with gcc 2.95.4
7686
7687 2004-02-16  Julien MOUTTE <julien@moutte.net>
7688
7689         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7690         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
7691         failed opening the audio device.
7692         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7693         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
7694         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
7695         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
7696         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
7697         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
7698         (gst_ximagesink_change_state), (gst_ximagesink_chain),
7699         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
7700         Removing some useless g_return_if_fail like wingo suggested.
7701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7702         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
7703         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7704         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
7705         (gst_xvimagesink_update_colorbalance),
7706         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
7707         (gst_xvimagesink_xcontext_clear),
7708         (gst_xvimagesink_get_fourcc_from_caps),
7709         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
7710         (gst_xvimagesink_set_xwindow_id),
7711         (gst_xvimagesink_colorbalance_list_channels),
7712         (gst_xvimagesink_colorbalance_set_value),
7713         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
7714         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
7715
7716 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7717
7718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7719           throw error when not negotiated instead of asserting
7720
7721 2004-02-15  Julien MOUTTE  <julien@moutte.net>
7722
7723         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
7724         correct data refcounting.
7725
7726 2004-02-15  Julien MOUTTE  <julien@moutte.net>
7727
7728         * gst/switch/gstswitch.c: (gst_switch_change_state),
7729         (gst_switch_class_init): Cleaning the sinkpads correctly on state
7730         change, mostly the EOS flag.
7731
7732 2004-02-15  Julien MOUTTE  <julien@moutte.net>
7733
7734         * examples/gstplay/player.c: (got_eos), (main): Adding some 
7735         output for debugging.
7736         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
7737         timeouts if we go to any state different from PLAYING.
7738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
7739         more EOS bugs in riff lib.
7740
7741 2004-02-14  Julien MOUTTE  <julien@moutte.net>
7742
7743         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
7744         visualization until i find a way to fix switch correctly.
7745         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
7746         EOS arrives.
7747         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7748         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
7749         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
7750         Reworked switch to get a more correct behaviour with events and refing
7751         of data stored in sinkpads.
7752         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
7753         we don't pull from a pad in EOS.
7754
7755 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7756
7757         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7758           remove v1 tag even if we can't read it (makes sure we don't detect
7759           it again)
7760
7761 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7762
7763         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
7764         (gst_alsa_xrun_recovery):
7765         * ext/alsa/gstalsa.h:
7766           try xrun recovery when wait failed. Make xrun recovery function
7767           return TRUE/FALSE to indicate success. (might fix #134354)
7768
7769 2004-02-13  David Schleef  <ds@schleef.org>
7770
7771         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
7772         (dynparm_value_changed), (main): Convert from float to double.
7773         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
7774
7775 2004-02-13  David Schleef  <ds@schleef.org>
7776
7777         * gst/silence/gstsilence.c: (gst_silence_class_init),
7778         (gst_silence_set_clock), (gst_silence_get),
7779         (gst_silence_set_property), (gst_silence_get_property):
7780         * gst/silence/gstsilence.h: Add sync property.
7781         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7782         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
7783         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
7784         * gst/sine/gstsinesrc.h: Add sync property.
7785
7786 2004-02-13  David Schleef  <ds@schleef.org>
7787
7788         * gst/intfloat/gstint2float.c: (conv_f32_s16),
7789         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
7790
7791 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7792
7793         * configure.ac:
7794         * ext/Makefile.am:
7795         * gst-libs/ext/Makefile.am:
7796           move ffmpeg plugin to gst-ffmpeg module
7797
7798 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7799
7800         * configure.ac: use GST_ARCH to detect architecture
7801
7802 2004-02-12  Julien MOUTTE  <julien@moutte.net>
7803
7804         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
7805
7806 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7807
7808         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7809           classify LADSPA plugins based on number of src/sink pads
7810           (#133663, Stefan Kost)
7811         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
7812           fix dparams registration
7813           (#133528, Stefan Kost)
7814         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
7815           fix use of isprint and use g_ascii_isprint instead
7816           (#133316, Stefan Kost)
7817
7818 2004-02-11  David Schleef  <ds@schleef.org>
7819
7820         Convert a few inner loops to use liboil.  This is currently
7821         optional, and is only enabled if liboil is present (duh!).
7822         * configure.ac: Check for liboil-0.1
7823         * gst/intfloat/Makefile.am:
7824         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
7825         (gst_int2float_chain_gint16):
7826         * gst/videofilter/Makefile.am:
7827         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
7828         (tablelookup_u8), (gst_videobalance_planar411):
7829         * gst/videotestsrc/Makefile.am:
7830         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
7831         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
7832         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
7833         (paint_hline_RGB565), (paint_hline_xRGB1555):
7834
7835 2004-02-11  David Schleef  <ds@schleef.org>
7836
7837         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
7838         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
7839         (gst_colorspace_getcaps), (gst_colorspace_link),
7840         (gst_colorspace_base_init), (gst_colorspace_init),
7841         (gst_colorspace_chain), (gst_colorspace_change_state),
7842         (plugin_init): Merge Ronald's patch (bug #117897) and update
7843         for new caps and negotiation.  Seems to work, although it
7844         shows off bugs in lcs.
7845
7846 2004-02-11  David Schleef  <ds@schleef.org>
7847
7848         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
7849         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
7850
7851 2004-02-11  David Schleef  <ds@schleef.org>
7852
7853         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
7854         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
7855         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
7856         Add server and port properties
7857
7858 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7859
7860         * m4/a52.m4:
7861         * m4/aalib.m4:
7862         * m4/as-ffmpeg.m4:
7863         * m4/as-liblame.m4:
7864         * m4/as-slurp-ffmpeg.m4:
7865         * m4/check-libheader.m4:
7866         * m4/esd.m4:
7867         * m4/freetype2.m4:
7868         * m4/gconf-2.m4:
7869         * m4/glib.m4:
7870         * m4/gst-alsa.m4:
7871         * m4/gst-artsc.m4:
7872         * m4/gst-ivorbis.m4:
7873         * m4/gst-matroska.m4:
7874         * m4/gst-sdl.m4:
7875         * m4/gst-shout2.m4:
7876         * m4/gst-sid.m4:
7877         * m4/gtk.m4:
7878         * m4/libdv.m4:
7879         * m4/libfame.m4:
7880         * m4/libmikmod.m4:
7881         * m4/ogg.m4:
7882         * m4/vorbis.m4:
7883           fix underquotedness of macros (#133800)
7884         * m4/as-avifile.m4:
7885         * m4/xmms.m4:
7886           removed because no longer used
7887
7888 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7889
7890         * configure.ac:
7891           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
7892           by autopoint (fixes #132996)
7893
7894 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7895
7896         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
7897         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
7898         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
7899         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
7900           fix memleaks
7901
7902 2004-02-11  David Schleef  <ds@schleef.org>
7903
7904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
7905         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
7906         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
7907         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
7908         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
7909         (gst_jpegenc_class_init), (gst_jpegenc_init),
7910         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
7911         (gst_jpegenc_chain), (gst_jpegenc_set_property),
7912         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
7913         * ext/jpeg/gstjpegenc.h: Fix negotiation.
7914
7915 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7916
7917         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
7918         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
7919         * ext/mikmod/gstmikmod.h:
7920           fix caps negotiation in mikmod
7921         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
7922           output debug information
7923
7924 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7925
7926         * gst-libs/gst/colorbalance/Makefile.am:
7927         * gst-libs/gst/navigation/Makefile.am:
7928         * gst-libs/gst/xoverlay/Makefile.am:
7929           remove unused GST_OPT_CFLAGS from Makefiles
7930           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
7931
7932 2004-02-07  David Schleef  <ds@schleef.org>
7933
7934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
7935         push events to pads that haven't been created (#133508)
7936
7937 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
7938
7939         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
7940         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
7941         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
7942         (gst_dvdec_loop), (gst_dvdec_change_state):
7943         Second attempt at committing a working dvdec element.
7944
7945 2004-02-06  David Schleef  <ds@schleef.org>
7946
7947         Build fixes for OS X: (see #129600)
7948         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
7949         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
7950         (gst_riff_read_strf_iavs):
7951         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7952         (gst_avi_demux_stream_odml):
7953         * gst/playondemand/Makefile.am:
7954         * gst/rtp/rtp-packet.c:
7955
7956 2004-02-05  David Schleef  <ds@schleef.org>
7957
7958         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
7959         last change, because it Just Doesn't Compile.
7960
7961 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7962
7963         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7964           skip undecodable id3v2 tag instead of keeping it
7965
7966 2004-02-05  David Schleef  <ds@schleef.org>
7967
7968         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7969         Unref leaked buffer.  (Noticed by Ronald)
7970
7971 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
7972
7973         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7974         Sync requires with other checks.  >= vs =.
7975
7976 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7977
7978         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
7979         (gst_dvdec_video_link), (gst_dvdec_loop):
7980         * ext/dv/gstdvdec.h:
7981           rework the caps negotiation so that dvdec works again instead
7982           of just segfaulting.
7983
7984 === release 0.7.4 ===
7985
7986 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7987                                                                                 
7988         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
7989         * configure.ac: changed for release
7990
7991 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7992
7993         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
7994         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7995         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7996         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7997           reworked patch by David Lehn to fix libdir and includedir for
7998           uninstalled libraries
7999           removed play and gconf from gstreamer-libs since they have their
8000           own pkgconfig files
8001
8002 2004-02-04  David Schleef  <ds@schleef.org>
8003
8004         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
8005         memleak.
8006
8007 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8008
8009         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8010           use correct GST_TAG_ENCODER tag
8011
8012 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8013
8014         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8015           be sure to stop the clock when going to paused
8016         * sys/oss/gstosssink.c: (gst_osssink_change_state):
8017           reset number of transmitted when going to ready.
8018         fixes #132935
8019
8020 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
8021
8022         reviewed by Benjamin Otte
8023
8024         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8025           extract track count (fixes #133410)
8026
8027 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8028
8029         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8030           that should be !=, not == (fixes #132519)
8031
8032 2004-02-04  David Schleef  <ds@schleef.org>
8033
8034         Make sure set_explicit_caps() is called before adding pad.
8035         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8036         * gst/id3/gstid3types.c: (gst_id3types_loop):
8037         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8038         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8039
8040 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8041
8042         * configure.ac:
8043           bump nano to 2, first prerelease
8044           put back AM_PROG_LIBTOOL
8045
8046 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8047
8048         * testsuite/alsa/Makefile.am:
8049           these are user test apps, not automatic testsuite tests
8050
8051 2004-02-04  David Schleef  <ds@schleef.org>
8052
8053         Convert GST_DEBUG_CAPS() to GST_DEBUG():
8054         * gst/mpeg1videoparse/gstmp1videoparse.c:
8055         (mp1videoparse_parse_seq):
8056         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
8057         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8058         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
8059         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
8060         (gst_xvideosink_getcaps):
8061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8062         * testsuite/gst-lint: more tests
8063
8064 2004-02-04  David Schleef  <ds@schleef.org>
8065
8066         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
8067         with the code that they would expand to.
8068         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
8069         (gst_flacdec_get_src_query_types),
8070         (gst_flacdec_get_src_event_masks):
8071         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
8072         (gst_gnomevfssrc_get_query_types),
8073         (gst_gnomevfssrc_get_event_mask):
8074
8075 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8076
8077         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8078         (gst_sinesrc_dispose):
8079           fix memleak by properly disposing sinesrc
8080
8081 2004-02-04  Julien MOUTTE  <julien@moutte.net>
8082
8083         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
8084         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
8085         an overlay to redraw the image because it has been exposed.
8086         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
8087         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
8088         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
8089         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
8090         interface
8091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
8092         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
8093         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
8094         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
8095         interface 
8096
8097 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8098
8099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8100           more memleak fixage
8101
8102 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8103
8104         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8105         * gst/typefind/gsttypefindfunctions.c:
8106           fix memleaks shown by gst-typefind
8107
8108 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8109
8110         * common/glib-gen.mak:
8111           add hack rule to touch .Plo files
8112         * gst-libs/gst/colorbalance/Makefile.am:
8113         * gst-libs/gst/mixer/Makefile.am:
8114         * gst-libs/gst/play/Makefile.am:
8115         * gst-libs/gst/tuner/Makefile.am:
8116           remove glib_root variable
8117
8118 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8119
8120         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
8121           set explicit caps before adding the element, so the autopluggers can
8122           plug correctly.
8123         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8124         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8125         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8126         (dv_type_find):
8127           fix memleaks in typefind functions. gst_type_find_suggest takes a const
8128           argument.
8129
8130 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8131
8132         * gst-libs/gst/colorbalance/Makefile.am:
8133         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8134         * gst-libs/gst/colorbalance/colorbalance.c:
8135         * gst-libs/gst/colorbalance/colorbalance.h:
8136         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
8137         * gst-libs/gst/mixer/Makefile.am:
8138         * gst-libs/gst/mixer/mixer-marshal.list:
8139         * gst-libs/gst/mixer/mixer.c:
8140         * gst-libs/gst/mixer/mixer.h:
8141         * gst-libs/gst/mixer/mixermarshal.list:
8142         * gst-libs/gst/play/Makefile.am:
8143         * gst-libs/gst/play/play.h:
8144         * gst-libs/gst/tuner/Makefile.am:
8145         * gst-libs/gst/tuner/tuner-marshal.list:
8146         * gst-libs/gst/tuner/tuner.c:
8147         * gst-libs/gst/tuner/tuner.h:
8148         * gst-libs/gst/tuner/tunermarshal.list:
8149           use new glib-gen.mak snippet to clean up Makefile.am
8150           fix various bugs in Makefile.am's
8151
8152 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8153
8154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
8155           handle chain parsing correctly in the multichain case
8156         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
8157         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
8158         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8159         (theora_dec_chain):
8160           handle events and queries correctly
8161
8162 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8163
8164         * .cvsignore:
8165         Ignore generated file _stdint.h.
8166
8167 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8168
8169         * gst-libs/gst/colorbalance/Makefile.am:
8170         * gst-libs/gst/colorbalance/colorbalance.h:
8171         * gst-libs/gst/mixer/Makefile.am:
8172         * gst-libs/gst/mixer/mixer.h:
8173         * gst-libs/gst/play/Makefile.am:
8174         * gst-libs/gst/play/play.h:
8175         * gst-libs/gst/tuner/Makefile.am:
8176         * gst-libs/gst/tuner/tuner.h:
8177         Generate enum type code with glib-mkenums.
8178         * gst-libs/gst/colorbalance/.cvsignore:
8179         * gst-libs/gst/mixer/.cvsignore:
8180         * gst-libs/gst/play/.cvsignore:
8181         * gst-libs/gst/tuner/.cvsignore:
8182         Ignore generated files.
8183
8184 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8185
8186         * gst-libs/gst/audio/.cvsignore:
8187         Ignore generated file.
8188         * gst-libs/gst/audio/Makefile.am:
8189         Do not install example filter.
8190
8191 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
8192
8193         * examples/switch/.cvsignore:
8194         Ignore generated file.
8195
8196 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8197
8198         * common/m4/ax_create_stdint_h.m4:
8199         * configure.ac:
8200           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
8201           _stdint.h.
8202         * Makefile.am:
8203           remove generated _stdint.h in DISTCLEANFILES
8204         * ext/a52dec/gsta52dec.c:
8205           include _stdint.h for a52dec. (should fix #133064)
8206
8207 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
8208
8209         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
8210         (gst_tag_to_vorbis_comments):
8211         Add replaygain support to vorbistag
8212
8213 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
8214         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
8215         (gst_ffmpeg_caps_to_extradata):
8216           Fix SVQ3 caps flag properties
8217           Use glib macro for bytes swap
8218
8219 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8220
8221         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
8222         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
8223         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8224         * ext/sndfile/gstsf.c: (plugin_init):
8225         * gst/avi/gstavi.c: (plugin_init):
8226         * sys/dxr3/dxr3init.c: (plugin_init):
8227         * sys/oss/gstossaudio.c: (plugin_init):
8228         * sys/v4l/gstv4l.c: (plugin_init):
8229         * sys/v4l2/gstv4l2.c: (plugin_init):
8230           remove textdomain calls
8231         * po/nl.po:
8232           update Dutch translation
8233
8234 2004-02-02  Julien MOUTTE  <julien@moutte.net>
8235
8236         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8237         (gst_play_set_audio_sink): Moving volume in the audio thread for 
8238         instantaneous volume change. Maybe i will add another volume in front
8239         of visualization later, not sure yet though.
8240
8241 2004-02-02  Julien MOUTTE  <julien@moutte.net>
8242
8243         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8244         (gst_ximagesink_handle_xevents): Better X events handling, only take
8245         the latest events for configure and motion.
8246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
8247
8248 2004-02-02  Jon Trowbridge  <trow@gnu.org>
8249
8250         reviewed by: David Schleef  <ds@schleef.org>
8251
8252         Fix memory leaks:
8253         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
8254         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
8255
8256 2004-02-02  David Schleef  <ds@schleef.org>
8257
8258         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
8259         of lines.
8260         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
8261         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8262         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
8263         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8264         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8265         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
8266         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
8267         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
8268         (gst_float2_2_int_link):
8269         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8270         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
8271         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
8272         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
8273         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
8274         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
8275         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
8276         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
8277         * testsuite/gst-lint: Add tests for bzero and ;;
8278
8279 2004-02-02  David Schleef  <ds@schleef.org>
8280
8281         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
8282
8283 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8284
8285         * ext/aalib/gstaasink.c: (gst_aasink_open):
8286         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
8287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8288         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8289         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
8290         (gst_afsink_close_file):
8291         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
8292         (gst_afsrc_close_file):
8293         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8294         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
8295         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8296         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
8297         * ext/esd/esdmon.c: (gst_esdmon_get):
8298         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
8299         * ext/faac/gstfaac.c: (gst_faac_chain):
8300         * ext/faad/gstfaad.c: (gst_faad_chain):
8301         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
8302         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8303         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
8304         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
8305         (gst_flacdec_loop):
8306         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8307         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
8309         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8310         (gst_gnomevfssink_close_file):
8311         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8312         (gst_gnomevfssrc_open_file):
8313         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
8314         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
8315         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
8316         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
8317         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
8318         * ext/mad/gstmad.c: (gst_mad_chain):
8319         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8320         * ext/mpeg2dec/gstmpeg2dec.c:
8321         * ext/mpeg2enc/gstmpeg2enc.cc:
8322         * ext/mplex/gstmplex.cc:
8323         * ext/mplex/gstmplexibitstream.cc:
8324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
8325         (gst_ogg_demux_push):
8326         * ext/raw1394/gstdv1394src.c:
8327         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
8328         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
8329         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
8330         (gst_sf_loop):
8331         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
8332         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
8333         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
8334         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
8335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8336         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
8337         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
8338         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
8339         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8340         (gst_riff_read_element_data), (gst_riff_read_seek),
8341         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
8342         * gst/adder/gstadder.c: (gst_adder_loop):
8343         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
8344         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
8345         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
8346         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8347         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
8348         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8349         * gst/goom/gstgoom.c: (gst_goom_chain):
8350         * gst/id3/gstid3types.c: (gst_id3types_loop):
8351         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
8352         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
8353         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
8354         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8355         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8356         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
8357         (gst_ebml_read_float), (gst_ebml_read_header):
8358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
8359         (gst_matroska_demux_parse_blockgroup):
8360         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8361         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8362         * gst/oneton/gstoneton.c: (gst_oneton_chain):
8363         * gst/silence/gstsilence.c: (gst_silence_get):
8364         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8365         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
8366         * gst/speed/gstspeed.c: (speed_loop):
8367         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8368         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8369         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
8370         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
8371         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8372         (gst_wavparse_loop):
8373         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
8374         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
8375         (dxr3audiosink_close):
8376         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
8377         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
8378         (dxr3videosink_close), (dxr3videosink_write_data):
8379         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8380         * sys/oss/gstosssink.c: (gst_osssink_chain):
8381         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8382         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8383         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
8384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
8385         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
8386         (gst_v4l_set_window), (gst_v4l_enable_overlay):
8387         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
8388         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
8389         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
8390         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
8391         (gst_v4l_set_audio):
8392         * sys/v4l/v4l_calls.h:
8393         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8394         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
8395         (gst_v4lmjpegsink_playback_init),
8396         (gst_v4lmjpegsink_playback_start):
8397         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
8398         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8399         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
8400         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
8401         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
8402         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
8403         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
8404         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8405         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
8406         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
8407         (gst_v4l2_get_output), (gst_v4l2_set_output),
8408         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
8409         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
8410         (gst_v4l2_set_attribute):
8411         * sys/v4l2/v4l2_calls.h:
8412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8413         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8414         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8415         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8416         (gst_v4l2src_capture_stop):
8417         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
8418         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8419         (gst_ximagesink_chain):
8420         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
8421         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
8422         (gst_xvideosink_xwindow_new):
8423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8424         (gst_xvimagesink_chain):
8425
8426 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8427
8428         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8429         (gst_volume_get_volume), (volume_class_init), (volume_init),
8430         (volume_chain_int16), (volume_update_volume):
8431         * gst/volume/gstvolume.h:
8432           make code more readable by removing magic numbers
8433           make mixer interface export 0-100 range
8434           make it internally map to 0.0-1.0 range so users don't distort
8435           output by putting the sliders at full volume
8436
8437 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8438
8439         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
8440         (gst_play_state_change), (gst_play_seek_to_time):
8441         block the tick callback for 0.5 secs after doing a seek
8442
8443 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8444
8445         * gst-libs/gst/play/play.c: (gst_play_new):
8446           check for GError
8447
8448 2004-02-01  Julien MOUTTE  <julien@moutte.net>
8449
8450         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
8451         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
8452         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8453         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
8454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8455         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
8456
8457 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8458
8459         * configure.ac:
8460         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8461           check for a function added in vorbis 1.1
8462
8463 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8464
8465         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
8466         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
8467           really start/stop clock only on PLAYING <=> PAUSED
8468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8469           remove \n from debugging lines
8470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
8471           make it work when seeking does not
8472         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8473           reset on DISCONT
8474
8475 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8476
8477         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
8478           start clock on PAUSED=>PLAYING, not later
8479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8480           extract correct time for different discont formats
8481         (gst_alsa_sink_get_time):
8482           don't segfault when no format is negotiated yet, just return 0
8483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
8484         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
8485         (gst_ogg_pad_push):
8486           handle flush and discont events correctly
8487         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
8488           handle discont events correctly
8489
8490 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8491
8492         * gst-libs/gst/play/play.c: (gst_play_error_quark),
8493         (gst_play_error_create), (gst_play_error_plugin),
8494         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
8495         * gst-libs/gst/play/play.h:
8496           add error handling during creation
8497         * examples/gstplay/player.c: (main):
8498           use new gst_play_new
8499           
8500
8501 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8502
8503         * ext/theora/theoradec.c: (theora_dec_chain):
8504           make comments work
8505         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8506         (vorbis_dec_src_event), (vorbis_dec_chain):
8507           add encoder tag, fix tag reading to be more error tolerant, change
8508           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
8509           gst_pad_event_default.
8510         * gst/tags/gstvorbistag.c:
8511         (gst_tag_list_from_vorbiscomment_buffer):
8512           undefine function specific define at end of function
8513
8514 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
8515
8516         * ext/flac/gstflac.c: (plugin_init):
8517         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
8518         * ext/flac/gstflacdec.h:
8519         * ext/flac/gstflacenc.h:
8520           Fix typos
8521
8522 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
8523
8524         * examples/gstplay/player.c: s/gstplay.h/play.h/
8525
8526 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8527
8528         * gst-libs/gst/play/Makefile.am:
8529         * gst-libs/gst/play/gstplay.c:
8530         * gst-libs/gst/play/gstplay.h:
8531         * gst-libs/gst/play/play.c:
8532           more surgery, operation complete
8533
8534 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8535
8536         * gst-libs/gst/play/play.old.c:
8537         * gst-libs/gst/play/play.old.h:
8538           after CVS surgery by moving, remove
8539         * gst-libs/gst/play/playpipelines.c:
8540           remove
8541           
8542         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
8543           add negotiation error
8544
8545 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8546
8547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
8548         (gst_ogg_demux_push):
8549           add some seeking debug info
8550           send a flush when seeking
8551
8552 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8553
8554         * configure.ac:
8555           use AC_C_INLINE
8556         * configure.ac:
8557         * ext/Makefile.am:
8558         * ext/theora/Makefile.am:
8559         * ext/theora/theoradec.c: 
8560           add theora video decoder. Does just do simple decoding for now and
8561           has been tested against Theora cvs only. It only works when theora
8562           is compiled with --enable-static.
8563         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8564           always reset packetno on DISCONT
8565
8566 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8567
8568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8569           Fix audio.
8570
8571 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8572
8573         * gst/mpegaudioparse/gstmpegaudioparse.c:
8574         (mp3_type_frame_length_from_header):
8575           Fix header parsing - stolen from ffmpeg (thank you! :) ).
8576
8577 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8578
8579         * ext/esd/esdsink.c: (gst_esdsink_init):
8580           Since we have static pad template caps, we don't need to negotiate;
8581           either the core errors out or we know the format.
8582
8583 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8584
8585         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8586         (gst_riff_read_seek):
8587         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8588         (gst_ebml_read_seek):
8589           Fix event handling.
8590
8591 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8592
8593         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8594           removee video/x-theora from vp3 decoder, it doesn't handle raw
8595           theora streams
8596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
8597           fix bug with finalizing element that never went to PAUSED
8598         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
8599           length and position queries were swapped
8600         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8601         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
8602         (vorbis_dec_src_event):
8603           implement querying time and bytes
8604
8605 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8606
8607         * just about every source file:
8608           gst_element_error -> GST_ELEMENT_ERROR
8609
8610 2004-01-29  Julien MOUTTE  <julien@moutte.net>
8611
8612         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
8613         emiting FLUSH and even before DISCONT.
8614         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
8615         get the best instant seeking as possible yay!
8616
8617 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8618
8619         * gst/mpeg1videoparse/gstmp1videoparse.c:
8620         (gst_mp1videoparse_real_chain):
8621           Committed wrong version last week... Grr... Didn't notice until now.
8622
8623 2004-01-29  Julien MOUTTE <julien@moutte.net>
8624
8625         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
8626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
8627         have_xwindow_id signal in xwindow_create.
8628
8629 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8630
8631         * ext/ogg/gstoggdemux.c: 
8632           lots of changes - mainly support for chained bitstreams, seeking,
8633           querying and bugfixes of course
8634         * ext/vorbis/Makefile.am:
8635         * ext/vorbis/vorbisdec.c: 
8636         * ext/vorbis/vorbisdec.h:
8637           add vorbisdec raw vorbis decoder
8638         * ext/vorbis/vorbis.c: (plugin_init):
8639           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
8640         * gst/intfloat/Makefile.am:
8641         * gst/intfloat/float22int.c:
8642         * gst/intfloat/float22int.h:
8643         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
8644           add float2intnew plugin. It converts multichannel interleaved float to
8645           multichannel interleaved int. The name should probably be changed.
8646         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
8647         (plugin_init):
8648           add typefinding for raw theora video so oggdemux can detect it.
8649
8650 2004-01-28  Julien MOUTTE  <julien@moutte.net>
8651
8652         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
8653         sink element first.
8654         * gst/videoscale/gstvideoscale.c:
8655         (gst_videoscale_handle_src_event): Fixing src event handler.
8656
8657 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8658
8659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8660         (gst_v4lsrc_open), (gst_v4lsrc_close),
8661         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
8662         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
8663         * sys/v4l/gstv4lsrc.h:
8664         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
8665         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
8666           Implement resizing... Hack. But that's why v4l is b0rked...
8667
8668 2004-01-28  Julien MOUTTE <julien@moutte.net>
8669
8670         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8671         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8672         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
8673         (gst_ximagesink_xwindow_destroy):
8674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8675         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
8676         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
8677         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
8678         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
8679         correctly cleaning the image created to check xshm calls on succes,
8680         added a lot of XSync calls in X11 functions, and fixed a segfault when
8681         no image format was defined before negotiation happened.
8682
8683 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8684
8685         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
8686           use gst_element_get_time to get correct time
8687
8688 2004-01-28  Julien MOUTTE  <julien@moutte.net>
8689
8690         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
8691         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
8692         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
8693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
8694         (gst_xvimagesink_check_xshm_calls),
8695         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
8696         X plugins are now able to detect that XShm calls will fail even if the
8697         server claims that it has XShm support (remote displays most of the
8698         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
8699         so that we use non XShm functions. This feature is almost useless for
8700         xvimagesink as Xv is not supported on remote displays anyway, but 
8701         it might happen than even on the local display XShm calls fail.
8702
8703 2004-01-27  David Schleef  <ds@schleef.org>
8704
8705         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
8706         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
8707         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
8708         changed esdsink to only use 44100,16,2, since esd sucks at rate
8709         conversion and esdsink has had difficulty negotiating.
8710
8711 2004-01-27  Julien MOUTTE <julien@moutte.net>
8712
8713         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
8714         (gst_play_seek_to_time): Fixing the way to get current position.
8715
8716 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8717
8718         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
8719           use gst_element_get_time to get correct time
8720
8721 2004-01-27  Julien MOUTTE <julien@moutte.net>
8722
8723         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
8724         fix ever... Inverting 2 lines of code make spider autoplug correctly
8725         tagged mp3 !
8726
8727 2004-01-27  David Schleef  <ds@schleef.org>
8728
8729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8730         Use gst_pad_try_set_caps_nonfixed().
8731
8732 2004-01-27  David Schleef  <ds@schleef.org>
8733
8734         * gst/ac3parse/gstac3parse.c: update to checklist 5
8735         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
8736         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
8737         * gst/audioscale/gstaudioscale.c: same
8738         * gst/auparse/gstauparse.c: same
8739         * gst/avi/gstavidemux.c: same
8740
8741 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8742
8743         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
8744           stop processing after EOS
8745
8746 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8747
8748         * gst/asfdemux/asfheaders.h:
8749         * gst/asfdemux/gstasfdemux.c: 
8750         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
8751         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
8752         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
8753           lot's of fixes to make data extraction simpler and get the code
8754           architecture and compiler independant. Add debugging category
8755         * gst/goom/gstgoom.c: (gst_goom_change_state):
8756           reset channel count on PAUSED=>READY, not READY=>PAUSED
8757
8758 2004-01-26  Colin Walters  <walters@verbum.org>
8759
8760         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
8761         code to pull a bigger buffer in iradio mode.  This as a side effect
8762         makes typefinding work.
8763
8764 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
8765
8766         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
8767         Fix SVQ3 decoding on PPC
8768
8769 2004-01-26  Julien MOUTTE <julien@moutte.net>
8770
8771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
8772         that one managed to stay there... Fixed.
8773
8774 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
8775
8776         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
8777         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
8778         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
8779         (qtdemux_video_caps):
8780         * gst/qtdemux/qtdemux.h:
8781         Add SVQ3 specific flags to qtdemux and ffmpeg
8782
8783 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8784
8785         * gst-libs/gst/audio/audio.h:
8786           remove buffer-frames from audio caps
8787         * gst/audioconvert/gstaudioconvert.c:
8788           fix plugin to really work.
8789
8790 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8791
8792         * gst-libs/gst/mixer/mixer.c:
8793         * gst-libs/gst/propertyprobe/propertyprobe.c:
8794         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
8795         (gst_tuner_find_channel_by_name):
8796         * gst-libs/gst/tuner/tuner.h:
8797           Add gtk-doc style comments. Also fix a function name.
8798
8799 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8800
8801         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
8802         (gst_divxdec_negotiate):
8803           Fix for new capsnego - also fixes gst-player with divxdec.
8804
8805 2004-01-25  Julien MOUTTE  <julien@moutte.net>
8806
8807         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8808         (gst_play_identity_handoff), (gst_play_set_location),
8809         (gst_play_set_visualization), (gst_play_connect_visualization): Another
8810         try in visualization implementation. Still have an issue with switch
8811         blocking when pulling from video_queue and only audio comes out of 
8812         spider.
8813         * gst/switch/gstswitch.c: (gst_switch_release_pad),
8814         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
8815         release method. And check if the pad is usable before pulling.
8816
8817 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8818
8819         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
8820         (gst_videobalance_init),
8821         (gst_videobalance_colorbalance_list_channels),
8822         (gst_videobalance_colorbalance_set_value),
8823         (gst_videobalance_colorbalance_get_value),
8824         (gst_videobalance_update_properties),
8825         (gst_videobalance_update_tables_planar411),
8826         (gst_videobalance_planar411):
8827         * gst/videofilter/gstvideobalance.h:
8828           Implement lookup-tables. +/- 10x faster.
8829
8830 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8831
8832         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
8833         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
8834           The index reading was broken. The rest worked fine, but the whole
8835           goal of my rewrite was to make avidemux readable, and this was
8836           not at all readable. Please use typed variables.
8837
8838 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8839
8840         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8841           Additional pad usability check.
8842         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
8843         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
8844         (gst_mp1videoparse_real_chain):
8845           Fix MPEG video stream parsing. The original plugin had several
8846           issues, including not timestamping streams where the source was
8847           not timestamped (this happens with PTS values in mpeg system
8848           streams, but MPEG video is also a valid stream on its own so
8849           that needs timestamps too). We use the display time code for that
8850           for now. Also, if one incoming buffer contains multiple valid
8851           frames, we push them all on correctly now, including proper EOS
8852           handling. Lastly, several potential segfaults were fixed, and we
8853           properly sync on new sequence/gop headers to include them in next,
8854           not previous frames (since they're header for the next frame, not
8855           the previous). Also see #119206.
8856         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
8857         (bpf_from_header):
8858           Move caps setting so we only do it after finding several valid
8859           MPEG-1 fraes sequentially, not right after the first one (which
8860           might be coincidental).
8861         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
8862         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8863         (plugin_init):
8864           Add unsynced MPEG video stream typefinding, and change some
8865           probability values so we detect streams rightly. The idea is as
8866           follows: I can have an unsynced system stream which contains
8867           video. In the current code, I would randomly get a type for either
8868           system or video stream type found, because the probabilities are
8869           being calculated rather randomly. I now use fixed values, so we
8870           always prefer system stream if that was found (and that is how it
8871           should be). If no system stream was found, we can still identity                the stream as video-only.
8872
8873 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8874
8875         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
8876         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
8877           don't write to buffer. Extract data without the need of
8878           __attribute__ ((packed))
8879
8880 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8881
8882         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
8883         (mpeg1_sys_type_find):
8884           Fix MPEG-1 stream typefinding.
8885
8886 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8887
8888         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8889           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
8890
8891 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8892
8893         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
8894         * ext/esd/gstesd.c: (plugin_init):
8895           private debugging, better error reporting
8896
8897 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8898
8899         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
8900         (gst_riff_read_init), (gst_riff_read_change_state):
8901         * gst-libs/gst/riff/riff-read.h:
8902           Remove stuff fromold metadata system.
8903
8904 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8905
8906         * ext/ogg/gstoggdemux.c:
8907           Fix wrong file comment.
8908         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
8910           Add metadata reading properly.
8911
8912 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8913
8914         * ext/Makefile.am:
8915           Fix nas DIST_SUBDIRS
8916           Uraeus:
8917           Fix bug where make distcheck doesn't get run on adding stuff to
8918           the build.
8919
8920 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
8923         * ext/divx/gstdivxdec.h:
8924           Fix divx3 ("msmpeg4") playback using divxdec.
8925
8926 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8927
8928         * gst/typefind/gsttypefindfunctions.c:
8929         (mp3_type_frame_length_from_header): fix bug in length computation 
8930         (mp3_type_find): improve debugging output
8931
8932 2004-01-23  Julien MOUTTE  <julien@moutte.net>
8933
8934         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8935         (gst_play_set_location), (gst_play_seek_to_time),
8936         (gst_play_set_audio_sink), (gst_play_set_visualization),
8937         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
8938         the pipeline from scratch. Visualization is back and switch went out as
8939         i realized it was not possible to use the way i wanted.
8940         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
8941         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
8942         clearing in state change from READY to NULL. So that one can clean the
8943         X ressources keeping the element.
8944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8945         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
8946         (gst_xvimagesink_colorbalance_set_value),
8947         (gst_xvimagesink_colorbalance_get_value),
8948         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
8949         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
8950         change from READY to NULL and fixed some stupid bugs in colorbalance
8951         get/set values. Also added the following feature : when nobody tries to
8952         set some values to the colorbalance levels before the xcontext is 
8953         grabbed, then when creating channels list from Xv attributes we set the
8954         internal values to the Xv defaults. This way we handle buggy Xv drivers
8955         that set default hue values far from the middle of the range (Thanks
8956         to Jon Trowbridge for pointing that issue).
8957         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
8958         colorbalance levels have been set before xcontext is grabbed.
8959
8960 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8961
8962         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8963           Fix the ossmixer case where we shouldn't open /dev/dsp* because
8964           it might block operations (which is bad for a mixer).
8965
8966 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8967
8968         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
8969         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
8970         (gmip_find_type_pre):
8971         * gst-libs/gst/media-info/media-info-priv.h:
8972         * gst-libs/gst/media-info/media-info.c:
8973         (gst_media_info_instance_init), (gst_media_info_read_idler):
8974         add fakesink to get caps on decoder src pad again
8975         fix callback prototype to match new have_type signal signature
8976
8977 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8978
8979         * gst/adder/gstadder.c: (gst_adder_link):
8980           fix non-compile and cut-n-paste code
8981
8982 2004-01-21  David Schleef  <ds@schleef.org>
8983
8984         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
8985         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
8986         (gst_swfdec_init), (gst_swfdec_change_state):
8987         * ext/swfdec/gstswfdec.h:
8988         Fix negotiation.
8989         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
8990         (gst_adder_request_new_pad): Fix negotiation.
8991         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
8992         Add a fixate function.
8993         * gst/intfloat/gstfloat2int.c:
8994         * gst/intfloat/gstfloat2int.h:
8995         * gst/intfloat/gstint2float.c:
8996         * gst/intfloat/gstint2float.h:
8997         Completely rewrite the negotiation.  Doesn't quite work yet,
8998         due to some buffer-frames problem.
8999
9000 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9001
9002         * ext/gnomevfs/gstgnomevfssrc.c:
9003         * sys/v4l2/v4l2_calls.h:
9004           fix includes for distcheck
9005
9006 2004-01-21  Christian Schaller <uraeus@gnome.org>
9007
9008         * ext/nas/
9009         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
9010         based on earlier patch from Laurent Vivier
9011
9012 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
9013
9014         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9015         Fix wma caps property
9016         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9017         Fix typo (flags1 and flags2)
9018
9019 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9020
9021         * gst-libs/gst/media-info/media-info-priv.c:
9022         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
9023         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
9024         (gmip_find_stream), (gmip_find_track_metadata),
9025         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
9026         (gmip_find_track_format):
9027         * gst-libs/gst/media-info/media-info-priv.h:
9028         * gst-libs/gst/media-info/media-info-test.c: (main):
9029         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
9030         (gst_media_info_read_idler), (gst_media_info_read):
9031         * gst-libs/gst/media-info/media-info.h:
9032           register debugging category and use it for debugging
9033
9034 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9035
9036         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
9037         (gst_vorbisfile_new_link):
9038           signal streaminfo through tags
9039
9040 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9041
9042         * ext/mplex/gstmplex.cc:
9043         * ext/mplex/gstmplexibitstream.cc:
9044           g++ doesn't like NULL in our i18n/error macros, should be
9045           either (NULL) or ("").
9046
9047 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9048
9049         * sys/dxr3/dxr3audiosink.c:
9050         * sys/dxr3/dxr3init.c:
9051         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
9052         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
9053           Fix more error error error errors (missing includes here).
9054
9055 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9056
9057         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9058           fix thomas' error errors.
9059
9060 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9061
9062         * ext/mpeg2enc/gstmpeg2enc.cc:
9063           fix error errors.
9064
9065 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9066
9067         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9068         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9069           Fix for new error system.
9070
9071 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9072
9073         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9074           fix for new error reporting
9075
9076 2004-01-20  David Schleef  <ds@schleef.org>
9077
9078         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9079         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9080         (gst_ximagesink_set_xwindow_id): Change to using a framerate
9081         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
9082         and neither is 100+, most likely.
9083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9084         (gst_xvimagesink_getcaps): same
9085
9086 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9087
9088         * configure.ac:
9089           Up version requirement to 2.0.3 (not yet released) to avoid symbol
9090           clashes with ffmpeg.
9091
9092 2004-01-20  Julien MOUTTE  <julien@moutte.net>
9093
9094         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
9095         (gst_switch_init): Fixed switch element : proxying link and setting
9096         caps from src to sink on request.
9097
9098 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9099
9100         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9101         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9102         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9103         fix element_error
9104
9105 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9106
9107         * sys/v4l/v4l_calls.h:
9108         * sys/v4l2/v4l2_calls.h:
9109           element_error fixes
9110
9111 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9112
9113         * gst-libs/gst/gst-i18n-plugin.h:
9114           add locale.h
9115           remove config.h inclusion
9116
9117 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9118
9119         * autogen.sh:
9120           adding autopoint invocation
9121         * Makefile.am:
9122         * configure.ac:
9123         * gst-libs/gst/gettext.h:
9124           adding gettext bits
9125         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9126         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9127         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9128         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9129         (gst_gnomevfssink_close_file):
9130         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
9131         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
9132         * gst-libs/gst/gst-i18n-plugin.h:
9133         * gst/avi/gstavi.c: (plugin_init):
9134         * sys/dxr3/dxr3init.c: (plugin_init):
9135         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
9136         * sys/oss/gstossaudio.c: (plugin_init):
9137         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9138         * sys/v4l/gstv4l.c: (plugin_init):
9139         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9140         * sys/v4l2/gstv4l2.c: (plugin_init):
9141         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9142         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
9143         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
9144         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
9145         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
9146         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
9147           make sure locale and translation domain are set
9148           fix translated strings 
9149         * po/.cvsignore:
9150         * po/LINGUAS:
9151         * po/Makevars:
9152         * po/POTFILES.in:
9153         * po/nl.po:
9154           put translation files into place
9155         * sys/xvideo/imagetest.c: (main):
9156         * ext/dv/demo-play.c: (main):
9157           fix unnecessary translations
9158
9159 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9160
9161         * ext/sndfile/gstsf.c:
9162         * gst/avi/gstavimux.c:
9163         * ext/audiofile/gstafsink.c:
9164         * ext/audiofile/gstafsrc.c:
9165         * ext/gnomevfs/gstgnomevfssink.c:
9166         * ext/gnomevfs/gstgnomevfssrc.c:
9167         * sys/oss/gstosselement.c:
9168         * sys/v4l/v4l_calls.h:
9169           fix i18n include
9170
9171 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9172
9173         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9174         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9175         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9176         (gst_v4l2_get_output), (gst_v4l2_set_output),
9177         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9178         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9179         (gst_v4l2_set_attribute):
9180         update to new error handling
9181
9182 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9183
9184         * ext/sidplay/gstsiddec.cc:
9185         * gst/modplug/gstmodplug.cc:
9186           parenthese NULL because C++ seems angry about it
9187
9188 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9189
9190         * gst-libs/gst/gst-i18n-plugin.h:
9191           add skeleton i18n stuff, but needs to be further implemented
9192
9193 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9194
9195         * examples/gstplay/player.c: (main):
9196         * ext/aalib/gstaasink.c: (gst_aasink_open):
9197         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9198         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9199         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9200         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9201         (gst_afsink_close_file):
9202         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9203         (gst_afsrc_close_file):
9204         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9205         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9206         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9207         * ext/esd/esdmon.c: (gst_esdmon_get):
9208         * ext/esd/esdsink.c: (gst_esdsink_chain):
9209         * ext/faac/gstfaac.c: (gst_faac_chain):
9210         * ext/faad/gstfaad.c: (gst_faad_chain):
9211         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9212         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9213         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9214         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9215         (gst_flacdec_loop):
9216         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9217         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9218         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9219         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9220         (gst_gnomevfssink_close_file):
9221         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9222         (gst_gnomevfssrc_open_file):
9223         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9224         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9225         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9226         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9227         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9228         * ext/mad/gstmad.c: (gst_mad_chain):
9229         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9230         * ext/mpeg2dec/gstmpeg2dec.c:
9231         * ext/mpeg2enc/gstmpeg2enc.cc:
9232         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9233         * ext/mplex/gstmplex.cc:
9234         * ext/mplex/gstmplexibitstream.cc:
9235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9236         (gst_ogg_demux_push), (gst_ogg_pad_push):
9237         * ext/raw1394/gstdv1394src.c:
9238         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9239         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9240         * ext/sidplay/gstsiddec.cc:
9241         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9242         (gst_sf_loop):
9243         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9244         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9245         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9247         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9248         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9249         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9250         * gst-libs/gst/Makefile.am:
9251         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9252         (gst_riff_read_element_data), (gst_riff_read_seek),
9253         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9254         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
9255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9256         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9257         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9258         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9259         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9260         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9261         * gst/goom/gstgoom.c: (gst_goom_chain):
9262         * gst/id3/gstid3types.c: (gst_id3types_loop):
9263         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9264         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9265         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9266         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9267         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9268         (gst_ebml_read_float), (gst_ebml_read_header):
9269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9270         (gst_matroska_demux_parse_blockgroup):
9271         * gst/modplug/gstmodplug.cc:
9272         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9273         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9274         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9275         * gst/silence/gstsilence.c: (gst_silence_get):
9276         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9277         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9278         * gst/speed/gstspeed.c: (speed_loop):
9279         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9280         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9281         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9282         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9283         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9284         (gst_wavparse_loop):
9285         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9286         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9287         (dxr3audiosink_close):
9288         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9289         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9290         (dxr3videosink_close), (dxr3videosink_write_data):
9291         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9292         * sys/oss/gstosselement.h:
9293         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
9294         (gst_osssink_chain):
9295         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9296         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9297         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9299         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
9300         (gst_v4l_enable_overlay):
9301         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9302         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9303         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9304         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9305         (gst_v4l_set_audio):
9306         * sys/v4l/v4l_calls.h:
9307         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9308         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9309         (gst_v4lmjpegsink_playback_init),
9310         (gst_v4lmjpegsink_playback_start):
9311         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
9312         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
9313         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
9314         (gst_v4lmjpegsrc_requeue_frame):
9315         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9316         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9317         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9318         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9320         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9321         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9322         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9323         (gst_v4l2src_capture_stop):
9324         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9325         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9326         (gst_ximagesink_chain):
9327         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9328         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9329         (gst_xvideosink_xwindow_new):
9330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9331         (gst_xvimagesink_chain):
9332         use new error signal, function and categories
9333
9334 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
9335
9336         * configure.ac:
9337         * ext/Makefile.am:
9338         * ext/musicbrainz/gsttrm.c:
9339         * ext/musicbrainz/gsttrm.h:
9340         * ext/musicbrainz/Makefile.am:
9341         Add a trm plugin 
9342
9343 2004-01-18  Julien MOUTTE  <julien@moutte.net>
9344
9345         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
9346         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
9347         synchronous property for debugging.
9348         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
9349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9350         (gst_xvimagesink_set_property): Moving a pointer declaration to a
9351         smaller block, fixing indent.
9352
9353 2004-01-16  David Schleef  <ds@schleef.org>
9354
9355         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
9356         property affects the video stream.
9357         * sys/xvimage/xvimagesink.c: 
9358         * sys/xvimage/xvimagesink.h:
9359         Add synchronous property for debugging.  Should probably be
9360         disabled in non-CVS builds.  Make sure that the Xv attribute
9361         exists before we set it (crash!).  Fix a silly float bug that
9362         caused colorbalance to just not work.
9363
9364 2004-01-17  Christian Schaller <Uraeus@gnome.org>
9365
9366         * tools/gst-launch-ext.in - update for new plugins
9367
9368 2004-01-16  David Schleef  <ds@schleef.org>
9369
9370         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
9371         already-freed caps.
9372
9373 2994-01-16  Christian Schaller <Uraeus@gnome.org>
9374
9375         * Update spec for new colorspace plugin and libcaca plugin
9376         * Fix compilation of libcaca plugin (clock -> id)
9377
9378 2004-01-16  Julien MOUTTE <julien@moutte.net>
9379
9380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
9381         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
9382         (gst_xvimagesink_set_xwindow_id),
9383         (gst_xvimagesink_colorbalance_set_value),
9384         (gst_xvimagesink_colorbalance_get_value),
9385         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9386         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
9387         correct colorbalance properties. They can now be set when the element
9388         is still in NULL state. The values will be committed to the Xv Port
9389         when xcontext is initialized.
9390         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
9391         brightness int values in the GstXvImagesink structure.
9392
9393 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9394
9395         * gst-libs/gst/Makefile.am:
9396           restructure so having local patches works easier.
9397
9398 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9399
9400         * ext/mpeg2enc/Makefile.am:
9401         * ext/mpeg2enc/gstmpeg2enc.cc:
9402         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9403           Bugfix with respect to EOS handling.
9404
9405 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9406
9407         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
9408           Link with right caps (else, it segfaults).
9409         * ext/mplex/gstmplexjob.cc:
9410           Fix for slight API change in 1.6.1.93 release of mjpegtools.
9411
9412 2004-01-15  David Schleef  <ds@schleef.org>
9413
9414         * gst-libs/gst/audio/Makefile.am:
9415         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
9416         from the template.
9417         * gst-libs/gst/audio/gstaudiofilter.c:
9418         * gst-libs/gst/audio/gstaudiofilter.h:
9419         Add bytes_per_sample and size and n_samples calculation.
9420         * gst-libs/gst/audio/gstaudiofilterexample.c:
9421         Remove, now autogenerated.
9422         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9423         Moved from gstaudiofilterexample, object name changed, code added
9424         so that it actually works.
9425         * gst-libs/gst/audio/make_filter:
9426         Script to build an audiofilter subclass from the template.
9427         * gst/colorspace/Makefile.am:
9428         * gst/colorspace/yuv2yuv.c:
9429         Remove file, since it's GPL, and we don't use it.
9430
9431 2004-01-15  Julien MOUTTE  <julien@moutte.net>
9432
9433         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
9434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
9435         them use the buffer free function to test how the buffer was allocated.
9436
9437 2004-01-15  David Schleef  <ds@schleef.org>
9438
9439         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
9440         that handles osssink fallback.
9441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9442         (gst_audio_convert_getcaps):
9443         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
9444         Add audio/x-qdm2 for QDM2 audio.
9445         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9446         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
9447         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9448         Decrease minimum size to 16x16.
9449         * gst/wavparse/gstwavparse.c:
9450         Convert disabled pad template caps to new caps.
9451         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9453         (gst_xvimagesink_chain): Throw element error when display cannot
9454         be opened.  Increase minimum framerate to 1.0.  Check the data
9455         free function on a buffer to make sure it is the type we expect
9456         before manipulating it.
9457
9458 2004-01-15  Julien MOUTTE <julien@moutte.net>
9459
9460         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
9461         (gst_videobalance_colorbalance_set_value): Implement passthru if
9462         settings are in the middle.
9463         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
9464
9465 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9466
9467         * gst/videofilter/Makefile.am:
9468         * gst/volume/Makefile.am:
9469           Since we use videofilter symbols, link to it.
9470
9471 2004-01-15  Julien MOUTTE <julien@moutte.net>
9472
9473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
9474         mixer interface type to HARDWARE.
9475         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
9476         type to SOFTWARE.
9477         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
9478         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
9479         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
9480         (gst_volume_interface_init), (gst_volume_list_tracks),
9481         (gst_volume_set_volume), (gst_volume_get_volume),
9482         (gst_volume_set_mute), (gst_volume_mixer_init),
9483         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
9484         (volume_init): Implementing mixer interface.
9485         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
9486         * sys/oss/gstosselement.c: (gst_osselement_get_type),
9487         (gst_osselement_change_state): Removing some trailing commas in
9488         structures.
9489         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
9490         interface type to HARDWARE.
9491         * sys/v4l/gstv4lcolorbalance.c:
9492         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
9493         type to HARDWARE.
9494         * sys/v4l2/gstv4l2colorbalance.c:
9495         (gst_v4l2_color_balance_interface_init): Setting colorbalance
9496         interface type to HARDWARE.
9497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
9498         same code than ximagesink for event handling.
9499
9500 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9501
9502         * ext/snapshot/Makefile.am:
9503         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
9504         (gst_snapshot_chain):
9505         * ext/snapshot/gstsnapshot.h:
9506           This has to be a joke... Snapshot should be connected to a tee,
9507           colorspace element before it and EOS after that, where the other
9508           src of the tee receives normal data.
9509           The current way is *wrong*.
9510
9511 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9512
9513         * ext/hermes/gsthermescolorspace.c:
9514           Fix another compile error. Same as below.
9515
9516 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9517
9518         * gst/colorspace/gstcolorspace.c:
9519         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
9520         (gst_colorspace_i420_to_yv12):
9521           Fix compiling... Didn't test if it actually works.
9522
9523 2004-01-15  David Schleef  <ds@schleef.org>
9524
9525         * configure.ac:
9526         * gst/colorspace/Makefile.am:
9527         * gst/colorspace/gstcolorspace.c:
9528         * gst/colorspace/gstcolorspace.h:
9529         * gst/colorspace/yuv2rgb.c:
9530         * gst/colorspace/yuv2rgb.h:
9531         Duplicate the ext/hermes colorspace plugin, and remove Hermes
9532         code and GPL code.  Fix for new caps negotiation.  Rewrite
9533         much of the format handling code, and some of the conversion
9534         code.  Basically, rewrote almost everything.  This element
9535         handles I420, YV12 to RGB conversions.
9536         * ext/hermes/Makefile.am:
9537         * ext/hermes/gsthermescolorspace.c:
9538         Rename colorspace to hermescolorspace.  Fix negotiation issues.
9539         Remove non-Hermes related code.  This element handles lots of
9540         RGB to RGB conversions, but no YUV.
9541         * ext/hermes/gstcolorspace.c:
9542         * ext/hermes/gstcolorspace.h:
9543         * ext/hermes/rgb2yuv.c:
9544         * ext/hermes/yuv2rgb.c:
9545         * ext/hermes/yuv2rgb.h:
9546         * ext/hermes/yuv2rgb_mmx16.s:
9547         * ext/hermes/yuv2yuv.c:
9548         * ext/hermes/yuv2yuv.h:
9549         Remove old code.
9550
9551 2004-01-14  Colin Walters  <walters@verbum.org>
9552
9553         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
9554         they've already been.
9555
9556 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9557
9558         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9559           assume tag mode when pad is not connected
9560
9561 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9562
9563         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9564           Don't update the time of the clock
9565         (gst_alsa_sink_loop):
9566           sync to the clock given to alsasink, not the own clock
9567         * sys/oss/gstosssink.c: (gst_osssink_chain):
9568           sync to the clock
9569         (gst_osssink_change_state):
9570           activate the clock
9571         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
9572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
9573           remove bogus code that made DISCONT events unhandled
9574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
9575           explicitly case to double in _set_simple. (fixes 2nd warning in bug
9576           #131502)
9577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
9578         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
9579         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
9580           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
9581           2nd warning in bug #131502)
9582
9583 2004-01-14  Julien MOUTTE  <julien@moutte.net>
9584
9585         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
9586         (gst_videobalance_colorbalance_set_value),
9587         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
9588         for colorbalance interface implementation.
9589         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9590         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
9591         (gst_ximagesink_dispose), (gst_ximagesink_init),
9592         (gst_ximagesink_class_init): Adding DISPLAY property.
9593         * sys/ximage/ximagesink.h: Adding display_name to store display.
9594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9595         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9596         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
9597         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
9598         properties (they still need polishing though for gst-launch use : no
9599         xcontext yet, i ll do that tomorrow).
9600         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
9601
9602 2004-01-14  Julien MOUTTE  <julien@moutte.net>
9603
9604         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9605         (gst_play_set_location), (gst_play_set_visualization): Preparing 
9606         switch integration, adding videobalance in the pipeline.
9607
9608 2004-01-14  Julien MOUTTE <julien@moutte.net>
9609
9610         * gst-libs/gst/colorbalance/colorbalance.c:
9611         (gst_color_balance_class_init): Adding a default type.
9612         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
9613         the type.
9614         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
9615         (gst_videobalance_dispose), (gst_videobalance_class_init),
9616         (gst_videobalance_init), (gst_videobalance_interface_supported),
9617         (gst_videobalance_interface_init),
9618         (gst_videobalance_colorbalance_list_channels),
9619         (gst_videobalance_colorbalance_set_value),
9620         (gst_videobalance_colorbalance_get_value),
9621         (gst_videobalance_colorbalance_init): Implementing colorbalance
9622         interface.
9623         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
9624         list.
9625         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
9626         bug which was triggering a BadAccess X error when setting an overlay
9627         before pad was really negotiated.
9628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
9629         Using the colorbalance type macro.
9630
9631 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9632
9633         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
9634         (gst_flacenc_chain):
9635           handle tags correctly
9636         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9637           extract ID3v1 tags correctly
9638
9639 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9640
9641         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
9642         (plugin_init):
9643           Improve matroska typefinding for odd-typed headers...
9644
9645 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9646
9647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9648           Fix for using incremental number on padnames.
9649
9650 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * ext/divx/gstdivxdec.c:
9653         * ext/divx/gstdivxenc.c:
9654           Set category to divx4linux instead of divx (too generic).
9655         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9656         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
9657         (gst_wavparse_loop), (gst_wavparse_change_state):
9658         * gst/wavparse/gstwavparse.h:
9659           fix parsing of WAV files with non-standard fmt-tag size and fix
9660           skipping of unrecognized chunks... Someone please fix this thing
9661           to use rifflib so all this is automated.
9662         * sys/v4l/Makefile.am:
9663         * sys/v4l2/Makefile.am:
9664           Add X_CFLAGS because we depend on X (for overlay).
9665
9666 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
9667
9668         * ext/mpeg2dec/gstmpeg2dec.c:
9669           Don't issue a timestamp unless we tagged the frame
9670           with a PTS.
9671
9672 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9673
9674         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
9675           Query the audio element to get the time, not the clock. We're
9676           interested in the element's time here.
9677
9678 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9679
9680         * ext/aalib/gstaasink.c: (gst_aasink_chain):
9681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9682         * ext/esd/esdsink.c: (gst_esdsink_chain):
9683         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
9684         * ext/mas/massink.c: (gst_massink_chain):
9685         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
9686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
9687         (gst_matroska_demux_parse_metadata):
9688         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
9689         (gst_mpeg_parse_release_locks):
9690         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
9691         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
9692         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9693         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
9694         (gst_osssink_change_state):
9695         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9696         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
9697         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
9698         (gst_xvideosink_release_locks):
9699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
9700           use element time.
9701         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
9702         (gst_alsa_clock_stop):
9703         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
9704         (gst_audio_clock_get_internal_time):
9705           simplify for use with new clocking code.
9706         * testsuite/alsa/Makefile.am:
9707         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
9708           fix testsuite for new caps system
9709
9710 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9711
9712         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9713         * ext/flac/gstflacenc.c: (add_one_tag):
9714           length is already host endian, no need to convert. Fixes playback of
9715           tagged files on PPC. (bug #128384)
9716
9717 2004-01-13  Julien MOUTTE <julien@moutte.net>
9718
9719         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
9720         colorbalance interface stating if it is hardware based or software
9721         based.
9722         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
9723         Removing a trailing comma.
9724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9725         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
9726         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
9727         the documentation seems to be wrong on the -1000 to 1000 interval.
9728
9729 2004-01-12  David Schleef  <ds@schleef.org>
9730
9731         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
9732         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
9733         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
9734         Fix negotiation.  Add a bufferalloc function for the sink pad,
9735         and generally clean up some of the code.
9736
9737 2004-01-12  Julien MOUTTE <julien@moutte.net>
9738
9739         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9740         (gst_color_balance_channel_dispose): Adding safety check in dispose
9741         method.
9742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9743         (gst_xvimagesink_xcontext_clear),
9744         (gst_xvimagesink_interface_supported),
9745         (gst_xvimagesink_colorbalance_list_channels),
9746         (gst_xvimagesink_colorbalance_set_value),
9747         (gst_xvimagesink_colorbalance_get_value),
9748         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
9749         Adding colorbalance interface support to set XV parameters such as
9750         HUE, BRIGHTNESS, CONTRAST, SATURATION.
9751         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
9752         interface.
9753
9754 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9755
9756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
9757         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
9758         (gst_audio_convert_init), (gst_audio_convert_set_property),
9759         (gst_audio_convert_get_property), (gst_audio_convert_chain),
9760         (gst_audio_convert_link),
9761         (gst_audio_convert_buffer_to_default_format),
9762         (gst_audio_convert_buffer_from_default_format), (plugin_init):
9763           - implement _getcaps and use it
9764           - improve linking
9765           - remove float caps since no float conversion is actually done
9766           - remove properties and arguments that were to be used for rate
9767             conversion
9768
9769 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9770
9771         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
9772         (gst_audio_structure_set_int):
9773         * gst-libs/gst/audio/audio.h:
9774           add helper functions for _getcaps matching the standard audio
9775           templates
9776
9777 2004-01-12  David Schleef  <ds@schleef.org>
9778
9779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9780         Test that pad is negotiated before getting its caps.
9781
9782 2004-01-12  Julien MOUTTE <julien@moutte.net>
9783
9784         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
9785         analyzing the pads of an element the bin is mostly in READY state so
9786         no caps were negotiated. This helper function needs to work with
9787         _get_caps directly then. I was not freeing them though, added that to
9788         fix the mem leak.
9789
9790 2004-01-12  Julien MOUTTE <julien@moutte.net>
9791
9792         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
9793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
9794         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
9795         than the free_func.
9796
9797 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9798
9799         * sys/oss/gstossaudio.c: (plugin_init):
9800         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
9801         * sys/oss/gstosselement.h:
9802           make an oss debugging category
9803           make failure more descriptive
9804
9805 2004-01-11  David Schleef  <ds@schleef.org>
9806
9807         * ext/ffmpeg/gstffmpeg.c:
9808         * ext/ffmpeg/gstffmpegcodecmap.c:
9809         * ext/ffmpeg/gstffmpegdec.c:
9810         * ext/ffmpeg/gstffmpegenc.c:
9811         * ext/ffmpeg/gstffmpegprotocol.c:
9812         * ext/gdk_pixbuf/gstgdkanimation.c:
9813         * ext/jpeg/gstjpeg.c:
9814         * ext/libpng/gstpng.c:
9815         * ext/mpeg2dec/perftest.c:
9816         * ext/speex/gstspeex.c:
9817         * gst-libs/gst/resample/dtos.c:
9818         * gst/intfloat/gstintfloatconvert.c:
9819         * gst/oneton/gstoneton.c:
9820         * gst/rtjpeg/RTjpeg.c:
9821         * gst/rtp/gstrtp.c:
9822         * sys/dxr3/dxr3init.c:
9823         * sys/glsink/gstgl_nvimage.c:
9824         * sys/glsink/gstgl_pdrimage.c:
9825         * sys/glsink/gstglsink.c:
9826         * testsuite/gst-lint:
9827         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
9828
9829 2004-01-11  David Schleef  <ds@schleef.org>
9830
9831         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
9832         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
9833         * ext/gdk_pixbuf/gstgdkanimation.c:
9834         (gst_gdk_animation_iter_create_pixbuf):
9835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9836         (gst_gdk_pixbuf_chain):
9837         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9838         * ext/jack/gstjack.c: (gst_jack_change_state):
9839         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
9840         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
9841         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9842         * gst/videofilter/gstvideofilter.c:
9843         (gst_videofilter_set_output_size):
9844         Remove all usage of gst_pad_get_caps(), and replace it with
9845         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
9846
9847 2004-01-11  David Schleef  <ds@schleef.org>
9848
9849         * configure.ac:
9850         * ext/Makefile.am: Fixes to make ext/libcaca compile.
9851         * ext/divx/gstdivxdec.c:
9852         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9853         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
9854         handle images that span multiple buffers.  Now work with both
9855         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
9856         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9857         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
9858         video/video.h changes
9859         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
9860         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
9861         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
9862         of GstData free function.
9863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
9864         same.
9865
9866 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9867
9868         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
9869         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
9870         (gst_v4l2element_get_property):
9871         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
9872           add norm, channel and frequency properties.
9873         * sys/v4l2/gstv4l2tuner.c:
9874           fixes for tuner interface changes
9875         * sys/v4l2/gstv4l2element.h:
9876         * sys/v4l2/gstv4l2src.c: 
9877         * sys/v4l2/gstv4l2src.h:
9878         * sys/v4l2/v4l2src_calls.c: 
9879         * sys/v4l2/v4l2src_calls.h:
9880           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
9881
9882 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9883
9884         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
9885         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
9886         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
9887         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
9888         * gst-libs/gst/tuner/tuner.h:
9889           GObjects aren't const.
9890           Add find_by_name functions.
9891           Add checks to _changed functions.
9892         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
9893         (gst_v4l_tuner_get_norm):
9894           Fixes for above.
9895
9896 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9897
9898         * gst-libs/gst/video/video.h:
9899           Fix caps template names to be understandable.
9900           Prefix everything with GST_VIDEO.
9901         * ext/aalib/gstaasink.c:
9902         * ext/divx/gstdivxdec.c:
9903         * ext/divx/gstdivxenc.c:
9904         * ext/gdk_pixbuf/gstgdkpixbuf.c:
9905         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
9906         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
9907         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
9908         * ext/libcaca/gstcacasink.c:
9909         * ext/libpng/gstpngenc.c: (raw_caps_factory):
9910         * ext/snapshot/gstsnapshot.c:
9911         * ext/swfdec/gstswfdec.c:
9912         * ext/xvid/gstxviddec.c:
9913         * ext/xvid/gstxvidenc.c:
9914         * gst/chart/gstchart.c:
9915         * gst/deinterlace/gstdeinterlace.c:
9916         * gst/effectv/gsteffectv.c:
9917         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9918         * gst/goom/gstgoom.c:
9919         * gst/median/gstmedian.c:
9920         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
9921         (gst_monoscope_srcconnect), (gst_monoscope_chain):
9922         * gst/overlay/gstoverlay.c:
9923         * gst/smooth/gstsmooth.c:
9924         * gst/smpte/gstsmpte.c:
9925         * gst/synaesthesia/gstsynaesthesia.c:
9926         * gst/videocrop/gstvideocrop.c:
9927         * gst/videodrop/gstvideodrop.c:
9928         * gst/y4m/gsty4mencode.c:
9929         * sys/qcam/gstqcamsrc.c:
9930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
9931           Make them work with new video.h file.
9932         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9933         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
9934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9935         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
9936           Make it work with new buffer allocation system.
9937
9938 2004-01-11  Julien MOUTTE  <julien@moutte.net>
9939
9940         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
9941         pad_alloc_buffer implementation to use ->srcpad
9942         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
9943         pad_alloc_buffer implementation to use ->srcpad
9944         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
9945         pad_alloc_buffer implementation to use ->srcpad
9946         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9947         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
9948         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
9949         a reference to everything we need.
9950         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
9951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9952         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9953         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
9954         a reference to everything we need.
9955         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
9956
9957 2004-01-11  David Schleef  <ds@schleef.org>
9958
9959         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
9960         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
9961         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
9962         structure members.
9963         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
9964         value during a resize/renegotiation.
9965         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
9966         gst_pad_alloc_buffer();
9967         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
9968         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
9969         structure members.
9970         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
9971         Fix for rename of buffer private structure members.
9972         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9973         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
9974         Fix for rename of buffer private structure members.
9975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9976         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
9977         Fix for rename of buffer private structure members.
9978
9979 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
9980
9981         reviewed by: David Schleef <ds@schleef.org>
9982
9983         * gst/videofilter/Makefile.am:
9984         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
9985         from the patch by ds to fit in with recent make_filter changes.
9986
9987 2004-01-11  Julien MOUTTE  <julien@moutte.net>
9988
9989         * configure.ac: Adding examples/switch/Makefile
9990         * examples/Makefile.am: Adding examples/switch
9991         * examples/switch/Makefile.am: Adding switcher example.
9992         * examples/switch/switcher.c: (got_eos), (idle_iterate),
9993         (switch_timer), (main): Adding an example demonstrating switch usage
9994         with 2 videotestsrc showing different patterns.
9995         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
9996         (gst_switch_init): Fixing switch with the new caps system.
9997
9998 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9999
10000         * gst-libs/gst/video/video.h:
10001           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
10002           They should probably be like
10003           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
10004
10005 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10006
10007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10008         (qtdemux_parse_trak):
10009           fix audio chunk size/timestamp calculation
10010
10011 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10012
10013         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
10014           fix SVQ3 caps
10015
10016 2004-01-11  Steve Baker  <steve@stevebaker.org>
10017
10018         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
10019         (gst_agingtv_base_init), (gst_agingtv_class_init),
10020         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
10021         (gst_agingtv_set_property), (gst_agingtv_get_property):
10022         Port agingTV to videofilter
10023
10024 2004-01-09  Julien MOUTTE <julien@moutte.net>
10025
10026         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
10027         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10028
10029 2004-01-09  Julien MOUTTE <julien@moutte.net>
10030
10031         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
10032         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10033         * gst-libs/gst/xoverlay/xoverlay.c:
10034         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
10035         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
10036         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10037         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10038         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
10039         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10040         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
10041         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
10042         the bufferalloc_function to replace bufferpools, fixing the XOverlay
10043         interface implementation to handle xid being 0 and fix some bugs
10044         triggered by Benjamin's testcase.
10045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10046         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10047         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
10048         the bufferalloc_function to replace bufferpools, fixing the XOverlay
10049         interface implementation to handle xid being 0 and fix some bugs
10050         triggered by Benjamin's testcase.
10051
10052 2004-01-09  David Schleef  <ds@schleef.org>
10053
10054         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
10055         mouse pointer events.  It works.
10056
10057 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10058
10059         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
10060           Use explicit caps - fix capsnego.
10061         * ext/xvid/gstxviddec.c:
10062         * ext/xvid/gstxvidenc.c:
10063           Remove macro-inside-macro which caused compile errors.
10064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
10065           Error out if it's not a RIFF file. Else we error out without
10066           gst_element_error() which is not good...
10067
10068 2004-01-08  David Schleef  <ds@schleef.org>
10069
10070         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10071         Fix pad_link function to handle formats that ffmpeg returns
10072         as multiple caps structures.
10073         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
10074         Only complain if source buffer is _smaller_ than expected.
10075         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
10076         (gst_videoscale_handle_src_event): Resize navigation events
10077         when passing them upstream.
10078         * gst/videotestsrc/gstvideotestsrc.c:
10079         * gst/videotestsrc/gstvideotestsrc.h:
10080         * gst/videotestsrc/videotestsrc.c:
10081         * gst/videotestsrc/videotestsrc.h:
10082         Rewrite many of the buffer painting functions to handle odd
10083         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
10084         been verified to work with my video card.
10085         * testsuite/gst-lint:  Add check for elements calling
10086         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
10087
10088 2004-01-08  David Schleef  <ds@schleef.org>
10089
10090         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
10091         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
10092
10093 2004-01-08  Julien MOUTTE  <julien@moutte.net>
10094
10095         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
10096         configure event is not emiting the desired size signal. That fixes
10097         aspect ratio issues with gst-player.
10098
10099 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10100
10101         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
10102           Fix capsnego.
10103
10104 2004-01-08  Julien MOUTTE  <julien@moutte.net>
10105
10106         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
10107         public method to fire size signal.
10108
10109 2004-01-07  Julien MOUTTE  <julien@moutte.net>
10110
10111         * examples/gstplay/Makefile.am: Adding the interface library.
10112         * gst-libs/gst/play/Makefile.am: Adding the interface library.
10113         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
10114         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
10115         GST_IS_X_OVERLAY before signal connect.
10116         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
10117         Removing the have_video_size signal.
10118         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
10119         and associated public method.
10120         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10121         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
10122         signal.
10123         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
10124         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
10125         signal.
10126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
10127         Using XOverlay public method to fire size signal.
10128
10129 2004-01-07  David Schleef  <ds@schleef.org>
10130
10131         * gst/videofilter/Makefile.am:
10132         * gst/videofilter/gstvideotemplate.c:
10133         * gst/videofilter/make_filter:
10134         Create gstvideoexample.c in a srcdir!=builddir friendly way.
10135         Convert make_filter to /bin/sh script.
10136
10137 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10138
10139         * gst/modplug/gstmodplug.cc: fix element description
10140
10141 2004-01-07  Julien MOUTTE  <julien@moutte.net>
10142
10143         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
10144         (got_video_size): Adding some new lines in g_print calls.
10145         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10146         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
10147         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
10148         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
10149         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
10150         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
10151         Complete code review, reverting some stuff i disagree with, adding
10152         some fixes : time synchronization on invalid timestamps, renegotiation
10153         of private window.
10154         * sys/ximage/ximagesink.h:
10155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
10156         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
10157         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10158         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
10159         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
10160         (gst_xvimagesink_buffer_new),
10161         (gst_xvimagesink_navigation_send_event),
10162         (gst_xvimagesink_set_xwindow_id),
10163         (gst_xvimagesink_get_desired_size),
10164         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
10165         stuff i disagree with, adding some fixes : Renegotiation of private
10166         window, implementing get_desired_size.
10167
10168 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10169
10170         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
10171         (gst_afsink_handle_event):
10172         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10173         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
10174         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
10175         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
10176         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
10177           Fix for instantiate-test (see core). Also remove dead code from
10178           jpegenc (which still needs fixing, but that's lower on my TODO
10179           list...).
10180         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10181           Never return NULL as caps.
10182
10183 2004-01-07  David Schleef  <ds@schleef.org>
10184
10185         * configure.ac:
10186         * ext/Makefile.am:
10187         * ext/librfb/Makefile.am:
10188         * ext/librfb/gstrfbsrc.c:
10189         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
10190         is the protocol used by VNC.
10191
10192 2004-01-07  David Schleef  <ds@schleef.org>
10193
10194         * gst/videofilter/gstvideotemplate.c:
10195         * gst/videofilter/gstvideotemplate.h:
10196         * gst/videofilter/make_filter:
10197         Merge videotemplate header into source file.
10198         * gst/effectv/Makefile.am:
10199         * gst/effectv/gsteffectv.c: (plugin_init):
10200         * gst/effectv/gstwarp.c:
10201         Make warpTV a subclass of videofilter.
10202
10203 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10204
10205         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10206           Add guard against invalid utf-8 conversions in mad. Just in case.
10207
10208 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10209
10210         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
10211           Fix for bug shown by poisoning
10212
10213 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10216         (gst_v4lmjpegsrc_buffer_free):
10217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10218         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
10219         (gst_v4lsrc_buffer_free):
10220           Fix for removed bufferpools.
10221
10222 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
10223
10224         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10225         Fix caps negotiation.
10226
10227         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10228         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
10229         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
10230         (dvdnavsrc_event):
10231         * ext/mpeg2dec/gstmpeg2dec.c:
10232         * gst-libs/gst/navigation/navigation.c:
10233         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
10234         * gst-libs/gst/navigation/navigation.h:
10235         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
10236         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10238         Super-simple first version of mouse and keyboard events. Clicking
10239         on a DVD menu now works, although it may not take you where you
10240         expected.
10241
10242         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10243         * gst/videotestsrc/gstvideotestsrc.c:
10244         (gst_videotestsrc_src_fixate):
10245         These fixate functions were broken - they never actually
10246         fixated :)
10247         
10248 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10249
10250         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
10251         (gst_icecastsend_init):
10252           fix for new caps system.
10253         * gst-libs/gst/mixer/mixertrack.h:
10254         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
10255           Add 'master track' flag (for tools like ACME that only want to
10256           change the main volume).
10257
10258 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
10259
10260         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
10261         (gst_xvid_csp_to_caps):
10262         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
10263         * ext/xvid/gstxvidenc.c:
10264         ifdef out ARGB type when it isn't available 
10265         in xvidcore 1.0.0beta2
10266
10267 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10268
10269         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10270           When we have received a new SCR right in the first buffer after
10271           a seek (so in the same cycle that handles the discont), we should
10272           handle the buffer instead of unreffing it, else we lose data.
10273
10274 2004-01-06  Iain <iain@prettypeople.org>
10275
10276         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
10277           buffer-frames caps too.
10278
10279         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
10280           caps that we need, don't destroy them all and rebuild them. And when
10281           creating src pads, use the src pad template rather than the sink...
10282
10283 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10284
10285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10286           Add pad to element *after* setting functions such as event handler.
10287           Without this, the scheduler (opt) will link pads, set the event
10288           handler from the default event function (dispatcher in gstpad.c)
10289           and *after* that, we will set our own event function, which will
10290           thus never be used (and thus mpegdemux doesn't handle events).
10291
10292 2004-01-04  David Schleef  <ds@schleef.org>
10293
10294         Fix the fixate functions to handle new prototype:
10295         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10296         * gst/videotestsrc/gstvideotestsrc.c:
10297         (gst_videotestsrc_src_fixate):
10298         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
10299         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
10300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10301
10302 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10303
10304         * sys/ximage/ximagesink.h:
10305         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10306         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
10307         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10308         (gst_ximagesink_xoverlay_init):
10309           assorted fixes to make (re)embedding work
10310         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
10311         (gst_ximagesink_get_desired_size):
10312           implement desired size additions to XOverlay
10313
10314 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10315
10316         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
10317         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
10318         (gst_x_overlay_got_desired_size):
10319         * gst-libs/gst/xoverlay/xoverlay.h:
10320           Add optional "desired size" signal and querying.
10321
10322 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10323
10324         * gst/matroska/matroska-demux.c:
10325         (gst_matroska_demux_parse_blockgroup):
10326           Fix EBML-laced block parsing. Diffs are relative to previous
10327           lace, not the first lace. Thanks to Mosu from the Matroska
10328           team for detecting this.
10329         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10330         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
10331         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
10332         (gst_wavparse_change_state):
10333         * gst/wavparse/gstwavparse.h:
10334           Quickfix for capsnego.
10335
10336 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10337
10338         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
10339           Fix indenting, fix pad creation.
10340
10341 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10342
10343         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
10344         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
10345         (gst_xviddec_sink_link):
10346           Implement src_getcaps() so proper size caps is negotiated.
10347
10348 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10349
10350         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
10351           Finish flac decoder on EOS. See #116178.
10352
10353 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10354
10355         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
10356         (gst_matroska_demux_add_stream):
10357         * gst/matroska/matroska-ids.h:
10358           Add getcaps() function to fix capsnego...
10359
10360 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10361
10362         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10363         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
10364         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10365           Fix more integer overflows. Again, see #126967.
10366
10367 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10368
10369         * ext/mpeg2dec/gstmpeg2dec.c:
10370           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
10371           #130416.
10372
10373 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10374
10375         * configure.ac:
10376         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
10377         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
10378         * ext/xvid/gstxvid.h:
10379         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
10380         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
10381         (gst_xviddec_src_link), (gst_xviddec_sink_link),
10382         (gst_xviddec_change_state):
10383         * ext/xvid/gstxviddec.h:
10384         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
10385         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
10386         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
10387         (gst_xvidenc_link), (gst_xvidenc_set_property),
10388         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
10389         * ext/xvid/gstxvidenc.h:
10390           Update xvid plugin to latest xvid (1.0.0-beta3) API.
10391
10392 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10393
10394         * gst/rtp/rtp-packet.c:
10395           Add sys/types.h include, since OS X doesn't define in_addr_t
10396           in netinet/in.h, like it does on Linux (see #129600).
10397
10398 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
10399
10400         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
10401
10402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
10403           Correct logic of dispose function (see #129306).
10404
10405 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
10408         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10409         (gst_mpeg_parse_init):
10410         * gst/mpegstream/gstmpegparse.h:
10411           Remove clock (which was never provided, i.e. dead code), and
10412           also fix integer overflows at high PTS values (see #126967).
10413
10414 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10415
10416         * ext/flac/gstflacdec.c:
10417         * ext/libpng/gstpngenc.h:
10418         * ext/mikmod/gstmikmod.h:
10419           OS X fixes (see #126628).
10420
10421 2004-01-02  David Schleef  <ds@schleef.org>
10422
10423         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
10424         (gst_alsa_src_base_init): Remove bogus "src" request pad.
10425         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
10426         (gst_mpeg_parse_class_init): Move pad template registration
10427         to class_init, since the derived class (mpegdemux) doesn't
10428         want them.
10429
10430 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10431
10432         * sys/ximage/Makefile.am:
10433         * sys/xvideo/Makefile.am:
10434         * sys/xvimage/Makefile.am:
10435           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
10436           after installation (see #127664).
10437
10438 2004-01-02  David Schleef  <ds@schleef.org>
10439
10440         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
10441         (gst_ffmpegenc_connect):  Negotiation fixes.
10442         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
10443         Remove inappropriate gst_caps_free().
10444         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
10445         Reenable Ronald's internal resize code, since the core handles
10446         it correctly now.
10447
10448 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10449
10450         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
10451         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
10452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
10453           Fix pad template stuff.
10454
10455 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10456
10457         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10458         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
10459           fix signed integer reading/writing.
10460
10461 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10462
10463         * ext/alsa/README:
10464           Remove outdated document
10465
10466 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
10467
10468         * gst/cutter/gstcutter.c: (gst_cutter_init):
10469           src pad was being created twice - oops.
10470
10471 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10472
10473         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
10474           Comment out internal resize. It doesn't handle the resulting
10475           XEvent internally, does another try_set_caps() which leads to
10476           a really nice loop.
10477           Real fix will come when Julien and Dave are awake. ;).
10478
10479 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10480
10481         * ext/mpeg2enc/gstmpeg2enc.cc:
10482           fix const/nonconst compile issue.
10483
10484 2004-01-02  David Schleef  <ds@schleef.org>
10485
10486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
10487         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
10488         Add fixate function and a check for bad formats.
10489
10490 2004-01-01  David Schleef  <ds@schleef.org>
10491
10492         Negotiation fixes:
10493         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10494         (gst_audiofilter_init):
10495         * gst/debug/efence.c: (gst_efence_init):
10496         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10497         (gst_deinterlace_init):
10498         * gst/volume/gstvolume.c: (volume_connect):
10499
10500 2004-01-01  David Schleef  <ds@schleef.org>
10501
10502         Convert elements to use gst_pad_use_explicit_caps() where
10503         appropriate:
10504         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
10505         * ext/audiofile/gstafparse.c: (gst_afparse_init),
10506         (gst_afparse_open_file):
10507         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
10508         (gst_afsrc_open_file):
10509         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
10510         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
10511         (gst_ffmpegdec_chain):
10512         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10513         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
10514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
10515         (gst_gdk_pixbuf_chain):
10516         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
10517         (gst_jpegdec_chain):
10518         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
10519         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
10520         (gst_mikmod_negotiate):
10521         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10522         (gst_mpeg2dec_negotiate_format):
10523         * ext/mpeg2enc/gstmpeg2enc.cc:
10524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10525         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
10526         (gst_speexdec_sinkconnect):
10527         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
10528         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
10529         (gst_vorbisfile_new_link):
10530         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
10531         (gst_ac3parse_chain):
10532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
10533         (gst_asf_demux_setup_pad):
10534         * gst/auparse/gstauparse.c: (gst_auparse_init),
10535         (gst_auparse_chain):
10536         * gst/id3/gstid3types.c: (gst_id3types_loop):
10537         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10538         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10539         (mp1videoparse_parse_seq):
10540         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
10541         (bpf_from_header):
10542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10543         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
10544         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10545         (gst_mpeg_parse_send_data):
10546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10547         (gst_qtdemux_add_stream):
10548         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10549         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10550         (gst_wavparse_parse_fmt):
10551
10552 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10553
10554         * configure.ac:
10555           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
10556           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
10557           it therefore uses the wrong include paths. Too bad... Note
10558           that 1.6.1.93 is not release yet. ;).
10559           Also add a check for mplex, which is now using the lib'ified
10560           mplex from mjpegtools, too.
10561         * ext/ffmpeg/gstffmpegcodecmap.c:
10562           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
10563           issues. I don't think ffmpeg handles 3ivx correctly, so this
10564           probably won't work. But it won't hurt either.
10565         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
10566         (gst_ffmpegdec_chain):
10567         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
10568         (gst_ffmpegenc_chain_audio):
10569           Fix memleak in audio encoding. Close codec if open fails, this
10570           calls the cleanup routines so we can re-use the context.
10571         * ext/mpeg2enc/gstmpeg2enc.cc:
10572           Fix pad template names/types, fix memory issue with getcaps().
10573         * ext/mpeg2enc/gstmpeg2encoder.cc:
10574         * ext/mpeg2enc/gstmpeg2encoder.hh:
10575           Fix compile issue with new caps system (const thingy).
10576         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10577         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
10578           We read a first frame right on initing, so that we have a caps
10579           when we init the output. This caps is cached in padprivate and
10580           read as first frame.
10581         * ext/mplex/Makefile.am:
10582         * ext/mplex/gstmplex.cc:
10583         * ext/mplex/gstmplex.h:
10584         * ext/mplex/gstmplex.hh:
10585         * ext/mplex/gstmplexibitstream.cc:
10586         * ext/mplex/gstmplexibitstream.hh:
10587         * ext/mplex/gstmplexjob.cc:
10588         * ext/mplex/gstmplexjob.hh:
10589         * ext/mplex/gstmplexoutputstream.cc:
10590         * ext/mplex/gstmplexoutputstream.hh:
10591           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
10592           had issues, didn't do capsnego, supported only a subset of the
10593           mplex features and required a mplex fork in our local CVS. Plus
10594           that it worked agaist a very old mplex version. Rewriting was
10595           faster than updating it.
10596         * gst-libs/ext/Makefile.am:
10597         * gst-libs/ext/mplex/INSTRUCT:
10598         * gst-libs/ext/mplex/Makefile.am:
10599         * gst-libs/ext/mplex/README:
10600         * gst-libs/ext/mplex/TODO:
10601         * gst-libs/ext/mplex/ac3strm_in.cc:
10602         * gst-libs/ext/mplex/audiostrm.hh:
10603         * gst-libs/ext/mplex/audiostrm_out.cc:
10604         * gst-libs/ext/mplex/aunit.hh:
10605         * gst-libs/ext/mplex/bits.cc:
10606         * gst-libs/ext/mplex/bits.hh:
10607         * gst-libs/ext/mplex/buffer.cc:
10608         * gst-libs/ext/mplex/buffer.hh:
10609         * gst-libs/ext/mplex/fastintfns.h:
10610         * gst-libs/ext/mplex/format_codes.h:
10611         * gst-libs/ext/mplex/inputstrm.cc:
10612         * gst-libs/ext/mplex/inputstrm.hh:
10613         * gst-libs/ext/mplex/lpcmstrm_in.cc:
10614         * gst-libs/ext/mplex/mjpeg_logging.cc:
10615         * gst-libs/ext/mplex/mjpeg_logging.h:
10616         * gst-libs/ext/mplex/mjpeg_types.h:
10617         * gst-libs/ext/mplex/mpastrm_in.cc:
10618         * gst-libs/ext/mplex/mpegconsts.cc:
10619         * gst-libs/ext/mplex/mpegconsts.h:
10620         * gst-libs/ext/mplex/mplexconsts.hh:
10621         * gst-libs/ext/mplex/multplex.cc:
10622         * gst-libs/ext/mplex/outputstream.hh:
10623         * gst-libs/ext/mplex/padstrm.cc:
10624         * gst-libs/ext/mplex/padstrm.hh:
10625         * gst-libs/ext/mplex/stillsstream.cc:
10626         * gst-libs/ext/mplex/stillsstream.hh:
10627         * gst-libs/ext/mplex/systems.cc:
10628         * gst-libs/ext/mplex/systems.hh:
10629         * gst-libs/ext/mplex/vector.cc:
10630         * gst-libs/ext/mplex/vector.hh:
10631         * gst-libs/ext/mplex/videostrm.hh:
10632         * gst-libs/ext/mplex/videostrm_in.cc:
10633         * gst-libs/ext/mplex/videostrm_out.cc:
10634         * gst-libs/ext/mplex/yuv4mpeg.cc:
10635         * gst-libs/ext/mplex/yuv4mpeg.h:
10636         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
10637         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
10638           We don't fork mjpegtools' mplex in our CVS anymore.
10639         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
10640         (gst_avi_demux_add_stream):
10641         * gst/avi/gstavidemux.h:
10642           Add getcaps() function for proper caps nego. This makes some
10643           parts of AVI playback/reading work.
10644         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
10645           Resize window on new capsnego. This is probably wrong, but
10646           I'm still committing it because with current capsnego, the
10647           first successfull capsnego is auto-fixated, therefore rounded
10648           down to the lowest values in the caps. this results in a 16x16
10649           XWindow that is not reized when real capsnego finishes.
10650           Dave, I see more cases of this, do you know a proper solution?
10651         * tools/gst-launch-ext.in:
10652           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
10653
10654 2003-12-31  David Schleef  <ds@schleef.org>
10655
10656         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
10657         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
10658           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
10659
10660 2003-12-30  David Schleef  <ds@schleef.org>
10661
10662         * ext/ffmpeg/gstffmpegcolorspace.c:
10663         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10664         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
10665         (gst_ffmpegcsp_chain): Negotiation fixes
10666         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
10667         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10668         (gst_audio_convert_link), (gst_audio_convert_channels):
10669         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
10670         (gst_audioscale_link), (gst_audioscale_get_buffer),
10671         (gst_audioscale_chain): Negotiation fixes
10672         * gst/audioscale/gstaudioscale.h:
10673         * gst/videofilter/gstvideofilter.c:
10674         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
10675         (gst_videofilter_link), (gst_videofilter_init),
10676         (gst_videofilter_set_output_size), (gst_videofilter_setup),
10677         (gst_videofilter_find_format_by_structure):
10678         * gst/videofilter/gstvideofilter.h: Negotiation fixes
10679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
10680         (gst_videoscale_link):
10681         * gst/videoscale/videoscale.c: (videoscale_get_structure),
10682         (videoscale_find_by_structure), (gst_videoscale_setup):
10683         * gst/videoscale/videoscale.h: Negotiation fixes
10684         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10685         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
10686         function, restrict resizing to a multiple of 4 (hack until
10687         everyone supports odd sizes correctly).
10688
10689 2003-12-29  Colin Walters  <walters@verbum.org>
10690
10691         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
10692         signed.
10693
10694 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
10695
10696         * ext/sndfile/gstsf.c: (gst_sf_loop):
10697           Fix warning about discarding const qualifier
10698
10699 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
10700
10701         * gst/cutter/gstcutter.c:
10702         * gst/videoscale/gstvideoscale.c:
10703         * gst/volenv/gstvolenv.c:
10704         * gst-libs/gst/audio/audio.c:
10705         * gst-libs/gst/video/video.c:
10706           Fix warnings
10707
10708 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10709
10710         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
10711           Don't send ALSA debugging to stderr.
10712         * ext/alsa/gstalsa.h:
10713           Use GST_WARNING instead of g_warning when ALSA functions fail.
10714
10715 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10716
10717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10718           Free XVAdapterInfo correctly.
10719
10720 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10721
10722         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10723         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
10724           Make id3tag use correct caps nego.
10725
10726 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
10727
10728         * ext/ivorbis/vorbis.c: 
10729         * ext/ivorbis/vorbisenc.h:
10730         * ext/ivorbis/vorbisfile.c:
10731           Modify so that it uses the new caps things
10732
10733 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10734
10735         * testsuite/spider/spider1.c: (main):
10736         * testsuite/spider/spider2.c: (main):
10737         * testsuite/spider/spider3.c: (main):
10738           Make tests compile again. They probably don't work.
10739
10740 2003-12-24  Colin Walters  <walters@verbum.org>
10741
10742         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
10743         we can't fixate the caps anymore.
10744
10745 2003-12-23  David Schleef  <ds@schleef.org>
10746
10747         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
10748         * sys/oss/gstosssink.c: (gst_osssink_init),
10749         (gst_osssink_sink_fixate): Add fixate function.
10750
10751 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10752
10753         * ext/ffmpeg/gstffmpegcodecmap.c:
10754         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
10755         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
10756         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
10757         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
10758         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
10759         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
10760         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
10761           fix typo in RGB masks, and move back to "old" colorspace
10762           capsnego code until whoever wrote this new crap has actually
10763           tested it so that it works.
10764           And yes, this works, keep it that way please.
10765
10766 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
10769         (gst_divxdec_init), (gst_divxdec_negotiate):
10770         * ext/divx/gstdivxdec.h:
10771         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
10772         (gst_divxenc_init):
10773         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
10774         (gst_faac_sinkconnect), (gst_faac_srcconnect):
10775         * ext/mpeg2enc/gstmpeg2enc.cc:
10776         * ext/mpeg2enc/gstmpeg2encoder.cc:
10777         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10778         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
10779         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
10780         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
10781         (dxr3spusink_init):
10782         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
10783         (dxr3videosink_init):
10784           Fix caps breakage after Dave's caps branch merge.
10785
10786 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10787
10788         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10789           Fix for 24bpp display.
10790
10791 2003-12-23  Colin Walters  <walters@verbum.org>
10792
10793         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
10794         a GnomeVFSHandle directly.
10795
10796 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10797
10798         * gst/volume/Makefile.am:
10799         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
10800         (volume_base_init), (volume_init):
10801           Reenable volume element and fix to work with new caps stuff.
10802           Rhythmbox needs this.
10803
10804 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10805
10806         * gst/qtdemux/qtdemux.c: (plugin_init):
10807           qtdemux requires bytestream
10808
10809 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10810
10811         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
10812           Fix remaining caps handling errors due to CAPS merge.
10813
10814 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10815
10816         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
10817         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
10818         (gst_faad_srcconnect): 
10819           Port to new caps system.
10820
10821 2003-12-21  Julien MOUTTE  <julien@moutte.net>
10822
10823         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
10824         (got_video_size), (main): using g_print instead of g_message.
10825         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
10826         signal which was not emitted because of "switch" element added to the
10827         bin but not connected. (Removing from the bin temporarily)
10828
10829 2003-12-21  Julien MOUTTE  <julien@moutte.net>
10830
10831         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
10832         find X development files. I don't understand the previous tests and
10833         they fail on my debian/ppc unstable. This one works.
10834         * examples/gstplay/player.c: (main): Set the pipeline to READY before
10835         exiting.
10836         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
10837         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10838         (gst_play_set_visualization): Add some safety checks in set_ methods
10839         and state_change. This was throwing some ugly CRITICAL messages when
10840         pipeline was getting disposed and casts were failing.
10841
10842 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10843
10844         * configure.ac:
10845           Improve mpeg2enc detection. This is for distributions that do
10846           ship mjpegtools, but without mpeg2enc. Also does object check
10847           for might there ever be ABI incompatibility.
10848         * ext/mpeg2enc/gstmpeg2enc.cc:
10849           Add Andrew as second maintainer (he's helping me), and also add
10850           an error if no caps was set. This happens if I pull before capsnego
10851           and that's something I should solve sometime else.
10852         * gst/matroska/matroska-demux.c:
10853         (gst_matroska_demux_parse_blockgroup):
10854           Fix time parsing.
10855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
10856         (gst_matroska_mux_track_header):
10857           Add caps to templates.
10858         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
10859           Add mpegversion=1 to prevent confusion with MPEG/AAC.
10860         * gst/mpegstream/gstmpegdemux.c:
10861           Remove layer since it causes warnings about unfixed caps.
10862         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10863           Fix obvious typo (we error out if caps were set, we should of
10864           course error out if *no* caps were set).
10865         * sys/oss/gstosselement.c: (gst_osselement_convert):
10866           Fix format conversion, we confused bits/bytes.
10867         * sys/oss/gstosselement.h:
10868           Improve documentation for 'bps'.
10869         * sys/v4l/TODO:
10870           Remove stuff about plugins that need removing - this was done
10871           ages ago.
10872         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
10873         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
10874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
10875         (gst_v4lsrc_src_query):
10876         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10877         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
10878           Add get_query_types(), get_formats() and query() functions.
10879
10880 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10881
10882         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
10883         * moved CVS to freedesktop.org
10884